/*
Theme Name: Bamboo
Theme URI: http://wiloke.com
Author: wiloke
Author URI: wiloke.com
Description: A Simple, Elegant Wordpress Blog Theme
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  responsive-layout,  custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wiloke

#-----------------------------------------------------------------------
  Designed by Wiloke Themes
  Email: piratesmorefun@gmail.com
#-----------------------------------------------------------------------

*/

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #666;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  letter-spacing: 0.014em;
}

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  background: none;
  border: 0;
  background-color: #f3f5f5;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.dd, dt {
  margin-top: 15px;
  margin-bottom: 15px;
}


select {
  border: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  color: #666;
  background-color: #f3f5f5;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

textarea {
  background: none;
  border: 0;
  background-color: #f3f5f5;
  resize: none;
  padding: 15px;
  height: 140px;
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea:-moz-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #888888;
}

textarea:-ms-input-placeholder {
  color: #888888;
}

a {
  color: #af9b63;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}
a:hover {
  color: #000;
}

code, kbd, pre, samp {
  font-family: "Raleway", sans-serif;
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0.015em;
}
pre {
  line-height: 2em;
  color: inherit;
  padding: 20px;
  border: 0;
  background-color: rgba(0,0,0,.02);
}
code {
  background-color: #eee;
  letter-spacing: 0.015em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

ol li, ul li {
  letter-spacing: 0.02em;
}

::-moz-selection {
  color: #fff;
  background-color: #af9b63;
}

::selection {
  color: #fff;
  background-color: #af9b63;
}

#page-wrap {
  position: relative;
  overflow: hidden;
  background-color: #f3f5f5;
  padding: 15px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.container {
  position: relative;
}

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

.tb-cell {
  display: table-cell;
  vertical-align: middle;
}

.h1, h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  color: #393b3a;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
}
.h1 a, h1 a {
  color: inherit;
}

.h2, h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  color: #393b3a;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
}
.h2 a, h2 a {
  color: inherit;
}

.h3, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  color: #393b3a;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
}
.h3 a, h3 a {
  color: inherit;
}

.h4, h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  color: #393b3a;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
}
.h4 a, h4 a {
  color: inherit;
}

.h5, h5 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  color: #393b3a;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
}
.h5 a, h5 a {
  color: inherit;
}

.h6, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 12px;
  color: #393b3a;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
}
.h6 a, h6 a {
  color: inherit;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 99999;
  background-color: #fff;
}
.preloader .loading {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #888;
  letter-spacing: 0.2em;
  width: 100%;
  top: 50%;
  left: 0;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.preloader .loading span {
  position: relative;
  display: inline-block;
  width: 17px; height: 17px;
  border-radius: 50%;
  border: 1px solid;
  top: 1px;
  border-right-color: #d4d4d4 !important;
  border-bottom-color: #d4d4d4 !important;
  border-left-color: #d4d4d4 !important;
  border-top-color: #af9b63;
  margin-right: 3px;
  -webkit-animation: spinLoading 1s cubic-bezier(.24,.56,.54,.84) infinite;
  -moz-animation: spinLoading 1s cubic-bezier(.24,.56,.54,.84) infinite;
  -ms-animation: spinLoading 1s cubic-bezier(.24,.56,.54,.84) infinite;
  -o-animation: spinLoading 1s cubic-bezier(.24,.56,.54,.84) infinite;
  animation: spinLoading 1s cubic-bezier(.24,.56,.54,.84) infinite;
}
@-webkit-keyframes spinLoading {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinLoading {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spinLoading {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spinLoading {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spinLoading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pi-navigation h4,
.widget h4 {
  position: relative;
  display: inline-block;
  background: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 400;
  color: #303030;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 45px;
  letter-spacing: 0.1em;
}
.pi-navigation h4:before, .pi-navigation h4:after,
.widget h4:before,
.widget h4:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent 0%, #a6a6a6 50%, transparent 100%);
  background-image: -moz-linear-gradient(left, transparent 0%, #a6a6a6 50%, transparent 100%);
  background-image: -ms-linear-gradient(left, transparent 0%, #a6a6a6 50%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, #a6a6a6 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #a6a6a6 47%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#a6a6a6',GradientType=1 );
}
.pi-navigation h4:before,
.widget h4:before {
  top: 0;
  left: 0;
}
.pi-navigation h4:after,
.widget h4:after {
  bottom: 0;
  left: 0;
}
.edit-this {
  margin: 20px 0;
}
.blog-content .post-entry input[type="submit"],
.edit-this a,
.pi-btn {
  display: inline-block;
  background: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 rgba(255, 255, 255, 0.4);
  background-color: #303030;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0 45px;
  line-height: 42px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.edit-this a {
  padding: 0 10px;
  line-height: 30px;
  font-size: 9px;
}
.blog-content .post-entry input[type="submit"]:hover,
.edit-this a:hover,
.pi-btn:focus, .pi-btn:hover {
  background-color: #af9b63;
  color: #fff;
}

.pi-navigation h4,
.widget h4 {
  width: 100%;
  cursor: default;
  margin-top: 0;
  margin-bottom: 35px;
}


.widget_calendar #calendar_wrap {
  position: relative;
}
.widget_calendar #wp-calendar {
  width: 100%;
  background-color: #fff;
}
.widget_calendar #wp-calendar caption {
  position: relative;
  background-color: #eee;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  color: #444;
  z-index: 9;
  letter-spacing: 0.1em;
}
.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
  text-align: center;
  border: 1px solid #f7f9f9;
  padding: 4px 6px;
  font-size: 12px;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar th#today, .widget_calendar #wp-calendar td#today {
  color: #d68431;
  font-weight: 700;
}
.widget_calendar #wp-calendar thead th {
  color: #585858;
  font-weight: 700;
  padding: 6px;
  font-size: 14px;
}
.widget_calendar #wp-calendar tbody td a {
  color: #333;
  font-weight: 700;
}
.widget_calendar #wp-calendar tbody td a:hover {
  color: #d68431;
}
.widget_calendar #wp-calendar tfoot {
  border: 1px solid #f7f9f9;
  border-top: 0;
}
.widget_calendar #wp-calendar tfoot td {
  border: 0;
  padding: 6px;
  font-size: 12px;
}
.widget_calendar #wp-calendar tfoot td a {
  color: #888;
}
.widget_calendar #wp-calendar tfoot td a:hover {
  color: #d68431;
}
.widget_calendar #wp-calendar tfoot td#prev {
  text-align: left;
}
.widget_calendar #wp-calendar tfoot td#next {
  text-align: right;
}

.textwidget > p,
.textwidget > .wp-caption {
  margin-bottom: 15px;
}
.textwidget > .wp-caption .wp-caption-text {
  display: block;
  font-style: italic;
  text-align: center;
  padding: 15px 10px 5px 10px;
  font-size: 12px;
  margin-bottom: 0;
}
.textwidget > p > img,
.textwidget > p > strong {
  display: block;
  margin-bottom: 10px;
}
.textwidget > p > br {
  display: none;
}
.fb_iframe_widget {
  width: 100%;
}
.fb_iframe_widget > span {
  width: 100% !important;
  max-width: 480px;
  margin: 20px auto 0;
}
.fb_iframe_widget > span iframe {
  width: 100% !important;
}
.widget_search form input {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

blockquote {
  border: 0;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-left: 3px solid #af9b63;
}
blockquote cite {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
blockquote cite:before {
  content: '\2014 \00A0';
  display: inline-block;
  vertical-align: 1px;
}

abbr {
  color: #A1D71A;
  border-width: 2px;
}

mark, .mark {
  background-color: #af9b63;
}

.pi-icon,
.icon {
  display: inline-block;
  font-style: normal;
  max-width: none;
  width: auto;
}

.autoHeight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel .owl-controls {
  margin-top: 0;
}
.owl-carousel .owl-controls .owl-buttons {
  margin-top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.owl-carousel .owl-controls .owl-buttons > div {
  display: inline-block;
  font-size: 14px;
  color: #aaa;
  overflow: hidden;
  margin: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div .fa {
  position: relative;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-controls .owl-buttons > div:hover .fa {
  border-color: #af9b63;
  color: #af9b63;
}
.owl-carousel .owl-controls .owl-pagination {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-pagination .owl-page {
  position: relative;
}
.owl-carousel .owl-controls .owl-pagination .owl-page > span {
  opacity: 1;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
  margin: 3px;
  background: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active > span {
  border-color: #af9b63;
  background-color: #af9b63;
}
.owl-carousel:hover .owl-controls .owl-buttons {
  bottom: -50px;
  opacity: 1;
  visibility: visible;
}

.post-slider.owl-carousel .owl-controls .owl-buttons,
.related-slider.owl-carousel .owl-controls .owl-buttons {
  position: static;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 1;
  visibility: visible;
}
.post-slider.owl-carousel .owl-controls .owl-buttons > div,
.related-slider.owl-carousel .owl-controls .owl-buttons > div {
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-slider.owl-carousel .owl-controls .owl-buttons > div .fa,
.related-slider.owl-carousel .owl-controls .owl-buttons > div .fa {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
.post-slider.owl-carousel .owl-controls .owl-buttons > div.owl-prev,
.related-slider.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  left: 5px;
}
.post-slider.owl-carousel .owl-controls .owl-buttons > div.owl-next,
.related-slider.owl-carousel .owl-controls .owl-buttons > div.owl-next {
  right: 5px;
}
.post-slider.owl-carousel .owl-controls .owl-buttons > div:hover .fa,
.related-slider.owl-carousel .owl-controls .owl-buttons > div:hover .fa {
  color: #af9b63;
}
.post-slider.owl-carousel .owl-controls .owl-pagination,
.related-slider.owl-carousel .owl-controls .owl-pagination {
  margin-top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 9;
}
.post-slider.owl-carousel .owl-controls .owl-pagination .owl-page,
.related-slider.owl-carousel .owl-controls .owl-pagination .owl-page {
  position: relative;
}
.post-slider.owl-carousel .owl-controls .owl-pagination .owl-page > span,
.related-slider.owl-carousel .owl-controls .owl-pagination .owl-page > span {
  border: 0;
  background-color: #fff;
}
.post-slider.owl-carousel .owl-controls .owl-pagination .owl-page.active > span,
.related-slider.owl-carousel .owl-controls .owl-pagination .owl-page.active > span {
  border-color: #af9b63;
  background-color: #af9b63;
}
.post-slider.owl-carousel:hover .owl-controls .owl-buttons > div,
.related-slider.owl-carousel:hover .owl-controls .owl-buttons > div {
  opacity: 1;
}

.image-cover {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.image-cover img {
  position: absolute;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-social {
  margin-bottom: 20px;
  color: #3c3c3c;
}
.page-social a {
  position: relative;
  color: inherit;
  margin: 0;
  padding: 0 5px;
}
.page-social a .fa {
  font-size: 14px;
}
.page-social a:hover {
  color: #af9b63;
}

.sidebar-page {
  position: relative;
  float: left;
  width: 300px;
  padding: 25px;
  background-color: #fff;
  text-align: center;
  z-index: 9;
}

.widget-wrapper {
  margin-bottom: 20px;
}

#page-footer {
  padding: 25px 25px 0 25px;
  border-top: 1px solid #f7f9f8;
}
#page-footer .copyright {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-style: italic;
  color: #393b3a;
}
#page-footer .copyright p {
  margin: 0;
}

.widget {
  margin-bottom: 45px;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget select {
  width: 100%;
}

.widget_about .author-thumb {
  position: relative;
  display: inline-block;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.widget_about .author-thumb:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #af9b63;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 9;
}
.widget_about .author-name {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  color: #424242;
}
.widget_about .author-name a {
  color: inherit;
  letter-spacing: 0.1em;
}
.widget_about .author-name a:hover {
  color: #af9b63;
}
.widget_about .about-social {
  margin-top: 20px;
}
.widget_about .about-social a {
  display: inline-block;
  margin: 3px;
}
.widget_about .about-social a .fa {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #393b3a;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_about .about-social a:hover .fa {
  background-color: #af9b63;
}

.widget_flickr .flickr,
.widget_instagram .instagram {
  overflow: hidden;
  margin-left: -3px;
  margin-right: -3px;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.widget_flickr .flickr li,
.widget_instagram .instagram li {
  width: 33.3333333333%;
  padding: 3px;
  float: left;
}
.widget_flickr .flickr li a,
.widget_instagram .instagram li a {
  display: block;
}
.widget_flickr .flickr li a img,
.widget_instagram .instagram li a img {
  width: 100%;
}
.widget_flickr .flickr li a:hover,
.widget_instagram .instagram li a:hover {
  opacity: .6;
}
.widget_newsletter > p {
  margin-top: 0;
}
.widget_newsletter form {
  position: relative;
  margin-top: 15px;
}
.widget_newsletter .form-item input {
  width: 100%;
  padding-right: 60px;
}
.widget_newsletter .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_newsletter .form-actions button {
  background: none !important;
  border: 0;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_newsletter .form-actions button:hover {
  color: #af9b63;
}
.widget_newsletter .alert-done {
  padding: 15px 0;
  font-size: 12px;
  color: #d68431;
  font-weight: 700;
  text-transform: uppercase;
}

.pi_post_has_thumbnail ul {
  margin-top: -15px;
}
.pi_post_has_thumbnail ul li {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.pi_post_has_thumbnail ul li:last-child {
  border: 0;
}
.pi_post_has_thumbnail ul li .image-wrap {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 14px;
}
.pi_post_has_thumbnail ul li .content-text {
  overflow: hidden;
  text-align: left;
}
.pi_post_has_thumbnail ul li .content-text a {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #626262;
  padding: 0;
  margin-bottom: 2px;
}
.pi_post_has_thumbnail ul li .content-text .date {
  font-size: 10px;
  font-style: italic;
  color: #9e9e9e;
}
.pi_post_has_thumbnail ul li:hover a {
  color: #af9b63;
}

#page-header {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#page-header .logo {
  padding: 30px 0 40px 0;
  max-width: 200px;
  margin: auto;
}
#page-header .logo a {
  display: inline-block;
  max-width: 100%;
}

.pi-navigation {
  margin-bottom: 45px;
}
.pi-navigation .nav-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.search-box {
  margin-top: 25px;
  position: relative;
  z-index: 9;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
}
.search-box .icon-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: none;
  border: 0;
  padding: 0;
  z-index: 1;
}
.search-box .icon-search .fa {
  line-height: 30px;
}
.search-box input {
  width: 100%;
  padding: 0 48px 0 20px;
  background: none !important;
  line-height: 40px;
  height: 40px;
}

.open-menu {
  position: absolute;
  width: 50px;
  height: 14px;
  cursor: pointer;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open-menu .item {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: #383838;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open-menu .item-1 {
  top: 0;
}
.open-menu .item-2 {
  top: 0;
  bottom: 0;
}
.open-menu .item-3 {
  bottom: 0;
}
.open-menu:hover .item, .open-menu.toggle-active .item {
  background-color: #af9b63;
}

.ismobile .open-menu:hover .item {
  background-color: #383838;
}

.widget_rss > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_nav_menu > ul,
.widget_categories > ul,
.widget_recent_entries > ul,
.widget_archive > ul {
  margin-top: -16px;
}
.widget_rss > ul > li:last-child,
.widget_meta > ul > li:last-child,
.widget_pages > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_nav_menu > ul > li:last-child,
.widget_categories > ul > li:last-child,
.widget_recent_entries > ul > li:last-child,
.widget_archive > ul > li:last-child {
  border: 0;
}
.widget_rss ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_archive ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget_rss ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li {
  border-bottom: 1px solid #f4f6f5;
}
.widget_rss ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #707070;
  text-transform: uppercase;
  line-height: 44px;
}
.widget_rss ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_recent_comments ul li ul,
.widget_nav_menu ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_archive ul li ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #f4f6f5;
}
.widget_rss ul li ul li,
.widget_meta ul li ul li,
.widget_pages ul li ul li,
.widget_recent_comments ul li ul li,
.widget_nav_menu ul li ul li,
.widget_categories ul li ul li,
.widget_recent_entries ul li ul li,
.widget_archive ul li ul li {
  border: 0 !important;
}
.widget_rss ul li ul li a,
.widget_meta ul li ul li a,
.widget_pages ul li ul li a,
.widget_recent_comments ul li ul li a,
.widget_nav_menu ul li ul li a,
.widget_categories ul li ul li a,
.widget_recent_entries ul li ul li a,
.widget_archive ul li ul li a {
  color: #818181;
  line-height: 30px;
  font-size: 11px;
  text-transform: none;
}
.widget_rss ul li ul li a:hover,
.widget_meta ul li ul li a:hover,
.widget_pages ul li ul li a:hover,
.widget_recent_comments ul li ul li a:hover,
.widget_nav_menu ul li ul li a:hover,
.widget_categories ul li ul li a:hover,
.widget_recent_entries ul li ul li a:hover,
.widget_archive ul li ul li a:hover {
  color: #af9b63;
}
.widget_rss ul li ul ul,
.widget_meta ul li ul ul,
.widget_pages ul li ul ul,
.widget_recent_comments ul li ul ul,
.widget_nav_menu ul li ul ul,
.widget_categories ul li ul ul,
.widget_recent_entries ul li ul ul,
.widget_archive ul li ul ul {
  border-bottom: 0 !important;
  padding-bottom: 0;
}
.widget_rss ul li:hover > a,
.widget_meta ul li:hover > a,
.widget_pages ul li:hover > a,
.widget_recent_comments ul li:hover > a,
.widget_nav_menu ul li:hover > a,
.widget_categories ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_archive ul li:hover > a {
  color: #af9b63;
}

.twitter-slider {
  text-align: left;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.twitter-slider .owl-controls .owl-buttons {
  opacity: 1;
  visibility: visible;
  position: static;
  margin-top: 5px;
  text-align: left;
  margin-left: 30px;
}
.twitter-slider .owl-controls .owl-buttons > div .fa {
  border: 0;
  font-size: 18px;
  width: 10px;
  height: 10px;
}
.twitter-slider .item {
  position: relative;
  padding-left: 35px;
}
.twitter-slider .item > .fa {
  font-size: 24px;
  color: #af9b63;
  position: absolute;
  top: 5px;
  left: 0;
}
.twitter-slider .item p {
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.twitter-slider .item a {
  color: inherit;
}
.twitter-slider .item a:hover {
  color: #af9b63;
}

.tagcloud {
  text-align: left;
  margin-left: -2px;
  margin-right: -2px;
  font-size: 0;
}
.tagcloud a {
  display: inline-block;
  margin: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px !important;
  text-transform: uppercase;
  color: #666;
  background-color: #f4f4f4;
  padding: 4px 8px;
  letter-spacing: 0.1em;
}
.tagcloud a:hover {
  border-color: #af9b63;
  background-color: #af9b63;
  color: #fff;
}

.navlist {
  position: relative;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin-top: -16px;
  margin-bottom: 0;
}
.navlist > li:last-child a {
  border: 0;
}
.navlist li {
  position: relative;
  display: block;
}
.navlist li.menu-item-has-children > a {
  position: relative;
}
.navlist li.menu-item-has-children > a:after {
  content: '+';
  display: inline-block;
  margin-left: 4px;
}
.navlist li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #707070;
  text-transform: uppercase;
  line-height: 44px;
  border-bottom: 1px solid #f4f6f5;
  letter-spacing: 0.05em;
}
.navlist li .current-menu-parent > a,
.navlist li .current-menu-item > a, .navlist li:hover > a {
  color: #af9b63;
}
.navlist li .sub-menu {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  border-bottom: 1px solid #f4f6f5;
}
.navlist li .sub-menu li a {
  color: #818181;
  border: 0;
  line-height: 30px;
  font-size: 11px;
  text-transform: none;
}
.navlist li .sub-menu li a:hover {
  color: #af9b63;
}
.navlist li .sub-menu .sub-menu {
  border-top: 1px solid #f4f6f5;
}

#top-header {
  position: relative;
  padding: 40px 30px;
  background: url("../images/blog/9.jpg") no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 15px;
  z-index: 9;
}
#top-header:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
#top-header .navlist {
  margin-top: 40px;
  text-align: center;
}
#top-header .navlist li {
  display: inline-block;
}
#top-header .navlist li a {
  padding: 0 15px;
}

body.single-post .blog-content {
  background-color: #fff;
}

.pi-icon-user {
  background: url("images/icon-user.png") no-repeat 0 0;
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.pi-icon-clock {
  background: url("images/icon-clock.png") no-repeat 0 0;
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.pi-icon-comment {
  background: url("images/icon-comment.png") no-repeat 0 0;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
}

.blog-content {
  position: relative;
  float: right;
}
.blog-content .post {
  position: relative;
}
.blog-content .post-cat {
  font-size: 10px;
  color: #af9b63;
}
.blog-content .post-cat ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-content .post-cat ul li {
  display: inline-block;
}
.blog-content .post-cat ul li a {
  font-family: "Open Sans", sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.blog-content .post-cat ul li a:after {
  content: ',';
}
.blog-content .post-cat ul li:last-child a:after {
  display: none;
}
.blog-content .post-title h1,
.blog-content .post-title h2 {
  font-size: 24px;
}
.blog-content .post-title a {
  display: block;
  color: inherit;
}
.blog-content .post-title a:hover {
  opacity: .6;
}
.blog-content .post-meta {
  font-weight: 400;
  font-size: 0;
  color: #767676;
  padding: 0 15px;
}
.blog-content .post-meta .pi-icon {
  vertical-align: -1px;
  margin-right: 1px;
}
.blog-content .post-meta > span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  overflow: hidden;
}
.blog-content .post-meta > span:after {
  content: '|';
  position: absolute;
  right: -2px;
  top: -1px;
}
.blog-content .post-meta > span:last-child:after {
  display: none;
}
.blog-content .post-meta a {
  color: inherit;
}
.blog-content .post-meta a:hover {
  color: #af9b63;
}
.blog-content .post-entry {
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
.blog-content .post-entry:after {
  content: '';
  display: table;
  clear: both;
}
.blog-content .post-entry ol {
  margin-top: 15px;
  padding: 0;
}
.blog-content .post-entry ol > li {
  position: relative;
  counter-increment: olCount;
  padding-left: 40px;
  margin-top: 22px;
  margin-bottom: 22px;
  color: #666;
  list-style: none;
}
.blog-content .post-entry ol > li:before {
  content: counter(olCount);
  display: inline-block;
  position: absolute;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0,0,0,.05);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  margin-top: 0;
}
.blog-content .post-entry ol > li > ol {
  padding-left: 0;
}
.blog-content .post-entry ol > li > ol > li {
  counter-increment: olCountChild1;
}
.blog-content .post-entry ol > li > ol > li:before {
  content: counter(olCountChild1);
}
.blog-content .post-entry ol > li > ol > li > ol > li {
  counter-increment: olCountChild2;
}
.blog-content .post-entry ol > li > ol > li > ol > li:before {
  content: counter(olCountChild2);
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li {
  counter-increment: olCountChild3;
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li:before {
  content: counter(olCountChild3);
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: olCountChild4;
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: counter(olCountChild4);
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: olCountChild5;
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: counter(olCountChild5);
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: olCountChild6;
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: counter(olCountChild6);
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: olCountChild7;
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: counter(olCountChild7);
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: olCountChild8;
}
.blog-content .post-entry ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: counter(olCountChild8);
}
.blog-content .post-entry ul {
  margin-top: 15px;
  padding: 0;
}
.blog-content .post-entry ul > li {
  position: relative;
  padding-left: 25px;
  margin-top: 22px;
  margin-bottom: 22px;
  color: #666;
  list-style: none;
}
.blog-content .post-entry ul > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #474747;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  left: 0;
  margin-top: 8px;
}
.blog-content .post-entry ul ul > li:before {
  background: none;
  border: 1px solid #474747;
}
.blog-content .post.sticky .post-title a:before {
  content: "\f08d";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.blog-content .post-share .share {
  color: #3c3c3c;
}
.blog-content .post-share .share a {
  position: relative;
  color: inherit;
  margin: 0 2px;
  padding: 0 5px;
}
.blog-content .post-share .share a .fa {
  font-size: 14px;
}
.blog-content .post-share .share a:hover {
  color: #af9b63;
}
.blog-content .post-share .share a .count {
  position: absolute;
  display: inline-block;
  min-width: 36px;
  line-height: 26px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #575757;
  background-color: #e9e9e9;
  bottom: 180%;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-content .post-share .share a .count:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #e9e9e9;
  bottom: -8px;
  margin: auto;
  left: 0;
  right: 0;
}
.blog-content .post-share .share a:hover .count {
  bottom: 150%;
  opacity: 1;
  visibility: visible;
}

.format-chat .post-body p {
  padding: 20px;
  margin-bottom: 10px;
}
.format-chat .post-body p:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.format-chat .post-body p:nth-of-type(even) {
  background-color: #f9f9f9;
}


.blog-heading {
  background-color: #fff;
  border-bottom: 1px solid #eff0f0;
  padding: 20px 10px;
}
.blog-heading h1 {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.05em;
}

.blog-grid .blog-heading,
.blog-grid-2 .blog-heading {
  border: 0;
  margin-bottom: 15px;
}
.blog-grid .pi-nav-page {
  padding: 30px;
}
.blog-grid .edit-this {
  position: absolute;
  top: 24px;
  z-index: 999;
}
.blog-grid .edit-this {
  display: none;
}
.blog-grid .post:hover .edit-this {
  display: block;
}
.blog-grid-2 .post-meta > span:after,
.blog-grid-2 .post-meta .author,
.blog-grid-2 .post-meta .comment {
  display: none;
}
.blog-standard .post, .blog-standard .page {
  background-color: #fff;
  padding-top: 56px;
}
.blog-standard .post-cat {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
}
.blog-standard .post-title {
  text-align: center;
  margin-top: 0;
  padding: 0 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog-standard .post-title h2 {
  margin: 0;
}
.blog-standard .post-meta {
  margin-top: 12px;
  text-align: center;
}
.blog-standard .post-media {
  position: relative;
  margin-top: 32px;
}
.blog-standard .post-media img {
  width: 100%;
}
.blog-standard .post-media .post-format {
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 9;
}
.blog-standard .post-media .post-format .fa {
  width: 44px; height: 44px;
  background-color: rgba(255,255,255,.95);
  text-align: center;
  line-height: 44px;
}
.blog-standard .post-body {
  padding: 36px 70px;
}
.blog-standard .post-footer {
  position: relative;
  border-top: 1px solid #eff0f0;
  border-bottom: 1px solid #eff0f0;
  padding: 0 70px;
  line-height: 52px;
  min-height: 52px;
}
.blog-content .post-link a {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #303030;
}
.blog-content .post-link a:hover {
  color: #af9b63;
}
.blog-list .post-link {
  margin-top: 25px;
}
.blog-content .post-footer .post-share {
  position: absolute;
  top: 0;
  right: 60px;
}
.blog-content .post-footer .post-tag h5 {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}
.blog-content .post-footer .post-tag a {
  color: #3c3c3c;
}
.blog-content .post-footer .post-tag a:hover {
  color: #af9b63;
}
.blog-content .post-footer .post-tag a:after {
  content: ', ';
}
.blog-content .post-footer .post-tag a:last-child:after {
  display: none;
}

.blog-grid .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -15px;
}
.blog-grid [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.blog-grid .post {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-grid .post-meta {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  white-space: nowrap;
  text-align: left;
}
.blog-grid .post-meta .author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 88px;
}
.blog-grid .post-cat {
  text-align: left;
  margin-bottom: 10px;
  margin-right: 30px;
}
.blog-grid .post-cat ul li a {
  text-decoration: none;
}
.blog-grid .post-title {
  border-bottom: 1px solid #ededed;
}
.blog-grid .post-title h2 {
  font-size: 18px;
  margin-bottom: 18px;
}
.blog-grid .post-title h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-grid .post-format {
  position: absolute;
  top: 10px;
  right: 15px;
}
.blog-grid .post-format a {
  color: #8a8b8b;
}
.blog-grid .post-format .fa {
  font-size: 12px;
  color: inherit;
}
.blog-grid .post-format:hover a {
  color: #af9b63;
}
.blog-grid .post-meta {
  padding-top: 15px !important;
}
.blog-grid .post-meta > span {
  font-size: 11px;
}
.blog-grid .post-media .image-wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blog-grid .post-media .image-wrap img {
  position: absolute;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-grid .post-share {
  display: none;
}

.blog-grid-2 .row {
  margin: -8px;
}
.blog-grid-2 .grid-wrapper .grid-item {
  padding: 0;
}
.blog-grid-2 .grid-wrapper .grid-item.col-md-3 .post-body .post-title h2 {
  font-size: 16px;
}
.blog-grid-2 .post {
  position: relative;
  z-index: 9;
}
.blog-grid-2 .post:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 8px solid #f3f5f5;
  z-index: 9;
}
.blog-grid-2 .post:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 9;
}
.blog-grid-2 .post .post-media {
  overflow: hidden;
}
.blog-grid-2 .post .post-media .image-wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blog-grid-2 .post .post-media .image-wrap img {
  position: absolute;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-grid-2 .post .post-body {
  position: absolute;
  padding: 20px 10%;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.blog-grid-2 .post:hover:after {
  opacity: .9;
  visibility: visible;
}
.blog-grid-2 .post:hover .post-body {
  opacity: 1;
  visibility: visible;
}
.blog-grid-2 .post .post-body .post-title h2 {
  margin-top: 10px;
}
.blog-content.blog-grid-2 .post-cat ul li a {
  text-decoration: none;
}
.ismobile .blog-grid-2 .post:hover:after {
  opacity: 0;
  visibility: hidden;
}
.ismobile .blog-grid-2 .post:hover .post-body {
  opacity: 0;
  visibility: hidden;
}
.ismobile .blog-grid-2 .post.post-active:after {
  opacity: .9;
  visibility: visible;
}
.ismobile .blog-grid-2 .post.post-active .post-body {
  opacity: 1;
  visibility: visible;
}

.blog-list .post {
  background-color: #fff;
  padding: 70px;
  border-bottom: 1px solid #eff0f0;
}
.blog-list .post:hover .post-media img {
  opacity: .2;
}
.blog-list .post:hover .post-share {
  opacity: 1;
}
.blog-list .post-share {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.blog-list .post-share a {
  margin: 0 !important;
}
.blog-list .post-media {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-list .post-media img {
  position: absolute;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.blog-list .post-media .image-wrap {
  height: 100%;
}
.post-media blockquote {
  border: 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.blog-list .post-body {
  position: relative;
  z-index: 9;
}
.blog-list .post-meta {
  padding: 0;
  margin: 0 -10px;
}
.blog-list .post-title h2 {
  font-size: 24px;
  margin-top: 10px;
}
.blog-list .post-entry {
  margin-top: 22px;
}

.ismobile .blog-list .post .post-media img {
  opacity: .2;
}
.ismobile .blog-list .post .post-share {
  opacity: 1;
}

.pi-pagination {
  text-align: center;
  padding: 30px 15px;
  background-color: #fff;
}
.pi-pagination > span,
.pi-pagination > a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  color: #393b3a;
}
.pi-pagination a:hover,
.pi-pagination .current {
  color: #af9b63;
}

.pi-nav-page {
  position: relative;
  padding: 30px 70px;
  background-color: #fff;
  overflow: hidden;
}
.pi-nav-page .prev {
  float: left;
}
.pi-nav-page .next {
  float: right;
}
.pi-nav-page a:hover {
  color: #333;
}
.blog-content.is-loading {
  padding-bottom: 90px;
}
.pi-masonry-preloader {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 30px 15px;
  margin: 0;
}
.blog-grid-2 .pi-masonry-preloader {
  bottom: -90px;
}
.pi-masonry-preloader .item {
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #626262;
  margin: 0 3px;
  -webkit-animation: loadmore 1s linear infinite;
  -moz-animation: loadmore 1s linear infinite;
  -ms-animation: loadmore 1s linear infinite;
  -o-animation: loadmore 1s linear infinite;
  animation: loadmore 1s linear infinite;
}
.pi-masonry-preloader .item:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -ms-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.pi-masonry-preloader .item:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}

@-webkit-keyframes loadmore {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes loadmore {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes loadmore {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes loadmore {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}
@keyframes loadmore {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}
.pi-masonry-preloader ~ .pi-item {
  -webkit-animation: fade .3s both linear;
  -moz-animation: fade .3s both linear;
  animation: fade .3s both linear;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.about-author {
  position: relative;
  padding: 50px 70px;
  background-color: #fff;
  border-bottom: 1px solid #eff0f0;
  overflow: hidden;
}
.about-author .image-thumb {
  width: 120px;
  overflow: hidden;
}
.about-author .author-name {
  margin-top: 4px;
}
.about-author .author-name h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
  text-shadow: none;
}
.about-author .author-info {
  margin-left: 150px;
}
.about-author .author-social {
  margin-left: -6px;
  margin-right: -6px;
}
.about-author .author-social a {
  display: inline-block;
  font-size: 14px;
  color: #161616;
  margin: 4px 6px;
}
.about-author .author-social a:hover {
  color: #af9b63;
}

.related-post {
  margin-top: 30px;
  margin-bottom: 30px;
}
.related-post h4 {
  font-size: 20px;
  padding: 5px 70px;
  text-align: center;
}

.related-post-item {
  position: relative;
}
.related-post-item .post-media {
  margin: 0;
}
.related-post-item .post-media .image-wrap {
  padding-top: 75%;
}
.related-post-item .post-body {
  position: absolute;
  padding: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-post-item .post-body .post-title {
  padding: 0;
  text-align: left;
  max-width: none;
}
.related-post-item .post-body .post-title h2 {
  font-size: 18px;
}
.related-post-item .post-body .post-title h2 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.related-post-item .post-body .post-title h2 a:hover {
  opacity: 1;
  color: #af9b63;
}
.related-post-item .post-body .post-date {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.related-post-item:hover .post-body {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ismobile .related-post-item .post-body {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#comments {
  padding: 40px 70px;
  background-color: #fff;
  margin-bottom: 10px;
}
#comments a {
  color: inherit;
}
#comments #comments-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #3e3e3e;
}
#comments .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
}
#comments .commentlist > .comment {
  margin-bottom: 10px;
}
#comments .commentlist > .comment:last-child .comment-box {
  border-bottom: 0;
}
#comments .commentlist .comment-author {
  float: left;
  width: 60px;
  overflow: hidden;
}
#comments .commentlist .comment-body {
  position: relative;
  margin-left: 80px;
  background-color: #f7f9f9;
  padding: 20px 30px;
}
#comments .commentlist .comment-body ol li,
#comments .commentlist .comment-body ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
#comments .commentlist .comment-body:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #f7f9f9;
  top: 24px;
  left: -14px;
}
#comments .commentlist .comment-body p {
  margin-top: 10px;
}
#comments .commentlist .children {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 80px;
}
#comments .commentlist .children .children {
  margin-left: 30px;
}
#comments cite.fn {
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin-top: 2px;
  text-transform: uppercase;
}
#comments cite.fn a {
  color: #3e3e3e;
}
#comments cite.fn a:hover {
  color: #af9b63;
}
#comments .comment-meta {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 10px;
  color: #9e9e9e;
  margin-top: 5px;
}
#comments .comment-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#comments .comment-abs {
  display: inline-block;
  font-size: 0;
  margin-top: 15px;
}
#comments .comment-abs a {
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 12px !important;
  color: #848484;
  letter-spacing: 0.03em;
}
#comments .comment-abs a:after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
#comments .comment-abs a:last-child:after {
  display: none;
}
#comments .comment-abs a:hover {
  color: #af9b63;
}

#respond {
  padding: 40px 70px;
  background-color: #fff;
  margin-bottom: 10px;
  border-top: 1px solid #eff0f0;
}
#respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  color: #393b3a;
}
#respond form {
  margin-top: -5px;
}
#respond .form-item {
  margin: 15px 0;
}
#respond .form-item textarea {
  width: 100%;
  height: 120px;
}
#respond .form-item input {
  width: 100%;
}
#respond .form-actions {
  padding: 0 15px;
  margin: 15px 0;
  float: left;
}

.post .wp-caption {
  display: inline-block;
}

.post .wp-caption,
.post .wp-caption img {
  max-width: 100%;
}

.post .wp-caption a {
  display: block;
}

.post .wp-caption img {
  position: relative;
  margin-bottom: 10px;
  top: 5px;
  width: 100% !important;
}

.post .wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

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

.alignright {
  float: right;
  margin-left: 30px;
}

.blog-content .post .post-body pre {
  line-height: 2em;
  color: inherit;
  padding: 20px;
  border: 0;
}

.post .post-body .gallery {
  margin-left: -10px !important;
  margin-right: -10px !important;
  overflow: hidden;
}

.post .post-body .gallery dl,
.post .post-body .gallery dt {
  margin: 0;
}
.post .post-body .gallery .gallery-item {
  position: relative;
  padding: 10px;
  margin: 0 !important;
}

.post .post-body .gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.post .post-body .gallery-columns-2 .gallery-item {
  width: 25% !important;
}

.post .post-body .gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}

.post .post-body .gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.post .post-body .gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.post .post-body .gallery-columns-6 .gallery-item {
  width: 16.6666667% !important;
}

.post .post-body .gallery-columns-7 .gallery-item {
  width: 14.2857143% !important;
}

.post .post-body .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.post .post-body .gallery-columns-9 .gallery-item {
  width: 11.1111111111% !important;
}

.post .post-body .gallery br {
  display: none;
}

.post .post-body .gallery .gallery-caption {
  position: absolute;
  padding: 10px 5px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  pointer-events: none;
}

.post .post-body .gallery a {
  display: block;
}

.post .post-body .gallery a img {
  width: 100%;
  border: 0 !important;
}

.blog-content .post .post-body .pi-tabs ul {
  border-bottom: 1px solid #eee;
}

.blog-content .post .post-body .pi-tabs ul li {
  padding: 0;
  margin: 0;
}

.blog-content .post .post-body .pi-tabs ul li a {
  background: none;
  border: 0;
  font-weight: 700;
  color: #444;
  padding: 9px 16px;
  border-bottom: 2px solid transparent;
}

.pi-tabs .ui-tabs-panel {
  margin-top: 0;
  border-top: 0;
}

.pi-accordion .ui-accordion-content, .pi-tabs .ui-tabs-panel {
  padding: 15px;
}

.pi-accordion-title:hover,
.pi-tabs-title li.pi-title a:hover {
  color: #fff;
}

.pi-accordion-title:hover,
.pi-tabs-title li.pi-title a:hover,
.pi-accordion-title.ui-accordion-header-active,
.pi-tabs-title li.pi-title.ui-tabs-active a {
  color: #e15d5d;
  background-color: #f1f1f1;
}

.blog-content .post .post-body .pi-tabs-title li.pi-title.ui-tabs-active a {
  border-color: #e15d5d;
  color: #e15d5d;
}

.panel-primary > .panel-heading {
  background-color: #f1f1f1;
  border: 0;
  color: #444;
  font-weight: 700;
}

.pi-accordion-title {
  padding: 11px 15px;
  border: 1px solid #f1f1f1 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-primary {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-primary > .panel-body {
  border: 1px solid #eee;
}
#comments table,
.blog-content .post-body table {
  background-color: transparent;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}

#comments table th,
.blog-content .post-body table th {
  text-align: left;
}

#comments table a,
.blog-content .post-body table a {
  color: inherit;
}

#comments table > thead > tr > th,
#comments table > tbody > tr > th,
#comments table > tfoot > tr > th,
#comments table > thead > tr > td,
#comments table > tbody > tr > td,
#comments table > tfoot > tr > td,
.blog-content .post-body table > thead > tr > th,
.blog-content .post-body table > tbody > tr > th,
.blog-content .post-body table > tfoot > tr > th,
.blog-content .post-body table > thead > tr > td,
.blog-content .post-body table > tbody > tr > td,
.blog-content .post-body table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

#comments table > thead > tr > th,
.blog-content .post-body table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}

#comments table > caption + thead > tr:first-child > th,
#comments table > colgroup + thead > tr:first-child > th,
#comments table > thead:first-child > tr:first-child > th,
#comments table > caption + thead > tr:first-child > td,
#comments table > colgroup + thead > tr:first-child > td,
#comments table > thead:first-child > tr:first-child > td,
.blog-content .post-body table > caption + thead > tr:first-child > th,
.blog-content .post-body table > colgroup + thead > tr:first-child > th,
.blog-content .post-body table > thead:first-child > tr:first-child > th,
.blog-content .post-body table > caption + thead > tr:first-child > td,
.blog-content .post-body table > colgroup + thead > tr:first-child > td,
.blog-content .post-body table > thead:first-child > tr:first-child > td {
  border-top: 0 none;
}

#comments table > tbody + tbody,
.blog-content .post-body table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.contact-form {
  margin-top: 30px;
}

.contact-form form {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-form .form-item {
  position: relative;
  width: 50%;
  padding: 15px;
  float: left;
}

.contact-form .form-item input {
  width: 100%;
}

.contact-form .form-captcha .wpcf7-captchac {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form .form-captcha br {
  display: none;
}

.contact-form .form-captcha > .wpcf7-form-control-wrap {
  display: block;
  border: 1px solid #f7f8f8;
  padding-left: 77px;
  background-color: #fff;
}

.contact-form .form-captcha .wpcf7-form-control-wrap input {
  height: 40px;
  line-height: 40px;
}

.contact-form .form-textarea {
  clear: both;
  width: 100%;
  padding: 15px;
}

.contact-form .form-textarea textarea {
  width: 100%;
}

.contact-form .form-actions {
  position: relative;
  display: inline-block;
  padding: 15px;
}

.contact-form .form-actions .ajax-loader {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  left: 0;
  opacity: .8;
}

.contact-form .form-captcha > .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  left: -77px;
}

.contact-form .form-actions {
  position: relative;
}

.contact-form .form-actions .ajax-loader {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  left: 0;
  opacity: .8;
}

.contact-form .form-actions input {
  display: inline-block;
  background: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 rgba(255, 255, 255, 0.4);
  background-color: #303030;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0 45px;
  line-height: 42px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .form-actions input:focus, .contact-form .form-actions input:hover {
  background-color: #af9b63;
}

.contact-info {
  margin-top: 30px;
}
.contact-info .item {
  padding: 10px 0;
}
.contact-info .item .fa {
  font-size: 14px;
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
.contact-info .item span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 14px;
}
.contact-info .item a {
  color: inherit;
}
.contact-info .item a:hover {
  color: #af9b63;
}

.signature {
  padding: 30px 20px 40px 20px;
}

.signature .inner {
  display: inline-block;
  text-align: center;
}

.signature img {
  width: 135px;
}

.signature .name {
  display: block;
  margin-top: 15px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 14px;
  color: #555;
}

#page-header.header-top {
  position: absolute;
  top: 52px;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 30px 15px;
  z-index: 999;
}
#page-header.header-top .logo {
  padding: 0;
}

#page-header.header-top .pi-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 0;
  z-index: 9999999;
}
#page-header.header-top .pi-navigation .nav-inner {
  position: relative;
  height: 52px;
  padding: 11px 10px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}

#page-header.header-top .pi-navigation h4 {
  display: none;
}

#page-header.header-top .open-menu {
  display: block;
}

#page-header.header-top .navlist {
  position: fixed;
  width: 210px;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 30px 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fcfcfc;
  text-align: center;
  z-index: 999;
  -webkit-transform: translateX(-100%) translateZ(0);
  -moz-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  -o-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-header.header-top .navlist.navlist-active {
  -webkit-transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  -o-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

#page-header.header-top .search-box {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page-header.header-top .search-box input {
  height: 34px;
  line-height: 34px;
  width: 34px;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-header.header-top .search-box input:focus {
  padding: 0 48px 0 20px;
  width: 200px;
  opacity: 1;
}
#page-header.header-top .search-box .icon-search:focus {
  color: #af9b63;
}
#page-header.header-top .search-box .icon-search:focus ~ form input {
  padding: 0 48px 0 20px;
  width: 200px;
  opacity: 1;
}

.page-not-found .content {
  text-align: center;
  max-width: 500px;
  float: none;
  padding: 15px;
  background-color: #fff;
  margin: 130px auto;
}
.page-not-found .content .tb {
  padding: 40px;
  border: 1px solid #af9b63;
}
.page-not-found .content h1 {
  font-size: 150px;
  margin-top: -20px;
  line-height: 1em;
}
.page-not-found .content h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-top: 25px;
}
.page-not-found .content .search-box {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.page-not-found .content .search-box input {
  width: 100%;
  text-align: center;
  background-color: #f3f5f5 !important;
}


#page-wrap.pi-dark {
  background-color: #353736;
  color: #9d9d9d;
}
#page-wrap.pi-dark .blog-standard .post-media .post-format .fa {
  background-color: #2e2f2e;
}
#page-wrap.pi-dark .blog-standard .post-media .post-format:hover a {
  color: #fff;
}
#page-wrap.pi-dark .widget_about .author-thumb {
  opacity: .9;
}
#page-wrap.pi-dark .blog-content .post-media img {
  opacity: .9;
}
#page-wrap.pi-dark h1, #page-wrap.pi-dark h2, #page-wrap.pi-dark h3, #page-wrap.pi-dark h4, #page-wrap.pi-dark h5, #page-wrap.pi-dark h6 {
  color: #DDD;
}
#page-wrap.pi-dark .widget_newsletter .form-actions button {
  color: #DDD;
}
#page-wrap.pi-dark .widget_newsletter .form-actions button:hover {
  color: #af9b63;
}
#page-wrap.pi-dark .pi-pagination,
#page-wrap.pi-dark .sidebar-page {
  background-color: #2e2f2e;
}
#page-wrap.pi-dark .blog-standard .post, #page-wrap.pi-dark .blog-standard .page {
  background-color: #2e2f2e;
}
#page-wrap.pi-dark .blog-standard .post-footer {
  border-top: 1px solid #353736;
  border-bottom: 1px solid #353736;
}
#page-wrap.pi-dark .blog-content .post-entry ul > li,
#page-wrap.pi-dark .blog-content .post-entry ol > li {
  color: #9d9d9d;
}
#page-wrap.pi-dark .blog-content .post-entry ul > li:before {
  background-color: #9d9d9d;
}
#page-wrap.pi-dark .blog-content .post-entry ol > li:before {
  background-color: rgba(255,255,255,.05);
}
#page-wrap.pi-dark .pi_post_has_thumbnail ul li .content-text a {
  color: #b6b6b6;
}
#page-wrap.pi-dark .blog-standard .post-footer .post-link a {
  color: #DDD;
}
#page-wrap.pi-dark .pi_post_has_thumbnail ul li,
#page-wrap.pi-dark .navlist li .sub-menu,
#page-wrap.pi-dark .navlist li a {
  border-bottom-color: #353736;
}
#page-wrap.pi-dark .navlist li .sub-menu .sub-menu {
  border-top-color: #353736;
}
#page-wrap.pi-dark .navlist li .current-menu-parent > a,
#page-wrap.pi-dark .navlist li .current-menu-item > a, #page-wrap.pi-dark .navlist li:hover > a {
  color: #af9b63;
}
#page-wrap.pi-dark #page-footer {
  border-top-color: #353736;
}
#page-wrap.pi-dark #page-footer .copyright,
#page-wrap.pi-dark .page-social {
  color: #b0b0b0;
}
#page-wrap.pi-dark .blog-standard .post-footer .post-tag a,
#page-wrap.pi-dark .pi-pagination > span, #page-wrap.pi-dark .pi-pagination > a,
#page-wrap.pi-dark .widget_about .about-social a .fa,
#page-wrap.pi-dark .blog-content .post-share .share a,
#page-wrap.pi-dark .navlist li a {
  color: #9d9d9d;
}
#page-wrap.pi-dark .widget_rss ul li,
#page-wrap.pi-dark .widget_meta ul li,
#page-wrap.pi-dark .widget_pages ul li,
#page-wrap.pi-dark .widget_recent_comments ul li,
#page-wrap.pi-dark .widget_nav_menu ul li,
#page-wrap.pi-dark .widget_categories ul li,
#page-wrap.pi-dark .widget_recent_entries ul li,
#page-wrap.pi-dark .widget_archive ul li {
  border-bottom-color: #353736;
}
#page-wrap.pi-dark .widget_rss ul li a,
#page-wrap.pi-dark .widget_meta ul li a,
#page-wrap.pi-dark .widget_pages ul li a,
#page-wrap.pi-dark .widget_recent_comments ul li a,
#page-wrap.pi-dark .widget_nav_menu ul li a,
#page-wrap.pi-dark .widget_categories ul li a,
#page-wrap.pi-dark .widget_recent_entries ul li a,
#page-wrap.pi-dark .widget_archive ul li a {
  color: #9d9d9d;
}
#page-wrap.pi-dark .widget_rss ul li:hover > a,
#page-wrap.pi-dark .widget_meta ul li:hover > a,
#page-wrap.pi-dark .widget_pages ul li:hover > a,
#page-wrap.pi-dark .widget_recent_comments ul li:hover > a,
#page-wrap.pi-dark .widget_nav_menu ul li:hover > a,
#page-wrap.pi-dark .widget_categories ul li:hover > a,
#page-wrap.pi-dark .widget_recent_entries ul li:hover > a,
#page-wrap.pi-dark .widget_archive ul li:hover > a {
  color: #af9b63;
}
#page-wrap.pi-dark .widget_rss ul li ul,
#page-wrap.pi-dark .widget_meta ul li ul,
#page-wrap.pi-dark .widget_pages ul li ul,
#page-wrap.pi-dark .widget_recent_comments ul li ul,
#page-wrap.pi-dark .widget_nav_menu ul li ul,
#page-wrap.pi-dark .widget_categories ul li ul,
#page-wrap.pi-dark .widget_recent_entries ul li ul,
#page-wrap.pi-dark .widget_archive ul li ul {
  border-top-color: #353736;
}
#page-wrap.pi-dark .widget_rss ul li ul ul,
#page-wrap.pi-dark .widget_meta ul li ul ul,
#page-wrap.pi-dark .widget_pages ul li ul ul,
#page-wrap.pi-dark .widget_recent_comments ul li ul ul,
#page-wrap.pi-dark .widget_nav_menu ul li ul ul,
#page-wrap.pi-dark .widget_categories ul li ul ul,
#page-wrap.pi-dark .widget_recent_entries ul li ul ul,
#page-wrap.pi-dark .widget_archive ul li ul ul {
  border-bottom-color: #353736;
}
#page-wrap.pi-dark .widget_about .about-social a:hover .fa {
  color: #fff;
}
#page-wrap.pi-dark .pi-pagination a:hover,
#page-wrap.pi-dark .pi-pagination .current {
  color: #af9b63;
}
#page-wrap.pi-dark .search-box {
  border-color: #4e4f4e;
}
#page-wrap.pi-dark .blog-list .post-link a {
  color: #DDD;
}
#page-wrap.pi-dark .blog-list .post-link a:hover {
  color: #af9b63;
}
#page-wrap.pi-dark .pi-navigation h4:before, #page-wrap.pi-dark .pi-navigation h4:after,
#page-wrap.pi-dark .widget h4:before,
#page-wrap.pi-dark .widget h4:after {
  background-image: -webkit-linear-gradient(left, transparent 0%, #4e4f4e 50%, transparent 100%);
  background-image: -moz-linear-gradient(left, transparent 0%, #4e4f4e 50%, transparent 100%);
  background-image: -ms-linear-gradient(left, transparent 0%, #4e4f4e 50%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, #4e4f4e 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #4e4f4e 47%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#4e4f4e',GradientType=1 );
}
#page-wrap.pi-dark .blog-standard .post-footer .post-tag a:hover,
#page-wrap.pi-dark .pi_post_has_thumbnail ul li:hover a,
#page-wrap.pi-dark .blog-content .post-share .share a:hover,
#page-wrap.pi-dark .blog-standard .post-footer .post-link a:hover {
  color: #af9b63;
}
#page-wrap.pi-dark .tagcloud a {
  background-color: #353736;
}
#page-wrap.pi-dark #respond,
#page-wrap.pi-dark #comments,
#page-wrap.pi-dark .about-author {
  background-color: #2e2f2e;
}
#page-wrap.pi-dark #respond,
#page-wrap.pi-dark .about-author {
  border-color: #353736;
}
#page-wrap.pi-dark .related-post-item .post-body {
  background-color: rgba(0, 0, 0, 0.8);
}
#page-wrap.pi-dark .post-slider.owl-carousel .owl-controls .owl-buttons > div .fa,
#page-wrap.pi-dark .related-slider.owl-carousel .owl-controls .owl-buttons > div .fa {
  background-color: #2e2f2e;
  color: #fff;
}
#page-wrap.pi-dark .post-slider.owl-carousel .owl-controls .owl-buttons > div .fa:hover,
#page-wrap.pi-dark .related-slider.owl-carousel .owl-controls .owl-buttons > div .fa:hover {
  color: #af9b63;
}
#page-wrap.pi-dark input[type="search"],
#page-wrap.pi-dark input[type="text"],
#page-wrap.pi-dark input[type="url"],
#page-wrap.pi-dark input[type="number"],
#page-wrap.pi-dark input[type="password"],
#page-wrap.pi-dark input[type="email"],
#page-wrap.pi-dark input[type="file"],
#page-wrap.pi-dark textarea {
  background-color: #353736;
  color: #9d9d9d;
}
#page-wrap.pi-dark .blog-content .post-entry input[type="submit"],
#page-wrap.pi-dark .edit-this a,
#page-wrap.pi-dark .contact-form .form-actions input,
#page-wrap.pi-dark .pi-btn {
  color: #fff;
  background-color: #353736;
}
#page-wrap.pi-dark .blog-content .post-entry input[type="submit"]:hover,
#page-wrap.pi-dark .edit-this a,
#page-wrap.pi-dark .contact-form .form-actions input:focus, #page-wrap.pi-dark .contact-form .form-actions input:hover,
#page-wrap.pi-dark .pi-btn:focus,
#page-wrap.pi-dark .pi-btn:hover {
  background-color: #af9b63;
  color: #fff;
}
#page-wrap.pi-dark #comments .commentlist .comment-body {
  background-color: #343534;
}
#page-wrap.pi-dark #comments .commentlist .comment-body:before {
  border-right-color: #343534;
}
#page-wrap.pi-dark #comments #comments-title,
#page-wrap.pi-dark #comments cite.fn a {
  color: #DDD;
}
#page-wrap.pi-dark .about-author .author-social a {
  color: #9d9d9d;
}
#page-wrap.pi-dark .about-author .author-social a:hover {
  color: #af9b63;
}
#page-wrap.pi-dark .blog-list .post {
  background-color: #2e2f2e;
  border-bottom-color: #3D3D3D;
}
#page-wrap.pi-dark .blog-list .post .post-media img {
  opacity: 0;
}
#page-wrap.pi-dark .blog-list .post:hover .post-media img {
  opacity: .1;
}
#page-wrap.pi-dark .contact-form .form-captcha > .wpcf7-form-control-wrap,
#page-wrap.pi-dark .blog-grid .post-title,
#page-wrap.pi-dark .blog-grid-2 .post:before {
  border-color: #353736;
}
#page-wrap.pi-dark .pi-nav-page,
#page-wrap.pi-dark .page-not-found .content,
#page-wrap.pi-dark .blog-grid .post,
#page-wrap.pi-dark .blog-grid-2 .post:after {
  background-color: #2e2f2e;
}
#page-wrap.pi-dark .pi-nav-page a:hover {
  color: #ddd;
}
#page-wrap.pi-dark .open-menu .item {
  background-color: #DDD;
}
#page-wrap.pi-dark .open-menu:hover .item, #page-wrap.pi-dark .open-menu.toggle-active .item {
  background-color: #af9b63;
}
#page-wrap.pi-dark .signature .name {
  color: #DDD;
}

body.single-post .pi-dark .blog-content {
  background-color: #2e2f2e;
}
.pi-dark .widget_calendar #wp-calendar {
  background-color: #2e2f2e;
}
.pi-dark .widget_calendar #wp-calendar th,
.pi-dark .widget_calendar #wp-calendar td {
  border: 1px solid #444;
}
.pi-dark .widget_calendar #wp-calendar caption {
  background-color: #353736;
  color: #f1f1f1;
}
.pi-dark .widget_calendar #wp-calendar tbody td a,
.pi-dark .widget_calendar #wp-calendar thead th {
  color: #ccc;
}
#wpadminbar {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.pi-dark #page-header.header-top {
  background-color: #2e2f2e;
}
.pi-dark #page-header.header-top .pi-navigation .nav-inner {
  background-color: #2e2f2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pi-dark #page-header.header-top .navlist {
  background-color: #313231;
}


@media screen and (max-width: 1450px) {
  #page-header.header-top,
  #page-header.header-top .pi-navigation .nav-inner {
    max-width: none;
  }
}
@media screen and (max-width: 1330px) {
  .sidebar-page {
    width: 260px;
  }
}
@media screen and (max-width: 1296px) {
  .blog-grid [class*="col-"] {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .blog-grid-2 .grid-item {
    width: 50%;
  }
  .blog-grid-2 .grid-item .post-body .post-title h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #page-wrap {
    padding: 10px;
  }

  .page-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #page-header {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 30px 15px;
    z-index: 999;
  }
  #page-header .logo {
    padding: 0;
  }

  .pi-navigation {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f4f4f4;
    z-index: 9999999;
  }
  .pi-navigation .nav-inner {
    position: relative;
    height: 52px;
    padding: 11px 10px;
  }

  .pi-navigation h4 {
    display: none;
  }

  .open-menu {
    display: block;
  }

  .navlist {
    position: fixed;
    width: 210px;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 30px 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fcfcfc;
    text-align: center;
    z-index: 999;
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navlist.navlist-active {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }

  .sidebar-page {
    position: static;
    min-height: 0 !important;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .sidebar-page .widget-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-content {
    margin-top: 52px;
    float: none;
    width: 100% !important;
  }

  #page-footer {
    position: static;
    border-top: 0;
  }

  .widget-wrapper ~ #page-footer {
    border-top: 1px solid #f7f9f8;
  }

  #page-header .search-box {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #page-header .search-box input {
    height: 34px;
    line-height: 34px;
    width: 34px;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #page-header .search-box input:focus {
    padding: 0 48px 0 20px;
    width: 200px;
    opacity: 1;
  }
  #page-header .search-box .icon-search:focus {
    color: #af9b63;
  }
  #page-header .search-box .icon-search:focus ~ form input {
    padding: 0 48px 0 20px;
    width: 200px;
    opacity: 1;
  }

  .page-not-found .content {
    margin: 0 auto;
    box-shadow: none;
  }

  .pi-dark .pi-navigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .pi-dark .pi-navigation,
  .pi-dark #page-header {
    background-color: #2e2f2e;
  }
  .pi-dark .navlist {
    background-color: #313231;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid [class*="col-"] {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 660px) {
  #respond,
  #comments,
  .about-author,
  .blog-list .post,
  .blog-standard .post-body {
    padding: 25px;
  }

  .blog-list .post-share {
    position: relative;
    top: 0;
    left: -5px;
    opacity: 1;
    margin-top: 10px;
  }

  .blog-standard .post-footer {
    padding: 0 25px;
  }

  .blog-standard .post-footer .post-share {
    right: 25px;
  }

  #comments .commentlist .comment-author {
    float: none;
  }

  #comments .commentlist .comment-body {
    margin-left: 0;
    margin-top: 15px;
    padding: 15px;
  }

  #comments .commentlist .comment-body:before {
    border-right-color: transparent;
    border-bottom-color: #f7f9f9;
    top: -14px;
    left: 24px;
  }

  .pi-nav-page {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 530px) {
  body.single-post .post-footer {
    text-align: center;
  }
  body.single-post .post-footer .post-share {
    position: static;
  }

  .blog-grid-2 .grid-item {
    width: 100%;
  }

  .blog-content .post-meta {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .blog-content .post-meta > span {
    font-size: 11px;
    padding: 0 5px;
  }

  .sidebar-page {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-author .author-info {
    margin-left: 0;
  }

  .about-author .image-thumb {
    margin-right: 15px;
    width: 90px;
  }

  #respond,
  #comments,
  .about-author,
  .blog-list .post,
  .blog-standard .post-body {
    padding: 15px;
  }

  .blog-standard .post-footer {
    padding: 0 15px;
  }

  .blog-standard .post-footer .post-share {
    right: 15px;
  }

  #comments .commentlist .children .children,
  #comments .commentlist .children {
    margin-left: 20px;
  }

  .page-not-found .content .tb {
    padding: 20px;
  }
  .page-not-found .content h1 {
    font-size: 80px;
  }
  .page-not-found .content h4 {
    font-size: 14px;
  }
}

#infscr-loading img{
  display:none !important;
}

