@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  color: #777373;
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.heading-font {
  font-family: "Playfair Display", sans-serif; }

.gd-script-font {
  font-family: "Kaushan Script";
  font-weight: 400; }
  .gd-script-font span {
    display: block; }

h1, h2, h3, h4, h5, h6 {
  color: #010101;
  margin: 0 0 20px;
  line-height: 1.2;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
    outline: 0; }
  h1.no-bottom, h2.no-bottom, h3.no-bottom, h4.no-bottom, h5.no-bottom, h6.no-bottom {
    margin: 0; }

h1,
.as-h1 {
  font-size: 36px; }

h2,
.as-h2 {
  font-size: 30px; }

h3,
.as-h3 {
  font-size: 22px; }

h4,
.as-h4 {
  font-size: 16px; }

h5,
.as-h5 {
  font-size: 14px; }

h6,
.as-h6 {
  font-size: 12px; }

/* Link */
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #010101;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover {
  color: #cc3341;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
#gd-page {
  background-color: #fff; }

.gd-site-header {
  position: relative;
  z-index: 99;
  background-color: #fff; }
  .gd-site-header .gd-top-menu-bar {
    background-color: #000;
    color: #fff;
    padding: 5px 0;
    font-size: 12px; }
    .gd-site-header .gd-top-menu-bar a, .gd-site-header .gd-top-menu-bar a:hover {
      color: #fff; }
    .gd-site-header .gd-top-menu-bar .top-header-right {
      text-align: right; }
  .gd-site-header .gd-site-logo img {
    max-height: 90px;
    width: auto; }
  .gd-site-header .gd-site-logo .white-logo {
    display: none; }
  .gd-site-header .gd-site-logo h1 {
    margin-bottom: 0;
    line-height: 0; }
  .gd-site-header .gd-site-logo .gd-site-title {
    margin: 0;
    line-height: 0; }
    .gd-site-header .gd-site-logo .gd-site-title a, .gd-site-header .gd-site-logo .gd-site-title a:hover {
      color: #010101; }
  .gd-site-header .gd-site-logo .site-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
    display: block;
    text-indent: -999999px;
    margin: 0; }
  .gd-site-header .gd-site-logo .site-description {
    display: none;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777373;
    font-weight: 900; }
    .gd-site-header .gd-site-logo .site-description:hover {
      color: inherit; }
  .gd-site-header .top-nav {
    vertical-align: middle;
    font-size: 12px; }
    .gd-site-header .top-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .gd-site-header .top-nav ul li {
        display: inline-block; }
      .gd-site-header .top-nav ul li:after {
        content: "/";
        display: inline-block;
        margin: 0 15px;
        color: rgba(255, 255, 255, 0.5); }
      .gd-site-header .top-nav ul li:last-child:after {
        display: none; }
      .gd-site-header .top-nav ul li.search a:before {
        content: "";
        font-family: "ElegantIcons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .gd-site-header .gd-main-header {
    padding: 60px 0;
    vertical-align: middle;
    border-bottom: 1px solid #f8f4f4; }
  .gd-site-header .gd-main-menu {
    text-align: right; }
    .gd-site-header .gd-main-menu nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .gd-site-header .gd-main-menu nav ul li {
        display: inline-block;
        margin: 0 0 0 20px;
        position: relative;
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
        .gd-site-header .gd-main-menu nav ul li a {
          color: rgba(0, 0, 0, 0.7);
          font-weight: 700;
          display: block; }
        .gd-site-header .gd-main-menu nav ul li a:hover, .gd-site-header .gd-main-menu nav ul li.sfHover > a {
          color: black; }
        .gd-site-header .gd-main-menu nav ul li.current-menu-item > a {
          color: #cc3341; }
        .gd-site-header .gd-main-menu nav ul li > a.sf-with-ul:after {
          content: "";
          font-family: "FontAwesome";
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin: 0 0 0 5px;
          color: #777373; }
        .gd-site-header .gd-main-menu nav ul li ul {
          position: absolute;
          display: none;
          top: 100%;
          left: 0;
          z-index: 99;
          text-align: left;
          background-color: #101010;
          min-width: 160px;
          margin-left: -20px;
          margin-top: 30px; }
          .gd-site-header .gd-main-menu nav ul li ul:before {
            position: absolute;
            top: -5px;
            left: 20px;
            content: "";
            border-style: solid;
            border-width: 0 5px 5px 5px;
            border-color: transparent transparent #101010 transparent; }
          .gd-site-header .gd-main-menu nav ul li ul li {
            margin: 0;
            display: block;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
            .gd-site-header .gd-main-menu nav ul li ul li a {
              color: rgba(255, 255, 255, 0.7);
              padding: 15px 20px;
              font-weight: 400;
              font-size: 12px;
              line-height: 1.2;
              text-transform: none;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .gd-site-header .gd-main-menu nav ul li ul li a:hover, .gd-site-header .gd-main-menu nav ul li ul li.sfHover > a {
              color: white;
              background-color: #444; }
            .gd-site-header .gd-main-menu nav ul li ul li:last-child {
              border-bottom: 0; }
            .gd-site-header .gd-main-menu nav ul li ul li > a.sf-with-ul:after {
              float: right;
              content: ""; }
          .gd-site-header .gd-main-menu nav ul li ul ul {
            top: 0;
            left: 100%;
            margin-top: 0;
            margin-left: 1px; }
            .gd-site-header .gd-main-menu nav ul li ul ul:before {
              display: none; }
        .gd-site-header .gd-main-menu nav ul li:hover > ul, .gd-site-header .gd-main-menu nav ul li.sfHover > ul {
          display: block; }
        .gd-site-header .gd-main-menu nav ul li a {
          display: block;
          position: relative; }
  .gd-site-header.top .gd-site-logo {
    text-align: center; }
  .gd-site-header.top .gd-main-menu {
    text-align: center;
    position: relative; }
  .gd-site-header.top .desktop-menu-trigger {
    position: absolute;
    top: 0;
    left: 0; }
  .gd-site-header.top .desktop-menu-search {
    position: absolute;
    top: 2px;
    right: 0; }
    .gd-site-header.top .desktop-menu-search .gd-search-trigger {
      cursor: pointer;
      font-size: 18px;
      color: #010101; }
  .gd-site-header.top .gd-main-menu-container {
    border-bottom: 1px solid #f8f4f4;
    padding: 20px 0; }
    .gd-site-header.top .gd-main-menu-container .gd-site-title {
      display: none; }
  .gd-site-header.minimal .desktop-menu-trigger,
  .gd-site-header.minimal .desktop-menu-search {
    position: static; }
  .gd-site-header.minimal .desktop-menu-search {
    text-align: right; }
  .gd-site-header .hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent; }
    .gd-site-header .hamburger .hamburger-box {
      position: relative;
      display: inline-block;
      width: 25px;
      height: auto; }
    .gd-site-header .hamburger .hamburger-inner {
      top: 50%;
      display: block;
      margin-top: -2px;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition-duration: 0.3s; }
    .gd-site-header .hamburger .hamburger-inner,
    .gd-site-header .hamburger .hamburger-inner:after,
    .gd-site-header .hamburger .hamburger-inner:before {
      position: absolute;
      width: 25px;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: 0.15s;
      transition-property: transform;
      background-color: #010101; }
    .gd-site-header .hamburger .hamburger-inner:after,
    .gd-site-header .hamburger .hamburger-inner:before {
      display: block;
      content: ""; }
    .gd-site-header .hamburger .hamburger-inner:before {
      top: -7px;
      transition: top 0.1s ease-in 0.34s, opacity 0.1s ease-in; }
    .gd-site-header .hamburger .hamburger-inner:after {
      bottom: -7px;
      transition: bottom 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .gd-site-header .hamburger.active .hamburger-inner {
      transition-delay: 0.14s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: rotate(225deg); }
      .gd-site-header .hamburger.active .hamburger-inner:before {
        top: 0;
        transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
        opacity: 0; }
      .gd-site-header .hamburger.active .hamburger-inner:after {
        bottom: 0;
        transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
        transform: rotate(-90deg); }
    .gd-site-header .hamburger:hover {
      opacity: 0.7; }

.gd-site-banner {
  position: relative;
  background-color: #f8f4f4;
  padding: 60px 0; }
  .gd-site-banner img {
    width: 100%;
    height: auto; }
  .gd-site-banner [class*="gd-col-"] .gd-blog-overlay + .gd-blog-overlay {
    margin-top: 1px; }
  .gd-site-banner.blank {
    padding: 0;
    background-color: transparent;
    border-top: 1px solid #fff;
    margin-top: -1px; }

.gd-main-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.gd-blog-grid-style {
  padding: 60px 0 55px;
  background-color: #f8f4f4; }
  .gd-blog-grid-style .gd-row {
    margin-left: -5px;
    margin-right: -5px; }
  .gd-blog-grid-style .gd-column {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }

#sidebar-content #gd-content {
  float: right; }
#sidebar-content .gd-sidebar-container {
  margin-left: 0;
  margin-right: 30px; }

.gd-heading {
  background-color: #f8f4f4;
  padding: 320px 0 60px; }
  .gd-heading.fixed {
    text-align: center;
    margin-top: 60px; }
  .gd-heading .gd-heading-title {
    margin-bottom: 0; }
  .gd-heading .gd-container,
  .gd-heading .gd-inner-content {
    position: relative;
    z-index: 2;
    color: #777373; }
    .gd-heading .gd-container .gd-heading-title,
    .gd-heading .gd-inner-content .gd-heading-title {
      color: #010101;
      font-size: 46px; }
    .gd-heading .gd-container .gd-blog-info,
    .gd-heading .gd-inner-content .gd-blog-info {
      color: rgba(0, 0, 0, 0.5); }
      .gd-heading .gd-container .gd-blog-info a,
      .gd-heading .gd-inner-content .gd-blog-info a {
        color: inherit; }
      .gd-heading .gd-container .gd-blog-info a:hover,
      .gd-heading .gd-inner-content .gd-blog-info a:hover {
        color: #010101; }
  .gd-heading .gd-background:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8); }
  .gd-heading.simple {
    margin-top: 0;
    background-color: transparent;
    border-bottom: 1px solid #f8f4f4;
    padding: 120px 0; }
    .gd-heading.simple .gd-container,
    .gd-heading.simple .gd-inner-content,
    .gd-heading.simple .gd-blog-info {
      color: #777373; }
      .gd-heading.simple .gd-container a:hover,
      .gd-heading.simple .gd-inner-content a:hover,
      .gd-heading.simple .gd-blog-info a:hover {
        color: #010101; }
    .gd-heading.simple .gd-heading-title {
      color: #010101; }
  .gd-heading .breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gd-heading .breadcrumbs li {
      display: inline-block; }
      .gd-heading .breadcrumbs li:after {
        content: "/";
        display: inline-block;
        margin: 0 15px; }
      .gd-heading .breadcrumbs li:last-child:after {
        display: none; }

.gd-custom-heading {
  padding: 30px 0;
  border-bottom: 1px solid #f8f4f4; }

/* Blog Navigations */
.gd-blog-nav {
  margin-bottom: 60px; }
  .gd-blog-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gd-blog-nav ul li {
      display: inline-block;
      margin-right: 20px; }
      .gd-blog-nav ul li:last-child {
        margin-right: 0; }
      .gd-blog-nav ul li a {
        font-size: 15px;
        font-weight: 900; }

.gd-sidebar-container {
  margin-left: 30px; }
  .gd-sidebar-container .gd-widget {
    border: 1px solid #f8f4f4;
    padding: 40px;
    overflow: hidden;
    position: relative; }
    .gd-sidebar-container .gd-widget .gd-widget-title {
      border-bottom: 1px solid #f8f4f4;
      margin-bottom: 30px;
      padding-bottom: 30px;
      font-size: 18px;
      color: #cc3341; }
    .gd-sidebar-container .gd-widget + .gd-widget {
      margin-top: -1px; }
    .gd-sidebar-container .gd-widget .rss-widget-icon {
      display: none; }

.gd-widget-content .gd-authorbox {
  background-color: #cc3341;
  border-color: #cc3341;
  text-align: center;
  color: rgba(255, 255, 255, 0.7); }
  .gd-widget-content .gd-authorbox .gd-widget-title {
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important; }
  .gd-widget-content .gd-authorbox .gd-name {
    color: #fff; }
  .gd-widget-content .gd-authorbox .gd-avatar {
    width: 120px;
    margin: 0 auto 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .gd-widget-content .gd-authorbox .gd-avatar img {
      max-width: 100%;
      height: auto; }
.gd-widget-content .newsletter {
  background-color: #101010;
  border-color: #101010; }
  .gd-widget-content .newsletter h2 {
    color: #fff; }
  .gd-widget-content .newsletter form {
    margin-top: 30px; }
    .gd-widget-content .newsletter form input {
      margin-bottom: 10px;
      display: block;
      width: 100%;
      border-color: #fff; }
    .gd-widget-content .newsletter form button {
      display: block;
      width: 100%; }
  .gd-widget-content .newsletter:before {
    content: "";
    font-family: "ElegantIcons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 96px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.gd-widget-content .widget_search #s {
  width: 100%; }
.gd-widget-content .widget_search #searchsubmit {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  border-color: #010101;
  background-color: #010101;
  color: #fff; }
.gd-widget-content ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gd-widget-content ul li {
    border-bottom: 1px solid #f8f4f4;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative; }
    .gd-widget-content ul li:last-child {
      margin: 0;
      padding: 0;
      border: 0; }
    .gd-widget-content ul li ul {
      padding-left: 10px;
      border-top: 1px solid #f8f4f4;
      margin-top: 5px;
      padding-top: 5px; }
.gd-widget-content table {
  width: 100%; }
.gd-widget-content select {
  width: 100%; }
.gd-widget-content img {
  display: inline-block;
  max-width: 100%;
  height: auto; }
.gd-widget-content a {
  color: #777373; }
.gd-widget-content a:hover {
  color: #010101; }
.gd-widget-content .widget_archive ul li,
.gd-widget-content .widget_categories ul li {
  text-align: right;
  overflow: hidden; }
  .gd-widget-content .widget_archive ul li a,
  .gd-widget-content .widget_categories ul li a {
    float: left; }
.gd-widget-content .widget_tag_cloud a {
  font-size: 12px !important;
  padding: 5px 10px;
  display: inline-block;
  background-color: #111;
  color: #fff;
  margin: 0 0 3px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600; }
.gd-widget-content .widget_tag_cloud a:hover {
  background-color: #cc3341; }
.gd-widget-content .widget_search .gd-input-field.submit {
  margin-top: 15px;
  display: block; }
  .gd-widget-content .widget_search .gd-input-field.submit input {
    width: 100%;
    text-align: center; }
.gd-widget-content .gd_flickr_images .clearfix {
  margin: 0 -5px;
  overflow: hidden; }
  .gd-widget-content .gd_flickr_images .clearfix .flickr_badge_image {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 10px; }
    .gd-widget-content .gd_flickr_images .clearfix .flickr_badge_image a {
      position: relative;
      overflow: hidden;
      display: block; }
      .gd-widget-content .gd_flickr_images .clearfix .flickr_badge_image a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background-color: rgba(1, 1, 1, 0.8);
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .gd-widget-content .gd_flickr_images .clearfix .flickr_badge_image a:after {
        content: "L";
        font-family: "ElegantIcons";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        font-size: 18px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-flex-grow: 1;
        -webkit-justify-content: center;
        flex-grow: 1;
        justify-content: center;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .gd-widget-content .gd_flickr_images .clearfix .flickr_badge_image a:hover:before,
    .gd-widget-content .gd_flickr_images .clearfix .flickr_badge_image a:hover:after {
      opacity: 1; }
    .gd-widget-content .gd_flickr_images .clearfix .flickr_badge_image img {
      width: 100%;
      height: auto;
      overflow: hidden; }
.gd-widget-content .gd_recent_posts li {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px; }
.gd-widget-content .gd_recent_posts .gd-post-media {
  width: 90px;
  height: auto;
  float: left; }
  .gd-widget-content .gd_recent_posts .gd-post-media img {
    max-width: 100%;
    height: auto; }
.gd-widget-content .gd_recent_posts .gd-post-content {
  padding-left: 110px; }
  .gd-widget-content .gd_recent_posts .gd-post-content .entry-title {
    margin-bottom: 10px; }
  .gd-widget-content .gd_recent_posts .gd-post-content .gd-blog-info {
    margin-bottom: 0; }
  .gd-widget-content .gd_recent_posts .gd-post-content .gd-blog-info {
    line-height: 1.2; }
  .gd-widget-content .gd_recent_posts .gd-post-content .comments,
  .gd-widget-content .gd_recent_posts .gd-post-content .byline {
    display: none; }
.gd-widget-content .gd-latest-tweet ul li a {
  display: inline-block;
  color: #cc3341; }
.gd-widget-content .widget_recent_comments ul li {
  position: relative;
  vertical-align: top; }
  .gd-widget-content .widget_recent_comments ul li .comment-author-link {
    color: #010101; }
  .gd-widget-content .widget_recent_comments ul li:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    color: #cc3341;
    margin-right: 10px;
    vertical-align: top; }
.gd-widget-content .widget_recent_entries ul li {
  position: relative;
  vertical-align: top; }
  .gd-widget-content .widget_recent_entries ul li .comment-author-link {
    color: #010101; }
  .gd-widget-content .widget_recent_entries ul li:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    color: #cc3341;
    margin-right: 10px;
    vertical-align: top; }

.gd-footer-widgets ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gd-footer-widgets ul li {
    margin-bottom: 5px;
    padding-bottom: 5px; }

.gd-blog-large {
  position: relative;
  margin-bottom: 60px; }
  .gd-blog-large.sticky {
    padding: 60px;
    border: 5px solid #f8f4f4; }
  .gd-blog-large .gd-blog-media {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden; }
  .gd-blog-large.format-standard .gd-blog-media a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block; }
  .gd-blog-large.format-standard .gd-blog-media img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }
  .gd-blog-large.format-standard .gd-blog-media .gd-post-thumbnail {
    display: inline-block;
    position: relative;
    margin: 0 auto; }
    .gd-blog-large.format-standard .gd-blog-media .gd-post-thumbnail:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: black;
      background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(204, 51, 65, 0.8)), color-stop(100%, rgba(204, 51, 65, 0.8)));
      background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
      background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
      background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='$primary-color', GradientType=1 );
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .gd-blog-large.format-standard .gd-blog-media .gd-post-thumbnail:hover:before {
      opacity: 1; }
  .gd-blog-large.format-standard .category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2; }
    .gd-blog-large.format-standard .category a {
      display: inline-block;
      padding: 12px 15px 7px;
      background-color: #111;
      color: #fff;
      font-size: 10px;
      line-height: 1.2;
      vertical-align: middle;
      text-transform: uppercase;
      font-weight: 800; }
  .gd-blog-large .gd-blog-title {
    padding: 0 120px;
    text-align: center; }
    .gd-blog-large .gd-blog-title .entry-title {
      font-size: 32px;
      margin-bottom: 10px; }
      .gd-blog-large .gd-blog-title .entry-title span {
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .gd-blog-large .gd-blog-title .entry-title:hover {
        color: inherit; }
        .gd-blog-large .gd-blog-title .entry-title:hover span {
          border-bottom-color: rgba(0, 0, 0, 0.1); }
    .gd-blog-large .gd-blog-title .gd-blog-info {
      margin-bottom: 30px; }
  .gd-blog-large .gd-blog-content {
    padding: 0 60px;
    vertical-align: middle; }
    .gd-blog-large .gd-blog-content p:first-child:first-letter {
      font-size: 75px;
      color: #010101;
      font-family: "Playfair Display", sans-serif;
      line-height: 1;
      float: left;
      padding: 10px 10px 10px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: top; }
    .gd-blog-large .gd-blog-content:before, .gd-blog-large .gd-blog-content:after {
      display: table;
      content: "";
      clear: both; }
  .gd-blog-large .gd-blog-footer {
    margin: 30px 60px 0;
    vertical-align: middle;
    position: relative; }
    .gd-blog-large .gd-blog-footer:before {
      width: 100%;
      height: 1px;
      background-color: #f8f4f4;
      top: 50%;
      bottom: 50%;
      left: 0;
      content: "";
      position: absolute;
      z-index: -1; }
    .gd-blog-large .gd-blog-footer span.gd-reading-item {
      display: inline-block;
      width: auto;
      border: 1px solid #fff;
      background-color: #fff;
      font-size: 12px;
      line-height: 1.4;
      text-align: center;
      padding: 9px 20px 8px 0; }
      .gd-blog-large .gd-blog-footer span.gd-reading-item:before {
        content: "}";
        font-family: "ElegantIcons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        margin-right: 5px;
        color: #cc3341; }
    .gd-blog-large .gd-blog-footer a.gd-button {
      float: right;
      overflow: visible;
      position: relative;
      border: 1px solid #f8f4f4;
      background-color: #010101;
      border-color: #010101;
      color: #fff;
      padding: 7px 20px 8px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .gd-blog-large .gd-blog-footer a.gd-button:hover {
        background-color: #cc3341;
        border-color: #cc3341;
        color: #fff; }
  .gd-blog-large .gd-wave {
    margin: 30px auto; }

/* Blog Medium */
.gd-blog-medium {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  .gd-blog-medium .gd-blog-media {
    width: 370px;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative; }
    .gd-blog-medium .gd-blog-media .gd-post-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      .gd-blog-medium .gd-blog-media .gd-post-thumbnail a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: black;
        background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(204, 51, 65, 0.8)), color-stop(100%, rgba(204, 51, 65, 0.8)));
        background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='$primary-color', GradientType=1 );
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .gd-blog-medium .gd-blog-media .gd-post-thumbnail a:hover {
        opacity: 1; }
  .gd-blog-medium .gd-inner-content {
    margin-left: 400px;
    padding: 60px;
    background-color: #f8f4f4; }
    .gd-blog-medium .gd-inner-content .entry-title {
      margin-bottom: 10px;
      font-size: 26px; }
    .gd-blog-medium .gd-inner-content .gd-blog-info {
      border-bottom: 1px solid #fff;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .gd-blog-medium .gd-inner-content .gd-blog-info .comments {
        display: none; }
    .gd-blog-medium .gd-inner-content .gd-wave {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px; }
    .gd-blog-medium .gd-inner-content .gd-blog-content p {
      margin-bottom: 0; }
    .gd-blog-medium .gd-inner-content .gd-blog-footer {
      margin-top: 30px; }
      .gd-blog-medium .gd-inner-content .gd-blog-footer .gd-button, .gd-blog-medium .gd-inner-content .gd-blog-footer form input[type="submit"], form .gd-blog-medium .gd-inner-content .gd-blog-footer input[type="submit"],
      .gd-blog-medium .gd-inner-content .gd-blog-footer form button,
      form .gd-blog-medium .gd-inner-content .gd-blog-footer button {
        background-color: #010101;
        color: #fff; }

.gd-layout-medium > div:last-child > .gd-blog-medium {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.gd-layout-medium > div:nth-child(2n) > .gd-blog-medium .gd-blog-media {
  float: right; }
.gd-layout-medium > div:nth-child(2n) > .gd-blog-medium .gd-inner-content {
  margin-left: 0;
  margin-right: 400px; }

/* Blog Grid */
.gd-blog-grid {
  position: relative;
  margin-bottom: 60px; }
  .gd-blog-grid .gd-blog-media {
    margin-bottom: 30px;
    position: relative; }
    .gd-blog-grid .gd-blog-media iframe {
      border: 0; }
    .gd-blog-grid .gd-blog-media img {
      max-width: 100%;
      height: auto; }
    .gd-blog-grid .gd-blog-media .gd-post-thumbnail {
      display: inline-block;
      position: relative; }
      .gd-blog-grid .gd-blog-media .gd-post-thumbnail:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: black;
        background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(204, 51, 65, 0.8)), color-stop(100%, rgba(204, 51, 65, 0.8)));
        background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='$primary-color', GradientType=1 );
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .gd-blog-grid .gd-blog-media .gd-post-thumbnail:hover:before {
        opacity: 1; }
      .gd-blog-grid .gd-blog-media .gd-post-thumbnail a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3; }
      .gd-blog-grid .gd-blog-media .gd-post-thumbnail .gd-like-icon {
        top: 10px;
        left: 10px; }
    .gd-blog-grid .gd-blog-media .category {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 2; }
      .gd-blog-grid .gd-blog-media .category a {
        display: inline-block;
        padding: 12px 15px 7px;
        background-color: #111;
        color: #fff;
        font-size: 10px;
        line-height: 1.2;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: 800; }
  .gd-blog-grid .gd-blog-title .entry-title {
    font-size: 20px;
    margin-bottom: 10px; }
    .gd-blog-grid .gd-blog-title .entry-title span {
      border-bottom: 1px solid #f8f4f4;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .gd-blog-grid .gd-blog-title .entry-title:hover span {
      border-bottom-color: rgba(0, 0, 0, 0.1); }
  .gd-blog-grid .gd-blog-title .gd-blog-info {
    margin-bottom: 20px; }
  .gd-blog-grid .gd-wave {
    margin: 30px auto; }
  .gd-blog-grid .gd-blog-content p {
    margin: 0; }
  .gd-blog-grid .gd-blog-footer {
    margin-top: 30px; }
    .gd-blog-grid .gd-blog-footer a {
      border: 0;
      padding: 0;
      color: #cc3341;
      font-size: 14px;
      position: relative;
      vertical-align: middle; }
      .gd-blog-grid .gd-blog-footer a:after {
        width: 60px;
        height: 1px;
        content: "";
        display: inline-block;
        background-color: #f8f4f4;
        margin-left: 10px; }
      .gd-blog-grid .gd-blog-footer a:hover {
        color: #010101; }
    .gd-blog-grid .gd-blog-footer span {
      font-size: 14px; }
  .gd-blog-grid.sticky {
    padding: 60px;
    background-color: #111;
    color: #fff; }
    .gd-blog-grid.sticky a, .gd-blog-grid.sticky a:hover {
      color: inherit; }
    .gd-blog-grid.sticky .entry-title {
      color: #fff; }

/* Blog Like */
.gd-like-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 3;
  background-color: #fff;
  text-align: center; }
  .gd-like-icon .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-justify-content: center;
    flex-grow: 1;
    justify-content: center; }
    .gd-like-icon .loader:before {
      content: "";
      font-family: "FontAwesome";
      font-size: 22px;
      line-height: 1;
      color: #010101;
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear; }
  .gd-like-icon .sl-wrapper {
    display: block; }
  .gd-like-icon .sl-button {
    color: #777373; }
    .gd-like-icon .sl-button .sl-icon {
      display: block;
      margin: 12px 0 0;
      font-size: 22px;
      line-height: 1;
      color: #cc3341; }
      .gd-like-icon .sl-button .sl-icon i {
        font-size: inherit;
        line-height: inherit; }
    .gd-like-icon .sl-button .sl-count {
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      display: block;
      font-weight: 700; }
    .gd-like-icon .sl-button:hover {
      color: #010101; }

/* Blog Slider */
.gd-blog-slider-container {
  margin-top: -1px; }
  .gd-blog-slider-container .owl-nav .owl-prev,
  .gd-blog-slider-container .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -25px;
    left: 60px;
    z-index: 9;
    padding: 17px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .gd-blog-slider-container .owl-nav .owl-prev.disabled,
    .gd-blog-slider-container .owl-nav .owl-next.disabled {
      pointer-events: none;
      background-color: rgba(255, 255, 255, 0.1); }
  .gd-blog-slider-container .owl-nav .owl-next {
    left: auto;
    right: 60px; }
    .gd-blog-slider-container .owl-nav .owl-next:hover {
      background-color: #010101;
      color: #fff; }

.gd-blog-slider {
  position: relative;
  height: 670px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  -webkit-justify-content: center;
  flex-grow: 1;
  justify-content: center; }
  .gd-blog-slider .gd-inner-content {
    width: 570px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    text-align: center; }
  .gd-blog-slider .gd-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .gd-blog-slider:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .gd-blog-slider .gd-container {
    position: relative;
    z-index: 2; }
  .gd-blog-slider .entry-title {
    margin-bottom: 20px; }

/* Blog Overlay */
.gd-blog-overlay {
  position: relative; }
  .gd-blog-overlay .category-alt {
    position: absolute;
    top: 50%;
    bottom: 50%;
    text-align: center;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gd-blog-overlay .gd-blog-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-justify-content: center;
    flex-grow: 1;
    justify-content: center; }
    .gd-blog-overlay .gd-blog-content a, .gd-blog-overlay .gd-blog-content a:hover {
      color: #fff; }
  .gd-blog-overlay .category a,
  .gd-blog-overlay .category-alt a {
    font-size: 14px;
    display: inline-block;
    padding: 3px 15px;
    background-color: #cc3341;
    color: #fff;
    margin: 0 0 10px; }
  .gd-blog-overlay .category,
  .gd-blog-overlay .entry-title,
  .gd-blog-overlay .gd-blog-info {
    visibility: hidden;
    opacity: 0; }
  .gd-blog-overlay .category {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .gd-blog-overlay .entry-title {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .gd-blog-overlay .gd-blog-info {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .gd-blog-overlay .gd-blog-media img {
    width: 100%;
    height: auto; }
  .gd-blog-overlay:before {
    background: black;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(204, 51, 65, 0.8)), color-stop(100%, rgba(204, 51, 65, 0.8)));
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(204, 51, 65, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='$primary-color', GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gd-blog-overlay.active:before {
    opacity: 1; }
  .gd-blog-overlay.active .category,
  .gd-blog-overlay.active .entry-title,
  .gd-blog-overlay.active .gd-blog-info {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .gd-blog-overlay.active .category {
    animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .gd-blog-overlay.active .entry-title {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .gd-blog-overlay.active .gd-blog-info {
    animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s; }
  .gd-blog-overlay.active .category-alt {
    opacity: 0; }
  .gd-blog-overlay.deactive .category-alt {
    opacity: 1;
    animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s; }
  .gd-blog-overlay.deactive:before {
    opacity: 0; }
  .gd-blog-overlay.deactive .category,
  .gd-blog-overlay.deactive .entry-title,
  .gd-blog-overlay.deactive .gd-blog-info {
    opacity: 0;
    visibility: visible;
    animation-duration: 0.05s;
    -webkit-animation-duration: 0.05s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }
  .gd-blog-overlay.deactive .category {
    animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s; }
  .gd-blog-overlay.deactive .entry-title {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .gd-blog-overlay.deactive .gd-blog-info {
    animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }

.gd-col-md-3 .gd-blog-overlay .entry-title {
  font-size: 18px; }
.gd-col-md-3 .gd-blog-overlay .gd-blog-info {
  display: none; }

/* Blog Info */
.gd-blog-info {
  margin-bottom: 30px;
  font-size: 12px;
  vertical-align: middle;
  color: #ddd; }
  .gd-blog-info a {
    color: #737373; }
  .gd-blog-info a:hover {
    color: #333; }
  .gd-blog-info .post-time:before {
    content: "}";
    font-family: "ElegantIcons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    color: #cc3341; }
  .gd-blog-info .post-time .entry-date + .updated {
    display: none; }
  .gd-blog-info .comments {
    margin-left: 10px;
    display: inline-block; }
    .gd-blog-info .comments:before {
      content: "v";
      font-family: "ElegantIcons";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      display: inline-block;
      margin-right: 5px;
      color: #cc3341; }

/* Category Badge */
.gd-category-badge {
  display: inline-block;
  padding: 7.5px 15px;
  line-height: 1;
  background-color: #cc3341;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .gd-category-badge a {
    color: #fff;
    margin-bottom: 0 !important; }
  .gd-category-badge:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #cc3341 transparent transparent transparent; }

/* Recent Posts */
.gd-recent-posts {
  margin-top: 60px; }

/* Blog Sharing */
.gd-blog-detail {
  position: relative; }
  .gd-blog-detail .gd-blog-social-share {
    border-bottom: 1px solid #f8f4f4;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .gd-blog-detail .gd-blog-social-share .gd-social-share {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      .gd-blog-detail .gd-blog-social-share .gd-social-share li {
        float: left;
        margin-right: 10px; }
        .gd-blog-detail .gd-blog-social-share .gd-social-share li a {
          display: block;
          width: 40px;
          height: 40px;
          text-align: center;
          border: 1px solid #f8f4f4;
          margin: 0 0 10px;
          padding: 7px 0 0;
          font-size: 14px; }
        .gd-blog-detail .gd-blog-social-share .gd-social-share li a:hover {
          background-color: #010101;
          border-color: #010101;
          color: #fff; }
        .gd-blog-detail .gd-blog-social-share .gd-social-share li.like {
          float: right; }
          .gd-blog-detail .gd-blog-social-share .gd-social-share li.like a {
            width: 40px;
            background-color: #cc3341;
            border: 0;
            color: #fff; }
            .gd-blog-detail .gd-blog-social-share .gd-social-share li.like a:hover {
              background-color: #010101; }
            .gd-blog-detail .gd-blog-social-share .gd-social-share li.like a span {
              color: inherit;
              display: inline-block;
              margin: 0;
              font-size: 14px; }
            .gd-blog-detail .gd-blog-social-share .gd-social-share li.like a .text {
              display: none; }
        .gd-blog-detail .gd-blog-social-share .gd-social-share li .gd-like-icon {
          position: static;
          width: inherit;
          height: inherit; }

#sidebar-content .gd-blog-detail .gd-blog-social-share {
  left: auto;
  right: -60px; }

/* Trending Posts */
.gd-header-trending-posts {
  padding: 60px 0;
  background-color: #f8f4f4;
  position: relative; }
  .gd-header-trending-posts .post {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gd-header-trending-posts .post:hover {
    top: -10px;
    cursor: pointer; }

/* Author Box */
.gd-author-info {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #f8f4f4; }
  .gd-author-info .author-avatar {
    width: 120px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .gd-author-info .author-description {
    margin-left: 150px; }
  .gd-author-info .author-title {
    font-size: 18px;
    margin-bottom: 20px; }
  .gd-author-info .author-link {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    color: #cc3341;
    border-bottom: 1px solid #f8f4f4; }
    .gd-author-info .author-link:hover {
      color: #010101; }

/* Header Intro */
.gd-header-intro {
  padding: 160px 0; }
  .gd-header-intro .gd-header-intro-content {
    padding: 60px;
    background-color: #fff; }
    .gd-header-intro .gd-header-intro-content .gd-title {
      font-size: 32px;
      line-height: 1.4;
      margin-bottom: 30px; }
      .gd-header-intro .gd-header-intro-content .gd-title span {
        position: relative;
        border-bottom: 2px solid #cc3341; }
    .gd-header-intro .gd-header-intro-content .large-text {
      font-size: 16px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .gd-header-intro .gd-header-intro-content form {
      margin-top: 30px; }
      .gd-header-intro .gd-header-intro-content form input {
        margin-bottom: 15px;
        width: 100%;
        background-color: transparent;
        border: 1px solid #ccc; }
      .gd-header-intro .gd-header-intro-content form .hidden {
        display: none; }
      .gd-header-intro .gd-header-intro-content form button {
        display: block;
        width: 100%; }

/* Navigations */
.navigation.pagination {
  margin-top: 60px;
  overflow: hidden; }
  .navigation.pagination .screen-reader-text {
    display: none; }
  .navigation.pagination .next.page-numbers {
    float: right; }
  .navigation.pagination a,
  .navigation.pagination span {
    display: inline-block;
    padding: 6px 15px 4px;
    background-color: #f8f4f4;
    font-weight: 400;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .navigation.pagination a:hover, .navigation.pagination a.current,
    .navigation.pagination span:hover,
    .navigation.pagination span.current {
      background-color: #111;
      color: #fff; }
  .navigation.pagination .dots {
    background-color: transparent; }
    .navigation.pagination .dots:hover {
      background-color: inherit;
      color: inherit; }

/* Post Navigations */
.navigation.post-navigation {
  border-top: 1px solid #f8f4f4;
  padding-top: 60px;
  margin: 60px -15px 0; }
  .navigation.post-navigation .nav-links {
    overflow: hidden;
    padding: 10px 0; }
    .navigation.post-navigation .nav-links .nav-previous,
    .navigation.post-navigation .nav-links .nav-next {
      vertical-align: middle;
      width: 50%; }
      .navigation.post-navigation .nav-links .nav-previous a,
      .navigation.post-navigation .nav-links .nav-next a {
        position: relative;
        display: inline-block;
        padding: 30px;
        display: block;
        background-color: #f8f4f4;
        margin: 0 15px; }
      .navigation.post-navigation .nav-links .nav-previous a:hover,
      .navigation.post-navigation .nav-links .nav-next a:hover {
        background-color: #cc3341;
        color: #fff; }
        .navigation.post-navigation .nav-links .nav-previous a:hover .meta-nav,
        .navigation.post-navigation .nav-links .nav-next a:hover .meta-nav {
          color: inherit; }
    .navigation.post-navigation .nav-links .nav-previous {
      float: left; }
      .navigation.post-navigation .nav-links .nav-previous a {
        background-color: #010101 !important;
        color: #fff; }
        .navigation.post-navigation .nav-links .nav-previous a:hover {
          color: #fff; }
    .navigation.post-navigation .nav-links .nav-next {
      float: right;
      text-align: right; }
    .navigation.post-navigation .nav-links .meta-nav {
      display: block;
      color: #777373;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 0.05em; }
    .navigation.post-navigation .nav-links .post-title {
      font-family: "Playfair Display", sans-serif;
      font-size: 18px; }

.gd-button, form input[type="submit"],
form button {
  display: inline-block;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 20px 13px;
  color: #fff;
  background-color: #cc3341;
  border: 0;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gd-button.medium, form input.medium[type="submit"],
  form button.medium {
    font-size: 14px;
    padding: 17px 55px 13px; }
  .gd-button.simple, form input.simple[type="submit"],
  form button.simple, .gd-button.simple:hover, form input.simple[type="submit"]:hover,
  form button.simple:hover {
    background-color: transparent; }
  .gd-button:hover, form input[type="submit"]:hover,
  form button:hover {
    background-color: #010101; }

.top-120 {
  margin-top: 120px; }

.top-60 {
  margin-top: 60px; }

.bottom-120 {
  margin-bottom: 120px; }

.bottom-60 {
  margin-bottom: 60px; }

.bottom-10 {
  margin-bottom: 10px !important; }

/* Form */
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form textarea,
form select {
  position: relative;
  padding: 12px 20px 11px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  form input[type="text"]:focus,
  form input[type="number"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form input[type="url"]:focus,
  form input[type="password"]:focus,
  form textarea:focus,
  form select:focus {
    color: #010101;
    border-color: rgba(0, 0, 0, 0.2); }
form input[type="submit"].fullsize,
form button.fullsize {
  width: 100%; }
form input[type="email"]:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
form .gd-field {
  margin-bottom: 15px; }
form .gd-input-field {
  position: relative;
  vertical-align: top; }
  form .gd-input-field:before {
    font-family: "Pe-icon-7-stroke";
    color: #777373;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px; }
  form .gd-input-field.email:before {
    content: ""; }
  form .gd-input-field.password:before {
    content: ""; }
  form .gd-input-field.tel:before {
    content: ""; }

select {
  position: relative;
  padding: 12px 20px 11px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  select:focus {
    color: #010101;
    border-color: rgba(0, 0, 0, 0.2); }

/* Contact Form 7 */
.wpcf7-form label {
  display: block;
  font-size: 11px;
  text-transform: uppercase; }
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block; }
.wpcf7-form input,
.wpcf7-form textarea {
  font-size: 14px;
  font-weight: normal; }
.wpcf7-form textarea {
  background-color: transparent;
  padding: 11px 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%; }
.wpcf7-form .wpcf7-submit {
  background-color: #cc3341;
  color: #fff;
  margin-top: 15px;
  border-color: #cc3341;
  padding-left: 60px;
  padding-right: 60px; }
  .wpcf7-form .wpcf7-submit:hover {
    background-color: #111;
    border-color: #111; }
.wpcf7-form .wpcf7-not-valid-tip {
  display: none; }
.wpcf7-form .wpcf7-not-valid {
  border-color: red; }
.wpcf7-form div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 10px 20px;
  border-width: 1px;
  font-size: 12px;
  text-align: center;
  font-weight: 600; }

/* Divider */
.gd-divider {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 1px;
  background-color: #f8f4f4; }

/* Togggle */
.gd-toggle-block {
  margin-bottom: 30px;
  border-bottom: 1px solid #f8f4f4; }
  .gd-toggle-block .gd-toggle-title {
    cursor: pointer;
    margin-bottom: 30px;
    position: relative; }
    .gd-toggle-block .gd-toggle-title:after {
      content: "";
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      right: 0; }
    .gd-toggle-block .gd-toggle-title.active {
      color: #cc3341; }
      .gd-toggle-block .gd-toggle-title.active:after {
        content: ""; }
  .gd-toggle-block .gd-toggle-content {
    display: none;
    padding-bottom: 30px; }

/* Tabs */
.gd-tabs .gd-tabs-control {
  list-style: none;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #f8f4f4; }
  .gd-tabs .gd-tabs-control li {
    display: inline-block;
    margin-right: 30px; }
    .gd-tabs .gd-tabs-control li a {
      font-size: 16px;
      font-weight: 700; }
    .gd-tabs .gd-tabs-control li.ui-state-active a {
      color: #cc3341; }

/* First Character */
.gd-first-letter {
  overflow: hidden; }

.gd-first-letter:first-letter {
  font-size: 72px;
  font-family: "Playfair Display", sans-serif;
  line-height: 1;
  margin: 5px 10px 0 0;
  color: #010101;
  float: left; }

/* Subscribe Box */
.gd-subscribe-box {
  border-top: 1px solid #f8f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  .gd-subscribe-box .gd-title {
    margin-bottom: 30px; }
    .gd-subscribe-box .gd-title span {
      color: #cc3341;
      border-bottom: 2px solid #f8f4f4; }
  .gd-subscribe-box .gd-desc {
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
    line-height: 1.5; }
  .gd-subscribe-box .gd-input-field input {
    width: 100%; }
  .gd-subscribe-box .hidden {
    display: none; }
  .gd-subscribe-box .mce-responses {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 30px; }

.gd-header-slider + .gd-subscribe-box {
  border-top: 0;
  border-bottom: 5px solid #f8f4f4; }

/* Call to action */
.gd-cta-block {
  background-color: #cc3341;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  .gd-cta-block h2 {
    color: #fff;
    margin-bottom: 0; }
  .gd-cta-block span {
    color: rgba(255, 255, 255, 0.7); }
  .gd-cta-block .gd-button, .gd-cta-block form input[type="submit"], form .gd-cta-block input[type="submit"],
  .gd-cta-block form button,
  form .gd-cta-block button {
    color: #fff; }
  .gd-cta-block .gd-col-md-4 {
    text-align: right; }

/* OWL Carousel */
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 60px; }
    .owl-carousel .owl-dots .owl-dot {
      overflow: hidden;
      margin: 0 3px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #777373;
      border: 2px solid #777373;
      transform: scale(0.7);
      -webkit-transform: scale(0.7);
      opacity: 0.7; }
      .owl-carousel .owl-dots .owl-dot.active {
        background-color: transparent;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1; }
  .owl-carousel.gd-title-slider .owl-dots {
    text-align: left; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -85px;
    text-align: center;
    padding: 15px 0 0;
    font-size: 22px;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .owl-carousel .owl-nav .owl-prev:before,
    .owl-carousel .owl-nav .owl-next:before {
      min-width: 0;
      height: 100%;
      content: "";
      background-color: rgba(0, 0, 0, 0.1);
      top: 0;
      left: 0;
      position: absolute;
      z-index: 2;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .owl-carousel .owl-nav .owl-prev:hover,
    .owl-carousel .owl-nav .owl-next:hover {
      color: #fff; }
      .owl-carousel .owl-nav .owl-prev:hover:before,
      .owl-carousel .owl-nav .owl-next:hover:before {
        min-width: 100%; }
    .owl-carousel .owl-nav .owl-prev.disabled,
    .owl-carousel .owl-nav .owl-next.disabled {
      pointer-events: none;
      opacity: 0.5; }
  .owl-carousel .owl-nav .owl-prev {
    left: 60px; }
  .owl-carousel .owl-nav .owl-next {
    right: 60px; }
  .owl-carousel.gd-product-main-slider .owl-nav .owl-prev,
  .owl-carousel.gd-product-main-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    margin-top: -30px;
    font-size: 14px; }
  .owl-carousel.gd-product-main-slider .owl-nav .owl-prev {
    left: 30px; }
  .owl-carousel.gd-product-main-slider .owl-nav .owl-next {
    right: 30px; }

/* Product Block */
.gd-product-block {
  padding: 60px 0; }
  .gd-product-block .title {
    margin-bottom: 60px;
    text-align: center; }

.gd-row.no-margin {
  margin-left: 0;
  margin-right: 0; }
  .gd-row.no-margin > [class*="gd-col-"] {
    padding-left: 0;
    padding-right: 0; }
.gd-row.small {
  margin-left: -0.5px;
  margin-right: -0.5px; }
  .gd-row.small > [class*="gd-col-"] {
    padding-left: 0.5px;
    padding-right: 0.5px; }
.gd-row.table {
  margin-left: 0;
  margin-right: 0;
  display: table;
  width: 100%; }
  .gd-row.table > [class*="gd-col-"] {
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    float: none; }

.gd-wave {
  width: 97px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .gd-wave div {
    width: 97px;
    height: 10px;
    position: relative;
    overflow: hidden; }
    .gd-wave div span {
      background: url(../images/line.svg) center no-repeat;
      width: 100px;
      height: 10px;
      display: block;
      position: absolute; }

@keyframes movewaves {
  from {
    background-position: 5% 5%; }
  to {
    background-position: -700% 0%; } }
.gd-site-footer .gd-footer-widgets {
  padding: 60px 0;
  background-color: #f8f4f4; }
  .gd-site-footer .gd-footer-widgets .gd-widget-title {
    font-size: 18px; }
.gd-site-footer .gd-footer-credits {
  padding: 15px 0;
  text-align: center;
  font-size: 12px; }
.gd-site-footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1; }
.gd-site-footer.simple-style .gd-footer-widgets {
  text-align: center;
  background-color: #010101; }
.gd-site-footer.simple-style .gd-footer-credits {
  background-color: #010101;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #111; }
.gd-site-footer.simple-style .site-title,
.gd-site-footer.simple-style .black-logo,
.gd-site-footer.simple-style .site-description {
  display: none; }
.gd-site-footer.simple-style .gd-site-logo img {
  max-height: 40px;
  width: auto; }
.gd-site-footer.simple-style .gd-site-social {
  margin-top: 60px; }
  .gd-site-footer.simple-style .gd-site-social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gd-site-footer.simple-style .gd-site-social ul li {
      display: inline-block;
      border: 0;
      margin: 0 5px; }
      .gd-site-footer.simple-style .gd-site-social ul li a {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 8px 25px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
      .gd-site-footer.simple-style .gd-site-social ul li a:hover {
        border-color: #cc3341;
        background-color: #cc3341; }

.gd-inner-page-content {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2; }

/* Section */
.gd-section {
  position: relative;
  overflow: hidden; }
  .gd-section .gd-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .gd-section .gd-container {
    position: relative;
    z-index: 2; }

/* Social */
.gd-site-social {
  font-size: 12px; }
  .gd-site-social i {
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.screen-reader-text {
  display: none;
  visibility: hidden;
  opacity: 0; }

/* Format Content */
.entry-content em,
.comment-content em {
  font-style: normal;
  border-bottom: 1px solid #f8f4f4; }
.entry-content img,
.comment-content img {
  max-width: 100%;
  height: auto; }
.entry-content strong,
.comment-content strong {
  color: #010101; }
.entry-content table,
.comment-content table {
  width: 100%;
  margin-bottom: 30px; }
  .entry-content table th, .entry-content table td, .entry-content table tr,
  .comment-content table th,
  .comment-content table td,
  .comment-content table tr {
    border-bottom: 1px solid #f8f4f4;
    padding: 10px 0; }
  .entry-content table thead tr th,
  .comment-content table thead tr th {
    font-size: 12px;
    font-weight: 400;
    color: #010101;
    font-family: "Playfair Display", sans-serif; }
.entry-content blockquote,
.comment-content blockquote {
  border: 0;
  margin: 30px 120px 30px 120px;
  padding: 0 0 0 30px;
  font-size: 22px;
  font-family: "Kaushan Script";
  color: #010101;
  border-left: 1px solid #f8f4f4;
  line-height: 1.4;
  font-weight: 300;
  position: relative; }
  .entry-content blockquote:before,
  .comment-content blockquote:before {
    content: '"';
    font-size: 128px;
    position: absolute;
    font-style: italic;
    color: #777373;
    top: 0;
    left: -120px;
    width: 120px;
    text-align: center;
    line-height: 1; }
.entry-content cite,
.comment-content cite {
  font-family: "Playfair Display", sans-serif;
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  color: #010101; }
.entry-content dl dt,
.comment-content dl dt {
  color: #010101; }
.entry-content dl dd,
.comment-content dl dd {
  margin-bottom: 15px; }
.entry-content pre,
.comment-content pre {
  background-color: #111;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.75);
  padding: 60px; }
.entry-content:before, .entry-content:after,
.comment-content:before,
.comment-content:after {
  display: table;
  content: " "; }
.entry-content:after,
.comment-content:after {
  clear: both; }

.gd-entry-footer {
  border-top: 1px solid #f8f4f4;
  padding-top: 60px;
  margin-top: 60px; }
  .gd-entry-footer a {
    display: inline-block;
    padding: 7px 20px;
    color: #777373;
    font-weight: 600;
    font-size: 12px;
    background-color: #f8f4f4;
    margin-right: 5px;
    margin-bottom: 5px; }
  .gd-entry-footer a:hover {
    background-color: #ccc;
    color: #fff; }
  .gd-entry-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gd-entry-footer ul li {
      display: inline-block; }
  .gd-entry-footer span {
    display: inline-block; }
  .gd-entry-footer .screen-reader-text {
    display: none;
    position: absolute;
    z-index: -999999; }
  .gd-entry-footer .tags-links a:before {
    content: "#";
    display: inline-block;
    margin-right: 1px; }

/* Instagram */
.instafeed {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .instafeed li {
    display: inline-block;
    float: left;
    width: 12.5%; }
    .instafeed li img {
      width: 100%;
      height: auto; }
    .instafeed li a {
      -webkit-transition: all 0.3 ease-in-out;
      -moz-transition: all 0.3 ease-in-out;
      -ms-transition: all 0.3 ease-in-out;
      -o-transition: all 0.3 ease-in-out;
      transition: all 0.3 ease-in-out;
      opacity: 1; }
    .instafeed li a:hover {
      opacity: 0.5; }

.gd-insta-block {
  position: relative; }
  .gd-insta-block .insta-link {
    position: absolute;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    width: 100%;
    text-align: center; }
    .gd-insta-block .insta-link a {
      display: inline-block;
      padding: 10px 30px;
      margin: -10px 0 0;
      background-color: #010101;
      color: #fff;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
    .gd-insta-block .insta-link a:hover {
      background-color: #cc3341;
      color: #fff; }

/* Align */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.31579em 1.47368em 1.47368em 0; }

blockquote.alignright {
  margin: 0.31579em 0 1.47368em 1.47368em; }

blockquote.aligncenter {
  margin-bottom: 1.47368em; }

/* Caption */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption .wp-caption-text {
  color: #010101;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 600;
  width: 100%; }

/* Gallery */
.gallery {
  margin: 0 -0.5px 30px; }
  .gallery .gallery-item {
    display: inline-block;
    max-width: 33.33333%;
    padding: 0 0.5px 1px;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .gallery .gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .gallery .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }
  .gallery .gallery-icon img {
    margin: 0 auto; }
  .gallery .gallery-caption {
    color: #fff;
    background-color: #010101;
    text-align: center;
    display: block;
    font-size: 11px;
    font-family: "Playfair Display", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    display: none; }
  .gallery .gallery-columns-6 .gallery-caption,
  .gallery .gallery-columns-7 .gallery-caption,
  .gallery .gallery-columns-8 .gallery-caption,
  .gallery .gallery-columns-9 .gallery-caption {
    display: none; }

[class*="gallery-columns-"] .gallery-item {
  position: relative;
  overflow: hidden; }
  [class*="gallery-columns-"] .gallery-item img {
    width: 100%;
    height: auto; }
  [class*="gallery-columns-"] .gallery-item .gallery-caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0; }
  [class*="gallery-columns-"] .gallery-item:hover .gallery-caption {
    opacity: 1; }

/* Comment */
.gd-comments-area {
  margin: 60px 0 30px;
  background-color: rgba(248, 244, 244, 0.25);
  padding: 60px;
  position: relative; }
  .gd-comments-area.no-comment-found {
    background-color: transparent;
    padding-top: 0; }
  .gd-comments-area:before {
    position: absolute;
    top: -10px;
    left: 60px;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(248, 244, 244, 0.25) transparent; }
  .gd-comments-area .comment-respond {
    padding: 60px;
    margin: 60px -60px -60px;
    border: 1px solid #f8f4f4;
    position: relative;
    background-color: #fff; }
    .gd-comments-area .comment-respond:before {
      position: absolute;
      top: -15px;
      left: 60px;
      content: "";
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #f8f4f4 transparent;
      z-index: 1; }
    .gd-comments-area .comment-respond:after {
      z-index: 2;
      position: absolute;
      top: -13px;
      left: 62px;
      content: "";
      border-style: solid;
      border-width: 0 13px 13px 13px;
      border-color: transparent transparent #fff transparent; }

.comments-title {
  margin-bottom: 30px; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #f8f4f4;
  padding: 30px 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 30px; }

.comment-author {
  color: #1a1a1a; }

.comment-author .avatar {
  float: left;
  height: 42px;
  margin-right: 10px;
  position: relative;
  width: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.bypostauthor > article .fn:after {
  content: "";
  left: 3px;
  position: relative;
  top: 5px; }

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-size: 13px; }

.comment-metadata {
  margin-bottom: 2.15385em; }

.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc; }

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block; }

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  padding: 0 10px; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-reply-link {
  border: 1px solid #f8f4f4;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 30px;
  padding: 6px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: #cc3341;
  color: #cc3341;
  outline: 0; }

.comment-form .comment-notes,
.comment-form .comment-awaiting-moderation,
.comment-form .logged-in-as,
.comment-form .form-allowed-tags {
  font-size: 13px;
  margin-bottom: 30px; }
.comment-form p {
  margin-bottom: 15px; }
.comment-form .form-submit {
  margin-top: 30px; }
.comment-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #010101; }
.comment-form .gd-input-field {
  width: 70%; }
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  background-color: #f8f4f4;
  border-color: #f8f4f4; }
  .comment-form textarea:focus,
  .comment-form input[type=text]:focus,
  .comment-form input[type=email]:focus,
  .comment-form input[type=url]:focus {
    background-color: transparent; }
.comment-form textarea {
  padding: 20px;
  width: 100%; }
.comment-form input.submit {
  border-color: #cc3341;
  background-color: #cc3341;
  color: #fff; }

.comment-list .comment-form {
  padding-bottom: 30px; }

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em; }

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0; }

.form-allowed-tags code {
  font-family: Inconsolata, monospace; }

.form-submit {
  margin-bottom: 0; }

span.required {
  color: #cc3341; }

.comment-reply-title small {
  font-size: 100%; }

.comment-reply-title small a {
  border: 0;
  float: right;
  padding: 7px 10px;
  overflow: hidden;
  background-color: #010101;
  color: #fff;
  font-size: 12px; }
  .comment-reply-title small a:hover {
    background-color: #cc3341;
    color: #fff; }

.gd-sidebar {
  padding: 60px;
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  top: 0;
  height: 100%;
  width: 470px;
  visibility: hidden;
  overflow: hidden; }
  .gd-sidebar.loaded {
    visibility: visible; }
  .gd-sidebar .gd-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .gd-sidebar .gd-background:before {
      background-color: rgba(0, 0, 0, 0.9);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      z-index: 2; }
  .gd-sidebar .gd-mobile-menu-inner {
    position: relative;
    z-index: 3;
    height: 100%;
    color: #fff; }
  .gd-sidebar .gd-slidebar-footer {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 60px;
    left: 0; }
    .gd-sidebar .gd-slidebar-footer a {
      color: #fff;
      border-bottom: 1px solid #fff; }
    .gd-sidebar .gd-slidebar-footer .gd-site-social {
      margin: 0 0 30px;
      padding: 0;
      border: 0; }
    .gd-sidebar .gd-slidebar-footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .gd-sidebar .gd-slidebar-footer ul li {
        display: inline-block; }
        .gd-sidebar .gd-slidebar-footer ul li a {
          color: #fff;
          width: 50px;
          height: 50px;
          border: 1px solid rgba(255, 255, 255, 0.1);
          display: inline-block;
          text-align: center;
          padding: 12px 0 0;
          font-size: 18px; }
        .gd-sidebar .gd-slidebar-footer ul li span {
          display: none; }
    .gd-sidebar .gd-slidebar-footer .gd-footer-note {
      font-size: 13px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.5); }
  .gd-sidebar.loaded {
    visibility: visible; }
  .gd-sidebar.active {
    -webkit-box-shadow: -10px 0px 10px 0px rgba(55, 55, 55, 0.15);
    -moz-box-shadow: -10px 0px 10px 0px rgba(55, 55, 55, 0.15);
    box-shadow: -10px 0px 10px 0px rgba(55, 55, 55, 0.15); }
  .gd-sidebar .gd-site-social {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #f1f1f1; }
  .gd-sidebar .gd-site-logo {
    margin-bottom: 60px; }
    .gd-sidebar .gd-site-logo .site-title,
    .gd-sidebar .gd-site-logo .site-description {
      position: absolute;
      z-index: -9999;
      text-indent: -9999999px;
      visibility: hidden; }
    .gd-sidebar .gd-site-logo img {
      max-width: 100%;
      height: auto; }
    .gd-sidebar .gd-site-logo .black-logo {
      display: none; }
  .gd-sidebar .gd-main-menu {
    text-align: left;
    padding: 0; }
    .gd-sidebar .gd-main-menu ul {
      position: relative;
      margin: 0;
      padding: 0; }
      .gd-sidebar .gd-main-menu ul li {
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        position: relative; }
        .gd-sidebar .gd-main-menu ul li a {
          color: #fff; }
        .gd-sidebar .gd-main-menu ul li a:hover {
          color: #fff; }
        .gd-sidebar .gd-main-menu ul li .gd-dropdown {
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0; }
          .gd-sidebar .gd-main-menu ul li .gd-dropdown:before {
            margin-left: 5px;
            display: inline-block;
            vertical-align: middle;
            content: "";
            font-family: "FontAwesome";
            color: #fff; }
        .gd-sidebar .gd-main-menu ul li a.sf-with-ul {
          position: relative;
          display: inline-block; }
          .gd-sidebar .gd-main-menu ul li a.sf-with-ul:after {
            position: absolute;
            top: 8px;
            right: -15px;
            opacity: 0.25; }
        .gd-sidebar .gd-main-menu ul li:last-child {
          padding: 0;
          margin: 0;
          border: 0; }
      .gd-sidebar .gd-main-menu ul .gd-cart {
        border-left: 0; }
        .gd-sidebar .gd-main-menu ul .gd-cart a {
          display: inline-block; }
        .gd-sidebar .gd-main-menu ul .gd-cart .gd-cart-count {
          position: relative;
          display: inline-block; }
      .gd-sidebar .gd-main-menu ul ul, .gd-sidebar .gd-main-menu ul .sf-mega {
        position: relative;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        width: auto;
        min-width: auto;
        background-color: transparent;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        display: none; }
        .gd-sidebar .gd-main-menu ul ul li, .gd-sidebar .gd-main-menu ul .sf-mega li {
          margin-bottom: 5px;
          -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }
          .gd-sidebar .gd-main-menu ul ul li a, .gd-sidebar .gd-main-menu ul .sf-mega li a {
            color: rgba(255, 255, 255, 0.8);
            text-transform: none;
            font-size: 14px;
            font-weight: 400; }
          .gd-sidebar .gd-main-menu ul ul li a:hover, .gd-sidebar .gd-main-menu ul .sf-mega li a:hover {
            color: #fff; }
      .gd-sidebar .gd-main-menu ul .sub-menu-item-active ul li {
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }

.gd-search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.96);
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  -webkit-justify-content: center;
  flex-grow: 1;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gd-search-overlay .gd-search-content {
    width: 670px;
    margin: 0 auto; }
    .gd-search-overlay .gd-search-content h2 {
      color: #fff;
      text-align: center;
      margin-bottom: 60px;
      font-size: 48px; }
    .gd-search-overlay .gd-search-content form {
      overflow: hidden; }
    .gd-search-overlay .gd-search-content .search-field {
      background-color: transparent;
      width: 100%;
      border: 2px solid rgba(255, 255, 255, 0.2);
      padding: 11px 30px 10px; }
      .gd-search-overlay .gd-search-content .search-field:focus {
        border-color: rgba(255, 255, 255, 0.9); }
    .gd-search-overlay .gd-search-content .search {
      width: 89%;
      float: left; }
    .gd-search-overlay .gd-search-content .search-submit {
      float: right;
      width: 10%;
      text-align: center; }
    .gd-search-overlay .gd-search-content .search-submit {
      background-color: #cc3341;
      padding-left: 0;
      padding-right: 0; }
    .gd-search-overlay .gd-search-content .gd-popular-search-tags {
      margin-top: 60px;
      text-align: center; }
      .gd-search-overlay .gd-search-content .gd-popular-search-tags .title {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.2); }
      .gd-search-overlay .gd-search-content .gd-popular-search-tags a {
        color: #fff;
        display: inline-block;
        padding: 4px 0;
        margin: 0 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .gd-search-overlay .gd-search-content .gd-popular-search-tags a:hover {
        color: #cc3341;
        border-bottom-color: rgba(204, 51, 65, 0.5); }
  .gd-search-overlay .desktop-menu-search {
    margin-top: 60px; }
    .gd-search-overlay .desktop-menu-search .gd-search-trigger {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      background-color: #cc3341;
      color: #fff;
      display: block;
      font-size: 28px;
      text-align: center;
      padding: 10px 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer; }
  .gd-search-overlay .gd-search-title,
  .gd-search-overlay .search-form,
  .gd-search-overlay .gd-popular-search-tags,
  .gd-search-overlay .desktop-menu-search {
    visibility: hidden;
    opacity: 0; }
  .gd-search-overlay.active {
    opacity: 1;
    visibility: visible; }
    .gd-search-overlay.active .gd-search-title,
    .gd-search-overlay.active .search-form,
    .gd-search-overlay.active .gd-popular-search-tags,
    .gd-search-overlay.active .desktop-menu-search {
      opacity: 1;
      visibility: visible;
      animation-duration: 0.2s;
      -webkit-animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp; }
    .gd-search-overlay.active .gd-search-title {
      animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .gd-search-overlay.active .search-form {
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .gd-search-overlay.active .gd-popular-search-tags {
      animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .gd-search-overlay.active .desktop-menu-search {
      animation-delay: 0.7s;
      -webkit-animation-delay: 0.7s;
      -webkit-transition-delay: 0.7s;
      transition-delay: 0.7s; }

.gd-loading {
  position: relative; }
  .gd-loading > * {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gd-loading .gd-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 2;
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-justify-content: center;
    flex-grow: 1;
    justify-content: center; }
    .gd-loading .gd-loader span {
      -webkit-animation: goodday-spin 2s infinite linear;
      animation: goodday-spin 2s infinite linear;
      line-height: 1; }
      .gd-loading .gd-loader span:before {
        content: "";
        font-family: "FontAwesome";
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px; }
  .gd-loading.loaded > div {
    opacity: 1; }
  .gd-loading.loaded .gd-loader {
    display: none; }

.gd-back-to-top {
  position: fixed;
  top: 50%;
  right: 60px;
  bottom: 50%;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  background-color: #010101;
  color: #fff;
  text-align: center;
  display: block;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  -webkit-justify-content: center;
  flex-grow: 1;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gd-back-to-top:hover {
    background-color: #cc3341;
    color: #fff; }

.gd-fof {
  text-align: center; }
  .gd-fof .gd-not-found-form {
    padding-top: 120px;
    padding-bottom: 120px; }

.gd-not-found-form input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 30px; }
.gd-not-found-form p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4; }

@media (max-width: 992px) {
  .gd-site-info {
    text-align: center; }

  .gd-site-header.top .gd-main-menu-container .gd-main-menu {
    vertical-align: middle; }
  .gd-site-header.top .gd-main-menu-container .gd-site-title {
    display: block;
    text-align: center;
    margin-bottom: 0; }
    .gd-site-header.top .gd-main-menu-container .gd-site-title img {
      max-height: 40px; }
  .gd-site-header.top .gd-main-menu-container .site-title,
  .gd-site-header.top .gd-main-menu-container .white-logo,
  .gd-site-header.top .gd-main-menu-container .site-description {
    display: none; }

  .gd-main-header {
    display: none; }

  .gd-site-header.top.minimal .gd-main-header {
    display: block; }
    .gd-site-header.top.minimal .gd-main-header .gd-site-logo img {
      max-height: 40px;
      width: auto; }

  .gd-sidebar-container {
    margin-left: 0; }

  .gd-site-footer .gd-footer-widgets [class*="gd-col-"] + [class*="gd-col-"] {
    margin-top: 30px; }

  #sidebar-content #gd-content,
  #content-sidebar #gd-content {
    float: none; }
  #sidebar-content #gd-sidebar,
  #content-sidebar #gd-sidebar {
    margin-top: 60px; }
  #sidebar-content .gd-sidebar-container,
  #content-sidebar .gd-sidebar-container {
    margin-left: 0;
    margin-right: 0; }

  .gd-site-header.top .gd-main-menu {
    text-align: left; }
  .gd-site-header.top .desktop-menu-trigger,
  .gd-site-header.top .desktop-menu-search {
    position: static; }
  .gd-site-header.top .desktop-menu-trigger {
    float: left;
    margin-top: 12px; }
  .gd-site-header.top .desktop-menu-search {
    float: right;
    margin-top: 12px; }
  .gd-site-header.top .gd-site-logo img {
    max-width: 100%;
    height: auto; }

  .gd-blog-slider {
    height: 470px; }
    .gd-blog-slider .gd-inner-content {
      width: 100%; }

  .gd-header-trending-posts .post:hover {
    top: 0; }

  .gd-blog-large .gd-blog-title,
  .gd-blog-large .gd-blog-content {
    padding: 0; }
  .gd-blog-large .gd-blog-footer {
    overflow: hidden;
    text-align: center; }
    .gd-blog-large .gd-blog-footer span.gd-reading-item {
      padding: 0;
      margin: 0 0 10px; }
    .gd-blog-large .gd-blog-footer:before {
      display: none; }
    .gd-blog-large .gd-blog-footer a.gd-social {
      display: none; }
    .gd-blog-large .gd-blog-footer a.gd-button {
      float: none; }
  .gd-blog-large .gd-blog-content p:first-child:first-letter {
    font-size: 49px;
    padding: 5px 5px 5px 0;
    margin: 3px 0 0; }

  .gd-subscribe-box {
    text-align: center; }
    .gd-subscribe-box .gd-input-field {
      margin-bottom: 15px; }
    .gd-subscribe-box button {
      display: block;
      width: 100%; }

  .gd-search-overlay .gd-search-content {
    width: 100%; }
    .gd-search-overlay .gd-search-content h2 {
      font-size: 32px; }
    .gd-search-overlay .gd-search-content .search,
    .gd-search-overlay .gd-search-content .search-submit {
      float: none;
      margin-top: 10px;
      width: 100%; }

  .gd-sidebar {
    width: 70%; }

  .gd-heading {
    padding: 120px 0; }
    .gd-heading .gd-container .gd-heading-title,
    .gd-heading .gd-inner-content .gd-heading-title {
      font-size: 26px; }

  .gd-comments-area .comment-respond {
    padding: 30px; }
  .gd-comments-area .comment-form .gd-input-field {
    width: 100%; }
  .gd-comments-area .comment-form .submit {
    display: block;
    width: 100%; }
  .gd-comments-area .comments-title {
    font-size: 18px; }
  .gd-comments-area .comment-list .children {
    padding: 0; }
    .gd-comments-area .comment-list .children > li {
      padding-left: 10px; }

  .navigation.post-navigation .nav-links .nav-previous,
  .navigation.post-navigation .nav-links .nav-next {
    width: 100%;
    text-align: center; }
  .navigation.post-navigation .nav-links .nav-next {
    margin-top: 15px; }

  .gd-heading.fixed {
    margin-top: 15px; }

  .gd-main-content {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navigation.post-navigation {
    margin-top: 15px;
    padding-top: 15px; }

  .instafeed li {
    width: 25%; }

  .owl-carousel .owl-nav {
    display: none; }

  .gd-blog-slider .gd-inner-content {
    padding: 30px; }

  .gd-site-footer.fixed {
    position: static; }

  #gd-page {
    margin-bottom: 0 !important; }

  .gd-back-to-top {
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    margin-top: 0; } }

/*# sourceMappingURL=site.css.map */
