@charset "UTF-8";
/*
  Theme Name: Martha
  Theme URI: http://gldev.id/
  Description: Premade Wordpress Theme - Responsive Wordpress Theme - Personal Minimalist Wordpress Theme
  Version: 2.0.2
  Author: GLDev
  Author URI: http://gldev.id/
  License: GNU General Public License v3 or later
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: gldev
  */
/*=================================
  TABLE OF CONTENT
  ---------------------------------
  1. BASE STYLE
  2. LOADING STYLE
  3. NAVBAR STYLE
  4. HEADER STYLE
  5. MAIN SLIDER STYLE
  6. CAROUSEL STYLE
  7. MAIN CONTENT STYLE
  8. SHOP FOOTER STYLE
  9. INSTAGRAM FOOTER STYLE
  10. SOCIAL FOOTER STYLE
  11. FOOTER STYLE
  12. WOOCOMMERCE STYLE
  13. RESPONSIVE MEDIA QUERIES
  14. ANIMATION
  15. WORDPRESS CORE
  ---------------------------------
  */
/*======================
  1. CSS RESET
  ----------------------
  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*======================
  1. BASE STYLE
  ----------------------
  */
body {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  z-index: 999;
  background-color: #FEFEFE;
  color: #666;
  background: #FFF; }

.nomargin {
  margin: 0px !important; }

.nopadding {
  padding: 0px !important; }

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

a {
  color: #F59E9E;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

a:hover, a:focus {
  color: #666;
  text-decoration: none; }

input {
  background: #FFF;
  border: 1px solid #666;
  padding: 7px 10px;
  color: #999;
  font-size: 12px;
  outline: 0; }

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  border: 1px solid #CCC;
  outline: none;
  width: 100%;
  font-family: 'Montserrat', sans-serif; }

button, input[type="submit"], .widget_shopping_cart_content .buttons a {
  font-family: 'Montserrat', sans-serif;
  color: #666;
  padding: 7px 20px;
  font-size: 11px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
  border: 1px solid #666;
  text-transform: uppercase;
  background: #FFF; }
  button:hover, input[type="submit"]:hover, .widget_shopping_cart_content .buttons a:hover {
    background: #F59E9E;
    color: #FFF;
    border: 1px solid #F59E9E; }

hr {
  border-top: 1px solid #CCC; }

.read-more {
  margin-top: 5px;
  padding: 10px 15px;
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 3px;
  -moz-transition: all 0.3s ease-out 0.4s;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out 0.4s;
  -ms-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
  -webkit-transition-delay: 0.4s; }
  .read-more span {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4);
    -o-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0s;
    -ms-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0s;
    transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0s; }
  .read-more:hover {
    padding-right: 10px;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #FFF; }
    .read-more:hover span {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0.4s;
      -webkit-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4);
      -webkit-transition-delay: 0.4s;
      -o-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0.4s;
      -ms-transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0.4s;
      transition: all 0.3s cubic-bezier(0, 0.6, 0.35, 1.4) 0.4s;
      color: #FFF; }

/*======================
  2. LOADING STYLE
  ----------------------
  */
.preloading {
  background: #FFF;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0; }
  .preloading .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .preloading .content span {
      display: inline-block;
      -moz-animation: spin 1s linear infinite;
      -webkit-animation: spin 1s linear infinite;
      -o-animation: spin 1s linear infinite;
      -ms-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite;
      height: 25px;
      width: 25px;
      border: 1px solid #333; }

/*======================
  3. NAVBAR STYLE
  ----------------------
  */
.navbar-top {
  background-color: #FFF;
  border-radius: 0;
  border: none;
  -moz-transition: box-shadow 0.3s ease-in;
  -webkit-transition: box-shadow 0.3s ease-in;
  -o-transition: box-shadow 0.3s ease-in;
  -ms-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  opacity: 1;
  height: 60px; }
  .navbar-top .active a, .navbar-top .open a {
    background: none !important; }
  .navbar-top .container {
    padding: 0; }
  .navbar-top .navbar-toggle {
    border: none;
    margin-top: 12px;
    padding: 9px 10px 20px; }
    .navbar-top .navbar-toggle:focus, .navbar-top .navbar-toggle:hover {
      border: none;
      background: none !important; }
    .navbar-top .navbar-toggle .icon-bar {
      width: 30px;
      transition: all 1s ease-in-out; }
    .navbar-top .navbar-toggle.focus #icon1 {
      -moz-transform: rotate(585deg);
      -webkit-transform: rotate(585deg);
      -o-transform: rotate(585deg);
      -ms-transform: rotate(585deg);
      transform: rotate(585deg);
      -webkit-transform: rotate(585deg);
      margin-top: 5px; }
    .navbar-top .navbar-toggle.focus #icon2 {
      display: none; }
    .navbar-top .navbar-toggle.focus #icon3 {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -2px; }
    .navbar-top .navbar-toggle.blur #icon1 {
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: 0px; }
    .navbar-top .navbar-toggle.blur #icon3 {
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: 4px; }
  .navbar-top .navbar-collapse {
    overflow-x: hidden;
    padding: 0 13px;
    background: #FFF; }
    .navbar-top .navbar-collapse .navbar-nav.left li {
      padding: 10px; }
      .navbar-top .navbar-collapse .navbar-nav.left li .dropdown-menu li {
        margin-left: 0 !important; }
      .navbar-top .navbar-collapse .navbar-nav.left li:focus {
        background: none !important; }
      .navbar-top .navbar-collapse .navbar-nav.left li a {
        padding: 0 2px;
        font-weight: 300;
        color: #666;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px; }
        .navbar-top .navbar-collapse .navbar-nav.left li a:hover {
          color: #333;
          padding-bottom: 3px;
          border-bottom: 1px solid #333; }
      .navbar-top .navbar-collapse .navbar-nav.left li.active a {
        color: #666;
        padding-bottom: 3px;
        border-bottom: 1px solid #666; }
    .navbar-top .navbar-collapse .navbar-right li {
      padding: 15px; }
      .navbar-top .navbar-collapse .navbar-right li a {
        padding: 0 2px;
        color: #a4a4a4;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 300; }
        .navbar-top .navbar-collapse .navbar-right li a:hover {
          color: #F59E9E; }
  .navbar-top .navbar-brand img {
    max-height: 20px;
    margin-top: 2px; }
  .navbar-top .navbar-brand.text {
    padding-top: 15px; }
  .navbar-top .nav-search {
    display: inline-block;
    height: 50px; }
    .navbar-top .nav-search form, .navbar-top .nav-search a {
      display: inline-block; }
    .navbar-top .nav-search .searchinput {
      height: 30px;
      margin-top: 10px;
      border: none;
      width: 0px;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      margin-left: -15px;
      font-size: 12px;
      display: inline;
      opacity: 0; }
      .navbar-top .nav-search .searchinput.show {
        width: 180px;
        border: 1px solid #CCC;
        padding: 5px 10px;
        margin-left: 0px;
        opacity: 1; }
  .navbar-top .dropdown-menu {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0; }
  .navbar-top .dropdown-submenu {
    position: relative; }
    .navbar-top .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px; }
    .navbar-top .dropdown-submenu .dropdown-toggle:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #cccccc;
      margin-top: 5px; }
    .navbar-top .dropdown-submenu:hover a:after {
      border-left-color: #555; }
    .navbar-top .dropdown-submenu.pull-left {
      float: none; }
      .navbar-top .dropdown-submenu.pull-left .dropdown-menu {
        left: -100%;
        margin-left: 10px; }

/*======================
  4. HEADER STYLE
  ----------------------
  */
.header-bottom {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF; }
  .header-bottom .logo-container .logo {
    margin-top: 40px;
    margin-bottom: 5px; }
  .header-bottom .logo-container h1, .header-bottom .logo-container h2 {
    font-size: 60px;
    line-height: 1em;
    margin-top: 40px;
    margin-bottom: 5px; }
    .header-bottom .logo-container h1 a, .header-bottom .logo-container h2 a {
      color: #333; }
  .header-bottom .logo-container h3 {
    margin-top: 10px;
    color: #666;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .header-bottom .social-container {
    margin-top: 15px; }
    .header-bottom .social-container a {
      font-size: 18px;
      margin-right: 10px;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #333; }
      .header-bottom .social-container a .fa-facebook {
        font-size: 16px; }
      .header-bottom .social-container a:hover {
        color: #F59E9E; }

/*======================
  5. MAIN SLIDER STYLE
  ----------------------
  */
.gldev-slider-container .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }
  .gldev-slider-container .owl-item .item figure {
    position: relative;
    height: 450px;
    text-align: center;
    overflow: hidden;
    width: 100%; }
    .gldev-slider-container .owl-item .item figure .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0.2; }
    .gldev-slider-container .owl-item .item figure img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .gldev-slider-container .owl-item .item figure .content {
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      width: 80%;
      max-width: 550px;
      margin: auto;
      text-align: center;
      padding: 50px 0 50px 0; }
      .gldev-slider-container .owl-item .item figure .content .category {
        color: #FFF;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 300; }
        .gldev-slider-container .owl-item .item figure .content .category::before {
          content: "● ";
          font-size: 14px; }
      .gldev-slider-container .owl-item .item figure .content .title-container {
        width: 80%;
        margin: 10px auto 25px auto;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .gldev-slider-container .owl-item .item figure .content .title-container .title {
          width: auto;
          color: #FFF;
          font-size: 36px;
          line-height: 1em;
          font-weight: 200;
          display: block; }
      .gldev-slider-container .owl-item .item figure .content .read-more {
        display: inline-block;
        margin-top: 20px;
        border: 1px solid #FFF;
        font-size: 11px;
        padding: 12px 25px;
        padding-right: 10px;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 300; }
        .gldev-slider-container .owl-item .item figure .content .read-more:hover {
          border: 1px solid #F59E9E;
          background: #F59E9E;
          padding-right: 20px; }

.gldev-slider-container .owl-controls .owl-prev, .gldev-slider-container .owl-controls .owl-next {
  font-size: 24px !important;
  background: none !important;
  color: #FFF;
  position: absolute;
  top: 50%;
  border-radius: 50% !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px !important;
  border: 1px solid #FFF;
  line-height: 28px;
  width: 32px;
  height: 32px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gldev-slider-container .owl-controls .owl-prev:hover, .gldev-slider-container .owl-controls .owl-next:hover {
    background: #F59E9E !important;
    border: 1px solid #F59E9E; }

.gldev-slider-container .owl-controls .owl-prev {
  left: 10px; }

.gldev-slider-container .owl-controls .owl-next {
  right: 10px;
  padding-left: 3px !important; }

/*======================
  6. CAROUSEL STYLE
  ----------------------
  */
.gldev-carousel-container {
  margin-top: 10px; }
  .gldev-carousel-container .item {
    text-align: center; }
    .gldev-carousel-container .item figure img {
      margin-bottom: 10px;
      height: 175px;
      width: 100%;
      object-fit: cover; }
    .gldev-carousel-container .item figure .category {
      color: #666;
      padding-bottom: 2px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px; }
      .gldev-carousel-container .item figure .category::before {
        content: "●";
        margin-right: 3px;
        font-size: 12px; }
      .gldev-carousel-container .item figure .category:hover {
        color: #F59E9E; }
    .gldev-carousel-container .item figure .title-container {
      padding: 0 10%;
      margin-top: 5px; }
      .gldev-carousel-container .item figure .title-container a {
        color: #333;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1px; }
        .gldev-carousel-container .item figure .title-container a:hover {
          color: #F59E9E; }
  .gldev-carousel-container .owl-controls .owl-prev, .gldev-carousel-container .owl-controls .owl-next {
    font-size: 24px !important;
    background: none !important;
    color: #666 !important;
    position: absolute;
    top: 40%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2px 10px !important;
    border-radius: 0 !important;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .gldev-carousel-container .owl-controls .owl-prev:hover, .gldev-carousel-container .owl-controls .owl-next:hover {
      color: #F59E9E !important; }
  .gldev-carousel-container .owl-controls .owl-prev {
    left: -50px; }
  .gldev-carousel-container .owl-controls .owl-next {
    right: -50px; }

.gldev-popular-container {
  margin-top: 25px; }
  .gldev-popular-container .item {
    text-align: center; }
    .gldev-popular-container .item figure {
      position: relative;
      width: 100%;
      text-align: center;
      margin: auto; }
      .gldev-popular-container .item figure img {
        display: block;
        height: 150px !important;
        width: 100%;
        object-fit: cover;
        -moz-transition: all 3s linear;
        -webkit-transition: all 3s linear;
        -o-transition: all 3s linear;
        -ms-transition: all 3s linear;
        transition: all 3s linear; }
      .gldev-popular-container .item figure .content {
        margin: auto;
        text-align: center;
        opacity: 1;
        padding: 0 10%; }
        .gldev-popular-container .item figure .content .title-container {
          margin-top: 12px; }
          .gldev-popular-container .item figure .content .title-container .title {
            width: auto;
            color: #333;
            font-size: 16px;
            line-height: 1em;
            display: block;
            font-weight: 300; }
            .gldev-popular-container .item figure .content .title-container .title:hover {
              color: #F59E9E; }
  .gldev-popular-container .owl-controls {
    position: absolute;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 115px;
    left: 50%; }
    .gldev-popular-container .owl-controls .owl-dot.active span, .gldev-popular-container .owl-controls .owl-dot:hover span {
      background: #FFF; }
    .gldev-popular-container .owl-controls .owl-dot span {
      background: none;
      width: 10px;
      height: 10px;
      border: 1px solid #FFF;
      margin: 5px; }

.gldev-recomend-container .owl-item .item {
  height: 250px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .gldev-recomend-container .owl-item .item img {
    height: 100% !important;
    width: 100% !important;
    display: block;
    object-fit: cover; }
  .gldev-recomend-container .owl-item .item figure {
    width: 100%;
    height: 175px; }
  .gldev-recomend-container .owl-item .item .meta .title-container {
    padding: 0 10%;
    margin: 10px 0; }
    .gldev-recomend-container .owl-item .item .meta .title-container .link {
      font-size: 16px;
      display: block;
      line-height: 1.1em;
      color: #666; }
      .gldev-recomend-container .owl-item .item .meta .title-container .link:hover {
        color: #F59E9E; }

.gldev-recomend-container .owl-controls .owl-prev, .gldev-recomend-container .owl-controls .owl-next {
  font-size: 24px !important;
  background: none !important;
  color: #666 !important;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2px 10px !important;
  border-radius: 0 !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gldev-recomend-container .owl-controls .owl-prev:hover, .gldev-recomend-container .owl-controls .owl-next:hover {
    opacity: 0.8; }

.gldev-recomend-container .owl-controls .owl-prev {
  left: -50px; }

.gldev-recomend-container .owl-controls .owl-next {
  right: -50px; }

/*======================
  7. MAIN CONTENT STYLE
  ----------------------
  */
.main {
  margin-top: 20px;
  margin-bottom: 100px; }
  .main .main-content .post-container img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .main .main-content .post-container .cover {
    width: 100%;
    height: auto !important; }
    .main .main-content .post-container .cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main .main-content .post-container .single {
    position: relative;
    padding: 15px;
    background: #FFF; }
  .main .main-content .searchnotfound {
    text-align: center; }
    .main .main-content .searchnotfound .nothing {
      border: 1px solid #666;
      color: #666;
      padding: 10px 20px;
      font-size: 12px;
      text-transform: uppercase; }
    .main .main-content .searchnotfound p {
      letter-spacing: 1px;
      color: #999;
      margin: 30px 10px 20px 10px; }
  .main .main-content .notice {
    color: #333;
    background: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 30px;
    position: relative; }
    .main .main-content .notice h4 {
      margin: 0;
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 14px; }
    .main .main-content .notice h3 {
      margin: 0;
      letter-spacing: 2px;
      font-size: 12px; }
  .main .main-content h3.notice {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px; }
  .main .main-content .post {
    text-align: center;
    margin-bottom: 30px; }
    .main .main-content .post.search {
      text-align: left;
      border-bottom: 1px solid #CCC;
      padding-bottom: 25px;
      margin-bottom: 25px; }
    .main .main-content .post .detail {
      padding: 0px;
      position: relative;
      background: #FFF; }
    .main .main-content .post .category {
      color: #666;
      padding-bottom: 2px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px; }
      .main .main-content .post .category::before {
        content: "●";
        margin-right: 3px;
        font-size: 12px; }
      .main .main-content .post .category:hover {
        color: #F59E9E; }
    .main .main-content .post h2.title, .main .main-content .post h1.title {
      margin: 5px 0 5px 0; }
      .main .main-content .post h2.title a, .main .main-content .post h1.title a {
        display: block;
        line-height: 1em;
        font-size: 24px;
        color: #333; }
        .main .main-content .post h2.title a:hover, .main .main-content .post h1.title a:hover {
          color: #F59E9E; }
        .main .main-content .post h2.title a.style2, .main .main-content .post h1.title a.style2 {
          font-size: 20px; }
    .main .main-content .post .meta {
      margin-top: 7px;
      font-size: 12px;
      color: #999;
      margin-bottom: 15px;
      font-family: 'Neuton', serif;
      letter-spacing: 1px;
      font-weight: 300; }
    .main .main-content .post figure {
      height: 450px;
      position: relative; }
      .main .main-content .post figure.style2 {
        margin-top: 0;
        height: 200px; }
      .main .main-content .post figure.search {
        height: 150px;
        margin-top: 0px; }
      .main .main-content .post figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .main .main-content .post figure .read-more {
        position: absolute;
        top: 80%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 8px;
        padding: 12px 20px;
        opacity: 0;
        padding-right: 7px; }
        .main .main-content .post figure .read-more span {
          margin-left: 3px; }
        .main .main-content .post figure .read-more:hover {
          padding-right: 15px; }
      .main .main-content .post figure:hover .read-more {
        opacity: 1;
        top: 50%; }
    .main .main-content .post .audio-embed {
      height: 166px; }
    .main .main-content .post p, .main .main-content .post .content {
      text-align: left;
      font-size: 16px;
      color: #666;
      font-weight: 300;
      line-height: 1.5em;
      font-family: 'Neuton', serif;
      letter-spacing: 1px; }
      .main .main-content .post p strong, .main .main-content .post .content strong {
        font-weight: bold; }
      .main .main-content .post p em, .main .main-content .post .content em {
        font-style: italic; }
    .main .main-content .post .excerp p {
      padding-top: 10px;
      font-size: 14px;
      text-align: center;
      line-height: 1.1em;
      color: #666;
      letter-spacing: 1px;
      font-family: 'Neuton', serif;
      font-weight: 300; }
    .main .main-content .post .pstyle2 {
      margin-top: 10px;
      font-size: 14px;
      margin: 10px 0 10px 0;
      text-align: left;
      color: #666;
      line-height: 1.1em;
      font-family: 'Neuton', serif;
      text-align: center; }
    .main .main-content .post .gallery-carousel {
      margin-bottom: -10px; }
      .main .main-content .post .gallery-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1); }
      .main .main-content .post .gallery-carousel .item {
        height: 450px; }
        .main .main-content .post .gallery-carousel .item img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .main .main-content .post .gallery-carousel .owl-controls .owl-prev, .main .main-content .post .gallery-carousel .owl-controls .owl-next {
        font-size: 24px;
        background: none !important;
        color: #FFF;
        position: absolute;
        top: 50%;
        border-radius: 50% !important;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px !important;
        text-align: center;
        border: 1px solid #FFF;
        width: 32px;
        height: 32px;
        line-height: 28px;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .main .main-content .post .gallery-carousel .owl-controls .owl-prev:hover, .main .main-content .post .gallery-carousel .owl-controls .owl-next:hover {
          background: #F59E9E !important;
          border: 1px solid #F59E9E; }
      .main .main-content .post .gallery-carousel .owl-controls .owl-prev {
        left: 10px; }
      .main .main-content .post .gallery-carousel .owl-controls .owl-next {
        right: 10px;
        padding-left: 3px; }
    .main .main-content .post blockquote {
      background: #FAFAFA;
      padding: 5px 20px;
      font-style: italic;
      border-left: 2px solid #666; }
      .main .main-content .post blockquote p:first-child::before {
        content: open-quote; }
      .main .main-content .post blockquote p:last-child::after {
        content: close-quote; }
    .main .main-content .post ul li {
      text-align: left;
      font-size: 16px;
      color: #777; }
    .main .main-content .post .read-more {
      margin-top: 5px;
      background: #FFF;
      padding: 10px 15px;
      font-size: 10px;
      color: #666;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-right: 3px; }
      .main .main-content .post .read-more:hover {
        padding-right: 10px;
        color: #666; }
        .main .main-content .post .read-more:hover span {
          color: #666; }
  .main .main-content .post.style3 .post-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main .main-content .post.style3 .post-inner .thumb {
      padding-left: 0px;
      padding-right: 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .main .main-content .post.style3 .post-inner .thumb figure {
        height: 100%;
        width: 100%; }
    .main .main-content .post.style3 .post-inner .detail {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0px 15px 10px 20px; }
      .main .main-content .post.style3 .post-inner .detail .meta {
        margin-top: 5px;
        margin-bottom: 10px; }
      .main .main-content .post.style3 .post-inner .detail .category {
        margin-top: 10px; }
      .main .main-content .post.style3 .post-inner .detail .post-footer {
        margin-top: 15px; }
      .main .main-content .post.style3 .post-inner .detail .excerp p {
        margin: 0;
        padding: 0;
        text-align: left; }
  .main .main-content .post-footer {
    border-top: 1px solid #DDD;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center; }
    .main .main-content .post-footer .shareit {
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 1px;
      color: #666; }
    .main .main-content .post-footer .author {
      color: #666;
      text-align: left;
      padding: 2px;
      font-size: 8px;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .main .main-content .post-footer .author.search {
        text-align: center; }
      .main .main-content .post-footer .author span {
        font-size: 12px; }
    .main .main-content .post-footer .social-container {
      font-size: 12px;
      text-align: right;
      margin-top: 1px;
      padding: 0; }
      .main .main-content .post-footer .social-container a {
        color: #666;
        margin-left: 7px; }
        .main .main-content .post-footer .social-container a:hover {
          color: #F59E9E; }
      .main .main-content .post-footer .social-container.search span {
        margin-left: 5px; }
    .main .main-content .post-footer.center {
      border: none; }
      .main .main-content .post-footer.center .social-container {
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        color: #666; }
        .main .main-content .post-footer.center .social-container span {
          font-size: 18px;
          margin: 0 5px; }
  .main .main-content .tag-container {
    margin: 15px 5px;
    color: #666; }
    .main .main-content .tag-container span {
      font-size: 12px;
      margin-top: 5px; }
    .main .main-content .tag-container a {
      margin: 0 5px;
      text-transform: uppercase;
      font-size: 10px;
      border-bottom: 1px solid #666;
      color: #666;
      padding: 1px 0; }
      .main .main-content .tag-container a:hover {
        color: #F59E9E;
        border-bottom: 1px solid #F59E9E; }
  .main .main-content .author-info {
    background: #FDFDFD;
    padding: 25px 10%;
    text-align: center; }
    .main .main-content .author-info img {
      border-radius: 50%;
      width: 100px; }
    .main .main-content .author-info h2 {
      margin: 15px 0 5px 0;
      font-size: 15px;
      font-weight: 400; }
      .main .main-content .author-info h2 a {
        color: #666; }
        .main .main-content .author-info h2 a:hover {
          color: #F59E9E; }
    .main .main-content .author-info p {
      font-weight: 300;
      margin: 0;
      color: #666;
      font-size: 14px;
      line-height: 1.2em;
      font-family: 'Neuton', serif;
      letter-spacing: 1px; }
  .main .main-content .author-page {
    background: #FFF;
    margin-bottom: 30px;
    position: relative;
    padding: 25px 15px; }
    .main .main-content .author-page .thumb {
      float: left;
      padding: 0px 10px; }
      .main .main-content .author-page .thumb img {
        border-radius: 50%;
        width: 75px;
        height: 75px;
        object-fit: cover; }
    .main .main-content .author-page .info {
      padding-left: 10px;
      display: inline-block;
      width: 68%; }
      .main .main-content .author-page .info .name {
        display: inline; }
        .main .main-content .author-page .info .name a {
          font-size: 14px;
          font-weight: 400;
          color: #666; }
          .main .main-content .author-page .info .name a:hover {
            color: #F59E9E; }
      .main .main-content .author-page .info .count {
        display: inline;
        text-align: left;
        font-size: 11px;
        padding: 0px 10px;
        border-left: 1px solid #CCC;
        margin-left: 5px;
        letter-spacing: 1px;
        color: #666;
        font-weight: 300; }
      .main .main-content .author-page .info p {
        color: #666;
        margin: 5px 0;
        line-height: 1em;
        font-size: 14px !important;
        letter-spacing: 1px;
        font-family: 'Neuton', serif; }
  .main .main-content .post-recomend {
    margin: 25px 0; }
    .main .main-content .post-recomend h2 {
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      color: #666;
      font-weight: 400;
      margin-bottom: 25px; }
      .main .main-content .post-recomend h2 span {
        padding: 5px 10px; }
  .main .main-content .comments-area h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400; }
  .main .main-content .comments-area .comment-list {
    padding: 0;
    list-style: none; }
    .main .main-content .comments-area .comment-list .children .reply {
      display: none; }
    .main .main-content .comments-area .comment-list .comment {
      margin-left: 70px;
      position: relative; }
      .main .main-content .comments-area .comment-list .comment .children {
        list-style: none; }
      .main .main-content .comments-area .comment-list .comment article {
        padding: 10px; }
      .main .main-content .comments-area .comment-list .comment .comment-author {
        height: 25px; }
        .main .main-content .comments-area .comment-list .comment .comment-author img {
          width: 60px;
          border-radius: 50%;
          margin-left: -70px;
          margin-bottom: -20px;
          margin-right: 5px; }
        .main .main-content .comments-area .comment-list .comment .comment-author b {
          font-size: 12px;
          font-weight: 400; }
          .main .main-content .comments-area .comment-list .comment .comment-author b a {
            color: #666; }
            .main .main-content .comments-area .comment-list .comment .comment-author b a:hover {
              color: #F59E9E; }
        .main .main-content .comments-area .comment-list .comment .comment-author .says {
          display: none; }
      .main .main-content .comments-area .comment-list .comment .comment-metadata a {
        color: #999;
        font-size: 11px;
        font-style: italic; }
      .main .main-content .comments-area .comment-list .comment .comment-metadata .edit-link {
        font-weight: 400; }
      .main .main-content .comments-area .comment-list .comment .comment-content {
        padding: 5px 10px 5px 10px;
        color: #666;
        font-size: 15px;
        font-family: 'Neuton', serif;
        margin-top: 10px;
        background: #fafafa;
        line-height: 1.2em; }
      .main .main-content .comments-area .comment-list .comment .reply {
        position: absolute;
        top: 25px;
        right: 10px; }
        .main .main-content .comments-area .comment-list .comment .reply a {
          padding: 3px 10px;
          color: #AAA;
          font-size: 10px;
          text-transform: uppercase;
          border: 1px solid #AAA; }
          .main .main-content .comments-area .comment-list .comment .reply a:hover {
            background: #F59E9E;
            color: #FFF;
            border: 1px solid #F59E9E; }
  .main .main-content .comments-area .comment-respond {
    margin-top: 25px; }
    .main .main-content .comments-area .comment-respond .comment-reply-title {
      color: #666;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 400; }
      .main .main-content .comments-area .comment-respond .comment-reply-title .title {
        margin-top: 5px;
        float: left; }
      .main .main-content .comments-area .comment-respond .comment-reply-title a {
        font-weight: 400; }
      .main .main-content .comments-area .comment-respond .comment-reply-title .cancel {
        margin-top: -2px;
        margin-left: 5px;
        float: right; }
        .main .main-content .comments-area .comment-respond .comment-reply-title .cancel a {
          padding: 2px 9px;
          margin-top: -5px;
          color: #FFF;
          background: #666;
          font-size: 10px;
          border: 1px solid #666; }
          .main .main-content .comments-area .comment-respond .comment-reply-title .cancel a:hover {
            background: none;
            color: #666; }
  .main .main-content .comments-area .required {
    font-weight: 400;
    color: #E14938;
    font-size: 16px;
    padding: 0;
    margin: 0; }
  .main .main-content .comments-area .comment-form .comment-notes, .main .main-content .comments-area .comment-form .logged-in-as a {
    color: #666;
    letter-spacing: 1px;
    font-style: italic;
    font-size: 12px; }
  .main .main-content .comments-area .comment-form label {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400; }
  .main .main-content .comments-area .comment-form textarea {
    min-height: 150px; }
  .main .main-content .comments-area .comment-form textarea, .main .main-content .comments-area .comment-form input {
    color: #666;
    border-radius: 0;
    outline-color: transparent;
    outline-style: none;
    border: 1px solid #999; }
    .main .main-content .comments-area .comment-form textarea:focus, .main .main-content .comments-area .comment-form input:focus {
      box-shadow: none !important; }
  .main .main-content .comments-area .comment-form input[type="submit"] {
    border: 1px solid #999;
    padding: 10px 20px;
    color: #666;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background: #FFF; }
    .main .main-content .comments-area .comment-form input[type="submit"]:hover {
      background: #F59E9E;
      color: #FFF;
      border: 1px solid #F59E9E; }
  .main .main-content .comments-area .no-comments {
    text-align: center;
    border: 1px solid #666;
    padding: 7px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 18px; }
  .main .main-content .page-nav {
    padding: 0;
    text-align: left; }
    .main .main-content .page-nav a {
      text-transform: uppercase;
      border: 1px solid #999;
      background: #FFF;
      padding: 10px 20px;
      color: #666;
      font-size: 10px;
      position: relative;
      font-weight: 300; }
      .main .main-content .page-nav a:hover {
        background: #F59E9E;
        color: #FFF;
        border: 1px solid #F59E9E; }
    .main .main-content .page-nav.right {
      text-align: right; }
  .main .sidebar {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center; }
    .main .sidebar aside {
      padding: 30px 15px;
      position: relative;
      text-align: center; }
      .main .sidebar aside #sb_instagram a {
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
        background: #000; }
        .main .sidebar aside #sb_instagram a:hover::after {
          opacity: 1; }
        .main .sidebar aside #sb_instagram a:hover::before {
          opacity: 0.2; }
        .main .sidebar aside #sb_instagram a img {
          display: block; }
        .main .sidebar aside #sb_instagram a::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #000;
          opacity: 0;
          content: "";
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .main .sidebar aside #sb_instagram a::after {
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-family: 'FontAwesome';
          content: '\f16d';
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 2em;
          opacity: 0;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .main .sidebar aside .ads {
        margin-left: -6px;
        margin-right: -6px;
        margin-top: -21px;
        margin-bottom: -21px; }
      .main .sidebar aside a {
        color: #666; }
      .main .sidebar aside h3.title {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 15px;
        color: #222;
        text-align: left;
        position: relative; }
        .main .sidebar aside h3.title::after {
          content: "";
          position: absolute;
          right: 5px;
          top: 6px;
          width: 90%;
          height: 1px;
          background: #222;
          z-index: -1; }
        .main .sidebar aside h3.title span {
          padding: 6px 20px 6px 5px;
          font-weight: 400;
          letter-spacing: 1px;
          background: #FFF;
          display: inline;
          z-index: 2; }
      .main .sidebar aside img {
        width: 100%;
        height: auto;
        object-fit: cover; }
      .main .sidebar aside p {
        letter-spacing: 0px;
        line-height: 1.2em;
        font-size: 14px;
        padding: 0 10%;
        font-weight: 300;
        color: #666;
        font-family: 'Neuton', serif; }
      .main .sidebar aside .about {
        text-align: center;
        padding-top: 5px; }
        .main .sidebar aside .about h3 {
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 400;
          display: block;
          color: #333;
          letter-spacing: 1px;
          margin: 20px 0 15px 0; }
        .main .sidebar aside .about p {
          margin: 15px 0;
          letter-spacing: 0px;
          line-height: 1.2em;
          font-size: 14px;
          padding: 0 10%;
          font-weight: 300;
          color: #666;
          font-family: 'Neuton', serif; }
        .main .sidebar aside .about img.profile-pict {
          width: 150px;
          height: 150px;
          object-fit: cover;
          border-radius: 50%;
          border: none; }
        .main .sidebar aside .about img {
          width: auto;
          max-width: 100%; }
        .main .sidebar aside .about .social-container {
          margin-top: 25px; }
          .main .sidebar aside .about .social-container a {
            color: #333;
            font-size: 16px;
            margin-right: 7px; }
            .main .sidebar aside .about .social-container a .fa-facebook {
              font-size: 14px; }
            .main .sidebar aside .about .social-container a:hover {
              color: #F59E9E; }
      .main .sidebar aside #wp-subscribe {
        background: none;
        padding: 0 15px;
        margin-left: -15px;
        margin-right: -15px; }
        .main .sidebar aside #wp-subscribe .text, .main .sidebar aside #wp-subscribe .footer-text {
          color: #999;
          letter-spacing: 0; }
        .main .sidebar aside #wp-subscribe .text {
          margin-bottom: 0;
          font-weight: 300;
          color: #666;
          font-family: 'Neuton', serif; }
        .main .sidebar aside #wp-subscribe .title {
          text-align: left !important;
          text-transform: uppercase;
          font-size: 12px;
          margin-bottom: 15px;
          color: #222;
          display: block;
          position: relative;
          padding: 6px 20px 6px 5px;
          font-weight: 400;
          letter-spacing: 1px;
          z-index: 2;
          text-align: left; }
          .main .sidebar aside #wp-subscribe .title::after {
            content: "";
            position: absolute;
            right: 5px;
            top: 11px;
            width: calc(90% - 100px);
            height: 1px;
            background: #222;
            z-index: -1; }
        .main .sidebar aside #wp-subscribe .email-field {
          padding: 0px 0px !important;
          font-size: 12px;
          font-weight: 300;
          background: #FFF;
          border: 1px solid #666;
          color: #666;
          width: 75%;
          height: 32px; }
        .main .sidebar aside #wp-subscribe input[type="submit"] {
          margin-top: 5px;
          background: #FFF;
          color: #666;
          border: none;
          padding: 5px 25px;
          font-size: 12px;
          outline: 0;
          border: 1px solid #666;
          text-transform: uppercase;
          width: 75%;
          height: 32px; }
          .main .sidebar aside #wp-subscribe input[type="submit"]:hover {
            background: #F59E9E;
            border: 1px solid #F59E9E;
            color: #FFF; }
      .main .sidebar aside .tagcloud a {
        background: none;
        color: #666;
        padding: 3px 0px;
        font-size: 11px !important;
        text-transform: uppercase;
        line-height: 30px;
        margin: 5px 10px; }
        .main .sidebar aside .tagcloud a:hover {
          color: #F59E9E;
          border-bottom: 1px solid #F59E9E; }
      .main .sidebar aside ul {
        margin: 0;
        padding: 0 10px;
        text-align: left; }
        .main .sidebar aside ul li {
          list-style: none; }
          .main .sidebar aside ul li.cat-item {
            text-transform: uppercase;
            font-size: 10px;
            letter-spacing: 1px;
            display: inline-block;
            margin: 0px 3px; }
            .main .sidebar aside ul li.cat-item a {
              border: 1px solid #CCC;
              padding: 5px 10px;
              display: inline-block;
              margin-top: 1em;
              font-size: 10px; }
              .main .sidebar aside ul li.cat-item a:hover {
                background: #F59E9E;
                color: #FFF;
                border: 1px solid #F59E9E; }
            .main .sidebar aside ul li.cat-item span {
              padding: 5px 0px;
              border: 1px solid #CCC;
              border-left: none;
              color: #666;
              width: 30px;
              text-align: center;
              display: inline-block;
              margin-left: -4px; }
      .main .sidebar aside ul.popular-post, .main .sidebar aside ul.cart_list, .main .sidebar aside ul.product_list_widget {
        margin-top: 30px; }
        .main .sidebar aside ul.popular-post li, .main .sidebar aside ul.cart_list li, .main .sidebar aside ul.product_list_widget li {
          margin-top: 10px; }
          .main .sidebar aside ul.popular-post li .remove, .main .sidebar aside ul.cart_list li .remove, .main .sidebar aside ul.product_list_widget li .remove {
            float: left;
            margin: 20px 10px 0 0;
            font-size: 20px;
            font-weight: 400;
            color: #E14938; }
          .main .sidebar aside ul.popular-post li .thumb, .main .sidebar aside ul.cart_list li .thumb, .main .sidebar aside ul.product_list_widget li .thumb {
            float: left;
            margin-right: 10px; }
          .main .sidebar aside ul.popular-post li .caption .meta-container, .main .sidebar aside ul.cart_list li .caption .meta-container, .main .sidebar aside ul.product_list_widget li .caption .meta-container {
            display: table;
            height: 80px; }
            .main .sidebar aside ul.popular-post li .caption .meta-container .meta, .main .sidebar aside ul.cart_list li .caption .meta-container .meta, .main .sidebar aside ul.product_list_widget li .caption .meta-container .meta {
              height: 100%;
              display: table-cell;
              vertical-align: middle; }
              .main .sidebar aside ul.popular-post li .caption .meta-container .meta h2, .main .sidebar aside ul.cart_list li .caption .meta-container .meta h2, .main .sidebar aside ul.product_list_widget li .caption .meta-container .meta h2 {
                margin: 0;
                line-height: 1.25em;
                font-size: 14px; }
                .main .sidebar aside ul.popular-post li .caption .meta-container .meta h2 a, .main .sidebar aside ul.cart_list li .caption .meta-container .meta h2 a, .main .sidebar aside ul.product_list_widget li .caption .meta-container .meta h2 a {
                  font-size: 14px;
                  color: #666;
                  font-family: 'Montserrat', sans-serif; }
                  .main .sidebar aside ul.popular-post li .caption .meta-container .meta h2 a:hover, .main .sidebar aside ul.cart_list li .caption .meta-container .meta h2 a:hover, .main .sidebar aside ul.product_list_widget li .caption .meta-container .meta h2 a:hover {
                    color: #F59E9E; }
              .main .sidebar aside ul.popular-post li .caption .meta-container .meta small, .main .sidebar aside ul.cart_list li .caption .meta-container .meta small, .main .sidebar aside ul.product_list_widget li .caption .meta-container .meta small {
                font-size: 10px;
                color: #999;
                text-transform: uppercase;
                margin: 2px 0 10px 0;
                display: block; }
          .main .sidebar aside ul.popular-post li img, .main .sidebar aside ul.cart_list li img, .main .sidebar aside ul.product_list_widget li img {
            width: 70px;
            height: 70px;
            border-radius: 50%; }
          .main .sidebar aside ul.popular-post li .price, .main .sidebar aside ul.cart_list li .price, .main .sidebar aside ul.product_list_widget li .price {
            font-size: 12px;
            color: #999; }
      .main .sidebar aside label {
        display: block; }
      .main .sidebar aside input, .main .sidebar aside input[type="submit"] {
        width: 75%;
        margin-top: 0px;
        height: 32px;
        text-align: center;
        font-size: 12px;
        padding: 5px; }
      .main .sidebar aside input {
        font-size: 12px; }
      .main .sidebar aside .search-form input[type="submit"] {
        margin-top: 5px; }
  .main .not-found {
    margin-top: -25px;
    padding-top: 125px;
    padding-bottom: 100px; }
    .main .not-found h3 {
      font-size: 40px;
      text-align: center;
      font-weight: 400;
      line-height: 1em;
      margin: 0; }
    .main .not-found p {
      text-align: center;
      font-size: 14px;
      letter-spacing: 1px;
      color: #999;
      margin: 15px; }
  .main .input-form {
    text-align: center; }
  .main form.search {
    display: inline-block;
    border: 1px solid #999;
    background: #FFF; }
    .main form.search input {
      padding: 9px 10px 11px 10px;
      width: 200px;
      margin-top: 1px;
      border: none; }
    .main form.search button {
      padding: 10px 15px;
      margin-left: -4px;
      border: none;
      background: #FFF;
      color: #666; }
      .main form.search button span {
        border-left: 1px solid #CCC;
        padding: 3px 0px 3px 10px;
        margin-right: -3px; }

/*======================
  8. SHOP FOOTER STYLE
  ----------------------
  */
.shop-footer {
  background: #FAFAFA;
  padding-top: 30px; }
  .shop-footer h3.title {
    text-transform: uppercase;
    font-size: 14px;
    height: 14px;
    margin-bottom: 30px;
    color: #222;
    text-align: left;
    position: relative; }
    .shop-footer h3.title span {
      padding: 6px 20px 6px 5px;
      font-weight: 400;
      letter-spacing: 1px;
      background: #FAFAFA;
      display: inline;
      z-index: 2;
      position: absolute;
      left: 0px;
      top: -6px; }
    .shop-footer h3.title::after {
      content: "";
      position: absolute;
      right: 5px;
      top: 6px;
      width: 96%;
      height: 1px;
      background: #222;
      z-index: 0; }
  .shop-footer .products {
    margin: 0 !important; }
    .shop-footer .products .product {
      padding: 25px;
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1); }

/*======================
  9. INSTAGRAM FOOTER STYLE
  ----------------------
  */
.gldev-instagram-widget {
  position: relative;
  margin-bottom: 25px; }
  .gldev-instagram-widget h3.title {
    text-transform: uppercase;
    font-size: 13px;
    height: 13px;
    margin-bottom: 20px;
    color: #222;
    text-align: left;
    position: relative; }
    .gldev-instagram-widget h3.title span {
      padding: 6px 20px 6px 5px;
      font-weight: 400;
      letter-spacing: 1px;
      background: #FFF;
      display: inline;
      z-index: 2;
      position: absolute;
      left: 0px;
      top: -6px; }
    .gldev-instagram-widget h3.title::after {
      content: "";
      position: absolute;
      right: 5px;
      top: 6px;
      width: 96%;
      height: 1px;
      background: #222;
      z-index: 0; }
  .gldev-instagram-widget a {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    background: #000; }
    .gldev-instagram-widget a:hover::after {
      opacity: 1; }
    .gldev-instagram-widget a:hover::before {
      opacity: 0.2; }
    .gldev-instagram-widget a img {
      display: block; }
    .gldev-instagram-widget a::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      content: "";
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .gldev-instagram-widget a::after {
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: 'FontAwesome';
      content: '\f16d';
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 3em;
      opacity: 0;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .gldev-instagram-widget.mobile {
    display: none; }

/*======================
  10. SOCIAL FOOTER STYLE
  ----------------------
  */
.social-footer {
  padding: 70px 10px 70px 10px;
  text-align: center;
  background: #FFF;
  margin-top: 25px;
  border-top: 1px solid #DDD; }
  .social-footer .logo-footer h2 {
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 5px; }
    .social-footer .logo-footer h2 a {
      color: #333; }
  .social-footer .logo-footer h3 {
    margin-top: 10px;
    color: #666;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .social-footer .social-container {
    margin-top: 50px; }
    .social-footer .social-container a {
      font-size: 18px;
      margin-right: 10px;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #333; }
      .social-footer .social-container a .fa-facebook {
        font-size: 16px; }
      .social-footer .social-container a:hover {
        color: #F59E9E; }

/*======================
  11. FOOTER STYLE
  ----------------------
  */
footer.mainfooter {
  background: #FFF;
  color: #999;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  margin-top: -5px; }

.gototop {
  position: fixed;
  bottom: -50px;
  right: 15px;
  padding: 6px 14px;
  color: #666;
  font-size: 16px;
  border: 1px solid #666;
  opacity: 0;
  z-index: 9999; }
  .gototop:hover {
    color: #FFF;
    background: #F59E9E;
    border: 1px solid #F59E9E; }
  .gototop.show {
    opacity: 1;
    bottom: 15px; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .search-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.98; }
  .search-overlay .close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #999;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .search-overlay .close:hover {
      color: #F59E9E; }
  .search-overlay form {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .search-overlay form input {
      min-width: 275px;
      width: 50%;
      border: none;
      font-size: 14px;
      font-weight: 300;
      padding: 15px 30px 15px 15px;
      border: 1px solid #CCC;
      height: 45px; }
    .search-overlay form button {
      background: none;
      border: none;
      margin-left: -50px;
      font-size: 14px; }
      .search-overlay form button:hover {
        color: #F59E9E; }

/*======================
  12. WOOCOMMERCE STYLE
  ----------------------
  */
.single-product .entry-summary p {
  font-family: 'Neuton', serif;
  font-size: 16px; }

.single-product .entry-summary p.price {
  font-weight: 400 !important;
  font-size: 24px !important;
  margin: 0;
  margin-bottom: 5px; }

.single-product .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px !important; }

.single-product .woocommerce-message {
  background: #FFF; }

.woocommerce-info, .woocommerce-message, .woocommerce-error {
  font-size: 13px;
  border-top-width: 2px; }

.woocommerce .woocommerce-Reviews {
  font-size: 13px; }
  .woocommerce .woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 10px; }
  .woocommerce .woocommerce-Reviews .comment-respond .title {
    margin-bottom: 10px; }
  .woocommerce .woocommerce-Reviews .comment-respond label {
    font-size: 12px;
    font-weight: 400; }
  .woocommerce .woocommerce-Reviews .comment-text .meta {
    font-size: 13px !important; }
    .woocommerce .woocommerce-Reviews .comment-text .meta strong {
      font-weight: 400; }
  .woocommerce .woocommerce-Reviews .comment-text .description p {
    font-family: 'Neuton', serif;
    font-size: 15px; }

.woocommerce .related h2 {
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase; }

.woocommerce .woocommerce-pagination .page-numbers {
  background: #FFF; }
  .woocommerce .woocommerce-pagination .page-numbers li {
    font-size: 12px; }
    .woocommerce .woocommerce-pagination .page-numbers li a, .woocommerce .woocommerce-pagination .page-numbers li span {
      color: #666;
      padding: 10px; }

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #666; }
  .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #F59E9E; }

.woocommerce .woocommerce-MyAccount-content {
  font-size: 13px; }
  .woocommerce .woocommerce-MyAccount-content mark {
    background: none;
    font-weight: 400; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .title {
    font-size: 14px; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-weight: 300;
    font-size: 14px; }

.woocommerce .post-container .page-title {
  font-weight: 400;
  font-size: 18px; }

.woocommerce .post-container .woocommerce-result-count {
  font-size: 13px; }

.woocommerce .post-container .woocommerce-ordering select {
  border: 1px solid #DDD;
  font-size: 13px;
  padding: 5px 10px; }

.woocommerce a.added_to_cart {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400; }

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0; }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border: 1px solid #CCC;
    margin: 0px 0% 5px 0%;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase; }

.woocommerce .qty {
  padding-right: 5px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: none !important;
  padding: 10px 15px;
  font-size: 8px;
  color: #666 !important;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: 1px;
  border: 1px solid #666 !important; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #F59E9E !important;
    border: 1px solid #F59E9E !important;
    padding-right: 15px !important;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #FFF !important; }

.woocommerce .select2-drop-mask {
  height: 100px; }

.woocommerce .woocommerce-Reviews .star-rating, .woocommerce ul.products li.product .star-rating, .woocommerce .woocommerce-product-rating .star-rating, .woocommerce .star-rating span, .woocommerce p.stars a {
  color: #F7DA64;
  font-size: 10px; }

.woocommerce .product {
  background: #FFF; }
  .woocommerce .product .product_title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px; }
  .woocommerce .product .cart .qty {
    width: 60px;
    padding-top: inher;
    padding: 7px; }
  .woocommerce .product .cart .button {
    margin-top: 0px; }
  .woocommerce .product .price {
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 16px !important; }

.woocommerce .products .product {
  background: #FFF;
  text-align: center;
  padding-bottom: 20px !important; }
  .woocommerce .products .product h3 {
    color: #333;
    margin-top: 0px;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .woocommerce .products .product h3:hover {
      color: #F59E9E; }
  .woocommerce .products .product .star-rating {
    margin: 0 auto 10px auto; }
  .woocommerce .products .product .price {
    color: #666 !important;
    font-weight: 300 !important;
    font-size: 12px !important; }

.woocommerce table.shop_table {
  border-radius: 0; }
  .woocommerce table.shop_table th {
    font-weight: 400 !important;
    font-size: 12px; }
  .woocommerce table.shop_table td {
    font-size: 12px; }
    .woocommerce table.shop_table td .attachment-shop_thumbnail {
      max-width: 100px; }
  .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table .cart-subtotal th, .woocommerce table.shop_table .order-total th {
    font-weight: 400 !important;
    font-size: 14px; }
  .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table .cart-subtotal td, .woocommerce table.shop_table .order-total td {
    font-weight: 400 !important;
    font-size: 14px; }

.woocommerce .woocommerce-checkout-payment {
  border-radius: 0; }
  .woocommerce .woocommerce-checkout-payment .payment_box {
    font-size: 12px !important; }

.single-product .summary .star-rating {
  display: inline-block;
  margin-top: 10px !important;
  font-size: 14px !important; }
  .single-product .summary .star-rating span {
    font-size: 14px !important; }

.single-product .comment-form-rating p.stars a {
  margin-top: 5px;
  font-size: 14px !important; }

.woocommerce-tabs h2 {
  font-weight: 400 !important; }

.woocommerce-tabs .tabs li {
  padding: 3px 2em !important; }
  .woocommerce-tabs .tabs li a {
    font-weight: 400 !important;
    font-size: 12px;
    padding: 5px 15px; }

.woocommerce-cart .post-container, .woocommerce-checkout .post-container, .woocommerce-account .post-container {
  background: #FFF;
  margin-top: 0px; }
  .woocommerce-cart .post-container .title, .woocommerce-checkout .post-container .title, .woocommerce-account .post-container .title {
    font-weight: 400;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .woocommerce-cart .post-container .form-row textarea, .woocommerce-checkout .post-container .form-row textarea, .woocommerce-account .post-container .form-row textarea {
    font-size: 12px;
    padding: 5px;
    height: 100px; }
  .woocommerce-cart .post-container .checkout label, .woocommerce-checkout .post-container .checkout label, .woocommerce-account .post-container .checkout label {
    font-weight: 400;
    font-size: 13px; }

.woocommerce-review-link {
  font-size: 12px;
  margin-top: 10px; }

.woocommerce .cart .coupon .button {
  padding: 8px; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  font-size: 11px; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 12px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  margin-top: 0; }

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
  font-size: 14px;
  text-transform: uppercase; }

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  font-family: 'Neuton', serif;
  font-size: 16px; }

.product_meta span {
  font-size: 12px;
  margin-right: 10px; }
  .product_meta span a {
    color: #F59E9E;
    text-decoration: underline; }
    .product_meta span a:hover {
      color: #666; }

.wootitle, .page-title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px;
  font-weight: 400; }

.widget_shopping_cart_content .total {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 1px solid #DDD;
  font-size: 11px; }
  .widget_shopping_cart_content .total strong {
    color: #666;
    text-transform: uppercase; }

.widget_shopping_cart_content .empty {
  text-align: center;
  font-size: 11px; }

.widget_shopping_cart_content .buttons a {
  font-size: 8px !important;
  padding: 5px 8px; }

.select2-container {
  line-height: 28px !important; }
  .select2-container .select2-choice {
    font-size: 12px;
    padding: 0px 8px;
    color: #999;
    border-radius: 0; }

.select2-drop input {
  font-size: 12px; }

.select2-drop ul li {
  font-size: 12px; }

/*======================
  13. RESPONSIVE MEDIA QUERIES
  ----------------------
  */
@media (min-width: 1200px) {
  .container {
    width: 1050px; }
  .wpcf7-form textarea {
    min-width: 400px; } }

@media (min-width: 992px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  .row {
    margin-left: -10px;
    margin-right: -10px; }
  .sidebar.right {
    padding-right: 0;
    padding-left: 15px; }
  .sidebar.left {
    padding-left: 0;
    padding-right: 15px; }
  .main-content.single.left {
    padding-right: 10px; }
  .main-content.single.rignt {
    padding-left: 10px; }
  .main-content {
    padding: 0; }
    .main-content.left .post-container {
      padding-left: 0px;
      padding-right: 5px; }
    .main-content.right .post-container {
      padding-left: 7px;
      padding-right: 0px; }
    .main-content .post-container {
      padding-right: 10px; }
      .main-content .post-container.single {
        padding-right: 0px;
        padding-left: 0px; }
      .main-content .post-container .style3 {
        text-align: left; } }

@media (max-width: 992px) {
  .gldev-slider-container .owl-controls .owl-next, .gldev-slider-container .owl-controls .owl-prev {
    line-height: 30px;
    font-size: 18px !important; }
  .gallery-carousel .item {
    height: 260px !important; }
  .gallery-carousel .owl-controls .owl-next, .gallery-carousel .owl-controls .owl-prev {
    line-height: 32px;
    padding-top: 5px;
    font-size: 18px !important; }
  .main .main-content {
    padding: 0 !important; }
    .main .main-content figure {
      height: 260px; }
    .main .main-content .title a {
      font-size: 18px !important; }
  .main .sidebar {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px; }
  .gldev-promotional .promotional {
    margin-top: 20px; }
    .gldev-promotional .promotional:first-child {
      margin-top: 0; } }

@media (min-width: 768px) {
  .navbar-top {
    height: 55px; }
    .navbar-top .navbar-collapse .navbar-nav li {
      padding-top: 13px !important; }
      .navbar-top .navbar-collapse .navbar-nav li a {
        font-size: 10px !important; }
  .navbar {
    padding: 4px 0; }
    .navbar .navbar-brand img {
      margin-top: 7px; }
    .navbar .navbar-brand {
      display: none;
      padding: 5px 15px;
      margin-left: 0px !important; }
  .navbar-collapse .navbar-nav li:first-child {
    margin-left: -15px; } }

@media (max-width: 767px) {
  .navbar-top .navbar-collapse .navbar-nav.left li a:hover {
    border-bottom: none !important; }
  .navbar .navbar-brand {
    margin-left: 15px;
    display: inherit; }
    .navbar .navbar-brand.text {
      padding-top: 20px; }
  .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px; }
  .navbar .nav-search.nav1 {
    margin-left: -15px;
    margin-top: -15px; }
  .nav2 {
    transition: all 0.2s ease-in-out; }
    .nav2 .navbar-collapse .left {
      padding: 15px 0px; }
    .nav2 .navbar-collapse .right {
      padding-right: 0px; }
  .main .main-content .post figure {
    height: 260px !important; }
    .main .main-content .post figure img {
      object-fit: cover; }
  .main .not-found h3 {
    font-size: 32px; }
  .gldev-instagram-widget.dekstop {
    display: none; }
  .gldev-instagram-widget.mobile {
    display: inherit; }
  .social-footer h3 {
    text-align: center; }
  .social-footer .social-container {
    text-align: center;
    margin-top: 20px; } }

@media (max-width: 575px) {
  .gldev-slider-container .owl-item .item figure {
    height: 300px; }
    .gldev-slider-container .owl-item .item figure .content .title-container {
      width: 70%; }
      .gldev-slider-container .owl-item .item figure .content .title-container .title {
        font-size: 24px; }
  .header-bottom .logo-container h1, .header-bottom .logo-container h2 {
    font-size: 42px; }
  .header-bottom .logo-container .logo {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .social-footer .logo-footer img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .social-footer .logo-footer h2 {
    font-size: 42px; }
  .social-footer .social-container a {
    font-size: 16px;
    margin-right: 15px;
    padding: 5px 10px; } }

/*======================
  14. ANIMATION
  ----------------------
  */
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

/*======================
  15. WORDPRESS CORE
  ----------------------
  */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
    position-white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.color-pick .button {
  padding: 10px 15px;
  background: #FFF;
  font-size: 24px;
  position: fixed;
  top: 25%;
  right: 0;
  color: #666;
  cursor: pointer;
  z-index: 999;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .color-pick .button span {
    -moz-animation: spin 2.5s linear infinite;
    -webkit-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    -ms-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite; }
  .color-pick .button.show {
    right: 150px; }

.color-pick .panel {
  padding-left: 15px;
  z-index: 999;
  width: 150px;
  height: 135px;
  background: #FFF;
  position: fixed;
  top: 25%;
  right: -150px;
  text-align: left;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .color-pick .panel.show {
    right: 0px; }
  .color-pick .panel h3 {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0;
    font-weight: 400; }
  .color-pick .panel #colorpick {
    max-width: 200px; }
  .color-pick .panel .button-sidebar button {
    padding: 5px 10px;
    font-size: 10px; }
    .color-pick .panel .button-sidebar button:hover, .color-pick .panel .button-sidebar button.active {
      background: #AAA;
      border: 1px solid #AAA;
      color: #FFF; }
