/*
Theme Name: Matilda
Theme URI: http://demo.farost.net/matilda
Description: Matilda WordPress Theme
Author: Farost
Author URI: http://farost.net
Version: 1.2
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar,full-width-template,rtl-language-support,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, blog
Text domain: matilda
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Pagination
# Class

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

strong {
  font-weight: 700; }

em {
  font-style: italic; }

a img {
  border: none; }

/*--------------------------------------------------------------
# class
--------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.custom-title {
  padding: 0;
  margin: 0 0 2rem;
  font-size: 21px; }

.rounded-circle, .rounded-circle img {
  border-radius: 50%; }

.text-center {
  text-align: center; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.grid {
  margin: 0 -15px; }

.grid > div[class*="ab-width-"], .grid > div[class*="ab-col-"] {
  padding-left: 15px;
  padding-right: 15px; }

.ab-col-6 {
  width: 16.6666%;
  float: left; }

.ab-col-3 {
  width: 33.3333%;
  float: left; }

.ab-col-12-3 {
  width: 66.6666%;
  float: left; }

.ab-col-9 {
  width: 11.1111%;
  float: left; }

.ab-col-10 {
  width: 10%;
  float: left; }

.ab-width-30 {
  width: 30%;
  float: left; }

.ab-width-40 {
  width: 40%;
  float: left; }

.ab-width-50 {
  width: 50%; }

.ab-width-25 {
  width: 25%;
  float: left; }

.ab-width-75 {
  width: 75%;
  float: left; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex; }

.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.table {
  display: table;
  width: 100%; }

.table-cell {
  display: table-cell; }

.middle {
  vertical-align: middle; }

.main-title, .post-header .single-post-title, .post-header .list-post-title a, body.woocommerce .product_title {
  color: #090916;
  font-size: 24px;
  letter-spacing: 0.075em; }
  .main-title a, .post-header .single-post-title a, .post-header .list-post-title a a, body.woocommerce .product_title a {
    color: #090916; }

.m10 {
  margin-bottom: 1.7rem; }

/*
 * 	Owl Theme
 */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  margin-top: -22px;
  top: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  z-index: 10;
  font-size: 24px; }
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: #fff;
    color: #090916; }
.owl-carousel .owl-nav .owl-prev {
  left: 24px; }
.owl-carousel .owl-nav .owl-next {
  right: 24px; }

.owl-dots {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin-bottom: 16px; }
  .owl-dots .owl-dot {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer; }
    .owl-dots .owl-dot span {
      height: 3px;
      width: 100%;
      margin-top: 3px;
      display: block;
      background-color: rgba(255, 255, 255, 0.5); }
    .owl-dots .owl-dot.active span {
      background-color: #90b695; }

.imgzoom {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 9;
  padding: 10px;
  background: #222;
  color: #fff;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.item:hover .imgzoom {
  position: absolute;
  top: 0; }

.btn, .button, input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #90b695;
  height: auto; }
  .btn:hover, .btn:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    text-decoration: none !important; }
  .btn.btn-transparent, .button.btn-transparent, input[type="submit"].btn-transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid; }
  .btn.btn-primary, .button.btn-primary, input[type="submit"].btn-primary {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0 26px;
    text-transform: uppercase; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .button.btn-primary:hover, .button.btn-primary:focus, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:focus {
      color: #fff;
      box-shadow: none;
      background-color: #90b695;
      background-image: none;
      border-color: #90b695;
      text-decoration: none; }

input[type="submit"] {
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 26px;
  text-transform: uppercase;
  line-height: 43px; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    color: #fff;
    box-shadow: none;
    background-color: #90b695;
    background-image: none;
    border-color: #90b695;
    text-decoration: none; }

i.sticky {
  color: #90b695; }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.socibox {
  width: 35px;
  height: 35px;
  margin-top: 3rem;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  padding: 0.3rem;
  background-color: #f9f9f9;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-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; }
  .socibox span {
    font-size: 14px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .socibox:hover {
    color: #fff;
    background-color: #90b695;
    border-color: #90b695; }
    .socibox:hover span {
      color: #ffffff; }

a.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
a.tooltip:hover:after {
  content: attr(title);
  max-width: 200px;
  padding: 6px 8px;
  border-radius: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  color: #fff;
  box-shadow: none;
  background-color: #90b695;
  background-image: none;
  border-color: #90b695;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100px;
  margin-top: 20px;
  line-height: 1.5em; }

a.tooltip:hover:before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 100%;
  left: calc(50% - 7px);
  margin-top: 15px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #90b695; }

a.tooltip:last-child:hover:before {
  left: calc(50% - 4px); }

.social-share a.tooltip:hover:after {
  min-width: 150px; }

/* tooltip */
.tooltip-inner {
  max-width: 200px;
  padding: 6px 15px;
  border-radius: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  background-color: #f9f9f9; }

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  margin-left: -2px;
  margin-top: 1rem; }

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #f9f9f9; }

.top-socials, .footer-top-1 {
  margin-top: 6px; }
  .top-socials .widget_social, .footer-top-1 .widget_social {
    padding: 0;
    border-right: 1px dashed #e2e2e2;
    height: 25px;
    padding-right: 8px; }
    .top-socials .widget_social a.tooltip:hover:before, .footer-top-1 .widget_social a.tooltip:hover:before {
      margin-top: 15px; }
    .top-socials .widget_social a.tooltip:hover:after, .footer-top-1 .widget_social a.tooltip:hover:after {
      margin-top: 20px; }
  .top-socials .socibox, .footer-top-1 .socibox {
    background: transparent;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
    .top-socials .socibox:hover, .footer-top-1 .socibox:hover {
      background-color: transparent; }
    .top-socials .socibox span, .footer-top-1 .socibox span {
      -webkit-transform: rotate(0);
      -khtml-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      color: #111;
      font-size: 13px; }
      .top-socials .socibox span:hover, .footer-top-1 .socibox span:hover {
        color: #90b695; }

.user-social a {
  background-color: #ffffff;
  font-size: 13px;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

hr.dashedhr {
  margin: 2rem 0;
  border-color: #e2e2e2;
  border-style: dashed; }

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }

/*--------------------------------------------------------------
# elements
--------------------------------------------------------------*/
embed, iframe, object {
  max-width: 100%; }

/*--------------------------------------------------------------
# wpunit
--------------------------------------------------------------*/
/*
 * WordPress unit
 */
.alignnone {
  margin: 5px 20px 20px 0; }

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

.alignright {
  float: right;
  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 {
  max-width: 100%;
  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 */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* Custom WordPress gallery style */
.gallery .gallery-caption {
  font-size: 12px; }

.notfound {
  text-align: center; }
  .notfound h2 {
    font-family: Comic Sans MS;
    font-size: 140px;
    padding: 0 0 1.7rem;
    margin: 0;
    line-height: 1;
    font-weight: bold; }
  .notfound h3 {
    font-size: 40px;
    padding: 0;
    margin: 0; }
  .notfound p {
    padding: 1rem 0 1.4rem;
    margin-bottom: 0; }

input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus, .widget_newsletterwidget form input.tnp-email:focus {
  border: 1px solid #90b695;
  outline: none; }

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="number"], textarea {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -khtml-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-radius: 0;
  margin-bottom: 1.4rem;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  min-height: 45px;
  font-weight: lighter; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
    outline: none;
    border: 1px dashed #90b695; }

.post-entry p:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# site
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  background-color: #ffffff;
  word-wrap: break-word; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1; }

.page-link,
.tag-widget a,
.navbar-toggleable-md .navbar-nav .nav-link,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif; }

a,
.table-bordered thead td,
.table-bordered thead th,
.instagram-wrapper h3 a,
.page-link,
.portfolio-filter ul li a,
.customshare .fa-share-alt,
.readmore,
.menu-right a,
.social a,
.blog-desc h4 a,
.navbar-inverse .navbar-nav .nav-link,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111; }

.breadcrumb-item,
#nav-close,
.tag-widget a,
small,
.badge-pill,
.category-widget a,
.socibox span,
body,
p,
.searchmenu i {
  color: #7b7b7b; }

a {
  text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.m30b {
  margin-bottom: 3rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

select {
  max-width: 100%;
  min-height: 45px;
  padding: 13px 10px;
  border-style: solid; }

select:focus {
  outline: none; }

p {
  margin: 0 0 16px; }

a {
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    color: #90b695; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

blockquote, .blockquote {
  background: #f9f9f9 none repeat scroll 0 0;
  border-left: 0.25rem solid #90b695;
  font-family: "Times New Roman";
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 1rem;
  padding: 2rem; }
  blockquote cite, .blockquote cite {
    display: block; }
  blockquote p, .blockquote p {
    margin-bottom: 0; }

strong, b, strong *, b * {
  font-weight: bold; }

em, i, em *, i * {
  font-style: italic; }

/* On IE */
input::-ms-clear {
  display: none; }

input[type="password"]::-ms-reveal {
  display: none; }

/* End On IE */
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 99999; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

.container {
  max-width: 1140px;
  margin: 0 auto; }

#primary {
  margin: 0 -15px 70px;
  padding-top: 64px; }

#main {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px; }
  #main.fullwidth {
    width: 100%;
    float: none; }

#sidebar {
  width: 33.33%;
  padding-left: 45px;
  padding-left: 15px;
  padding-right: 15px; }

.scroll_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #ccc; }

li ul, li ol {
  padding-left: 15px; }

dt {
  font-weight: 700; }

.sidewrapper.sidenav {
  background: #ffffff;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -35em;
  top: 0;
  width: 290px;
  z-index: 99999;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s; }

.nav-expanded div.sidewrapper {
  right: 0;
  margin-right: 0;
  transition: margin-left 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: margin-left 0.4s ease-in-out 0s; }

#nav-close {
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 27px;
  padding-right: 0;
  position: relative;
  right: 30px;
  text-align: center;
  top: 17px;
  width: 30px; }

.admin-bar .sidewrapper.sidenav {
  top: 30px; }

ul.breadcrumbs {
  margin-top: 1.6rem; }
  ul.breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px; }
    ul.breadcrumbs li > a, ul.breadcrumbs li > span {
      padding: 0 0.5rem; }
    ul.breadcrumbs li span a {
      color: #636c72; }

.left-side {
  width: 40%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url("images/left-side.jpg");
  background-position: 50% 0px; }
  .left-side .inner {
    position: absolute;
    bottom: 10%;
    right: 10%;
    text-align: right; }
  .left-side #site-logo {
    margin-bottom: 1rem;
    text-align: right; }
    .left-side #site-logo img {
      max-width: 240px; }
  .left-side .widget {
    background: transparent; }
    .left-side .widget.widget_social {
      padding: 0; }
      .left-side .widget.widget_social .socibox {
        background-color: transparent;
        border: 1px solid #cfcfcf;
        border-radius: 50%;
        display: inline-block;
        font-size: 12px;
        line-height: 34px;
        padding: 0;
        margin: 0; }
        .left-side .widget.widget_social .socibox:hover span {
          color: #90b695; }
  .left-side .copyright {
    margin: 1rem 0 0; }

body.creative {
  padding-left: calc(40% + 4rem);
  padding-right: 4rem;
  padding-top: 2rem; }
  body.creative #footer {
    display: none; }
  body.creative #nav-wrapper .menu li a {
    font-family: 'Work Sans', sans-serif; }

body.grid-2-full .main-content {
  max-width: 920px; }
  body.grid-2-full .main-content .posts-banner {
    margin-left: 94px;
    margin-right: 94px; }

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
/* Header */
/* --------- Header Top --------- */
.header-top, .header-bottom {
  padding: 12px 0;
  border-bottom: 1px dashed #e2e2e2;
  position: relative;
  background-color: #ffffff; }
  .header-top .header-top-left, .header-bottom .header-top-left {
    width: 75%;
    padding-left: 16px; }
  .header-top .header-top-right, .header-bottom .header-top-right {
    padding-right: 16px; }
  .header-top p, .header-bottom p {
    margin: 0; }

.menu-right {
  margin-left: 8px;
  margin-top: 6px; }
  .menu-right a {
    background-color: #ffffff;
    font-size: 13px;
    padding: 0;
    display: inline-block;
    line-height: 20px;
    text-align: center; }
    .menu-right a#nav-expander {
      margin-left: 7px; }
    .menu-right a.tooltip:hover:before {
      margin-top: 17px; }
    .menu-right a.tooltip:hover:after {
      margin-top: 22px; }
    .menu-right a i {
      font-size: 14px; }

.breakingnews-title {
  margin-right: 12px;
  color: #a1a1a1;
  font-weight: 700;
  text-transform: uppercase; }

.site-title {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  margin: 0; }

/* Menu */
#nav-wrapper .menu li {
  display: inline-block;
  position: relative;
  float: left;
  /* Dropdow */ }
  #nav-wrapper .menu li a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0.9rem 0.8rem;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    display: block; }
  #nav-wrapper .menu li.current-menu-item > a, #nav-wrapper .menu li.current_page_item > a, #nav-wrapper .menu li.current_page_parent > a, #nav-wrapper .menu li.current-menu-parent > a,
  #nav-wrapper .menu li a:hover {
    color: #90b695; }
  #nav-wrapper .menu li.menu-item-has-children > a:after, #nav-wrapper .menu li.page_item_has_children > a:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px; }
  #nav-wrapper .menu li .sub-menu,
  #nav-wrapper .menu li .children {
    position: absolute;
    top: calc(130% + 13px);
    min-width: 220px;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 13px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    z-index: 1000;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -khtml-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -ms-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out; }
    #nav-wrapper .menu li .sub-menu li,
    #nav-wrapper .menu li .children li {
      width: 100%; }
      #nav-wrapper .menu li .sub-menu li > ul,
      #nav-wrapper .menu li .children li > ul {
        left: 100%;
        top: 0;
        margin-top: -1px; }
    #nav-wrapper .menu li .sub-menu li:hover > ul,
    #nav-wrapper .menu li .children li:hover > ul {
      visibility: visible;
      opacity: 1;
      top: 0; }
  #nav-wrapper .menu li:hover > .sub-menu, #nav-wrapper .menu li:hover > .children {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 13px); }
#nav-wrapper .menu ul.sub-menu li, #nav-wrapper .menu ul.children li,
#nav-wrapper .menu ul ul li, #nav-wrapper .menu ul.children ul li {
  border-bottom: 1px solid #f5f5f5; }
  #nav-wrapper .menu ul.sub-menu li a, #nav-wrapper .menu ul.children li a,
  #nav-wrapper .menu ul ul li a, #nav-wrapper .menu ul.children ul li a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    text-transform: uppercase;
    font-size: 11px; }
    #nav-wrapper .menu ul.sub-menu li a:hover, #nav-wrapper .menu ul.children li a:hover,
    #nav-wrapper .menu ul ul li a:hover, #nav-wrapper .menu ul.children ul li a:hover {
      color: #fff;
      box-shadow: none;
      background-color: #90b695;
      background-image: none;
      border-color: #90b695; }
  #nav-wrapper .menu ul.sub-menu li.current-menu-item a, #nav-wrapper .menu ul.sub-menu li.current_page_item a, #nav-wrapper .menu ul.children li.current-menu-item a, #nav-wrapper .menu ul.children li.current_page_item a,
  #nav-wrapper .menu ul ul li.current-menu-item a,
  #nav-wrapper .menu ul ul li.current_page_item a, #nav-wrapper .menu ul.children ul li.current-menu-item a, #nav-wrapper .menu ul.children ul li.current_page_item a {
    color: #fff;
    box-shadow: none;
    background-color: #90b695;
    background-image: none;
    border-color: #90b695; }
#nav-wrapper .menu ul.sub-menu a, #nav-wrapper .menu ul.children a,
#nav-wrapper .menu ul.sub-menu ul a, #nav-wrapper .menu ul.children ul a {
  color: #727272;
  margin: 0;
  padding: 6px 10px;
  min-width: 225px;
  line-height: 26px;
  border-top: 1px solid #eee; }
  #nav-wrapper .menu ul.sub-menu a:hover, #nav-wrapper .menu ul.children a:hover,
  #nav-wrapper .menu ul.sub-menu ul a:hover, #nav-wrapper .menu ul.children ul a:hover {
    color: #fff;
    box-shadow: none;
    background-color: #90b695;
    background-image: none;
    border-color: #90b695; }

.slicknav_menu {
  background-color: #fff;
  display: none; }
  .slicknav_menu .slicknav_btn {
    display: block;
    background-color: #90b695;
    border-radius: 4px;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    width: 1.5em;
    margin-top: 5px; }
    .slicknav_menu .slicknav_btn .slicknav_icon {
      float: none;
      display: inline-block;
      margin-top: 0;
      margin-bottom: 2px; }
      .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
        width: 15px;
        height: 1px;
        background-color: #fff; }
        .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar + .slicknav_icon-bar {
          margin-top: 3px; }

ul.slicknav_nav {
  background-color: #fff;
  padding: .5rem 1rem; }
  ul.slicknav_nav li {
    border: none; }
    ul.slicknav_nav li a {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1.3rem;
      text-transform: uppercase;
      font-family: 'Josefin Sans', sans-serif;
      padding-left: 0.8rem;
      padding-right: 0.8rem; }
    ul.slicknav_nav li.current-menu-item > a, ul.slicknav_nav li.current-menu-ancestor > a > a, ul.slicknav_nav li.current-menu-parent > a > a, ul.slicknav_nav li:hover > a {
      color: #90b695; }
  ul.slicknav_nav ul.sub-menu > li {
    border-bottom: 1px solid #f5f5f5; }
    ul.slicknav_nav ul.sub-menu > li > a {
      display: block;
      width: 100%;
      padding: 13px 10px;
      clear: both;
      font-weight: 400;
      color: #292b2c;
      white-space: nowrap; }
      ul.slicknav_nav ul.sub-menu > li > a a:hover {
        color: #fff; }
    ul.slicknav_nav ul.sub-menu > li:last-child {
      border-bottom: none; }
    ul.slicknav_nav ul.sub-menu > li.current-menu-item > a, ul.slicknav_nav ul.sub-menu > li.current-menu-ancestor > a, ul.slicknav_nav ul.sub-menu > li.current-menu-parent > a, ul.slicknav_nav ul.sub-menu > li:hover > a {
      color: #fff;
      box-shadow: none;
      background-color: #90b695;
      background-image: none;
      border-color: #90b695; }
      ul.slicknav_nav ul.sub-menu > li.current-menu-item > a > a, ul.slicknav_nav ul.sub-menu > li.current-menu-ancestor > a > a, ul.slicknav_nav ul.sub-menu > li.current-menu-parent > a > a, ul.slicknav_nav ul.sub-menu > li:hover > a > a {
        color: #fff; }
  ul.slicknav_nav ul.sub-menu ul {
    margin: 0 15px;
    border: none; }
    ul.slicknav_nav ul.sub-menu ul > li:first-child {
      border-top: 1px solid #f5f5f5; }

.header-bottom > .container {
  position: relative; }

/* Top Search */
#top-search form {
  display: inline; }
#top-search input.s {
  border: none;
  font-style: italic;
  width: 135px;
  background: transparent;
  display: none; }
  #top-search input.s:focus {
    outline: none; }
#top-search i {
  font-size: 14px;
  line-height: 62px; }

#top-search #s {
  display: none; }

.show-search {
  display: none; }

i.search-toggle {
  font-size: 14px;
  line-height: 62px;
  cursor: pointer; }

.show-search {
  position: absolute;
  top: 62px;
  right: 0;
  display: none;
  z-index: 10000; }

.show-search input {
  width: 190px;
  background: #FFF;
  -webkit-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
  -moz-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
  box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
  border: 1px solid #eee;
  padding: 10px 0 10px 10px;
  font-style: italic; }

.show-search input:focus {
  border: 1px solid #ddd;
  outline: none; }

/* --------- Header & Logo --------- */
.home #header, .page-template-page-slider #header, .page-template-page-slider-sidebar #header {
  margin-bottom: 0; }

#site-logo {
  text-align: center; }
  #site-logo .site-logo {
    max-height: 120px;
    width: auto; }

#header-middle {
  background-color: #ffffff;
  border-bottom: 1px dashed #e2e2e2;
  padding: 1% 0; }
  #header-middle .widget-title {
    display: none; }

#header #menu-top-menu li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-right: 31px; }
  #header #menu-top-menu li a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ebebeb; }
    #header #menu-top-menu li a:hover {
      color: #90b695; }
  #header #menu-top-menu li.current-menu-item > a, #header #menu-top-menu li.current_page_item > a {
    color: #90b695; }
  #header #menu-top-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 150px;
    padding: 10px;
    background-color: #fff;
    margin-top: 0;
    border: 1px solid #1b1d25; }
    #header #menu-top-menu li .sub-menu li {
      display: block;
      margin-right: 0; }
      #header #menu-top-menu li .sub-menu li > a {
        line-height: 30px;
        color: #090916; }
  #header #menu-top-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.header-2 .header-bottom .container > div {
  display: inline-block;
  vertical-align: top; }
.header-2 .header-bottom .menu-right {
  margin: 0; }
  .header-2 .header-bottom .menu-right a {
    line-height: 40px; }

.header-3 {
  padding: 0; }

/**
 * headroom
 */
#headroom {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999; }

.headroom--pinned {
  display: block; }

.headroom--not-top {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0; }

.headroom--unpinned {
  display: none; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.headroom--pinned #header-middle {
  display: none; }

.admin-bar .headroom--not-top {
  top: 32px; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .5rem 1rem; }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; } }
@media (min-width: 768px) {
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }
/*--------------------------------------------------------------
# featured
--------------------------------------------------------------*/
#featured-1 .featured-fullwidth {
  margin-top: 0; }

.featured-area {
  margin-top: 3rem; }
  .featured-area .item {
    position: relative; }
  .featured-area .featured-overlay {
    background-color: #f8f8f8;
    position: relative;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25); }
  .featured-area .featured-overlay:before {
    content: '';
    display: block;
    padding-top: 60%; }
  .featured-area .featured-meta {
    margin: 0;
    padding: 3rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.97); }
    .featured-area .featured-meta h2 {
      margin-bottom: 14px; }
      .featured-area .featured-meta h2 h2 a {
        font-size: 24px; }
  .featured-area .meta-category a {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #90b695;
    display: inline-block;
    border-bottom: none; }
  .featured-area .featured-excerpt {
    margin-bottom: 1.3rem; }
  .featured-area .more-link {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    background: #90b695;
    font-weight: 700;
    display: inline-block; }
  .featured-area .more-link:hover {
    background: #90b695; }
  .featured-area #carousel-layout-1 .featured-meta .featured-title {
    font-size: 28px;
    padding: 0;
    line-height: 1;
    margin: 1rem 0 1rem; }
  .featured-area #carousel-layout-2 .featured-overlay:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .featured-area #carousel-layout-2 .featured-meta-overlay {
    background-color: rgba(255, 255, 255, 0.97);
    bottom: 1.5rem;
    left: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: auto; }
    .featured-area #carousel-layout-2 .featured-meta-overlay .inner {
      margin: -0.8rem auto 0;
      padding: 0 2rem 2.3rem;
      text-align: center;
      left: 0;
      right: 0;
      display: inline-block;
      vertical-align: middle; }
      .featured-area #carousel-layout-2 .featured-meta-overlay .inner .featured-excerpt {
        margin-bottom: 0; }
    .featured-area #carousel-layout-2 .featured-meta-overlay .meta-category {
      display: inline-block;
      box-shadow: none;
      background-color: #90b695;
      background-image: none;
      border-color: #90b695;
      padding: 0 2rem; }
      .featured-area #carousel-layout-2 .featured-meta-overlay .meta-category a {
        text-decoration: none;
        color: #fff;
        font-size: 13px; }
    .featured-area #carousel-layout-2 .featured-meta-overlay .featured-title {
      color: #090916;
      text-transform: none;
      letter-spacing: 0.05em;
      margin-bottom: 10px;
      margin-top: 2rem; }
      .featured-area #carousel-layout-2 .featured-meta-overlay .featured-title a {
        color: inherit; }
        .featured-area #carousel-layout-2 .featured-meta-overlay .featured-title a:hover {
          color: #90b695; }
  .featured-area #carousel-layout-2 .owl-nav > div:hover i {
    color: #fff; }

.owl-carousel {
  cursor: move; }

/*--------------------------------------------------------------
# post
--------------------------------------------------------------*/
/* Post */
#main .post {
  margin-bottom: 4rem; }
#main .page {
  margin-bottom: 50px; }
  #main .page:last-child {
    margin-bottom: 0; }

.social-share .meta-share a.hidden-not-fullpost {
  display: none; }

.full-content .social-share .meta-share a.hidden-not-fullpost {
  display: inline; }

.blog-meta > span:after {
  content: "-";
  display: inline-block; }
.blog-meta > span:last-child:after {
  content: ""; }

.cat-title {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  .cat-title a {
    color: #90b695; }
    .cat-title a:after {
      content: " , ";
      display: inline-block; }
    .cat-title a:last-child:after {
      content: ""; }

.post-title {
  font-size: 34px;
  margin: 0;
  font-weight: 600;
  padding: 1rem 0 0; }

.blog-meta {
  display: block;
  font-style: italic;
  margin: 1rem 0; }
  .blog-meta a {
    color: #90b695; }
  .blog-meta .post-date a {
    color: inherit; }

/* post header */
.has_thumbnail .post-header {
  text-align: center; }

.post-header .list-post-title a:hover {
  opacity: .7; }
.post-header .meta-category {
  line-height: 1;
  display: block; }
  .post-header .meta-category a {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 13px;
    line-height: 1;
    border: none;
    padding-bottom: 0; }
.post-header .list-post-title {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 3px;
  font-size: 24px;
  color: #090916; }
.post-header .detail-author {
  color: #898989;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em; }

.ab-post-single .post-media {
  margin-bottom: 20px; }
.ab-post-single .social-share .meta-share {
  margin-top: 6px; }
  .ab-post-single .social-share .meta-share:after {
    display: none; }

.social-share .meta-share .socibox:hover {
  background: black !important; }

/* Post Image */
.post-media {
  text-align: center;
  margin-bottom: 32px; }
  .post-media img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-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; }
  .post-media:hover img {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .post-media.post-audio iframe {
    height: 410px;
    width: 100%; }
  .post-media.post-quote {
    padding: 105px 0;
    background: whitesmoke url("images/quote.png") no-repeat center 33px; }
  .post-media.post-link i {
    font-size: 53px;
    color: #90b695; }

/* Post Entry */
.post-entry a:hover, .comment-text a:hover {
  text-decoration: underline; }
.post-entry img, .comment-text img {
  max-width: 100%;
  height: auto; }
.post-entry ul, .post-entry ol, .comment-text ul, .comment-text ol {
  padding-left: 40px;
  margin-bottom: 16px; }
  .post-entry ul ul, .post-entry ul ol, .post-entry ol ul, .post-entry ol ol, .comment-text ul ul, .comment-text ul ol, .comment-text ol ul, .comment-text ol ol {
    margin-bottom: 0; }
.post-entry ul > li, .comment-text ul > li {
  list-style: disc; }
.post-entry ol > li, .comment-text ol > li {
  list-style: decimal; }
.post-entry hr, .comment-text hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #e5e5e5;
  clear: both; }
.post-entry pre, .comment-text pre {
  overflow: auto; }
.post-entry table, .comment-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
.post-entry td, .post-entry th, .comment-text td, .comment-text th {
  padding: 12px;
  border-bottom: 1px #e5e5e5 solid; }
.post-entry th, .comment-text th {
  font-weight: bold;
  font-size: 14px;
  background: #f5f5f5; }
.post-entry tr:hover, .comment-text tr:hover {
  background: #f9f9f9; }

/* More button */
.more-link {
  display: block;
  margin-top: 24px; }
  .more-link .btn {
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px; }

/* Post Meta */
.post-meta {
  margin-top: 28px;
  border-top: 1px solid #e5e5e5;
  clear: both;
  text-align: center;
  margin-left: -31px;
  margin-right: -31px; }
  .post-meta .share-text {
    margin-right: 2px; }

.social-share {
  position: relative; }
  .social-share .meta-share {
    text-align: center;
    background: #ffffff;
    font-weight: bold;
    padding: 0 3rem;
    position: relative;
    z-index: 9;
    margin-top: 2rem; }
    .social-share .meta-share:after {
      border: 1px dashed #e2e2e2;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 17px;
      width: 100%;
      content: "";
      z-index: 1; }
    .social-share .meta-share a {
      outline: 0 none !important;
      text-decoration: none !important;
      background: #ffffff;
      display: inline;
      position: relative;
      z-index: 2; }
    .social-share .meta-share a.tooltip:last-child:hover:before {
      left: calc(50% - 6px); }
  .social-share.customshare {
    position: absolute;
    bottom: 6px;
    right: 0;
    text-align: center;
    width: 35px; }
    .social-share.customshare .meta-share {
      padding: 0;
      margin: 0;
      position: absolute;
      background-color: transparent; }
      .social-share.customshare .meta-share:after {
        display: none; }
      .social-share.customshare .meta-share a.tooltip:hover:before, .social-share.customshare .meta-share a.tooltip:hover:after {
        display: none; }
      .social-share.customshare .meta-share a .socibox {
        position: relative;
        display: block;
        font-size: 14px;
        width: 35px;
        height: 35px;
        margin-top: 10px;
        margin-left: 0;
        z-index: 1000;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
        background-color: #90b695;
        -webkit-transition: transform 0.0001s linear, background 0.0001s ease, color 0.0001s ease;
        -khtml-transition: transform 0.0001s linear, background 0.0001s ease, color 0.0001s ease;
        -moz-transition: transform 0.0001s linear, background 0.0001s ease, color 0.0001s ease;
        -ms-transition: transform 0.0001s linear, background 0.0001s ease, color 0.0001s ease;
        -o-transition: transform 0.0001s linear, background 0.0001s ease, color 0.0001s ease;
        transition: transform 0.0001s linear, background 0.0001s ease, color 0.0001s ease;
        -webkit-transform: scale(0) translate3d(0, 0, 0);
        -khtml-transform: scale(0) translate3d(0, 0, 0);
        -moz-transform: scale(0) translate3d(0, 0, 0);
        -ms-transform: scale(0) translate3d(0, 0, 0);
        -o-transform: scale(0) translate3d(0, 0, 0);
        transform: scale(0) translate3d(0, 0, 0);
        opacity: 0;
        filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        display: none; }
        .social-share.customshare .meta-share a .socibox span {
          color: #fff; }
        .social-share.customshare .meta-share a .socibox:hover {
          color: #fff;
          text-decoration: none; }
    .social-share.customshare:hover .meta-share a .socibox, .social-share.customshare:active .meta-share a .socibox, .social-share.customshare:focus .meta-share a .socibox, .social-share.customshare .hover .meta-share a .socibox {
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      -khtml-transform: scale(1) translate3d(0, 0, 0);
      -moz-transform: scale(1) translate3d(0, 0, 0);
      -ms-transform: scale(1) translate3d(0, 0, 0);
      -o-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0);
      opacity: 1;
      filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      display: block;
      -webkit-transition-duration: .3s, .4s, .4s;
      -moz-transition-duration: .3s, .4s, .4s;
      -ms-transition-duration: .3s, .4s, .4s;
      -o-transition-duration: .3s, .4s, .4s;
      transition-duration: .3s, .4s, .4s;
      -webkit-transform: rotate(-45deg);
      -khtml-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .social-share.customshare:hover .meta-share a .socibox .fa, .social-share.customshare:active .meta-share a .socibox .fa, .social-share.customshare:focus .meta-share a .socibox .fa, .social-share.customshare .hover .meta-share a .socibox .fa {
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .social-share.customshare:hover .meta-share a:first-child .socibox, .social-share.customshare:active .meta-share a:first-child .socibox, .social-share.customshare:focus .meta-share a:first-child .socibox, .social-share.customshare .hover .meta-share a:first-child .socibox {
      -webkit-transition-delay: .1s, .0001s, .0001s;
      -moz-transition-delay: .1s, .0001s, .0001s;
      -ms-transition-delay: .1s, .0001s, .0001s;
      -o-transition-delay: .1s, .0001s, .0001s;
      transition-delay: .1s, .0001s, .0001s; }
    .social-share.customshare:hover .meta-share a:nth-child(2) .socibox, .social-share.customshare:active .meta-share a:nth-child(2) .socibox, .social-share.customshare:focus .meta-share a:nth-child(2) .socibox, .social-share.customshare .hover .meta-share a:nth-child(2) .socibox {
      -webkit-transition-delay: .2s, .0001s, .0001s;
      -moz-transition-delay: .2s, .0001s, .0001s;
      -ms-transition-delay: .2s, .0001s, .0001s;
      -o-transition-delay: .2s, .0001s, .0001s;
      transition-delay: .2s, .0001s, .0001s; }
    .social-share.customshare:hover .meta-share a:nth-child(3) .socibox, .social-share.customshare:active .meta-share a:nth-child(3) .socibox, .social-share.customshare:focus .meta-share a:nth-child(3) .socibox, .social-share.customshare .hover .meta-share a:nth-child(3) .socibox {
      -webkit-transition-delay: .3s, .0001s, .0001s;
      -moz-transition-delay: .3s, .0001s, .0001s;
      -ms-transition-delay: .3s, .0001s, .0001s;
      -o-transition-delay: .3s, .0001s, .0001s;
      transition-delay: .3s, .0001s, .0001s; }
    .social-share.customshare:hover .meta-share a:nth-child(4) .socibox, .social-share.customshare:active .meta-share a:nth-child(4) .socibox, .social-share.customshare:focus .meta-share a:nth-child(4) .socibox, .social-share.customshare .hover .meta-share a:nth-child(4) .socibox {
      -webkit-transition-delay: .4s, .0001s, .0001s;
      -moz-transition-delay: .4s, .0001s, .0001s;
      -ms-transition-delay: .4s, .0001s, .0001s;
      -o-transition-delay: .4s, .0001s, .0001s;
      transition-delay: .4s, .0001s, .0001s; }
    .social-share.customshare:hover .meta-share a:nth-child(5) .socibox, .social-share.customshare:active .meta-share a:nth-child(5) .socibox, .social-share.customshare:focus .meta-share a:nth-child(5) .socibox, .social-share.customshare .hover .meta-share a:nth-child(5) .socibox {
      -webkit-transition-delay: .5s, .0001s, .0001s;
      -moz-transition-delay: .5s, .0001s, .0001s;
      -ms-transition-delay: .5s, .0001s, .0001s;
      -o-transition-delay: .5s, .0001s, .0001s;
      transition-delay: .5s, .0001s, .0001s; }
    .social-share.customshare:hover .meta-share a:nth-child(6) .socibox, .social-share.customshare:active .meta-share a:nth-child(6) .socibox, .social-share.customshare:focus .meta-share a:nth-child(6) .socibox, .social-share.customshare .hover .meta-share a:nth-child(6) .socibox {
      -webkit-transition-delay: .6s, .0001s, .0001s;
      -moz-transition-delay: .6s, .0001s, .0001s;
      -ms-transition-delay: .6s, .0001s, .0001s;
      -o-transition-delay: .6s, .0001s, .0001s;
      transition-delay: .6s, .0001s, .0001s; }
    .social-share.customshare:hover .meta-share a:nth-child(7n) .socibox, .social-share.customshare:active .meta-share a:nth-child(7n) .socibox, .social-share.customshare:focus .meta-share a:nth-child(7n) .socibox, .social-share.customshare .hover .meta-share a:nth-child(7n) .socibox {
      -webkit-transition-delay: .7s, .0001s, .0001s;
      -moz-transition-delay: .7s, .0001s, .0001s;
      -ms-transition-delay: .7s, .0001s, .0001s;
      -o-transition-delay: .7s, .0001s, .0001s;
      transition-delay: .7s, .0001s, .0001s; }

/* Post author */
.post-author .author-avata {
  width: 130px;
  padding-right: 30px; }
  .post-author .author-avata img {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.post-author .author-content {
  width: calc(100% - 130px); }
  .post-author .author-content a {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
    display: block; }

/* Post related */
.post-related .item-related {
  width: 50%;
  padding: 0 15px;
  position: relative; }
  .post-related .item-related .related-content {
    padding: 2rem 0 1rem; }
  .post-related .item-related .blog-meta {
    margin: 0.7rem 0 0.6rem; }
  .post-related .item-related .related-title {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    padding: 1rem 0 0; }
    .post-related .item-related .related-title a {
      color: #090916; }
      .post-related .item-related .related-title a:hover {
        color: #90b695; }
  .post-related .item-related img {
    width: 100%;
    height: auto; }
  .post-related .item-related .more-link {
    border-top: 1px dashed #e2e2e2;
    padding-top: 10px; }
    .post-related .item-related .more-link .btn {
      padding-left: 0;
      border: none;
      color: #111; }
      .post-related .item-related .more-link .btn:hover {
        color: #90b695;
        background-color: transparent; }
  .post-related .item-related .social-share.customshare {
    right: 15px;
    bottom: 22px; }

/* Post tags */
.tagcloud.pull-left {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  margin-top: 0.5rem; }

/* --------- Post Grid Layout --------- */
.grid-item {
  margin-bottom: 40px; }
  .grid-item .post-header {
    margin-bottom: 16px; }
  .grid-item .post-header .meta-category a {
    margin: 0 4px 8px 4px; }
  .grid-item .list-post-title a {
    font-size: 22px; }

#main .post-grid .post {
  margin-bottom: 56px; }
#main .post-grid .post-header {
  text-align: left; }
#main .post-grid .post-media.post-audio iframe {
  max-height: 196px; }
#main .post-grid .blog-meta {
  margin: 0.7rem 0 0.6rem; }

.meta-category > a {
  color: #90b695; }
  .meta-category > a:after {
    content: ", ";
    display: inline-block; }
  .meta-category > a:last-child:after {
    content: ""; }

/* List post layout */
.list-post-layout {
  margin-left: -15px;
  margin-right: -15px; }
  .list-post-layout .post-media {
    width: 25%;
    padding: 0 15px;
    float: left; }
    .list-post-layout .post-media.post-audio iframe {
      height: auto; }
  .list-post-layout .has_thumbnail .post-header {
    text-align: left; }
  .list-post-layout .post-entry-body {
    position: relative;
    padding-bottom: 33px;
    padding-left: 15px;
    padding-right: 15px; }
    .list-post-layout .post-entry-body.has_thumbnail {
      width: 75%;
      float: right; }
  .list-post-layout .post-entry {
    padding-bottom: 0.4rem;
    border-bottom: 1px dashed #e2e2e2;
    position: relative; }
    .list-post-layout .post-entry .more-link {
      position: absolute;
      left: 0;
      bottom: -44px; }
      .list-post-layout .post-entry .more-link a.btn {
        padding-left: 0;
        border: none;
        color: #111; }
        .list-post-layout .post-entry .more-link a.btn:hover {
          color: #90b695;
          background-color: transparent; }
  .list-post-layout .social-share.customshare {
    bottom: -4px; }

/* Post Grid layout */
ul.ab-grid {
  margin: 0 -15px; }
  ul.ab-grid > li {
    width: 50%;
    padding: 0 15px;
    float: left; }
    ul.ab-grid > li:nth-child(2n+1) {
      clear: left; }
    ul.ab-grid > li.post-grid-c3 {
      width: 33.33%; }
      ul.ab-grid > li.post-grid-c3:nth-child(2n+1) {
        clear: none; }
      ul.ab-grid > li.post-grid-c3:nth-child(3n+1) {
        clear: left; }
  ul.ab-grid .post-entry-body {
    position: relative;
    padding-bottom: 51px; }
    ul.ab-grid .post-entry-body .post-title {
      font-size: 24px; }
      ul.ab-grid .post-entry-body .post-title a {
        color: #111; }
        ul.ab-grid .post-entry-body .post-title a:hover {
          color: #90b695; }
  ul.ab-grid .post-entry {
    padding-bottom: 0.4rem;
    border-bottom: 1px dashed #e2e2e2;
    position: relative; }
    ul.ab-grid .post-entry .more-link {
      position: absolute;
      left: 0;
      bottom: -51px; }
      ul.ab-grid .post-entry .more-link a.btn {
        padding-left: 0;
        border: none;
        color: #111; }
        ul.ab-grid .post-entry .more-link a.btn:hover {
          color: #90b695;
          background-color: transparent; }

.gallery .gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.post-password-form label {
  display: inline-block; }
.post-password-form input[type="password"] {
  height: 33px;
  box-sizing: border-box; }

@media screen and (min-width: 480px) {
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; } }
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }
.post-author-box {
  border: 1px dashed #e2e2e2;
  padding: 2rem 1rem;
  margin: 2rem 0 3rem; }
  .post-author-box h4 {
    margin: 0.7rem 0 0.9rem;
    text-transform: capitalize; }
  .post-author-box .author-right {
    padding-left: 170px; }

#author {
  text-transform: capitalize; }
  #author h1 span {
    text-transform: capitalize; }

.posts-banner {
  padding: 0.8rem;
  margin-bottom: 3rem;
  background-color: #f9f9f9; }
  .posts-banner img {
    width: 100%; }

.no-banner .posts-banner {
  display: none; }

.single-blog-bottom {
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
  margin: 2rem 0;
  padding: 2rem 0; }

/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/*
 * Archives & Categories
 */
.archive-title {
  position: relative;
  background-color: #f8f8f8;
  padding: 3rem 0 3rem;
  border-bottom: 1px dashed #e2e2e2; }
  .archive-title p {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #90b695; }
  .archive-title h1 {
    font-size: 34px;
    margin-bottom: 0.7rem;
    font-weight: bold; }

.nothing {
  font-size: 14px;
  color: #999;
  text-align: center; }

body.page .post-meta {
  border: none; }
  body.page .post-meta .meta-share > a {
    width: 33px;
    height: 33px;
    margin: 0 4px;
    line-height: 31px; }
    body.page .post-meta .meta-share > a > i {
      font-size: 11px;
      color: #7d7d7d;
      width: 33px;
      height: 33px;
      line-height: 31px;
      background-color: #fff;
      border: 1px solid #ebebeb; }
    body.page .post-meta .meta-share > a:hover > i {
      background-color: #90b695;
      color: #fff;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  body.page .post-meta i.fa-share-square-o {
    display: none; }

article.page hr.dashedhr {
  display: none; }

/* Contact page */
#contact-map {
  margin-bottom: 48px; }
  #contact-map iframe {
    width: 100%;
    max-width: 100%; }

.contact-row h4 {
  padding: 0 0 1.5rem;
  margin: 0; }

.contact-details p {
  margin-bottom: 2rem; }
.contact-details .list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }
  .contact-details .list-group li {
    border-radius: 0 !important;
    border-color: #e2e2e2; }
    .contact-details .list-group li a {
      border-radius: 0;
      font-size: 13px;
      font-weight: lighter; }
      .contact-details .list-group li a:hover {
        text-decoration: none; }
    .contact-details .list-group li i {
      padding-right: 1rem; }

/* About page */
.about-header {
  position: relative;
  margin-bottom: 3rem; }
  .about-header .about-author {
    max-width: 420px;
    position: absolute;
    top: 3rem;
    padding: 2rem;
    left: 3rem;
    bottom: 3rem;
    background-color: rgba(255, 255, 255, 0.8); }
    .about-header .about-author img {
      max-width: 120px;
      margin: auto;
      text-align: center;
      display: block; }
    .about-header .about-author h4 {
      font-size: 28px;
      font-weight: bold;
      padding: 2rem 0 0;
      margin: 0;
      letter-spacing: 1px;
      text-transform: capitalize; }
    .about-header .about-author p {
      margin-top: 1rem;
      margin-bottom: 30px; }
    .about-header .about-author.no-thumb {
      max-width: 100%;
      position: relative; }

.about-socials {
  text-align: center;
  background: #ffffff;
  font-weight: bold;
  padding: 0 3rem;
  position: relative;
  z-index: 9;
  margin-top: 2rem; }
  .about-socials a.tooltip:hover:after {
    min-width: 150px; }

/*--------------------------------------------------------------
# widgets
--------------------------------------------------------------*/
/* Widgets */
.widget {
  padding: 0 32px 32px;
  margin-bottom: 32px; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .widget-title {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 21px; }
    .widget .widget-title > span {
      display: inline-block;
      background-color: #fff;
      padding: 0 16px;
      position: relative;
      z-index: 1;
      top: -10px; }
    .widget .widget-title:after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 1px dashed #e2e2e2;
      position: absolute;
      top: 0;
      left: 0; }
  .widget ul {
    padding-left: 0.3rem;
    padding-top: 0.3rem; }
    .widget ul li, .widget ul li:last-child {
      padding: 0.3rem;
      border-bottom: 1px dashed #e2e2e2;
      margin: 0; }
    .widget ul li:first-child {
      border-top: 1px dashed #e2e2e2; }
    .widget ul li a {
      color: #7b7b7b; }
      .widget ul li a:hover {
        text-decoration: none;
        color: #90b695; }
    .widget ul ul.children li:last-child, .widget ul ul.sub-menu li:last-child {
      border-bottom: none; }
  .widget.widget_search .searchform {
    position: relative; }
    .widget.widget_search .searchform .form-group {
      float: left;
      max-width: calc(100% - 45px); }
    .widget.widget_search .searchform input.s {
      min-width: 240px;
      border-right: none; }
      .widget.widget_search .searchform input.s:focus {
        border-right: none; }
    .widget.widget_search .searchform .btn {
      padding: 0;
      border-color: #e2e2e2;
      height: 45px;
      width: 45px;
      line-height: 43px;
      margin-left: 0; }
  .widget.ab-instagram-widget .instagram-wrap {
    position: relative; }
  .widget.ab-instagram-widget .instagram-item > a {
    width: 100%;
    display: inline-block; }
    .widget.ab-instagram-widget .instagram-item > a img {
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-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; }
      .widget.ab-instagram-widget .instagram-item > a img:hover {
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.9;
        filter: alpha(opacity=90); }
  .widget.ab-instagram-widget .instagram-follow-me {
    z-index: 111;
    padding: 1rem 3rem;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 0;
    width: auto;
    right: 0;
    height: 80px;
    bottom: 5%;
    font-size: 24px;
    background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%);
    background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)"; }
    .widget.ab-instagram-widget .instagram-follow-me a {
      display: block;
      width: 100%;
      text-align: center; }
      .widget.ab-instagram-widget .instagram-follow-me a:hover {
        text-decoration: none;
        color: inherit; }
  .widget .supscribe {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 38px;
    padding: 0 23px;
    border: 1px solid #fff;
    display: inline-block; }
    .widget .supscribe:hover {
      text-decoration: none; }

.widget a:hover {
  text-decoration: underline; }

/* About Widget */
.about-widget {
  text-align: center; }
  .about-widget img {
    max-width: 100%;
    border-radius: 50%;
    display: block; }
  .about-widget .about-image {
    position: relative;
    margin-bottom: 17px;
    text-align: center;
    display: inline-block; }
    .about-widget .about-image .about-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(144, 182, 149, 0.8);
      border-radius: 50%;
      opacity: 0; }
      .about-widget .about-image .about-overlay a {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #ffffff;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-transform: uppercase; }
        .about-widget .about-image .about-overlay a:hover {
          text-decoration: none; }
    .about-widget .about-image:hover .about-overlay {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-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; }
  .about-widget .about-name {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #090916;
    margin-bottom: 10px; }
  .about-widget p {
    margin-bottom: 0; }

/*
 * Recent Post
 */
.widget_ab_recent_post ul.ab-recent-post li {
  padding: 0;
  margin-bottom: 16px;
  border: none; }
  .widget_ab_recent_post ul.ab-recent-post li .ab-recent-post-image {
    max-width: 70px;
    margin-right: 15px;
    float: left; }
  .widget_ab_recent_post ul.ab-recent-post li .ab-recent-post-item-text {
    padding-left: 85px; }
    .widget_ab_recent_post ul.ab-recent-post li .ab-recent-post-item-text h4 {
      font-size: 17px;
      margin-top: 0.2rem;
      margin-bottom: 0.25rem; }
      .widget_ab_recent_post ul.ab-recent-post li .ab-recent-post-item-text h4 a {
        color: #111; }
  .widget_ab_recent_post ul.ab-recent-post li:last-child {
    margin-bottom: 0; }

/* Social Widget */
.widget-social a:hover {
  text-decoration: none; }

/* WIDGET ITEMS */
.widget ul.side-newsfeed li {
  list-style-type: none;
  margin-bottom: 17px;
  padding-bottom: 13px;
  margin-left: 0; }

.widget ul.side-newsfeed li:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.widget ul.side-newsfeed li .side-item {
  overflow: hidden; }

.widget ul.side-newsfeed li .side-item .side-image {
  float: left;
  margin-right: 14px; }

.widget ul.side-newsfeed li .side-item .side-image img {
  width: 80px;
  height: auto; }

.widget ul.side-newsfeed li .side-item .side-item-text {
  overflow: hidden; }

.widget ul.side-newsfeed li .side-item .side-item-text h4 {
  margin-bottom: 4px; }

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
  margin-bottom: 1px;
  color: #424242;
  display: block;
  font-size: 13px;
  font-family: "Lato"; }

.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
  font-size: 11px;
  color: #999;
  font-style: italic; }

/* Widget categories/archives */
.widget_categories ul li, .widget_categories ul li:last-child, .widget_archive ul li, .widget_archive ul li:last-child {
  padding: 0.3rem;
  border-bottom: 1px dashed #e2e2e2;
  margin: 0; }
.widget_categories ul li:first-child, .widget_archive ul li:first-child {
  border-top: 1px dashed #e2e2e2; }
.widget_categories ul li:hover, .widget_archive ul li:hover {
  color: #90b695; }
  .widget_categories ul li:hover a, .widget_archive ul li:hover a {
    color: #90b695; }
.widget_categories ul li a, .widget_archive ul li a {
  color: #7b7b7b; }
.widget_categories select, .widget_archive select {
  width: 100%;
  min-height: 45px;
  padding: 15px 10px; }

.widget_archive .screen-reader-text {
  position: relative !important;
  overflow: visible;
  font-size: 0;
  width: 100%;
  display: block; }
  .widget_archive .screen-reader-text:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 14px; }
.widget_archive select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .widget_archive select::-ms-expand {
    display: none; }

/* Tagcloud widget */
.tagcloud a {
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  display: inline-block;
  font-size: 11px !important;
  letter-spacing: 2px;
  margin: 0 0.3rem 0.3rem 0;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  text-transform: uppercase; }
  .tagcloud a:hover {
    text-decoration: none; }

/* Calender widget */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px; }

#wp-calendar thead {
  font-size: 12px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  font-size: 12px; }

#wp-calendar tbody td#today {
  color: #90b695; }

#wp-calendar tbody td a {
  font-weight: 700;
  color: #222; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center; }

/* Instagram widget */
/*
 * Contact Form 7
 */
div.wpcf7 {
  margin-top: 2rem; }
  div.wpcf7 form .ab-width-50 {
    padding: 0 15px; }
  div.wpcf7 form .form-field-full {
    width: 100%; }
  div.wpcf7 form textarea {
    margin-bottom: 2rem;
    padding-top: 1rem;
    min-height: 160px;
    font-family: arial; }

.ab-news-carousel-item a {
  display: block;
  width: 100%; }

.widget_ab_news_carousel .owl-stage-outer {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

#sidebar .widget-social .meta-share {
  text-align: center;
  position: relative; }
  #sidebar .widget-social .meta-share:after {
    border: 1px dashed #e2e2e2;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 17px;
    width: 100%;
    content: ""; }
  #sidebar .widget-social .meta-share a {
    position: relative;
    z-index: 1;
    display: inline;
    line-height: 35px;
    background: #fff; }
    #sidebar .widget-social .meta-share a .socibox {
      line-height: 25px; }
#sidebar .widget-social a.tooltip:hover:before {
  margin-top: 16px; }
#sidebar .widget-social a.tooltip:hover:after {
  margin-top: 21px; }
#sidebar .widget_about {
  margin-bottom: 0; }

.sidewrapper .widget {
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding: 1rem 2rem; }

.widget_media_image img {
  margin: 0 auto;
  display: block; }

/*--------------------------------------------------------------
# comments
--------------------------------------------------------------*/
#comments .comment-list .comment-list-item {
  padding: 10px;
  margin-bottom: 15px; }
#comments .comment-list .comment-avatar {
  width: 80px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden; }
#comments .comment-list .comment-content {
  overflow: hidden; }
#comments .comment-list .comment-meta {
  margin-bottom: 10px; }
  #comments .comment-list .comment-meta .comment-author {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
    text-transform: capitalize; }
#comments .comment-list .comment-time {
  color: #999 !important;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 5px;
  padding-left: 10px;
  text-transform: uppercase; }
#comments .comment-list ul.children {
  margin: 0 0 0 50px; }
#comments .comment-list .comment-text ul, #comments .comment-list .comment-text ol {
  padding-left: 46px;
  margin-bottom: 22px; }
  #comments .comment-list .comment-text ul ul, #comments .comment-list .comment-text ul ol, #comments .comment-list .comment-text ol ul, #comments .comment-list .comment-text ol ol {
    margin-bottom: 0; }
#comments .comment-list .comment-text ul > li {
  list-style: square; }
#comments .comment-list .comment-text ol > li {
  list-style: decimal; }
#comments .comment-respond .comment-form label {
  float: left; }
#comments .comment-respond .comment-reply-title {
  padding: 0;
  margin: 0 0 2rem;
  font-size: 21px; }
#comments .comment-respond textarea {
  width: 100%; }

.comment-form {
  margin: 0 -15px; }
  .comment-form > * {
    margin-bottom: 30px;
    padding: 0 15px; }
  .comment-form .comment-form-comment, .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
    margin-bottom: 20px; }
    .comment-form .comment-form-comment textarea, .comment-form .comment-form-comment input, .comment-form .comment-form-author textarea, .comment-form .comment-form-author input, .comment-form .comment-form-email textarea, .comment-form .comment-form-email input, .comment-form .comment-form-url textarea, .comment-form .comment-form-url input {
      width: 100%; }
  .comment-form input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px 26px;
    text-transform: uppercase;
    color: #90b695;
    height: auto; }
    .comment-form input[type="submit"]:hover, .comment-form input[type="submit"]:focus {
      color: #fff;
      box-shadow: none;
      background-color: #90b695;
      background-image: none;
      border-color: #90b695;
      text-decoration: none; }

.bypostauthor {
  display: block; }
  .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px; }

@media (min-width: 1230px) {
  .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
    width: 33.33%;
    float: left; } }
.comment-reply-link {
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 26px;
  text-transform: uppercase;
  padding: 5px 10px !important;
  font-size: 11px !important; }

/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
/*
 * Pagination
 */
.post-navigation .nav-previous {
  float: left; }
  .post-navigation .nav-previous a:before {
    margin-right: 9px;
    content: "\f100"; }
.post-navigation .nav-next {
  float: right; }
  .post-navigation .nav-next a:after {
    margin-left: 9px;
    content: "\f101"; }
.post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.post-navigation .meta-nav {
  float: none; }

.pagination {
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif; }
  .pagination span, .pagination a {
    display: inline-block;
    background-color: #fff;
    border: 1px dashed #e2e2e2;
    border-radius: 0;
    font-size: 14px;
    line-height: 1;
    padding: 0.6rem 0.8rem;
    position: relative;
    text-transform: capitalize; }
    .pagination span.current, .pagination span:hover, .pagination a.current, .pagination a:hover {
      color: #fff;
      background-color: #90b695;
      border-color: #90b695; }
    .pagination span.page-numbers i, .pagination a.page-numbers i {
      display: none; }

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
/* Footer top*/
#footer-top {
  padding: 5rem 0 3rem;
  border-top: 1px dashed #e2e2e2;
  display: block;
  position: relative;
  background-color: #ffffff; }
  #footer-top div[class*="footer-top-"] {
    padding: 0 15px; }
  #footer-top .widget .widget-title {
    text-align: left; }
    #footer-top .widget .widget-title span {
      padding-left: 0; }
  #footer-top .footer-top-1 {
    margin-top: 0; }
    #footer-top .footer-top-1 .inner {
      padding: 0 2rem 2rem;
      margin-bottom: 2rem; }
      #footer-top .footer-top-1 .inner .widget {
        padding: 0;
        margin: 0; }
        #footer-top .footer-top-1 .inner .widget.widget_media_image {
          margin-bottom: 15px; }
          #footer-top .footer-top-1 .inner .widget.widget_media_image img {
            max-width: 180px !important; }
      #footer-top .footer-top-1 .inner .widget_social {
        border: none;
        height: auto; }

/* --------- Footer Instagram --------- */
#footer-middle .ab-instagram-widget {
  padding-left: 85px;
  padding-right: 85px;
  padding-bottom: 45px; }
#footer-middle .widget.ab-instagram-widget .instagram-item > a img {
  border-radius: 50%; }

/* --------- Footer --------- */
#footer {
  padding: 20px 0;
  text-align: center; }
  #footer a {
    color: #b5b5b5; }
    #footer a:hover {
      color: #90b695; }
  #footer .copyright {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0; }

.instagram-pics > div {
  width: 11.1111%;
  display: inline-block; }
  .instagram-pics > div a {
    width: 100%;
    display: inline-block; }
    .instagram-pics > div a img {
      width: 100%;
      padding: 0.5rem;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-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; }
      .instagram-pics > div a img:hover {
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.9;
        filter: alpha(opacity=90); }

#footer-middle {
  position: relative; }

#footer-middle .instagram-follow-me {
  z-index: 111;
  padding: 1rem 3rem;
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  width: auto;
  right: 0;
  height: 80px;
  bottom: 5%;
  font-size: 24px;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)"; }

#footer-middle .instagram-follow-me a {
  display: block;
  width: 100%;
  text-align: center; }

#footer-middle .instagram-follow-me a:hover {
  text-decoration: none;
  color: inherit; }

/*--------------------------------------------------------------
# woo
--------------------------------------------------------------*/
/* Woo */
body.woocommerce .product_title {
  padding-bottom: 15px !important; }

.woocommerce span.onsale {
  padding: 0;
  top: 0;
  left: 0; }
.woocommerce .woocommerce-product-gallery__image {
  margin-bottom: 10px; }
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px; }
.woocommerce #review_form #respond p.form-submit {
  clear: both;
  padding-top: 10px; }
.woocommerce form .form-row {
  padding: 0; }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 1.3em; }
.woocommerce #add_payment_method #payment ul.payment_methods li, .woocommerce .woocommerce-cart #payment ul.payment_methods li, .woocommerce .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none; }
.woocommerce .woocommerce-MyAccount-content form input[type="submit"] {
  margin-top: 15px; }
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px; }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border-width: 1px;
    border-style: dashed;
    border-color: #e2e2e2;
    border-image: initial;
    border-radius: 0px; }
    .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
      text-decoration: none; }
.woocommerce #customer_login h2 {
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem; }
  .woocommerce #customer_login h2:after {
    width: 40px;
    border-top: 2px solid #111;
    content: "";
    display: block;
    margin-bottom: 1.8rem;
    margin-top: 1rem; }
.woocommerce #customer_login form {
  border: none;
  padding: 0; }
  .woocommerce #customer_login form .lost_password a {
    color: #90b695; }
    .woocommerce #customer_login form .lost_password a:hover {
      text-decoration: none; }
  .woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox {
    margin-top: 25px;
    display: inline-block; }
  .woocommerce #customer_login form.register input[type="submit"] {
    margin-top: 18px; }
.woocommerce form .button {
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #90b695;
  height: auto;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 26px;
  text-transform: uppercase; }
  .woocommerce form .button:hover, .woocommerce form .button:focus {
    color: #fff;
    box-shadow: none;
    background-color: #90b695;
    background-image: none;
    border-color: #90b695;
    text-decoration: none; }
.woocommerce .quantity .qty {
  padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

#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 {
  padding: 9px 10px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: auto; }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
  line-height: 40px; }

#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 {
  min-height: 42px; }
  #add_payment_method table.cart td.actions .coupon .input-text:focus, .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
    border: 1px dashed #90b695; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 0 16px; }

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  margin-right: 5px; }

@media (max-width: 991px) and (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    float: left; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 68%;
    float: right; } }
@media only screen and (max-width: 767px) {
  #customer_details > div {
    margin-bottom: 30px; }

  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px; } }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #000; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #fff; }

.woocommerce span.onsale {
  border-radius: 0; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #90b695; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #90b695; }

.woocommerce span.onsale {
  background-color: #90b695; }

.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #90b695; }

/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
/* Responsive */
@media only screen and (min-width: 1170px) {
  /* Responsive Menu */
  .header-3 #nav-wrapper .menu li a {
    padding-right: .5rem;
    padding-left: .5rem; }

  .header-3 .header-top .header-top-left, .header-bottom .header-top-left {
    padding-left: 0; }

  .creative .footer-top-1 {
    display: none; }
  .creative .ab-col-3 {
    width: 50%; } }
@media only screen and (max-width: 1170px) {
  .show-search {
    right: 15px; }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .header-2 .show-search {
    right: 35px; }

  li ul, li ol {
    padding-left: 10px; }

  body.creative {
    padding: 0; }
    body.creative .left-side {
      border-bottom: 1px dashed #e2e2e2;
      height: auto;
      position: static;
      width: 100%;
      background: none;
      padding: 20px 0; }
      body.creative .left-side .inner {
        position: static;
        text-align: center; }
        body.creative .left-side .inner .copyright, body.creative .left-side .inner #site-logo {
          text-align: center; }
      body.creative .left-side .socials, body.creative .left-side .copyright {
        display: none; }

  #header .header-top .header-top-left, #header .header-bottom .header-top-left {
    padding-left: 0;
    width: auto; }
  #header .header-top .header-top-right, #header .header-top .header-top-left {
    padding-right: 0;
    width: auto; }

  .featured-area .featured-title {
    font-size: 24px !important; }

  .pagination.style-2 .page-numbers.current:after, .pagination.style-2 .page-numbers:hover:after,
  .post-navigation.style-2 .page-numbers.current:after, .post-navigation.style-2 .page-numbers:hover:after {
    display: none; }

  .btn {
    padding: 0 20px; }

  #sidebar.sidebar_layout_3 .widget-social, #footer-bottom .widget-social {
    text-align: center; }
    #sidebar.sidebar_layout_3 .widget-social > a, #footer-bottom .widget-social > a {
      display: inline-block;
      float: none; }

  .widget_newsletterwidget form input[type="submit"] {
    position: static;
    margin-top: 20px; }

  .list-post-layout .list-content.has_thumbnail {
    padding-bottom: 20px; }
    .list-post-layout .list-content.has_thumbnail .more-link {
      left: 10px; }
    .list-post-layout .list-content.has_thumbnail .social-share {
      left: auto;
      right: 10px; }
      .list-post-layout .list-content.has_thumbnail .social-share .meta-share {
        left: -113px;
        right: auto; }

  #comments .comment-list ul.children {
    margin-left: 20px; }

  #sidebar .widget {
    padding-left: 10px;
    padding-right: 10px; }

  .about-header .about-author {
    bottom: 20px;
    left: 20px;
    padding: 20px;
    right: 20px;
    top: 20px;
    max-width: calc(100% - 40px); }

  body.creative #footer {
    display: block; } }
@media only screen and (max-width: 991px) {
  .site-logo {
    max-height: 100px; }

  /* Responsive Menu */
  #nav-wrapper {
    display: none !important; }

  .slicknav_menu {
    display: block; }

  .post-title {
    font-size: 28px; }

  .list-post-layout .list-content.has_thumbnail .inner::after {
    display: none; }

  #top-social {
    float: right;
    margin-right: 30px; }
    #top-social a {
      height: 50px; }
      #top-social a i {
        line-height: 50px; }

  #footer-top .container > .row {
    margin: 0 -15px; }
  #footer-top div[class*="footer-"] {
    padding: 0 15px; }

  #main, #sidebar {
    width: 100%; }

  #main {
    margin-bottom: 50px; }

  #primary {
    margin-bottom: 80px; }

  .ab-sm-100 {
    width: 100%; }

  #footer-top div[class*="footer-"] {
    padding: 0; }

  #footer-top .container > .row {
    margin: 0;
    display: block; }
    #footer-top .container > .row > div {
      margin-bottom: 40px; }

  #footer-top .ab-col-3 {
    width: 100%; }

  #footer-middle .ab-instagram-widget {
    padding-left: 48px;
    padding-right: 48px; }

  .widget.widget_search .searchform {
    min-height: 45px; }
    .widget.widget_search .searchform .searchform-wrap {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }
@media only screen and (max-width: 767px) {
  .site-logo {
    max-height: 80px; }

  .header-top .header-top-right, .header-top .header-top-left {
    width: 100%; }

  .header-1 .widget_ab_news_carousel .widget-title {
    float: none; }

  .site-logo {
    max-height: 80px; }

  ul.ab-grid > li {
    width: 100%; }

  .post-media img {
    width: 100%; }

  .featured-area .featured-title {
    font-size: 20px !important; }
  .featured-area .featured-meta {
    padding: 1rem; }

  .textwidget a.btn {
    min-width: auto; }

  .hidden-phone {
    display: none; }

  .ab-grid > li {
    width: 100%; }

  .archive-title .ab-width-50 {
    width: 100%;
    text-align: left; }
  .archive-title ul.breadcrumbs {
    margin-top: 0; }

  .post-entry-body.has_thumbnail {
    margin-top: 0; }

  .post-entry-body {
    padding: 0; }

  .ab-post-single .post-media {
    margin-bottom: 0; }

  .featured-area #carousel-layout-2 .owl-item .featured-meta {
    width: 85%;
    left: 50%;
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%); }

  .post-related .item-related, #top-content ul.ab-recent-post > li {
    width: 100%;
    margin-bottom: 30px; }

  #carousel-layout-2.owl-carousel .owl-dots {
    display: none; }

  .instagram-item.ab-col-9, .ab-col-10 {
    width: 25%; }

  .widget.ab-instagram-widget .instagram-follow-me {
    display: none; }

  /* Featured area */
  .featured-item .featured-meta .meta-category a {
    margin-bottom: 2px; }

  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: none; }

  /* List layout */
  .list-item .post-media img {
    max-width: 90px; }

  .list-item .post-media {
    margin-right: 16px; }

  .list-item .post-header h2 a {
    font-size: 16px; }

  .list-item .post-header h2 {
    margin-bottom: 6px; }

  .list-item .post-header {
    margin-bottom: 0; }

  /* grid item */
  .grid-item .post-header h2 a {
    font-size: 18px; }

  .author-img {
    margin-right: 16px; }

  .author-img img {
    max-width: 60px;
    height: auto; }

  #respond textarea {
    width: 90%; }

  .list-post-layout .post-media {
    width: 100%; }
  .list-post-layout .post-entry-body.has_thumbnail {
    width: 100%; }
  .list-post-layout.list-item .post-media img {
    max-width: 100%;
    width: 100%; }
  .list-post-layout .list-content.has_thumbnail {
    width: 100%; }
    .list-post-layout .list-content.has_thumbnail .inner {
      left: 0; }
      .list-post-layout .list-content.has_thumbnail .inner:after {
        display: none; }

  #footer-middle .widget.ab-instagram-widget .instagram-item > a {
    padding: 5px !important; }

  .full-content .social-share .meta-share a.hidden-not-fullpost {
    display: none; }

  .ab-width-50 {
    width: 100%; }

  body.grid-2-full .main-content .posts-banner {
    margin-left: 0;
    margin-right: 0; }

  #comments .comment-list .comment-text ul, #comments .comment-list .comment-text ol {
    padding-left: 15px; } }
@media only screen and (max-width: 640px) {
  .site-logo {
    max-height: 70px; }

  .featured-area .featured-overlay:before {
    padding-top: 80%; }

  .post-entry ul, .post-entry ol {
    padding-left: 20px; }

  .post-meta {
    margin-left: -20px;
    margin-right: -20px; }

  .post-entry-body .inner {
    border: none;
    padding: 20px 0 0;
    box-shadow: none; }

  .header-4 .header-top-left {
    width: 100%;
    margin-bottom: 20px; }

  .error-404 h1 {
    font-size: 60px; }

  .featured-area #carousel-layout-2 .owl-item.active .featured-meta {
    display: none; }

  .header-2 #top-social .widget-social a {
    float: none; }

  .post-entry td, .post-entry th, .comment-text td, .comment-text th {
    padding: 3px; } }
@media only screen and (max-width: 480px) {
  .post-meta {
    margin-left: 0;
    margin-right: 0; }

  .post-author-box .avatar-img {
    float: none; }
  .post-author-box .author-right {
    padding-left: 0;
    margin-top: 30px; }

  .widget.ab-instagram-widget .instagram-follow-me.rounded {
    padding: 0 20px; }

  .social-share .meta-share {
    padding-left: 10px;
    padding-right: 10px; }
    .social-share .meta-share a {
      width: 39px; }

  #comments .comment-list li.depth-3 ul.children {
    margin-left: 0;
    padding-left: 0; }

  #comments .comment-list .comment-avatar {
    margin-bottom: 20px;
    float: none; }
  #comments .comment-list .comment-content {
    width: 100%;
    float: none; } }
