@charset "UTF-8";
/********* ESCRITOR FILES *********** */
/**
 * ==============================================
 * Table of Content
 * ==============================================
 * 01 Default Style
 * 02 Typography
 * 03 Layout
 * -- 3.1 Header
 * -- 3.2 Footer
 * -- 3.3 Page Title
 * -- 3.4 Author Profile
 * -- 3.5 Category Post
 * -- 3.6 Featured Post
 * -- 3.7 Instagram
 * -- 3.8 Recent Event
 * -- 3.9 Sidebar
 * -- 3.10 Single Post
 * -- 3.11 Trending Post
 * -- 3.12 Video Post
 * 04 Widgets
 * -- 4.1 Sidebar Widgets
 * -- 4.2 Footer Widgets
 * 06 Pages
 * -- 6.1 Home Pages
 * -- 6.2 Other pages
 * ==============================================
 */
/*** 01 Default Style ** */
html, body {
  height: 100%; }

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

input:active, input:focus, button:active, button:focus {
  border: 0;
  outline: 0; }

input:focus, textarea:focus, select:focus {
  border: 1px solid #3197d6;
  outline: none;
  box-shadow: none; }

a {
  transition: 0.4s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #4B4E6D; }

img {
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px; }
  img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-bottom: 6px; }

.ImageCoverHeight {
  height: 100%; }
  .ImageCoverHeight img {
    height: 100%;
    width: auto;
    max-width: inherit; }

.img-block {
  display: block;
  width: 100%; }

input:focus, textarea:focus {
  bottom: 1px solid #4B4E6D; }

.u-bottomOverlay {
  position: relative; }
  .u-bottomOverlay::before {
    background: linear-gradient(-180deg, transparent 50%, #000);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 10; }

.u-bottomOverlay--eventNone::before {
  pointer-events: none; }

.gray-border-b {
  border-bottom: 1px solid #f4f4ff; }

.gray-dark-border-b {
  border-bottom: 1px solid #e7e7ff; }

.u-borderRadius4 {
  border-radius: 4px; }

.u-cursorPointer {
  cursor: pointer; }

.u-eventNone {
  pointer-events: none; }

.u-noOverFolow {
  overflow: hidden; }

.u-overFolow-X {
  overflow-y: hidden; }

.u-overFolow-y {
  overflow-x: hidden; }

.u-shadow-0x0x5--05 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05); }

.u-shadow-0x0x5--1 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.u-shadow-0x0x10--1 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

.u-shadow-0x0x15--05 {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.05); }

.u-zIndex-p10 {
  z-index: 10; }

.u-zIndex-n1 {
  z-index: -1; }

.u-row20 {
  margin-left: -10px;
  margin-right: -10px; }

.u-col20 {
  padding-left: 10px;
  padding-right: 10px; }

[data-transition='3'] {
  transition: 3s; }

[data-transition='2'] {
  transition: 2s; }

[data-transition='1'] {
  transition: 1s; }

[data-transition='.9'] {
  transition: 0.9s; }

[data-transition='.8'] {
  transition: 0.8s; }

[data-transition='.7'] {
  transition: 0.7s; }

[data-transition='.5'] {
  transition: 0.5s; }

[data-transition='.4'] {
  transition: 0.4s; }

[data-transition='.3'] {
  transition: 0.3s; }

[data-transition='.2'] {
  transition: 0.2s; }

[data-transition='.1'] {
  transition: 0.1s; }

[data-hover-opacity='9']:hover {
  opacity: 0.9; }

[data-hover-opacity='8']:hover {
  opacity: 0.8; }

[data-hover-opacity='7']:hover {
  opacity: 0.7; }

[data-hover-opacity='6']:hover {
  opacity: 0.6; }

[data-hover-opacity='5']:hover {
  opacity: 0.5; }

[data-hover-opacity='4']:hover {
  opacity: 0.4; }

[data-hover-opacity='3']:hover {
  opacity: 0.3; }

[data-hover-opacity='2']:hover {
  opacity: 0.2; }

[data-hover-opacity='1']:hover {
  opacity: 0.1; }

.hover-parent:hover [data-hover-opacity='9'] {
  opacity: 0.9; }
.hover-parent:hover [data-hover-opacity='8'] {
  opacity: 0.8; }
.hover-parent:hover [data-hover-opacity='7'] {
  opacity: 0.7; }
.hover-parent:hover [data-hover-opacity='6'] {
  opacity: 0.6; }
.hover-parent:hover [data-hover-opacity='5'] {
  opacity: 0.5; }
.hover-parent:hover [data-hover-opacity='4'] {
  opacity: 0.4; }
.hover-parent:hover [data-hover-opacity='3'] {
  opacity: 0.3; }
.hover-parent:hover [data-hover-opacity='2'] {
  opacity: 0.2; }
.hover-parent:hover [data-hover-opacity='1'] {
  opacity: 0.1; }

.sec-pad50 {
  padding: 50px 0; }

.sec-pad60 {
  padding: 60px 0; }

.sec-pad70 {
  padding: 70px 0; }

.u-inlineBlock {
  display: inline-block; }

.u-flex {
  display: flex; }
  @media (min-width: 768px) and (max-width: 991px) {
    .u-flex {
      display: block; } }
  @media (max-width: 767px) {
    .u-flex {
      display: block; } }

.u-flex--contentSpace {
  justify-content: space-between; }

.u-flex--dir_col {
  flex-direction: column; }

.u-flex--row-wrap {
  flex-direction: row;
  flex-wrap: wrap; }

.u-table {
  display: table; }

.u-table--FW {
  width: 100%; }

.u-table--FH {
  height: 100%; }

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

.u-tableCell--FW {
  width: 100%; }

.u-grayBg {
  background: #f6f6f6; }

.u-grayBg-alt {
  background: #f9f9fb; }

.u-whiteBg {
  background: #fff; }

.u-darkBg-5 {
  background: rgba(0, 0, 0, 0.5); }

.u-upperCase {
  text-transform: uppercase; }

.u-lowerCase {
  text-transform: lowercase; }

.u-font13 {
  font-size: 13px; }

.u-font15 {
  font-size: 15px; }

.u-font16 {
  font-size: 16px; }

.u-font17 {
  font-size: 17px; }

.u-font18 {
  font-size: 18px; }

.u-font19 {
  font-size: 19px; }

.u-font20 {
  font-size: 20px; }

.u-font21 {
  font-size: 21px; }

.u-font22 {
  font-size: 22px; }

.u-font23 {
  font-size: 23px; }

.u-font24 {
  font-size: 24px; }

.u-font25 {
  font-size: 25px; }

.u-font28 {
  font-size: 28px; }

.u-font30 {
  font-size: 30px; }

.u-font34 {
  font-size: 34px; }

.u-font36 {
  font-size: 36px; }

.u-font40 {
  font-size: 40px; }

.u-font50 {
  font-size: 50px; }

.u-font60 {
  font-size: 60px; }

.u-font65 {
  font-size: 65px; }

@media (max-width: 767px) {
  .u-xs-font0 {
    font-size: 0px; } }

@media (max-width: 767px) {
  .u-xs-font14 {
    font-size: 14px; } }

@media (max-width: 767px) {
  .u-xs-font15 {
    font-size: 15px; } }

@media (max-width: 767px) {
  .u-xs-font16 {
    font-size: 16px; } }

@media (max-width: 767px) {
  .u-xs-font17 {
    font-size: 17px; } }

@media (max-width: 767px) {
  .u-xs-font18 {
    font-size: 18px; } }

@media (max-width: 767px) {
  .u-xs-font19 {
    font-size: 19px; } }

@media (max-width: 767px) {
  .u-xs-font20 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .u-xs-font21 {
    font-size: 21px; } }

@media (max-width: 767px) {
  .u-xs-font22 {
    font-size: 22px; } }

@media (max-width: 767px) {
  .u-xs-font23 {
    font-size: 23px; } }

@media (max-width: 767px) {
  .u-xs-font24 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .u-xs-font25 {
    font-size: 25px; } }

@media (max-width: 767px) {
  .u-xs-font28 {
    font-size: 28px; } }

@media (max-width: 767px) {
  .u-xs-font30 {
    font-size: 30px; } }

@media (max-width: 767px) {
  .u-xs-font34 {
    font-size: 34px; } }

@media (max-width: 767px) {
  .u-xs-font36 {
    font-size: 36px; } }

@media (max-width: 767px) {
  .u-xs-font40 {
    font-size: 40px; } }

@media (max-width: 767px) {
  .u-xs-font50 {
    font-size: 50px; } }

@media (max-width: 767px) {
  .u-xs-font60 {
    font-size: 60px; } }

.u-fontWeightBold {
  font-weight: bold; }

.u-fontWeight400 {
  font-weight: 400; }

.u-fontWeight500 {
  font-weight: 500; }

.u-fontWeight600 {
  font-weight: 600; }

.u-fontWeight700 {
  font-weight: 700; }

.u-fontWeight800 {
  font-weight: 800; }

.u-fontWeight900 {
  font-weight: 900; }

.u-lineHeight16 {
  line-height: 1.6; }

.ff-Playfair {
  font-family: Playfair Display; }

.ff-openSans {
  font-family: Open Sans; }

.textWhite {
  color: #fff !important; }

.textDark {
  color: #262626; }

.text-light {
  color: #ccc; }

.textHighLight {
  color: #4B4E6D; }

.text-lightDark {
  color: #565656; }

.clear::before, .clear::after {
  clear: both;
  display: block;
  content: ""; }

.ion-ios-search-strong:before {
  font-weight: 600; }

section::before, section::after {
  clear: both;
  display: block;
  content: ""; }

@media (min-width: 1230px) {
  .container {
    width: 1200px; } }
.u-height80 {
  height: 80px; }

.u-heightBlock {
  height: 100%; }

.u-widthBlock {
  width: 100%; }

.u-relative {
  position: relative; }

.u-absolute {
  position: absolute; }

.u-top2 {
  top: 2px; }

.u-top3 {
  top: 3px; }

.u-top4 {
  top: 4px; }

.u-top5 {
  top: 5px; }

.u-top6 {
  top: 6px; }

.u-top7 {
  top: 7px; }

.u-top8 {
  top: 8px; }

.u-top9 {
  top: 9px; }

.u-top10 {
  top: 10px; }

.u-top15 {
  top: 15px; }

.u-top20 {
  top: 20px; }

.n-top110 {
  top: -110px; }

.u-left20 {
  left: 20px; }

.u-padding0 {
  padding: 0px !important; }

.u-padding5 {
  padding: 5px; }

.u-padding10 {
  padding: 10px; }

.u-padding15 {
  padding: 15px; }

.u-padding20 {
  padding: 20px; }

.u-padding25 {
  padding: 25px; }

.u-padding30 {
  padding: 30px; }

.u-padding35 {
  padding: 35px; }

.u-padding40 {
  padding: 40px; }

.u-padding50 {
  padding: 50px; }

.u-paddingTop0 {
  padding-top: 0px; }

.u-paddingTop5 {
  padding-top: 5px; }

.u-paddingTop10 {
  padding-top: 10px; }

.u-paddingTop15 {
  padding-top: 15px; }

.u-paddingTop20 {
  padding-top: 20px; }

.u-paddingTop25 {
  padding-top: 25px; }

.u-paddingTop30 {
  padding-top: 30px; }

.u-paddingTop35 {
  padding-top: 35px; }

.u-paddingTop40 {
  padding-top: 40px; }

.u-paddingTop45 {
  padding-top: 45px; }

.u-paddingTop50 {
  padding-top: 50px; }

.u-paddingTop55 {
  padding-top: 55px; }

.u-paddingTop60 {
  padding-top: 60px; }

.u-paddingTop65 {
  padding-top: 65px; }

.u-paddingTop70 {
  padding-top: 70px; }

.u-paddingTop80 {
  padding-top: 80px; }

.u-paddingTop90 {
  padding-top: 90px; }

.u-paddingTop100 {
  padding-top: 100px; }

.u-paddingTop150 {
  padding-top: 150px; }

@media (min-width: 768px) and (max-width: 991px) {
  .u-sm-paddingTop30 {
    padding-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-sm-paddingTop20 {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .u-xs-paddingTop30 {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .u-xs-paddingTop20 {
    padding-top: 20px; } }

.u-paddingBottom0 {
  padding-bottom: 0px; }

.u-paddingBottom5 {
  padding-bottom: 5px; }

.u-paddingBottom10 {
  padding-bottom: 10px; }

.u-paddingBottom15 {
  padding-bottom: 15px; }

.u-paddingBottom20 {
  padding-bottom: 20px; }

.u-paddingBottom25 {
  padding-bottom: 25px; }

.u-paddingBottom30 {
  padding-bottom: 30px; }

.u-paddingBottom35 {
  padding-bottom: 35px; }

.u-paddingBottom40 {
  padding-bottom: 40px; }

.u-paddingBottom45 {
  padding-bottom: 45px; }

.u-paddingBottom50 {
  padding-bottom: 50px; }

.u-paddingBottom55 {
  padding-bottom: 55px; }

.u-paddingBottom60 {
  padding-bottom: 60px; }

.u-paddingBottom65 {
  padding-bottom: 65px; }

.u-paddingBottom70 {
  padding-bottom: 70px; }

.u-paddingBottom80 {
  padding-bottom: 80px; }

.u-paddingBottom90 {
  padding-bottom: 90px; }

.u-paddingBottom100 {
  padding-bottom: 100px; }

.u-paddingBottom150 {
  padding-bottom: 150px; }

.u-paddingLeft5 {
  padding-left: 5px; }

.u-paddingLeft10 {
  padding-left: 10px; }

.u-paddingLeft15 {
  padding-left: 15px; }

.u-paddingLeft15 {
  padding-left: 15px; }

.u-paddingLeft20 {
  padding-left: 20px; }

.u-paddingLeft30 {
  padding-left: 30px; }

.u-paddingLeft40 {
  padding-left: 40px; }

.u-paddingLeft45 {
  padding-left: 45px; }

.u-paddingLeft50 {
  padding-left: 50px; }

.u-paddingLeft70 {
  padding-left: 70px; }

.u-paddingLeft80 {
  padding-left: 80px; }

.u-paddingLeft100 {
  padding-left: 100px; }

@media (max-width: 767px) {
  .u-xs-paddingLeft30 {
    padding-left: 30px; } }

@media (max-width: 767px) {
  .u-xs-paddingLeft20 {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .u-xs-paddingLeft15 {
    padding-left: 15px; } }

.u-paddingRight5 {
  padding-right: 5px; }

.u-paddingRight10 {
  padding-right: 10px; }

.u-paddingRight15 {
  padding-right: 15px; }

.u-paddingRight20 {
  padding-right: 20px; }

.u-paddingRight30 {
  padding-right: 30px; }

.u-paddingRight25 {
  padding-right: 25px; }

.u-paddingRight40 {
  padding-right: 40px; }

.u-paddingRight45 {
  padding-right: 45px; }

.u-paddingRight50 {
  padding-right: 50px; }

.u-paddingRight100 {
  padding-right: 100px; }

@media (min-width: 1200px) {
  .u-lg-paddingRight45 {
    padding-right: 45px; } }

@media (max-width: 767px) {
  .u-xs-paddingRight15 {
    padding-right: 15px; } }

.u-padding20x0 {
  padding: 20px 0px; }

.u-padding25x0 {
  padding: 25px 0px; }

.u-padding40x0 {
  padding: 40px 0px; }

.u-padding30x0 {
  padding: 30px 0px; }

.u-padding50x0 {
  padding: 50px 0px; }

.u-padding60x0 {
  padding: 50px 0px; }

.u-padding0x20 {
  padding: 0px 20px; }

.u-padding0x30 {
  padding: 0px 30px; }

.u-padding0x35 {
  padding: 0px 35px; }

.u-padding0x40 {
  padding: 0px 40px; }

.u-padding0x50 {
  padding: 0px 50px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .md-u-padding0x20 {
    padding: 0 20px; } }

.u-padding30x35 {
  padding: 30px 35px; }

.u-marginAuto {
  margin-left: auto;
  margin-right: auto; }

.u-margin0 {
  margin: 0; }

.u-marginTop0 {
  margin-top: 0; }

.u-marginTop5 {
  margin-top: 5px; }

.u-marginTop10 {
  margin-top: 10px; }

.u-marginTop15 {
  margin-top: 15px; }

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

.u-marginTop22 {
  margin-top: 22px; }

.u-marginTop23 {
  margin-top: 23px; }

.u-marginTop24 {
  margin-top: 24px; }

.u-marginTop25 {
  margin-top: 25px; }

.u-marginTop30 {
  margin-top: 30px; }

.u-marginTop35 {
  margin-top: 35px; }

.u-marginTop40 {
  margin-top: 40px; }

.u-marginTop45 {
  margin-top: 45px; }

.u-marginTop50 {
  margin-top: 50px; }

.u-marginTop55 {
  margin-top: 55px; }

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

.u-marginTop65 {
  margin-top: 65px; }

.u-marginTop70 {
  margin-top: 70px; }

.u-marginTop75 {
  margin-top: 75px; }

.u-marginTop80 {
  margin-top: 80px; }

.u-marginTop85 {
  margin-top: 85px; }

.u-marginTop90 {
  margin-top: 90px; }

.u-marginTop95 {
  margin-top: 95px; }

.u-marginTop100 {
  margin-top: 100px; }

.u-marginTop150 {
  margin-top: 150px; }

@media (max-width: 767px) {
  .u-xs-marginTop30 {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-sm-marginTop30 {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-sm-marginTop40 {
    margin-top: 40px; } }

.u-marginBottom0 {
  margin-bottom: 0; }

.u-marginBottom5 {
  margin-bottom: 5px; }

.u-marginBottom7 {
  margin-bottom: 7px; }

.u-marginBottom8 {
  margin-bottom: 8px; }

.u-marginBottom10 {
  margin-bottom: 10px; }

.u-marginBottom15 {
  margin-bottom: 15px; }

.u-marginBottom20 {
  margin-bottom: 20px; }

.u-marginBottom25 {
  margin-bottom: 25px; }

.u-marginBottom30 {
  margin-bottom: 30px; }

.u-marginBottom35 {
  margin-bottom: 35px; }

.u-marginBottom40 {
  margin-bottom: 40px; }

.u-marginBottom45 {
  margin-bottom: 45px; }

.u-marginBottom50 {
  margin-bottom: 50px; }

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

.u-marginBottom65 {
  margin-bottom: 65px; }

.u-marginBottom70 {
  margin-bottom: 70px; }

.u-marginBottom75 {
  margin-bottom: 75px; }

.u-marginBottom80 {
  margin-bottom: 80px; }

.u-marginBottom95 {
  margin-bottom: 95px; }

.u-marginBottom100 {
  margin-bottom: 100px; }

.u-marginBottom150 {
  margin-bottom: 150px; }

.n-magrinBottom6 {
  margin-bottom: -6px; }

@media (max-width: 767px) {
  .u-xs-marginBottom20 {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .u-xs-marginBottom30 {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .u-xs-marginBottom40 {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .u-xs-marginBottom50 {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .u-xs-marginBottom70 {
    margin-bottom: 70px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-sm-marginBottom30 {
    margin-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-sm-marginBottom40 {
    margin-bottom: 40px; } }

.u-marginLeft5 {
  margin-left: 5px; }

.u-marginLeft10 {
  margin-left: 10px; }

.u-marginLeft15 {
  margin-left: 15px; }

@media (min-width: 1200px) {
  .n-lg-marginLeft20 {
    margin-left: -20px; } }

.u-marginRight5 {
  margin-right: 5px; }

.u-marginRight10 {
  margin-right: 10px; }

.u-marginRight15 {
  margin-right: 15px; }

.u-marginRight20 {
  margin-right: 20px; }

.u-marginRight30 {
  margin-right: 30px; }

.n-marginRight30 {
  margin-right: -30px; }

.mfp-wrap, .mfp-bg {
  z-index: 9999999999999999; }

.btnBorder {
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  border: 1px solid;
  color: #ccc;
  display: inline-block; }
  .btnBorder:hover {
    background: #4B4E6D;
    color: #fff; }
  .btnBorder.load-more {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0 28px; }
    .btnBorder.load-more span {
      font-size: 19px;
      transform: translateY(1px);
      display: inline-block;
      margin-left: 5px; }
  .btnBorder--fill {
    background: #4B4E6D;
    border-color: #4B4E6D; }
    .btnBorder--fill:hover {
      color: #fff; }

.btnWhite {
  height: 50px;
  line-height: 50px;
  padding: 0 34px;
  color: #ababab;
  font-size: 15px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 0 !important;
  background: #fff; }
  .btnWhite:hover {
    color: #fff;
    background: #4B4E6D;
    text-decoration: none !important; }

.btnDef {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background: #4B4E6D;
  font-size: 17px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  border: 0;
  transition: 0.4s; }
  .btnDef:hover {
    background: #493548;
    color: #fff;
    text-decoration: none; }

.overLayer {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0; }

.c-headingUnderLine {
  position: relative; }
  .c-headingUnderLine::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #4B4E6D;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -25px; }
  .c-headingUnderLine.white::before {
    background: #fff; }
  .c-headingUnderLine.white::after {
    background: #6A8D92; }
  .c-headingUnderLine--left:before {
    left: 0;
    margin-left: 0; }
  .c-headingUnderLine--styleTwo::before {
    width: 65px; }
  .c-headingUnderLine--styleTwo::after {
    content: "";
    width: 6px;
    height: 2px;
    background: #f6f6f6;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -12px; }

.postAction.styleOne .postAction__share {
  z-index: 99;
  padding-left: 10px;
  position: relative;
  transition: 0.3s; }
  .postAction.styleOne .postAction__share .postAction__share-list {
    position: absolute;
    top: 0px;
    right: 80px;
    overflow: hidden;
    width: 0;
    cursor: default;
    transition: 0.2s;
    width: 450px;
    opacity: 0;
    visibility: hidden;
    background: #fff; }
    @media (max-width: 767px) {
      .postAction.styleOne .postAction__share .postAction__share-list {
        visibility: visible;
        opacity: 1;
        right: -15px !important;
        width: 130px; } }
    .postAction.styleOne .postAction__share .postAction__share-list li {
      display: inline-block;
      white-space: nowrap; }
      .postAction.styleOne .postAction__share .postAction__share-list li a {
        color: #ccc;
        padding: 2px 6px;
        display: inline-block; }
  .postAction.styleOne .postAction__share:hover {
    cursor: pointer;
    color: #4B4E6D; }
    .postAction.styleOne .postAction__share:hover .postAction__share-list {
      opacity: 1;
      visibility: visible;
      right: 15px;
      padding-right: 15px; }
      @media (max-width: 767px) {
        .postAction.styleOne .postAction__share:hover .postAction__share-list {
          padding-right: 0px; } }
.postAction.styleOne .postAction__view a {
  color: #cccccc; }
  .postAction.styleOne .postAction__view a:hover {
    color: #4B4E6D; }

@media (max-width: 767px) {
  .sectionHeader {
    padding: 0 40px; } }
@media only screen and (max-width: 480px) {
  .sectionHeader {
    padding: 0 20px; } }
.sectionHeader h2, .sectionHeader h3 {
  margin-top: -5px;
  line-height: 1;
  margin-bottom: 15px; }
.sectionHeader p {
  margin-bottom: -5px; }
.sectionHeader .action a {
  color: #ccc; }
  .sectionHeader .action a:hover {
    color: #fff; }

.c-socialMediaParent .c-t-socialMedia .c-facebook:hover {
  color: #3b5998 !important; }
.c-socialMediaParent .c-t-socialMedia .c-twitter:hover {
  color: #1da1f2 !important; }
.c-socialMediaParent .c-t-socialMedia .c-linkedIn:hover {
  color: #0077b5 !important; }
.c-socialMediaParent .c-t-socialMedia .c-googlePlus:hover {
  color: #dd4b39 !important; }
.c-socialMediaParent .c-t-socialMedia .c-youtube:hover {
  color: #cd201f !important; }
.c-socialMediaParent .c-t-socialMedia .c-pinterest:hover {
  color: #bd081c !important; }
.c-socialMediaParent .c-t-socialMedia .c-instagram:hover {
  color: #405de6 !important; }
.c-socialMediaParent .c-t-socialMedia .c-tumblr:hover {
  color: #35465c !important; }
.c-socialMediaParent .c-t-socialMedia .c-flickr:hover {
  color: #0063dc !important; }
.c-socialMediaParent .c-t-socialMedia .c-reddit:hover {
  color: #ff4500 !important; }
.c-socialMediaParent .c-t-socialMedia .c-snapchat:hover {
  color: #fffc00 !important; }
.c-socialMediaParent .c-t-socialMedia .c-whatsapp:hover {
  color: #075e54 !important; }
.c-socialMediaParent .c-t-socialMedia .c-quora:hover {
  color: #a82400 !important; }
.c-socialMediaParent .c-t-socialMedia .c-vine:hover {
  color: #00b488; }
.c-socialMediaParent .c-t-socialMedia .c-stumbleupon:hover {
  color: #eb4924 !important; }
.c-socialMediaParent .c-t-socialMedia .c-delicious:hover {
  color: #3399ff !important; }
.c-socialMediaParent .c-t-socialMedia .c-digg:hover {
  color: #005be2 !important; }
.c-socialMediaParent .c-t-socialMedia .c-behance:hover {
  color: #1769ff !important; }
.c-socialMediaParent .c-t-socialMedia .c-skype:hover {
  color: #00aff0 !important; }

.postPagination.styleOne {
  height: 42px;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .postPagination.styleOne {
      display: none; } }
  .postPagination.styleOne .paginationWrapper .btnArrow a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    color: #cccccc;
    margin-bottom: -5px; }
    .postPagination.styleOne .paginationWrapper .btnArrow a:hover {
      background: #4B4E6D;
      color: #fff; }
  .postPagination.styleOne .paginationWrapper .btnArrow.prev {
    margin-right: 10px; }
  .postPagination.styleOne .paginationWrapper .btnArrow.next {
    margin-left: 10px; }
  .postPagination.styleOne .paginationWrapper .page-numbers {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    color: #ccc;
    margin: 0 1px;
    font-weight: 600;
    transition: 0.3s;
    margin-bottom: -5px; }
    .postPagination.styleOne .paginationWrapper .page-numbers:hover {
      background: #4B4E6D;
      color: #fff;
      border: 1px solid #4B4E6D; }
    .postPagination.styleOne .paginationWrapper .page-numbers.current {
      background: #4B4E6D;
      border: 1px solid #4B4E6D;
      color: #fff; }
    .postPagination.styleOne .paginationWrapper .page-numbers a {
      display: inline-block;
      height: 100%;
      width: 100%;
      color: #ccc; }
.postPagination.styleTwo {
  width: 100%;
  text-align: left; }
  @media only screen and (max-width: 480px) {
    .postPagination.styleTwo {
      display: none; } }
  .postPagination.styleTwo .paginationWrapper .btnArrow a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    overflow: hidden;
    color: #ababab;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 3px; }
    .postPagination.styleTwo .paginationWrapper .btnArrow a:hover {
      background: #4B4E6D;
      color: #fff; }
  .postPagination.styleTwo .paginationWrapper .page-numbers {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    overflow: hidden;
    color: #ababab;
    margin: 0 3px;
    transition: 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 3px; }
    .postPagination.styleTwo .paginationWrapper .page-numbers:hover {
      background: #4B4E6D;
      color: #fff; }
      .postPagination.styleTwo .paginationWrapper .page-numbers:hover a {
        color: #fff;
        text-decoration: none; }
    .postPagination.styleTwo .paginationWrapper .page-numbers.current {
      background: #4B4E6D;
      border: 1px solid #4B4E6D;
      color: #fff; }
    .postPagination.styleTwo .paginationWrapper .page-numbers a {
      display: inline-block;
      height: 100%;
      width: 100%;
      color: #ccc; }

.postPagination-alt {
  display: none; }
  @media only screen and (max-width: 480px) {
    .postPagination-alt {
      display: block; } }
  .postPagination-alt .paginationWrapper {
    overflow: hidden;
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 20px; }
    .postPagination-alt .paginationWrapper a {
      display: inline-block;
      color: #747474; }
      .postPagination-alt .paginationWrapper a.prev {
        float: left; }
      .postPagination-alt .paginationWrapper a.next {
        float: right; }
      .postPagination-alt .paginationWrapper a:hover {
        color: #4B4E6D; }

.c-hasToolTip {
  position: relative; }
  .c-hasToolTip:before {
    content: attr(data-tooltip);
    position: absolute;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
    left: 50%;
    top: -41px;
    transform: translateX(-50%) rotateY(110deg);
    transition: 0.4s;
    background: #4B4E6D;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .c-hasToolTip:hover::before {
    transform: translateX(-50%) rotateY(0deg);
    top: -25px;
    visibility: visible;
    opacity: 1; }

.galleryThumb .owl-nav {
  text-align: center; }
  .galleryThumb .owl-nav div {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    color: #ccc;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: 20px;
    margin-top: -20px;
    transition: 0.4s; }
    .galleryThumb .owl-nav div.owl-next {
      right: 20px;
      left: auto; }
    .galleryThumb .owl-nav div:hover {
      color: #fff;
      background: #4B4E6D;
      border: 1px solid #4B4E6D; }

article {
  transition: 0.3s; }

.featuredPost.styleOne.noPostThumb:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }

.defPost.styleOne:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
.defPost.styleTwo {
  margin-bottom: 40px; }
  .defPost.styleTwo .postText {
    padding-bottom: 10px; }
.defPost.styleThree a {
  transition: 0.2s; }
  .defPost.styleThree a:hover {
    text-decoration: underline; }

.categoryPost.styleOne:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) and (max-width: 1199px) {
  .defPost.styleOne.mdHeightControl .postText p {
    height: 55px;
    overflow: hidden; } }
@media (min-width: 768px) and (max-width: 991px) {
  .defPost.styleOne.mdHeightControl .postText p {
    overflow: hidden;
    height: 110px; } }
.defPost.styleOne .defPost__date {
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 0 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1; }
  @media only screen and (max-width: 480px) {
    .defPost.styleOne .defPost__date {
      left: 10px;
      top: 10px;
      padding: 0 10px;
      line-height: 38px;
      height: 38px; } }
  .defPost.styleOne .defPost__date .timeIcon {
    font-size: 18px; }
.defPost.styleOne .defPost__postHeader img {
  width: 100%; }
@media only screen and (max-width: 480px) {
  .defPost.styleOne .defPost__content.u-padding0x40 {
    padding: 0 20px; } }
@media only screen and (max-width: 480px) {
  .defPost.styleOne .defPost__content.u-padding0x30 {
    padding: 0 20px; } }
@media only screen and (max-width: 480px) {
  .defPost.styleOne .defPost__content.u-xs-paddingLeft30 {
    padding-left: 20px; } }
@media only screen and (max-width: 480px) {
  .defPost.styleOne .defPost__content.u-paddingRight30 {
    padding-right: 20px; } }
.defPost.styleOne .defPost__content .defPost__author_category li a {
  color: #6A8D92; }
  .defPost.styleOne .defPost__content .defPost__author_category li a:hover {
    color: #4B4E6D; }
.defPost.styleOne .defPost__content .defPost__author_category li.defPost__category::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  height: 14px;
  width: 2px;
  background: #6A8D92; }
.defPost.styleOne .defPost__content .defPost__author_category li.defPost__category ul li a:hover {
  color: #4B4E6D; }
@media only screen and (max-width: 480px) {
  .defPost.styleOne .defPost__footer {
    padding: 0 20px; } }
@media only screen and (max-width: 480px) {
  .defPost.styleOne .defPost__footer--alt {
    padding-bottom: 30px; } }
.defPost.styleOne .defPost__footer .read-more a {
  color: #565656; }
  .defPost.styleOne .defPost__footer .read-more a:before {
    position: absolute;
    content: "";
    background: #565656;
    height: 2px;
    width: calc( 100% );
    bottom: -2px;
    left: 0;
    transition: 0.3s; }
  .defPost.styleOne .defPost__footer .read-more a:hover {
    color: #4B4E6D; }
    .defPost.styleOne .defPost__footer .read-more a:hover::before {
      background: #4B4E6D; }
.defPost.styleOne .defPost__footer .postAction {
  color: #ccc; }
.defPost.listStyle figure {
  padding-right: 30px; }
  .defPost.listStyle figure a img {
    width: 100%; }
.defPost.listStyle .defPost__content {
  margin-left: -10px; }
  .defPost.listStyle .defPost__content .defPost__category li {
    display: inline-block; }
    .defPost.listStyle .defPost__content .defPost__category li a {
      padding: 6px 10px;
      background: #4B4E6D;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      text-transform: uppercase;
      margin-right: 2px;
      border-radius: 3px; }
  .defPost.listStyle .defPost__content h4 a {
    color: #262626; }
    .defPost.listStyle .defPost__content h4 a:hover {
      color: #4B4E6D; }
  .defPost.listStyle .defPost__content .defPost__meta li {
    display: inline-block;
    font-size: 15px;
    color: #ababab; }
    .defPost.listStyle .defPost__content .defPost__meta li a {
      color: #ababab; }
      .defPost.listStyle .defPost__content .defPost__meta li a:hover {
        color: #4B4E6D; }
    .defPost.listStyle .defPost__content .defPost__meta li.author {
      position: relative;
      padding-right: 20px; }
      .defPost.listStyle .defPost__content .defPost__meta li.author::before {
        content: "";
        position: absolute;
        height: 12px;
        width: 1px;
        background: #ababab;
        top: 6px;
        right: 6px; }
  .defPost.listStyle .defPost__content .postBottom {
    margin-top: 20px; }
    .defPost.listStyle .defPost__content .postBottom a {
      height: 40px;
      line-height: 40px;
      border-color: #6A8D92;
      color: #6A8D92; }
      .defPost.listStyle .defPost__content .postBottom a:hover {
        color: #4B4E6D;
        border-color: #4B4E6D; }
.defPost--oneHalf.styleOne .defPost__date {
  height: 40px;
  line-height: 40px;
  top: 10px;
  left: 10px; }
  .defPost--oneHalf.styleOne .defPost__date .timeIcon {
    font-size: 16px; }
.defPost--oneHalf.styleOne .defPost__content .defPost__author_category li.defPost__category::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 10px;
  width: 2px;
  background: #6A8D92; }
.defPost.styleTwo .defPost__postHeader .defPost__category li {
  position: relative;
  display: inline-block;
  padding-left: 28px; }
  .defPost.styleTwo .defPost__postHeader .defPost__category li:first-child {
    padding-left: 0; }
    .defPost.styleTwo .defPost__postHeader .defPost__category li:first-child::before {
      display: none; }
  .defPost.styleTwo .defPost__postHeader .defPost__category li::before {
    position: absolute;
    top: 4px;
    left: 13px;
    content: "";
    height: 14px;
    width: 2px;
    background: #6A8D92; }
  .defPost.styleTwo .defPost__postHeader .defPost__category li a {
    color: #6A8D92;
    font-weight: 600; }
    .defPost.styleTwo .defPost__postHeader .defPost__category li a:hover {
      color: #4B4E6D; }
.defPost.styleTwo .defPost__footer {
  height: 46px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .defPost.styleTwo .defPost__footer {
      height: auto;
      margin-top: 5px; } }
  .defPost.styleTwo .defPost__footer .hidden-lst {
    display: flex; }
    @media only screen and (max-width: 480px) {
      .defPost.styleTwo .defPost__footer .hidden-lst {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .defPost.styleTwo .defPost__footer .hidden-lst {
        display: none; } }
  .defPost.styleTwo .defPost__footer .authorPic {
    flex: 0 0 40px;
    border-radius: 50%;
    align-self: center;
    overflow: hidden;
    margin-right: 15px; }
  .defPost.styleTwo .defPost__footer .authorName-postDate h6 {
    font-weight: 600;
    font-family: open sans; }
    .defPost.styleTwo .defPost__footer .authorName-postDate h6 a {
      color: #565656; }
      .defPost.styleTwo .defPost__footer .authorName-postDate h6 a:hover {
        color: #4B4E6D; }
  .defPost.styleTwo .defPost__footer .authorName-postDate span {
    color: #747474;
    font-weight: 600; }
  .defPost.styleTwo .defPost__footer .read-more {
    margin-left: auto; }
    @media only screen and (max-width: 480px) {
      .defPost.styleTwo .defPost__footer .read-more {
        width: 100%; } }
    .defPost.styleTwo .defPost__footer .read-more a {
      height: 35px;
      line-height: 35px;
      padding: 0 20px;
      background: #51575f;
      color: #fff;
      display: inline-block;
      font-weight: 600;
      border-radius: 3px;
      font-size: 15px; }
      .defPost.styleTwo .defPost__footer .read-more a.lg {
        height: 40px;
        line-height: 40px; }
      .defPost.styleTwo .defPost__footer .read-more a:hover {
        background: #4B4E6D; }
.defPost.styleThree {
  padding: 10px; }
  .defPost.styleThree .defPost__content {
    padding-left: 15px;
    padding-right: 15px; }
    .defPost.styleThree .defPost__content .postText p {
      margin: 0; }
    .defPost.styleThree .defPost__content .defPost__category li {
      display: inline-block;
      margin-right: 15px; }
      .defPost.styleThree .defPost__content .defPost__category li a {
        color: #4B4E6D;
        font-weight: bold; }
        .defPost.styleThree .defPost__content .defPost__category li a::before {
          content: ".";
          font-size: 18px; }
        .defPost.styleThree .defPost__content .defPost__category li a:hover {
          color: #222;
          text-decoration: none; }
    .defPost.styleThree .defPost__content .read-more {
      line-height: 1; }
      .defPost.styleThree .defPost__content .read-more a {
        color: #4B4E6D;
        font-weight: 600; }
        .defPost.styleThree .defPost__content .read-more a span {
          font-size: 16px;
          margin-left: 15px;
          position: relative;
          top: 2px; }
        .defPost.styleThree .defPost__content .read-more a:hover {
          color: #222; }
  .defPost.styleThree .defPost__footer {
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 15px;
    color: #ababab;
    border-top: 1px solid #e9e9e9;
    margin-top: 30px; }
    .defPost.styleThree .defPost__footer .defPost__author a {
      color: #ababab; }
      .defPost.styleThree .defPost__footer .defPost__author a:hover {
        color: #4B4E6D; }
    @media only screen and (max-width: 480px) {
      .defPost.styleThree .defPost__footer .defPost__date {
        display: none; } }
.defPost.styleFour figure {
  overflow: hidden; }
  .defPost.styleFour figure a {
    display: block;
    width: 100%; }
    .defPost.styleFour figure a img {
      width: 100%; }
@media (min-width: 768px) and (max-width: 991px) {
  .defPost.styleFour .defPost__content {
    padding-left: 10px; } }
@media (max-width: 767px) {
  .defPost.styleFour .defPost__content {
    margin-top: 30px; } }
.defPost.styleFour .defPost__content .defPost__category li {
  display: inline-block;
  margin-right: 3px; }
  .defPost.styleFour .defPost__content .defPost__category li a {
    display: inline-block;
    border-radius: 3px;
    height: 32px;
    padding: 0 12px;
    line-height: 32px;
    background: #4B4E6D;
    color: #fff;
    font-size: 15px; }
    .defPost.styleFour .defPost__content .defPost__category li a:hover {
      background: #493548; }
.defPost.styleFour .defPost__content h4 {
  margin-top: 10px; }
.defPost.styleFour .defPost__meta li {
  color: #ababab;
  display: inline-block; }
  .defPost.styleFour .defPost__meta li.author {
    position: relative;
    padding-right: 20px; }
    .defPost.styleFour .defPost__meta li.author::before {
      content: "";
      height: 12px;
      width: 1px;
      background: #ababab;
      position: absolute;
      top: 7px;
      right: 6px; }
    .defPost.styleFour .defPost__meta li.author a {
      color: #ababab; }
      .defPost.styleFour .defPost__meta li.author a:hover {
        color: #4B4E6D; }
@media (min-width: 992px) and (max-width: 1199px) {
  .defPost.styleFour .postText {
    height: 60px;
    overflow: hidden;
    margin-top: 8px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .defPost.styleFour .postText {
    height: 80px;
    overflow: hidden; } }
.defPost.styleFour .postBottom {
  margin-top: 24px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .defPost.styleFour .postBottom {
      margin-top: 8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .defPost.styleFour .postBottom {
      margin-top: 22px; } }
  .defPost.styleFour .postBottom a.btnBorder {
    line-height: 38px;
    height: 40px;
    border-color: #6A8D92;
    color: #6A8D92;
    padding: 0 15px; }
    .defPost.styleFour .postBottom a.btnBorder:hover {
      color: #fff;
      border-color: #4B4E6D; }

.window-container .window-inner {
  padding: 15px 10px 5px;
  box-sizing: border-box; }
  .window-container .window-inner .window-title {
    margin: 0;
    line-height: 1;
    font-weight: bold; }
.window-container .info-wrap {
  margin-top: 20px; }
  .window-container .info-wrap li {
    color: #747474;
    font-size: 17px;
    overflow: hidden;
    margin-bottom: 18px;
    line-height: 1.45; }
    .window-container .info-wrap li .icon {
      display: block;
      float: left;
      width: 40px;
      font-size: 26px; }
    .window-container .info-wrap li .text {
      display: block;
      width: calc(100% - 40px);
      float: left; }

.imageZoom__parent {
  overflow: hidden; }
  .imageZoom__parent .imageZoom__el {
    transition: 0.4s;
    transform-origin: left bottom;
    width: 100%; }
  .imageZoom__parent:hover .imageZoom__el {
    transform: scale(1.1); }

/*** 02 Typography ** */
body {
  font-family: "Playfair Display";
  font-size: 16px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 25px;
  clear: both;
  padding: 0;
  color: #262626;
  font-family: "Rozha One";
  letter-spacing: 0.25px; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: #262626; }

h1,
.h1 {
  font-size: 38px; }

h2,
.h2 {
  font-size: 34px; }

h3,
.h3 {
  font-size: 30px; }

h4,
.h4 {
  font-size: 25px; }

h5,
.h5 {
  font-size: 21px; }

h6,
.h6 {
  font-size: 17px; }

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px; }

  h2,
  .h2 {
    font-size: 28px; }

  h3,
  .h3 {
    font-size: 21px; }

  h4,
  .h4 {
    font-size: 21px; } }
p {
  font-size: 17px;
  line-height: 1.6;
  color: #747474;
  font-family: "Playfair Display"; }

small {
  display: inline-block;
  line-height: 1.5; }

/*** 03 layout ** */
/*3.1 Header */
.topHeader .topHeader__menu {
  background: #fff;
  position: relative;
  height: 60px; }
  .topHeader .topHeader__menu .topHeader__container .topHeader__nav {
    display: table; }
    .topHeader .topHeader__menu .topHeader__container .topHeader__nav--lg > ul > li > a {
      padding: 24px 0 !important; }
      .topHeader .topHeader__menu .topHeader__container .topHeader__nav--lg > ul > li > a:before {
        bottom: 23px !important; }
    .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul {
      display: table-cell;
      vertical-align: middle; }
      .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li {
        display: inline-block;
        margin-right: 30px; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.menu-item-has-children {
          margin-right: 40px;
          position: relative; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.menu-item-has-children > a:after {
            content: "" !important;
            font-family: "Ionicons" !important;
            font-size: 13px;
            display: inline-block;
            margin-left: 5px; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.menu-item-has-children li a:hover::before {
            width: 60%; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.menu-item-has-mega-menu {
          margin-right: 40px; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.menu-item-has-mega-menu > a:after {
            content: "" !important;
            font-family: "Ionicons" !important;
            font-size: 13px;
            display: inline-block;
            margin-left: 5px; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.menu-item-has-mega-menu li a:hover::before {
            width: 60%; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li a {
          font-family: "Playfair Display";
          font-size: 17px;
          color: #4B4E6D;
          display: inline-block;
          position: relative;
          line-height: 30px;
          padding: 14px 0;
          letter-spacing: 0;
          text-transform: capitalize;
          font-weight: bold; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li a::before {
            position: absolute;
            height: 2px;
            width: 0;
            background: #4B4E6D;
            content: "";
            bottom: 14px;
            transition: 0.3s; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li:hover > a, .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.active > a {
          color: #4B4E6D; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li:hover > a:before, .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li.active > a:before {
            width: 70%; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li ul.dropdown {
          position: absolute;
          left: 0;
          top: 100px;
          padding: 20px;
          background: #fff;
          max-width: 1000px;
          z-index: 9999999999999999;
          box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.1);
          opacity: 0;
          visibility: hidden;
          transition: 0.2s; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li ul.dropdown li {
            display: block;
            white-space: nowrap;
            height: 38px;
            line-height: 38px;
            transition: all 0.4s ease 0s;
            padding: 0 15px; }
            .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li ul.dropdown li a {
              font-family: "Playfair Display";
              color: #6A8D92;
              font-size: 17px;
              font-weight: bold;
              padding: 0; }
              .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li ul.dropdown li a:hover {
                color: #4B4E6D; }
              .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li ul.dropdown li a:before {
                bottom: -3px; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__nav > ul > li:hover ul {
          opacity: 1;
          visibility: visible;
          top: 100%;
          transition: 0.2s; }
  .topHeader .topHeader__menu .topHeader__container .smallDeviceTop {
    height: 80px; }
    .topHeader .topHeader__menu .topHeader__container .smallDeviceTop .buttonArea {
      height: 80px;
      line-height: 88px; }
      .topHeader .topHeader__menu .topHeader__container .smallDeviceTop .buttonArea .sideMenuTrigger {
        width: 40px;
        height: 40px;
        border: 0;
        background: 0 0;
        line-height: 40px;
        font-size: 26px; }
    .topHeader .topHeader__menu .topHeader__container .smallDeviceTop .siteLogo {
      position: fixed;
      width: 50%;
      text-align: center;
      left: 50%;
      top: 0;
      height: 80px;
      transform: translateX(-50%);
      display: flex;
      justify-content: center;
      align-items: center; }
  .topHeader .topHeader__menu .topHeader__container .topHeader__action {
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .topHeader .topHeader__menu .topHeader__container .topHeader__action {
        height: 80px;
        line-height: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .topHeader .topHeader__menu .topHeader__container .topHeader__action {
        height: 80px;
        line-height: 80px; } }
    .topHeader .topHeader__menu .topHeader__container .topHeader__action--lg {
      height: 80px; }
    .topHeader .topHeader__menu .topHeader__container .topHeader__action > ul {
      margin-right: -13px;
      margin-left: auto;
      line-height: 1; }
      .topHeader .topHeader__menu .topHeader__container .topHeader__action > ul > li {
        display: inline-block;
        color: #4B4E6D;
        font-size: 23px;
        cursor: pointer;
        padding: 0 13px;
        line-height: 1; }
        @media only screen and (max-width: 480px) {
          .topHeader .topHeader__menu .topHeader__container .topHeader__action > ul > li {
            padding: 0 5px; } }
        .topHeader .topHeader__menu .topHeader__container .topHeader__action > ul > li:hover {
          color: #4B4E6D; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__action > ul > li a {
          color: #4B4E6D;
          text-decoration: none !important; }
          .topHeader .topHeader__menu .topHeader__container .topHeader__action > ul > li a:hover {
            color: #4B4E6D; }
        .topHeader .topHeader__menu .topHeader__container .topHeader__action > ul > li.topHeader__sideMenuTrigger {
          font-size: 26px; }
.topHeader.topHeader--styleThree .topHeader__menu {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.topHeader.topHeader--styleThree .topHeader__logo {
  height: 80px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .topHeader.topHeader--styleThree .topHeader__logo {
      position: fixed;
      top: 0;
      left: 50%;
      width: 50%;
      transform: translateX(-50%);
      text-align: center;
      line-height: 80px; } }
  @media (max-width: 767px) {
    .topHeader.topHeader--styleThree .topHeader__logo {
      position: fixed;
      top: 0;
      left: 50%;
      width: 50%;
      transform: translateX(-50%);
      text-align: center;
      line-height: 80px; } }
.topHeader.topHeader--styleThree .buttonArea {
  height: 80px;
  line-height: 88px; }
  .topHeader.topHeader--styleThree .buttonArea .sideMenuTrigger {
    width: 40px;
    height: 40px;
    border: 0;
    background: 0 0;
    line-height: 40px;
    font-size: 26px; }

.topHeader__searchArea {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: table;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .topHeader__searchArea .topHeader__searchForm {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .topHeader__searchArea .topHeader__searchForm .formCloseBtn {
      position: fixed;
      top: 54px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 22px;
      color: #6A8D92;
      border: 0;
      background: none; }
      .topHeader__searchArea .topHeader__searchForm .formCloseBtn:hover {
        color: #4B4E6D; }
    .topHeader__searchArea .topHeader__searchForm .topHeader__searchFormWrapper {
      position: relative;
      width: 35%;
      margin: auto; }
      @media (max-width: 767px) {
        .topHeader__searchArea .topHeader__searchForm .topHeader__searchFormWrapper {
          width: 70%; } }
      .topHeader__searchArea .topHeader__searchForm .topHeader__searchFormWrapper .formInput {
        border: 0;
        border-bottom: 1px solid #6A8D92;
        width: 100%;
        padding: 0 30px 0 15px;
        height: 40px;
        background: none; }
        .topHeader__searchArea .topHeader__searchForm .topHeader__searchFormWrapper .formInput:active, .topHeader__searchArea .topHeader__searchForm .topHeader__searchFormWrapper .formInput:focus {
          border-bottom: 1px solid #4B4E6D; }
      .topHeader__searchArea .topHeader__searchForm .topHeader__searchFormWrapper .searchAction {
        position: absolute;
        border: 0;
        background: none;
        top: 5px;
        right: -3px;
        color: #6A8D92;
        font-size: 20px;
        transition: 0.3s; }
        .topHeader__searchArea .topHeader__searchForm .topHeader__searchFormWrapper .searchAction:hover {
          color: #4B4E6D; }

.JS-searchActive .topHeader__searchArea {
  opacity: 1;
  visibility: visible; }

.megaMenu {
  width: 1070px;
  background: #fff;
  position: absolute;
  top: 100px;
  z-index: 9999;
  display: flex;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s; }
  @media (min-width: 768px) and (max-width: 991px) {
    .megaMenu {
      width: 800px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .megaMenu {
      width: 800px; } }
  .megaMenu .megaMenuNav {
    padding: 20px;
    background: #fff;
    width: 235px;
    z-index: 9999;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.1);
    float: left; }
    .megaMenu .megaMenuNav li {
      display: block;
      white-space: nowrap;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      transition: all 0.4s ease 0s; }
      .megaMenu .megaMenuNav li.active a {
        color: #4B4E6D !important; }
        .megaMenu .megaMenuNav li.active a::before {
          width: 70% !important; }
      .megaMenu .megaMenuNav li a {
        font-family: "Playfair Display";
        color: #6A8D92;
        font-size: 17px;
        font-weight: bold;
        position: relative; }
        .megaMenu .megaMenuNav li a::before {
          position: absolute;
          height: 2px;
          width: 0;
          background: #4B4E6D;
          content: "";
          bottom: -3px;
          transition: 0.3s;
          left: 0; }
      .megaMenu .megaMenuNav li:hover a {
        color: #4B4E6D !important; }
        .megaMenu .megaMenuNav li:hover a::before {
          width: 70% !important; }
  .megaMenu .tab-content {
    width: calc(100% - 235px);
    float: left;
    padding: 30px 76px; }
    .megaMenu .tab-content .megaMenu__content .owl-carousel .owl-stage {
      display: flex; }
    .megaMenu .tab-content .megaMenu__content .col-sm-12 {
      max-width: 240px;
      display: inline-block; }
    .megaMenu .tab-content .megaMenu__content .carousel__item figure a {
      padding: 0 !important; }
    .megaMenu .tab-content .megaMenu__content .carousel__item figure figcaption h6 {
      margin: 0;
      font-size: 15px;
      margin-top: 8px; }
      .megaMenu .tab-content .megaMenu__content .carousel__item figure figcaption h6 a {
        color: #262626 !important;
        line-height: 1.4 !important;
        font-size: 15px;
        padding: 0; }
        .megaMenu .tab-content .megaMenu__content .carousel__item figure figcaption h6 a:hover {
          color: #4B4E6D !important; }
    .megaMenu .tab-content .megaMenu__content .carousel__item ul.category li {
      display: inline-block;
      position: relative; }
      .megaMenu .tab-content .megaMenu__content .carousel__item ul.category li:first-child::before {
        display: none; }
      .megaMenu .tab-content .megaMenu__content .carousel__item ul.category li::before {
        position: absolute;
        top: 8px;
        left: -8px;
        width: 1px;
        height: 10px;
        content: "";
        background: #6A8D92; }
      .megaMenu .tab-content .megaMenu__content .carousel__item ul.category li a {
        font-size: 13px;
        font-family: open sans;
        font-weight: 600;
        margin-right: 10px;
        line-height: 1;
        padding: 0; }
        .megaMenu .tab-content .megaMenu__content .carousel__item ul.category li a::before, .megaMenu .tab-content .megaMenu__content .carousel__item ul.category li a::before {
          display: none; }
        .megaMenu .tab-content .megaMenu__content .carousel__item ul.category li a:hover {
          color: #4B4E6D; }

.topHeader__nav .parent__megaMenu.pos-left .megaMenu {
  left: 0; }
.topHeader__nav .parent__megaMenu.pos-right .megaMenu {
  right: 0; }
.topHeader__nav .parent__megaMenu:hover .megaMenu {
  opacity: 1;
  visibility: visible;
  top: 60px; }
.topHeader__nav--lg .parent__megaMenu:hover .megaMenu {
  top: 80px; }
.topHeader__nav .owl-nav {
  text-align: center; }
  .topHeader__nav .owl-nav div {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    color: #ccc;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: -42px;
    margin-top: -20px;
    transition: 0.4s; }
    .topHeader__nav .owl-nav div.owl-next {
      right: -42px;
      left: auto; }
    .topHeader__nav .owl-nav div:hover {
      color: #fff;
      background: #4B4E6D; }

.mobileMenuWrap {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  top: 0;
  right: -322px;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999999999999;
  padding: 15px 0; }
  .mobileMenuWrap button {
    background: none;
    border: 0;
    font-size: 20px;
    color: #6A8D92;
    margin-bottom: 15px;
    margin-left: 10px; }
    .mobileMenuWrap button:hover {
      color: #4B4E6D; }
  .mobileMenuWrap .MobileMenu ul li.active > a, .mobileMenuWrap .MobileMenu ul li:hover > a {
    color: #4B4E6D !important;
    background: #f6f6f6 !important; }
  .mobileMenuWrap .MobileMenu ul li ul {
    background: #f6f6f6;
    padding-bottom: 10px; }
    .mobileMenuWrap .MobileMenu ul li ul li a {
      padding-left: 40px; }
  .mobileMenuWrap .MobileMenu ul li a {
    font-family: Playfair Display;
    font-size: 17px;
    color: #6A8D92;
    font-weight: bold;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .mobileMenuWrap .MobileMenu ul li a:hover {
      text-decoration: none !important; }
    .mobileMenuWrap .MobileMenu ul li a.hasChildUl {
      background: #f6f6f6; }
      .mobileMenuWrap .MobileMenu ul li a.hasChildUl:after {
        content: "";
        font-family: Ionicons;
        margin-left: 10px;
        position: relative;
        top: 3px;
        transform: rotate(180deg);
        transition: 0.4s;
        display: inline-block;
        font-size: 16px; }
    .mobileMenuWrap .MobileMenu ul li a.collapsed {
      background: transparent; }
      .mobileMenuWrap .MobileMenu ul li a.collapsed:after {
        transform: rotate(0deg);
        display: inline-block; }
  .mobileMenuWrap .socialMediaLink ul {
    padding: 20px; }
    .mobileMenuWrap .socialMediaLink ul li {
      display: inline-block; }
      .mobileMenuWrap .socialMediaLink ul li a {
        color: #ccc;
        font-size: 18px;
        margin-right: 3px;
        padding: 5px;
        display: inline-block; }
        .mobileMenuWrap .socialMediaLink ul li a:hover {
          color: #4B4E6D; }

.JS-showMenu {
  overflow: hidden; }
  .JS-showMenu .mobileMenuWrap {
    transform: translate3d(-322px, 0, 0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .JS-showMenu .mobileMenuWrap::before {
      position: fixed;
      content: "";
      height: 100%;
      width: 120vw;
      right: 100%;
      top: 0;
      background: #000;
      opacity: 0.6;
      transition: 0s; }

.dropdown__login .logInCtrl img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  vertical-align: middle; }
.dropdown__login .userMenu ul li {
  display: block !important;
  cursor: default !important; }
  .dropdown__login .userMenu ul li a {
    font-weight: bold;
    font-family: Playfair Display;
    font-size: 17px;
    position: relative; }
    .dropdown__login .userMenu ul li a:hover::before {
      width: 70%; }
    .dropdown__login .userMenu ul li a::before {
      position: absolute;
      height: 2px;
      width: 0;
      background: #4B4E6D;
      content: "";
      bottom: -5px;
      transition: 0.3s;
      left: 0; }
.dropdown__login .dropdown-menu {
  top: 58px;
  right: 0;
  padding: 15px 35px 20px;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.1);
  left: auto;
  cursor: default; }
  @media (max-width: 767px) {
    .dropdown__login .dropdown-menu {
      top: 78px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dropdown__login .dropdown-menu {
      top: 78px; } }
  .dropdown__login .dropdown-menu.hasUserMenu {
    width: 220px; }
.dropdown__login .logInFormWrapper h4 {
  margin: 0;
  margin-bottom: 20px; }
.dropdown__login .logInFormWrapper .logInForm .inputField {
  position: relative;
  margin-bottom: 20px; }
  .dropdown__login .logInFormWrapper .logInForm .inputField label {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    line-height: 50px;
    background: #6A8D92;
    text-align: center;
    border-radius: 4px 0 0 4px;
    color: #ccc;
    font-size: 19px; }
  .dropdown__login .logInFormWrapper .logInForm .inputField input {
    height: 50px;
    padding-left: 60px;
    padding-right: 10px;
    border-radius: 4px;
    border: 1px solid #6A8D92;
    width: 100%; }
.dropdown__login .logIn-alt {
  margin-top: 15px; }
  .dropdown__login .logIn-alt a {
    display: block;
    text-decoration: underline;
    line-height: 1.8; }

/*3.1 Footer */
.siteFooter.styleOne {
  background: #51575f; }
.siteFooter.styleTwo {
  background: #2b2b2b;
  border-bottom: 2px solid; }
  .siteFooter.styleTwo .widget .widgetTitle {
    color: #fff;
    margin: 0;
    margin-bottom: 35px; }
.siteFooter.styleFour .widgetTitle {
  margin-bottom: 40px; }
.siteFooter .widgetTitle {
  text-align: left; }
  .siteFooter .widgetTitle.c-headingUnderLine::before {
    left: 0;
    margin-left: 0;
    width: 65px;
    bottom: -15px; }
  .siteFooter .widgetTitle.c-headingUnderLine--styleTwo::after {
    left: 12px;
    bottom: -15px;
    margin-left: 0; }

@media only screen and (max-width: 480px) {
  .footerNav .footeNav__wrapper {
    display: none; } }
.footerNav .footeNav__wrapper ul {
  text-align: center; }
  .footerNav .footeNav__wrapper ul li {
    display: inline-block;
    margin-right: 30px;
    padding: 5px 0; }
    .footerNav .footeNav__wrapper ul li ul {
      display: none; }
    .footerNav .footeNav__wrapper ul li a {
      font-family: "Playfair Display";
      font-size: 17px;
      color: #fff;
      display: inline-block;
      position: relative;
      line-height: 30px;
      padding: 0;
      letter-spacing: 0.25px;
      text-transform: capitalize;
      font-weight: 600; }
      .footerNav .footeNav__wrapper ul li a::before {
        position: absolute;
        height: 2px;
        width: 0;
        background: #eee;
        content: "";
        bottom: -3px;
        transition: 0.3s; }
    .footerNav .footeNav__wrapper ul li:hover a, .footerNav .footeNav__wrapper ul li.active a {
      color: #eee; }
      .footerNav .footeNav__wrapper ul li:hover a:before, .footerNav .footeNav__wrapper ul li.active a:before {
        width: 70%; }

.footerBottom {
  height: 60px;
  display: flex;
  align-items: center; }
  .footerBottom.dark {
    background: #2b2b2b; }
  .footerBottom.deep-dark {
    background: #1b1b1b; }
    .footerBottom.deep-dark .copyightText p {
      color: #ccc; }
      .footerBottom.deep-dark .copyightText p a {
        color: #ccc; }
        .footerBottom.deep-dark .copyightText p a:hover {
          color: #6A8D92; }
  @media (max-width: 767px) {
    .footerBottom .container {
      width: 100%; } }
  @media (max-width: 767px) {
    .footerBottom {
      height: 70px; } }
  .footerBottom.light {
    background: #fff; }
    @media only screen and (max-width: 480px) {
      .footerBottom.light {
        height: 80px; } }
    .footerBottom.light .copyightText p {
      color: #ababab; }
      .footerBottom.light .copyightText p a {
        color: #ababab; }
        .footerBottom.light .copyightText p a:hover {
          color: #4B4E6D; }
  .footerBottom .borderDarkTop {
    border-top: 1px solid #eee;
    height: 60px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 480px) {
      .footerBottom .borderDarkTop {
        flex-wrap: wrap;
        height: 80px;
        padding: 10px 0; } }
    .footerBottom .borderDarkTop .col-xs-6 {
      padding: 0; }
  @media only screen and (max-width: 480px) {
    .footerBottom .col-xs-6 {
      width: 100%; } }
  @media (max-width: 767px) {
    .footerBottom .copyightText {
      text-align: center; } }
  .footerBottom .copyightText p {
    margin: 0; }
  .footerBottom .footerMediaLink ul {
    text-align: right; }
    @media (max-width: 767px) {
      .footerBottom .footerMediaLink ul {
        text-align: center; } }
    .footerBottom .footerMediaLink ul li {
      display: inline-block;
      margin-left: 10px; }
      .footerBottom .footerMediaLink ul li:first-child {
        margin-left: 0; }
      .footerBottom .footerMediaLink ul li a {
        color: #ccc;
        padding: 2px; }

/*3.3 Page Title */
.pageTitle {
  display: table;
  width: 100%;
  background: #eee; }
  .pageTitle.hasBreadcrumbs {
    background-image: url(../img/pat/pat.png);
    height: 120px; }
    .pageTitle.hasBreadcrumbs .breadcrumbsArea {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      .pageTitle.hasBreadcrumbs .breadcrumbsArea .breadcrumbs span a {
        font-size: 21px;
        color: #262626;
        font-weight: bold; }
        .pageTitle.hasBreadcrumbs .breadcrumbsArea .breadcrumbs span a:hover {
          color: #4B4E6D; }
      .pageTitle.hasBreadcrumbs .breadcrumbsArea .breadcrumbs span.separetor {
        font-size: 21px;
        color: #262626;
        font-weight: bold; }
      .pageTitle.hasBreadcrumbs .breadcrumbsArea .breadcrumbs span.current {
        display: block;
        font-size: 17px;
        color: #747474; }
  .pageTitle.noBreadcrumbs {
    background-image: url(../img/title.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 170px; }
    @media (max-width: 767px) {
      .pageTitle.noBreadcrumbs {
        height: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .pageTitle.noBreadcrumbs {
        height: 100px; } }
    .pageTitle.noBreadcrumbs .titleWrapper {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .pageTitle.noBreadcrumbs .titleWrapper h1 {
        margin: 0;
        font-size: 34px;
        color: #fff; }
        @media (max-width: 767px) {
          .pageTitle.noBreadcrumbs .titleWrapper h1 {
            font-size: 24px; } }
    .pageTitle.noBreadcrumbs.hasLink h1 {
      color: #ccc; }
      .pageTitle.noBreadcrumbs.hasLink h1 a {
        color: #fff; }
        .pageTitle.noBreadcrumbs.hasLink h1 a:hover {
          color: #ababab; }

/*3.4 Author Profile */
.authorProfile__block.styleOne {
  padding: 40px 30px 30px;
  border-radius: 3px; }
  .authorProfile__block.styleOne:hover .authorPic img {
    filter: grayscale(100%); }
  @media (max-width: 767px) {
    .authorProfile__block.styleOne {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .authorProfile__block.styleOne {
      margin-bottom: 30px; } }
  .authorProfile__block.styleOne .authorPic img {
    border-radius: 50%;
    transition: 0.3s; }
  .authorProfile__block.styleOne .authorProfile__socialMedia li {
    display: inline-block; }
    .authorProfile__block.styleOne .authorProfile__socialMedia li a {
      padding: 2px 4px;
      color: #ccc; }
.authorProfile__block.styleTwo {
  padding: 10px;
  padding-bottom: 20px; }
  .authorProfile__block.styleTwo:hover .authorPic img {
    filter: grayscale(100%); }
  @media (max-width: 767px) {
    .authorProfile__block.styleTwo {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .authorProfile__block.styleTwo {
      margin-bottom: 30px; } }
  .authorProfile__block.styleTwo .authorPic img {
    transition: 0.3s;
    width: 100%; }
  .authorProfile__block.styleTwo .authorProfile__socialMedia li {
    display: inline-block; }
    .authorProfile__block.styleTwo .authorProfile__socialMedia li a {
      padding: 2px 4px;
      color: #ababab; }

.owl-carousel .authorProfile__block {
  margin-bottom: 0 !important; }

.authorProfile__carousel .owl-dots {
  margin-top: 30px !important; }
  .authorProfile__carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    background: #fff;
    transition: 0.3s;
    border-radius: 2px;
    vertical-align: middle;
    opacity: 1;
    margin-bottom: 0; }
  .authorProfile__carousel .owl-dots .owl-dot.active span {
    background: #fff;
    height: 7px;
    opacity: 1;
    width: 20px; }
  .authorProfile__carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 0.7; }

/*3.5 Category Post */
.categoryPost.styleOne .categoryPost__postHeader img {
  width: 100%; }
.categoryPost.styleOne .categoryPost__date {
  height: 40px;
  line-height: 40px;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 15px;
  position: absolute;
  border-radius: 3px; }
  .categoryPost.styleOne .categoryPost__date .timeIcon {
    font-size: 16px; }
@media only screen and (max-width: 480px) {
  .categoryPost.styleOne .categoryPost__content.u-padding0x30 {
    padding: 0 20px; } }
.categoryPost.styleOne li a {
  color: #6A8D92; }
  .categoryPost.styleOne li a:hover {
    color: #4B4E6D; }
.categoryPost.styleOne li.categoryPost__category::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 10px;
  width: 2px;
  background: #6A8D92; }
.categoryPost.styleOne li.categoryPost__category ul li a:hover {
  color: #4B4E6D; }
.categoryPost.styleOne .categoryPost__footer .read-more a {
  color: #565656; }
  .categoryPost.styleOne .categoryPost__footer .read-more a:before {
    position: absolute;
    content: "";
    background: #565656;
    height: 2px;
    width: calc( 100% );
    bottom: -2px;
    left: 0;
    transition: 0.3s; }
  .categoryPost.styleOne .categoryPost__footer .read-more a:hover {
    color: #4B4E6D; }
    .categoryPost.styleOne .categoryPost__footer .read-more a:hover::before {
      background: #4B4E6D; }
.categoryPost.styleOne .categoryPost__footer .postAction {
  color: #ccc; }
.categoryPost--videoFormat .categoryPost__postThumb {
  position: relative; }
  .categoryPost--videoFormat .categoryPost__postThumb a::before {
    content: url(../img/icon/play.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin: auto;
    width: 50px;
    height: 50px; }
  .categoryPost--videoFormat .categoryPost__postThumb a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3; }
@media (min-width: 768px) and (max-width: 991px) {
  .categoryPost--wideLayout.styleOne.smHeightControl .postText p {
    max-height: 266px;
    overflow: hidden; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .categoryPost--wideLayout.styleOne.mdHeightControl .postText p {
    max-height: 189px;
    overflow: hidden; } }
.categoryPost--wideLayout.styleOne .categoryPost__date {
  top: 10px;
  left: 25px; }
.categoryPost--wideLayout.styleOne .categoryPost__content {
  padding-left: 0;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .categoryPost--wideLayout.styleOne .categoryPost__content {
      padding-left: 30px; } }
  @media only screen and (max-width: 480px) {
    .categoryPost--wideLayout.styleOne .categoryPost__content {
      padding-left: 20px;
      padding-right: 20px; } }
@media (max-width: 767px) {
  .categoryPost--wideLayout.styleOne .categoryPost__footer {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (max-width: 480px) {
  .categoryPost--wideLayout.styleOne .categoryPost__footer {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .categoryPost--quotationFormat.mdHeightControl .postText {
    display: none; } }
.categoryPost--quotationFormat .categoryPost__postHeader {
  min-height: 220px;
  background: #6A8D92; }
  .categoryPost--quotationFormat .categoryPost__postHeader .categoryPost__quotation {
    padding: 0 65px; }
    .categoryPost--quotationFormat .categoryPost__postHeader .categoryPost__quotation blockquote {
      margin: 0;
      padding: 0;
      border: 0;
      text-align: center;
      font-style: italic;
      line-height: 34px;
      position: relative; }
      .categoryPost--quotationFormat .categoryPost__postHeader .categoryPost__quotation blockquote::before {
        content: url(../img/icon/quote.png);
        position: absolute;
        top: -40px;
        left: -18px;
        z-index: 9999; }
        @media only screen and (max-width: 480px) {
          .categoryPost--quotationFormat .categoryPost__postHeader .categoryPost__quotation blockquote::before {
            top: -30px; } }
      .categoryPost--quotationFormat .categoryPost__postHeader .categoryPost__quotation blockquote p {
        color: #fff;
        font-size: 21px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .categoryPost--quotationFormat .categoryPost__postHeader .categoryPost__quotation blockquote p {
            font-size: 17px; } }
        @media only screen and (max-width: 480px) {
          .categoryPost--quotationFormat .categoryPost__postHeader .categoryPost__quotation blockquote p {
            font-size: 17px; } }
.categoryPost--listStyle {
  margin-bottom: 23px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e2e2e2; }
  .categoryPost--listStyle::before, .categoryPost--listStyle::after {
    clear: both;
    display: block;
    content: ""; }
  .categoryPost--listStyle:last-child {
    margin-bottom: 0; }
  .categoryPost--listStyle figure {
    width: 130px;
    float: left; }
    @media only screen and (max-width: 480px) {
      .categoryPost--listStyle figure {
        width: 60px; } }
    .categoryPost--listStyle figure a img {
      width: 100%; }
  .categoryPost--listStyle .categoryPost__content {
    float: left;
    width: calc(100% - 130px);
    padding-left: 25px; }
    @media only screen and (max-width: 480px) {
      .categoryPost--listStyle .categoryPost__content {
        width: calc(100% - 60px);
        padding-left: 13px; } }
    .categoryPost--listStyle .categoryPost__content h5 {
      line-height: 25px;
      margin: 0;
      margin-top: 6px; }
      @media only screen and (max-width: 480px) {
        .categoryPost--listStyle .categoryPost__content h5 {
          font-size: 18px;
          line-height: 1.2; } }
    .categoryPost--listStyle .categoryPost__content .categoryPost__category {
      font-size: 15px;
      line-height: 1;
      font-weight: 600; }
      .categoryPost--listStyle .categoryPost__content .categoryPost__category li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
        padding-left: 10px; }
        .categoryPost--listStyle .categoryPost__content .categoryPost__category li:first-child {
          padding: 0;
          margin: 0; }
          .categoryPost--listStyle .categoryPost__content .categoryPost__category li:first-child::before {
            display: none; }
        .categoryPost--listStyle .categoryPost__content .categoryPost__category li::before {
          position: absolute;
          top: 2px;
          left: 0;
          content: "";
          height: 10px;
          width: 2px;
          background: #6A8D92; }
        .categoryPost--listStyle .categoryPost__content .categoryPost__category li a {
          color: #6A8D92; }
          .categoryPost--listStyle .categoryPost__content .categoryPost__category li a:hover {
            color: #4B4E6D; }
    .categoryPost--listStyle .categoryPost__content .categoryPost__meta {
      margin-top: 8px;
      font-size: 13px;
      color: #747474;
      line-height: 20px; }
      @media only screen and (max-width: 480px) {
        .categoryPost--listStyle .categoryPost__content .categoryPost__meta {
          display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .categoryPost--listStyle .categoryPost__content .categoryPost__meta {
          display: none; } }
      .categoryPost--listStyle .categoryPost__content .categoryPost__meta img {
        width: 20px;
        margin-right: 5px;
        border-radius: 50%; }
      .categoryPost--listStyle .categoryPost__content .categoryPost__meta a {
        font-weight: 700;
        color: #747474; }
        .categoryPost--listStyle .categoryPost__content .categoryPost__meta a:hover {
          color: #4B4E6D; }
      .categoryPost--listStyle .categoryPost__content .categoryPost__meta span {
        font-style: italic; }
.categoryPost.noPostThumb {
  padding: 35px 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .categoryPost.noPostThumb.mdHeightControl .postText p {
      height: 188px;
      overflow: hidden; } }
  .categoryPost.noPostThumb .categoryPost__postHeader .categoryPost__date {
    background: #4B4E6D;
    position: static !important;
    display: inline-block; }
  .categoryPost.noPostThumb .categoryPost__content {
    padding: 0; }
    .categoryPost.noPostThumb .categoryPost__content .categoryPost__title {
      font-size: 25px; }
    .categoryPost.noPostThumb .categoryPost__content .categoryPost__author_category li {
      display: inline-block; }
      .categoryPost.noPostThumb .categoryPost__content .categoryPost__author_category li a {
        color: #9697b5; }
        .categoryPost.noPostThumb .categoryPost__content .categoryPost__author_category li a:hover {
          color: #4B4E6D; }
      .categoryPost.noPostThumb .categoryPost__content .categoryPost__author_category li.categoryPost__category::before {
        position: absolute;
        top: 7px;
        left: 0;
        content: "";
        height: 10px;
        width: 2px;
        background: #9697b5; }
      .categoryPost.noPostThumb .categoryPost__content .categoryPost__author_category li.categoryPost__category ul {
        display: inline-block; }
        .categoryPost.noPostThumb .categoryPost__content .categoryPost__author_category li.categoryPost__category ul li {
          display: inline-block; }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-4 .categoryPost.styleOne.mdHeightControl-sm .postText p {
    max-height: 25px;
    overflow: hidden; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-8 .categoryPost.styleOne.mdHeightControl-lg .postText p {
    max-height: 186px;
    overflow: hidden; } }

.categoryPostWrapper .categoryPostBlock {
  margin-bottom: 30px; }

/*3.6 Featured Post */
.featuredPost.styleOne.hasPostThumb .featuredPost__postHeader .featuredPost__date {
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.4);
  top: 20px;
  left: 20px;
  padding: 0 20px;
  position: absolute;
  z-index: 10; }
  .featuredPost.styleOne.hasPostThumb .featuredPost__postHeader .featuredPost__date .timeIcon {
    font-size: 18px; }
.featuredPost.styleOne.hasPostThumb .featuredPost__content {
  padding-right: 150px;
  padding-left: 18px;
  bottom: 26px;
  left: 20px;
  z-index: 9999;
  position: absolute; }
  @media (max-width: 767px) {
    .featuredPost.styleOne.hasPostThumb .featuredPost__content {
      padding-right: 60px; } }
  .featuredPost.styleOne.hasPostThumb .featuredPost__content:before {
    position: absolute;
    content: "";
    height: calc(100% - 15px);
    width: 3px;
    background: #fff;
    display: inline-block;
    left: 0;
    top: 10px;
    transition: 0.4s; }
  .featuredPost.styleOne.hasPostThumb .featuredPost__content:hover::before {
    opacity: 0.5; }
  @media (max-width: 767px) {
    .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__title {
      font-size: 20px; } }
  .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__author_category {
    margin-top: 8px; }
    .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__author_category li {
      display: inline-block; }
      .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__author_category li a {
        color: #fff; }
        .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__author_category li a:hover {
          color: #4B4E6D; }
      .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__author_category li.featuredPost__category::before {
        position: absolute;
        top: 7px;
        left: 0;
        content: "";
        height: 12px;
        width: 2px;
        background: #fff;
        opacity: 0.55; }
      .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__author_category li.featuredPost__category ul {
        display: inline-block; }
        .featuredPost.styleOne.hasPostThumb .featuredPost__content .featuredPost__author_category li.featuredPost__category ul li {
          display: inline-block; }
.featuredPost.styleOne.noPostThumb {
  padding: 40px; }
  @media (max-width: 767px) {
    .featuredPost.styleOne.noPostThumb {
      padding: 30px 20px 35px; } }
  .featuredPost.styleOne.noPostThumb .featuredPost__postHeader .featuredPost__date {
    background: #4B4E6D;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .featuredPost.styleOne.noPostThumb .featuredPost__postHeader .featuredPost__date {
        height: auto;
        margin-bottom: -10px;
        color: #333;
        background: 0 0;
        line-height: normal;
        display: block;
        padding: 0; } }
  .featuredPost.styleOne.noPostThumb .featuredPost__content .featuredPost__author_category li {
    display: inline-block; }
    .featuredPost.styleOne.noPostThumb .featuredPost__content .featuredPost__author_category li a {
      color: #9697b5; }
      .featuredPost.styleOne.noPostThumb .featuredPost__content .featuredPost__author_category li a:hover {
        color: #4B4E6D; }
    .featuredPost.styleOne.noPostThumb .featuredPost__content .featuredPost__author_category li.featuredPost__category::before {
      position: absolute;
      top: 6px;
      left: 0;
      content: "";
      height: 10px;
      width: 2px;
      background: #9697b5; }
    .featuredPost.styleOne.noPostThumb .featuredPost__content .featuredPost__author_category li.featuredPost__category ul {
      display: inline-block; }
      .featuredPost.styleOne.noPostThumb .featuredPost__content .featuredPost__author_category li.featuredPost__category ul li {
        display: inline-block; }
  @media only screen and (max-width: 480px) {
    .featuredPost.styleOne.noPostThumb .featuredPost__content {
      height: 255px;
      overflow: hidden; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .featuredPost.styleOne.noPostThumb .featuredPost__content {
      height: 267px;
      overflow: hidden; } }
  .featuredPost.styleOne.noPostThumb .featuredPost__footer::before, .featuredPost.styleOne.noPostThumb .featuredPost__footer::after {
    clear: both;
    display: block;
    content: ""; }
  .featuredPost.styleOne.noPostThumb .featuredPost__footer .read-more a {
    color: #565656; }
    .featuredPost.styleOne.noPostThumb .featuredPost__footer .read-more a:before {
      position: absolute;
      content: "";
      background: #565656;
      height: 2px;
      width: calc( 100% );
      bottom: -2px;
      left: 0;
      transition: 0.3s; }
    .featuredPost.styleOne.noPostThumb .featuredPost__footer .read-more a:hover {
      color: #4B4E6D; }
      .featuredPost.styleOne.noPostThumb .featuredPost__footer .read-more a:hover::before {
        background: #4B4E6D; }
  .featuredPost.styleOne.noPostThumb .featuredPost__footer .postAction {
    color: #ccc; }
.featuredPost.styleTwo {
  height: 730px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .featuredPost.styleTwo {
      padding-left: 110px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .featuredPost.styleTwo {
      padding-left: 90px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .featuredPost.styleTwo {
      padding-left: 90px; } }
  .featuredPost.styleTwo .container {
    transform: translateY(-55px); }
  .featuredPost.styleTwo .featuredPost__header ul.featuredPost__category li {
    position: relative;
    display: inline-block;
    padding-left: 36px; }
    .featuredPost.styleTwo .featuredPost__header ul.featuredPost__category li:first-child {
      padding-left: 0; }
      .featuredPost.styleTwo .featuredPost__header ul.featuredPost__category li:first-child::before {
        display: none; }
    .featuredPost.styleTwo .featuredPost__header ul.featuredPost__category li::before {
      position: absolute;
      top: 9px;
      left: 17px;
      content: "";
      height: 14px;
      width: 2px;
      background: #fff; }
    .featuredPost.styleTwo .featuredPost__header ul.featuredPost__category li a {
      color: #fff;
      font-size: 19px; }
      .featuredPost.styleTwo .featuredPost__header ul.featuredPost__category li a:hover {
        color: #4B4E6D; }
  .featuredPost.styleTwo .featuredPost__content {
    max-width: 660px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .featuredPost.styleTwo .featuredPost__content {
        max-width: 500px; } }
    .featuredPost.styleTwo .featuredPost__content h1 {
      margin-top: 10px;
      margin-bottom: 30px; }
  .featuredPost.styleTwo .featuredPost__footer .authorPic {
    width: 50px;
    border-radius: 50%;
    overflow: hidden; }
  .featuredPost.styleTwo .featuredPost__footer .authorName-postDate h6 {
    font-family: Open Sans;
    font-weight: 600; }
  .featuredPost.styleTwo .featuredPost__footer .authorName-postDate span {
    color: #ccc; }
.featuredPost.styleThree {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  position: relative; }
  .featuredPost.styleThree .featuredPost__content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .featuredPost.styleThree .featuredPost__content h5 {
      margin-bottom: 5px; }
      .featuredPost.styleThree .featuredPost__content h5 a {
        color: #fff; }
        .featuredPost.styleThree .featuredPost__content h5 a:hover {
          color: #4B4E6D; }
    .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__author {
      float: left; }
      .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__author .author-pic {
        width: 20px;
        border-radius: 50%;
        margin-right: 5px; }
        @media only screen and (max-width: 480px) {
          .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__author .author-pic {
            width: 15px;
            margin-right: 2px; } }
      .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__author .author-name {
        font-size: 15px;
        color: #eee; }
        @media only screen and (max-width: 480px) {
          .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__author .author-name {
            font-size: 13px; } }
        .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__author .author-name:hover {
          color: #4B4E6D; }
    .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__rating {
      float: right;
      color: #ffa500; }
      @media only screen and (max-width: 480px) {
        .featuredPost.styleThree .featuredPost__content .featuredPost__author-rating .featuredPost__rating {
          font-size: 13px;
          padding-top: 3px; } }
  @media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .featuredPost.styleThree.min .featuredPost__content h5 {
      font-size: 15px; } }
  .featuredPost.styleThree.min .featuredPost__content .featuredPost__author-rating {
    overflow: hidden; }
    @media only screen and (min-width: 1300px) and (max-width: 1500px) {
      .featuredPost.styleThree.min .featuredPost__content .featuredPost__author-rating .featuredPost__author .author-pic {
        width: 15px;
        margin-right: 0px; } }
    @media only screen and (min-width: 1300px) and (max-width: 1500px) {
      .featuredPost.styleThree.min .featuredPost__content .featuredPost__author-rating .featuredPost__author .author-name {
        font-size: 13px;
        line-height: 1; } }
    .featuredPost.styleThree.min .featuredPost__content .featuredPost__author-rating .featuredPost__rating {
      font-size: 13px;
      padding-top: 3px; }
.featuredPost.styleFour {
  position: relative; }
  .featuredPost.styleFour.featuredPost--min .featuredPost__category li a {
    font-size: 13px !important;
    height: 24px !important;
    line-height: 24px !important; }
  .featuredPost.styleFour .featuredPost__thumb img {
    width: 100%; }
  .featuredPost.styleFour .featuredPost__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 30px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .featuredPost.styleFour .featuredPost__content .featuredPost__category {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .featuredPost.styleFour .featuredPost__content .featuredPost__category {
        display: none; } }
    @media (max-width: 767px) {
      .featuredPost.styleFour .featuredPost__content .featuredPost__category {
        display: none; } }
    .featuredPost.styleFour .featuredPost__content .featuredPost__category li {
      display: inline-block; }
      .featuredPost.styleFour .featuredPost__content .featuredPost__category li a {
        padding: 0 10px;
        background: #4B4E6D;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        margin-right: 2px;
        border-radius: 3px;
        height: 28px;
        line-height: 28px; }
        .featuredPost.styleFour .featuredPost__content .featuredPost__category li a:hover {
          background: #493548; }
    .featuredPost.styleFour .featuredPost__content h5 {
      margin-top: 4px; }
      .featuredPost.styleFour .featuredPost__content h5 a {
        color: #fff; }
        .featuredPost.styleFour .featuredPost__content h5 a:hover {
          color: #4B4E6D; }
    .featuredPost.styleFour .featuredPost__content .featuredPost__meta {
      margin-top: 7px; }
      .featuredPost.styleFour .featuredPost__content .featuredPost__meta .featuredPost__author img {
        width: 20px;
        border-radius: 50%;
        margin-right: 5px; }
      .featuredPost.styleFour .featuredPost__content .featuredPost__meta .featuredPost__author a {
        color: #ccc;
        font-size: 15px; }
        .featuredPost.styleFour .featuredPost__content .featuredPost__meta .featuredPost__author a:hover {
          color: #4B4E6D; }
  .featuredPost.styleFour.smControl .featuredPost__content {
    padding-bottom: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .featuredPost.styleFour.smControl h5 {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .featuredPost.styleFour.smControl .featuredPost__category li a {
      font-size: 14px;
      padding: 2px 8px; } }

.featuredPostArea .owl-nav {
  text-align: center; }
  .featuredPostArea .owl-nav div {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    color: #ccc;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: 40px;
    margin-top: -75px;
    transition: 0.4s; }
    .featuredPostArea .owl-nav div.owl-next {
      right: 40px;
      left: auto; }
    .featuredPostArea .owl-nav div:hover {
      color: #fff;
      background: #4B4E6D;
      border: 1px solid #4B4E6D; }

.featuredPostArea .gridWrapper {
  margin-left: -10px;
  margin-right: -10px; }
  .featuredPostArea .gridWrapper::before, .featuredPostArea .gridWrapper::after {
    clear: both;
    display: block;
    content: ""; }
  @media only screen and (min-width: 768px) and (max-width: 1299px) {
    .featuredPostArea .gridWrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; } }
  @media (max-width: 767px) {
    .featuredPostArea .gridWrapper > div:first-child {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .featuredPostArea .gridWrapper > div:nth-child(3) {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .featuredPostArea .gridWrapper > div:last-child {
      margin-top: 20px; } }
  .featuredPostArea .gridWrapper .defGrid {
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .featuredPostArea .gridWrapper .defGrid.order-1 {
      order: 1; }
    .featuredPostArea .gridWrapper .defGrid.order-2 {
      order: 2; }
    .featuredPostArea .gridWrapper .defGrid.order-3 {
      order: 3; }
    .featuredPostArea .gridWrapper .defGrid.order-4 {
      order: 4; }
    .featuredPostArea .gridWrapper .defGrid img {
      width: 100%; }
  .featuredPostArea .gridWrapper .gridBig {
    width: 30.4%; }
    @media only screen and (min-width: 768px) and (max-width: 1299px) {
      .featuredPostArea .gridWrapper .gridBig {
        width: 50%;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .featuredPostArea .gridWrapper .gridBig {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .featuredPostArea .gridWrapper .gridBig h5 {
        font-size: 17px; } }
  .featuredPostArea .gridWrapper .gridSmall {
    width: 19.6%; }
    @media only screen and (min-width: 768px) and (max-width: 1299px) {
      .featuredPostArea .gridWrapper .gridSmall {
        width: 50%; } }
    @media (max-width: 767px) {
      .featuredPostArea .gridWrapper .gridSmall {
        width: 100%; } }
    .featuredPostArea .gridWrapper .gridSmall article:first-child {
      margin-bottom: 20px; }
    .featuredPostArea .gridWrapper .gridSmall article h5 {
      font-size: 17px; }
      @media only screen and (min-width: 768px) and (max-width: 1299px) {
        .featuredPostArea .gridWrapper .gridSmall article h5 {
          font-size: 21px; } }

/*3.7 Instagram */
.instagramGal__label {
  position: absolute;
  display: inline-block;
  height: 50px;
  padding: 0 25px;
  background-color: rgba(75, 78, 109, 0.75);
  z-index: 999;
  font-size: 21px;
  border-radius: 4px;
  color: #fff;
  line-height: 42px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 767px) {
    .instagramGal__label {
      display: none; } }

.instagramGal__block.styleOne a {
  position: relative;
  display: block;
  overflow: hidden; }
  .instagramGal__block.styleOne a:before, .instagramGal__block.styleOne a:after {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s;
    display: inline-block; }
  .instagramGal__block.styleOne a::before {
    content: "";
    font-family: "Ionicons";
    z-index: 99;
    font-size: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px; }
  .instagramGal__block.styleOne a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(75, 78, 109, 0.75);
    z-index: 9;
    transform: rotate(10deg); }
  .instagramGal__block.styleOne a:hover:after {
    opacity: 1;
    transform: rotate(0deg); }
  .instagramGal__block.styleOne a:hover::before {
    opacity: 1; }
  .instagramGal__block.styleOne a img {
    width: 100%; }
.instagramGal__block.styleOne.multiply a::before {
  content: ""; }
.instagramGal__block.styleOne.multiply a:after {
  mix-blend-mode: multiply;
  background-color: #4B4E6D; }
.instagramGal__block.styleTwo a {
  position: relative;
  display: block;
  overflow: hidden; }
  .instagramGal__block.styleTwo a:before, .instagramGal__block.styleTwo a:after {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s;
    display: inline-block; }
  .instagramGal__block.styleTwo a::before {
    content: "";
    font-family: "Ionicons";
    z-index: 99;
    font-size: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px; }
  .instagramGal__block.styleTwo a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(75, 78, 109, 0.75);
    z-index: 9;
    transform: rotate(10deg); }
  .instagramGal__block.styleTwo a:hover:after {
    opacity: 1;
    transform: rotate(0deg); }
  .instagramGal__block.styleTwo a:hover::before {
    opacity: 1; }
  .instagramGal__block.styleTwo a img {
    width: 100%; }
.instagramGal__block.styleTwo.multiply a::before {
  content: ""; }
.instagramGal__block.styleTwo.multiply a:after {
  mix-blend-mode: multiply;
  background-color: #4B4E6D; }

.instagramGal .container .row {
  margin: 0; }
  @media (max-width: 767px) {
    .instagramGal .container .row {
      margin-left: -15px;
      margin-right: -15px; } }

/*3.8 Recent Event */
.eventPost.styleOne {
  height: 730px; }
  .eventPost.styleOne .eventPost__header ul.eventPost__category {
    position: relative; }
    .eventPost.styleOne .eventPost__header ul.eventPost__category::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 0;
      background: #fff;
      width: 80px;
      height: 3px; }
      @media (max-width: 767px) {
        .eventPost.styleOne .eventPost__header ul.eventPost__category::before {
          height: 1px;
          width: 70%; } }
    .eventPost.styleOne .eventPost__header ul.eventPost__category li {
      position: relative;
      display: inline-block;
      padding-left: 36px;
      color: #fff;
      font-size: 17px; }
      @media (max-width: 767px) {
        .eventPost.styleOne .eventPost__header ul.eventPost__category li {
          display: block; } }
      @media (max-width: 767px) {
        .eventPost.styleOne .eventPost__header ul.eventPost__category li time span {
          display: block; } }
      @media (max-width: 767px) {
        .eventPost.styleOne .eventPost__header ul.eventPost__category li {
          padding-left: 0; } }
      .eventPost.styleOne .eventPost__header ul.eventPost__category li:first-child {
        padding-left: 0; }
        .eventPost.styleOne .eventPost__header ul.eventPost__category li:first-child::before {
          display: none; }
      .eventPost.styleOne .eventPost__header ul.eventPost__category li::before {
        position: absolute;
        top: 9px;
        left: 17px;
        content: "";
        height: 14px;
        width: 2px;
        background: #fff; }
        @media (max-width: 767px) {
          .eventPost.styleOne .eventPost__header ul.eventPost__category li::before {
            display: none; } }
  .eventPost.styleOne .eventPost__content {
    max-width: 660px; }

/*3.9 Sidebar */
@media (min-width: 768px) and (max-width: 991px) {
  .sideBar {
    margin-top: 40px; } }
@media (max-width: 767px) {
  .sideBar {
    margin-top: 40px; } }
.sideBar.styleOne.rightSideBar {
  padding-left: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar.styleOne.rightSideBar {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .sideBar.styleOne.rightSideBar {
      padding-left: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sideBar.styleOne.rightSideBar {
      padding-left: 0; } }
.sideBar.styleOne.leftSideBar {
  padding-right: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar.styleOne.leftSideBar {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .sideBar.styleOne.leftSideBar {
      padding-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sideBar.styleOne.leftSideBar {
      padding-right: 0; } }
.sideBar.styleOne .widget {
  padding: 0 35px 35px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .sideBar.styleOne .widget {
      padding: 0 20px 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sideBar.styleOne .widget {
      padding: 0 20px 30px; } }
  .sideBar.styleOne .widget:last-child {
    margin-bottom: 0; }
  .sideBar.styleOne .widget .widgetTitle {
    border-bottom: 2px dashed #eeeeee;
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0; }
.sideBar.styleTwo.rightSideBar {
  padding-left: 25px; }
  @media (max-width: 767px) {
    .sideBar.styleTwo.rightSideBar {
      padding-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar.styleTwo.rightSideBar {
      padding-left: 0; } }
.sideBar.styleTwo.leftSideBar {
  padding-right: 25px; }
  @media (max-width: 767px) {
    .sideBar.styleTwo.leftSideBar {
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar.styleTwo.leftSideBar {
      padding-right: 0; } }
.sideBar.styleTwo .widget {
  margin-bottom: 40px; }
  .sideBar.styleTwo .widget:last-child {
    margin-bottom: 0; }
  .sideBar.styleTwo .widget .widgetTitle {
    background: #51575f;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    color: #fff; }
.sideBar.styleThree.rightSideBar {
  padding-left: 25px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar.styleThree.rightSideBar {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .sideBar.styleThree.rightSideBar {
      padding-left: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sideBar.styleThree.rightSideBar {
      padding-left: 0; } }
.sideBar.styleThree.leftSideBar {
  padding-right: 25px; }
.sideBar.styleThree .widget {
  padding: 25px;
  margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sideBar.styleThree .widget {
      padding: 15px; } }
  .sideBar.styleThree .widget:last-child {
    margin-bottom: 0; }
  .sideBar.styleThree .widget .widgetTitle {
    margin: 0;
    color: #222;
    position: relative;
    margin-bottom: 50px; }
    .sideBar.styleThree .widget .widgetTitle:before {
      content: "";
      width: 65px;
      height: 2px;
      background: #4B4E6D;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -25px; }
    .sideBar.styleThree .widget .widgetTitle:after {
      content: "";
      width: 6px;
      height: 2px;
      background: #f6f6f6;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -12px; }
.sideBar.styleFour.rightSideBar {
  padding-left: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar.styleFour.rightSideBar {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .sideBar.styleFour.rightSideBar {
      padding-left: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sideBar.styleFour.rightSideBar {
      padding-left: 0; } }
.sideBar.styleFour.leftSideBar {
  padding-right: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar.styleFour.leftSideBar {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .sideBar.styleFour.leftSideBar {
      padding-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sideBar.styleFour.leftSideBar {
      padding-right: 0; } }
.sideBar.styleFour .widget {
  margin-bottom: 45px; }
  .sideBar.styleFour .widget:last-child {
    margin-bottom: 0; }
  .sideBar.styleFour .widget .widgetTitle {
    text-align: left;
    margin-top: 0;
    margin-bottom: 50px; }
    .sideBar.styleFour .widget .widgetTitle.c-headingUnderLine::before {
      left: 0;
      margin-left: 0;
      width: 65px; }
    .sideBar.styleFour .widget .widgetTitle.c-headingUnderLine--styleTwo::after {
      left: 12px;
      margin-left: 0; }

/*3.10 Single Post */
.singlePost.styleOne {
  position: relative; }
  .singlePost.styleOne .singlePost__postHeader .singlePost__date {
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    z-index: 99; }
    .singlePost.styleOne .singlePost__postHeader .singlePost__date .timeIcon {
      font-size: 18px; }
  .singlePost.styleOne .singlePost__postHeader .singlePost__postHeader img {
    width: 100%; }
  .singlePost.styleOne .singlePost__content {
    padding: 0 40px; }
    @media (max-width: 767px) {
      .singlePost.styleOne .singlePost__content {
        padding: 0 20px; } }
    .singlePost.styleOne .singlePost__content .singlePost__author_category li a {
      color: #6A8D92; }
      .singlePost.styleOne .singlePost__content .singlePost__author_category li a:hover {
        color: #4B4E6D; }
    .singlePost.styleOne .singlePost__content .singlePost__author_category li.singlePost__category::before {
      position: absolute;
      top: 6px;
      left: 0;
      content: "";
      height: 14px;
      width: 2px;
      background: #6A8D92; }
    .singlePost.styleOne .singlePost__content .singlePost__author_category li.singlePost__category ul li a:hover {
      color: #4B4E6D; }
  .singlePost.styleOne .singlePost__footer {
    padding: 0 40px;
    padding-top: 35px; }
    .singlePost.styleOne .singlePost__footer .singlePost__share {
      border-top: 1px solid #e5e5e5;
      padding-top: 25px; }
      .singlePost.styleOne .singlePost__footer .singlePost__share ul li {
        display: inline-block; }
        .singlePost.styleOne .singlePost__footer .singlePost__share ul li a {
          color: #ccc;
          font-size: 22px;
          margin-right: 10px; }
.singlePost.fullWidth .singlePost__postHeader {
  margin-bottom: 50px; }
.singlePost.fullWidth .singlePost__content {
  padding: 0 100px; }
  @media (max-width: 767px) {
    .singlePost.fullWidth .singlePost__content {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .singlePost.fullWidth .singlePost__content {
      padding: 0 40px; } }
.singlePost.fullWidth .singlePost__footer {
  padding: 0px 100px; }
  @media (max-width: 767px) {
    .singlePost.fullWidth .singlePost__footer {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .singlePost.fullWidth .singlePost__footer {
      padding: 0 40px; } }
  .singlePost.fullWidth .singlePost__footer .singlePost__share {
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .singlePost.fullWidth .singlePost__footer .singlePost__share {
        border-bottom: 0;
        border-top: 1px solid #e5e5e5;
        margin-top: 35px;
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .singlePost.fullWidth .singlePost__footer .singlePost__share {
        border-bottom: 0;
        border-top: 1px solid #e5e5e5;
        margin-top: 35px;
        padding-bottom: 20px; } }

.fullWidth .breadcrumbs {
  padding-bottom: 30px;
  font-size: 17px; }
  .fullWidth .breadcrumbs a {
    color: #747474; }
  .fullWidth .breadcrumbs .separetor {
    color: #747474;
    margin: 0 5px; }
  .fullWidth .breadcrumbs .current {
    color: #6A8D92; }
.fullWidth .singlePost__date {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #6A8D92;
  display: inline-block;
  border-radius: 4px;
  color: #fff; }
.fullWidth .postPrevNext:before {
  display: none; }

.postPrevNext {
  overflow: hidden;
  margin-top: 30px;
  position: relative; }
  .postPrevNext::before {
    position: absolute;
    top: -11px;
    left: 32%;
    width: 4px;
    height: 157%;
    content: "";
    transform: rotate(-45deg);
    background: #f6f6f6;
    transform-origin: top; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .postPrevNext::before {
        display: none; } }
    @media (max-width: 767px) {
      .postPrevNext::before {
        display: none; } }
  .postPrevNext .col {
    width: 50%;
    float: left;
    padding: 50px; }
    .postPrevNext .col .ctrl {
      margin: 0;
      margin-bottom: 20px;
      font-size: 17px; }
      .postPrevNext .col .ctrl a {
        color: #747474; }
        .postPrevNext .col .ctrl a:hover {
          color: #4B4E6D; }
    .postPrevNext .col h5 {
      margin: 0; }
      .postPrevNext .col h5 a {
        color: #262626; }
        .postPrevNext .col h5 a:hover {
          color: #4B4E6D; }
  .postPrevNext.fullWidth {
    overflow: hidden;
    padding: 0 100px;
    margin-top: 0;
    padding-bottom: 72px; }
    .postPrevNext.fullWidth .col {
      padding: 0;
      width: 280px; }
      .postPrevNext.fullWidth .col.left {
        float: left; }
      .postPrevNext.fullWidth .col.right {
        float: right;
        text-align: right; }

.postResponse {
  padding: 50px; }
  .postResponse h4 {
    line-height: 1; }
  @media (max-width: 767px) {
    .postResponse {
      padding: 20px; } }
  .postResponse.postResponse-pad {
    padding-top: 10px; }
  .postResponse--trns {
    padding: 0;
    padding-bottom: 70px; }
  .postResponse .responseTab__btn {
    display: flex;
    margin: 0 -10px; }
    @media only screen and (max-width: 480px) {
      .postResponse .responseTab__btn {
        margin: 0 -5px; } }
    .postResponse .responseTab__btn li {
      flex: 1;
      text-align: center;
      height: 56px;
      line-height: 56px;
      margin: 0 10px;
      border-radius: 4px;
      border: 1px solid #9697b5; }
      @media only screen and (max-width: 480px) {
        .postResponse .responseTab__btn li {
          margin: 0 5px; } }
      .postResponse .responseTab__btn li.active {
        background: #4B4E6D; }
        .postResponse .responseTab__btn li.active a {
          color: #fff; }
      .postResponse .responseTab__btn li a {
        color: #565656;
        font-size: 15px;
        text-transform: uppercase;
        display: block; }
  .postResponse .form__row {
    margin-bottom: 20px; }
    .postResponse .form__row:last-child {
      margin-bottom: 0; }
    .postResponse .form__row textarea {
      width: 100%;
      border-radius: 4px;
      border: 1px solid #9697b5;
      height: 150px;
      resize: none;
      padding: 10px 15px;
      background: transparent; }
      .postResponse .form__row textarea:focus {
        border: 1px solid #4B4E6D; }
    .postResponse .form__row .input {
      width: 100%;
      border: 1px solid #9697b5;
      border-radius: 4px;
      height: 54px;
      padding: 0 15px;
      background: transparent; }
      @media (max-width: 767px) {
        .postResponse .form__row .input.firstChild {
          margin-bottom: 20px; } }
      .postResponse .form__row .input:focus {
        border: 1px solid #4B4E6D; }
    .postResponse .form__row button {
      width: 100%;
      border: none;
      height: 55px;
      border-radius: 4px;
      background: #4B4E6D;
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      transition: 0.3s; }
      .postResponse .form__row button:hover {
        background: #493548; }

.commentsArea {
  padding: 50px 50px 20px; }
  @media (max-width: 767px) {
    .commentsArea {
      padding: 20px; } }
  .commentsArea.pad-60 {
    padding-top: 60px; }
  .commentsArea h4 {
    line-height: 1; }
  .commentsArea .comments__Wrapper .comment-list .comment .comment-body {
    margin-bottom: 30px; }
    .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta {
      position: relative; }
      .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta::before, .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta::after {
        clear: both;
        display: block;
        content: ""; }
      .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta .author-pic {
        width: 60px;
        float: left;
        overflow: hidden;
        border-radius: 50%; }
        .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta .author-pic img {
          width: 100%; }
      .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta .comment-metadata {
        width: calc(100% - 60px);
        float: left;
        padding-left: 15px; }
        .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta .comment-metadata .author-name {
          margin: 0;
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 5px; }
        .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta .comment-metadata time {
          color: #ababab;
          font-size: 16px; }
      .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta .postReplay {
        position: absolute;
        top: 0;
        right: 0;
        color: #747474;
        font-size: 15px;
        font-weight: 700; }
        .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-meta .postReplay:hover {
          color: #4B4E6D; }
    .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-content {
      padding-left: 75px; }
      .commentsArea .comments__Wrapper .comment-list .comment .comment-body .comment-content p {
        margin: 0; }
  .commentsArea .comments__Wrapper .comment-list .comment ol.children {
    padding-left: 30px; }

.singlePost__content .postText h1,
.singlePost__content .postText .h1,
.singlePost__content .postText h2,
.singlePost__content .postText .h2,
.singlePost__content .postText h3,
.singlePost__content .postText .h3,
.singlePost__content .postText h4,
.singlePost__content .postText .h4,
.singlePost__content .postText h5,
.singlePost__content .postText .h5,
.singlePost__content .postText h6,
.singlePost__content .postText .h6 {
  margin-bottom: 20px; }
.singlePost__content .postText p {
  margin-bottom: 15px; }
  .singlePost__content .postText p em {
    color: #51575f; }
.singlePost__content .postText a {
  color: #51575f;
  text-decoration: underline; }
  .singlePost__content .postText a:hover {
    color: #4B4E6D; }
.singlePost__content .postText ul {
  padding-left: 18px;
  padding-bottom: 16px; }
  .singlePost__content .postText ul li {
    list-style: initial;
    color: #747474;
    margin-bottom: 12px; }
.singlePost__content .postText blockquote {
  border: 0;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 480px) {
    .singlePost__content .postText blockquote {
      padding-left: 0px;
      padding-right: 0px; } }
  .singlePost__content .postText blockquote p {
    font-style: italic;
    text-align: center;
    font-size: 20px; }
    .singlePost__content .postText blockquote p:last-child {
      margin-bottom: 0; }

/*3.11 Trending Post */
.trendingPost .styleOne::before {
  position: absolute;
  z-index: 99;
  width: 84px;
  height: 52px;
  content: "";
  transform: rotate(140deg);
  opacity: 0.5;
  background: #262626;
  left: -29px;
  top: -23px;
  transition: 0.3s; }
.trendingPost .styleOne:after {
  position: absolute;
  top: 0;
  left: 8px;
  content: "✓";
  color: #ccc;
  font-family: "Ionicons";
  font-size: 22px;
  z-index: 9999999; }
.trendingPost .styleOne:hover::before {
  background: #4B4E6D;
  opacity: 1; }
.trendingPost .styleOne:hover::after {
  color: #fff; }
.trendingPost .styleOne:hover .trendingPost__content {
  bottom: 0; }
  .trendingPost .styleOne:hover .trendingPost__content ul.trendingPost__author_date, .trendingPost .styleOne:hover .trendingPost__content .featuredPost__author-rating {
    opacity: 1;
    transition: 0.4s ease 0.2s; }
.trendingPost .styleOne .trendingPost__content {
  bottom: -25px;
  left: 0;
  width: 100%;
  transition: 0.3s; }
  .trendingPost .styleOne .trendingPost__content h3 a {
    color: #f6f6f6; }
  .trendingPost .styleOne .trendingPost__content ul.trendingPost__author_date {
    opacity: 0; }
  .trendingPost .styleOne .trendingPost__content li.trendingPost_date::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #fff;
    top: 6px;
    left: 9px; }
  .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating {
    margin-top: 10px;
    opacity: 0; }
    .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating::before, .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating::after {
      clear: both;
      display: block;
      content: ""; }
    .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating .featuredPost__author {
      float: left; }
      .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating .featuredPost__author .author-pic {
        width: 20px;
        border-radius: 50%;
        margin-right: 5px;
        float: left; }
      .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating .featuredPost__author .author-name {
        font-size: 15px;
        color: #fff; }
        .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating .featuredPost__author .author-name:hover {
          color: #4B4E6D; }
    .trendingPost .styleOne .trendingPost__content .featuredPost__author-rating .featuredPost__rating {
      float: right;
      color: #ffa500; }
.trendingPost .styleTwo::before {
  position: absolute;
  z-index: 99;
  width: 84px;
  height: 52px;
  content: "";
  transform: rotate(140deg);
  opacity: 1;
  background: #262626;
  left: -29px;
  top: -23px;
  transition: 0.3s; }
.trendingPost .styleTwo:after {
  position: absolute;
  top: 1px;
  left: 12px;
  content: "";
  color: #ccc;
  font-family: "Ionicons";
  font-size: 22px;
  z-index: 99;
  transition: 0.3s; }
.trendingPost .styleTwo:hover::before {
  background: #4B4E6D; }
.trendingPost .styleTwo:hover::after {
  color: #fff; }
.trendingPost .styleTwo .trendingPost__header .trendingPost__thumb a img {
  width: 100%; }
.trendingPost .styleTwo .trendingPost__content {
  padding-top: 15px; }
  .trendingPost .styleTwo .trendingPost__content h5 a {
    color: #262626; }
    .trendingPost .styleTwo .trendingPost__content h5 a:hover {
      color: #4B4E6D; }
  .trendingPost .styleTwo .trendingPost__content .trendingPost__meta {
    margin-top: 15px; }
    .trendingPost .styleTwo .trendingPost__content .trendingPost__meta .trendingPost__author .author-pic {
      width: 25px;
      border-radius: 50%;
      margin-right: 10px;
      float: left; }
    .trendingPost .styleTwo .trendingPost__content .trendingPost__meta .trendingPost__author .author-name {
      font-size: 15px;
      color: #6A8D92; }
      .trendingPost .styleTwo .trendingPost__content .trendingPost__meta .trendingPost__author .author-name:hover {
        color: #4B4E6D; }
.trendingPost .owl-nav {
  text-align: center; }
  .trendingPost .owl-nav div {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    color: #ccc;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: -50px;
    margin-top: -20px;
    transition: 0.4s; }
    @media (min-width: 768px) and (max-width: 991px) {
      .trendingPost .owl-nav div {
        left: -40px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .trendingPost .owl-nav div {
        left: -40px; } }
    .trendingPost .owl-nav div.owl-next {
      right: -50px;
      left: auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        .trendingPost .owl-nav div.owl-next {
          right: -40px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .trendingPost .owl-nav div.owl-next {
          right: -40px; } }
    .trendingPost .owl-nav div:hover {
      color: #fff;
      background: #4B4E6D;
      border: 1px solid #4B4E6D; }
    @media (max-width: 767px) {
      .trendingPost .owl-nav div {
        position: static;
        display: inline-block;
        margin: 20px 10px 0; } }
@media only screen and (min-width: 991px) and (max-width: 1539px) {
  .trendingPost.full-width .owl-nav div {
    background: #fff; } }
@media (min-width: 768px) and (max-width: 991px) {
  .trendingPost.full-width .owl-nav div {
    background: #fff; } }
@media only screen and (min-width: 991px) and (max-width: 1539px) {
  .trendingPost.full-width .owl-nav div:hover {
    background: #4B4E6D;
    border-color: #4B4E6D; } }
@media (min-width: 768px) and (max-width: 991px) {
  .trendingPost.full-width .owl-nav div:hover {
    background: #4B4E6D;
    border-color: #4B4E6D; } }
@media only screen and (min-width: 991px) and (max-width: 1539px) {
  .trendingPost.full-width .owl-nav .owl-next {
    right: 40px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .trendingPost.full-width .owl-nav .owl-next {
    right: 40px; } }
@media only screen and (min-width: 991px) and (max-width: 1539px) {
  .trendingPost.full-width .owl-nav .owl-prev {
    left: 40px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .trendingPost.full-width .owl-nav .owl-prev {
    left: 40px; } }

/*3.12 Video Post */
.videoPost.styleOne {
  background: #51575f; }
  .videoPost.styleOne .sectionBody {
    background: #f1f1f9;
    padding: 20px; }
    @media only screen and (max-width: 480px) {
      .videoPost.styleOne .sectionBody {
        padding: 5px; } }
    .videoPost.styleOne .sectionBody .mainWrapper {
      background: #fff;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .videoPost.styleOne .sectionBody .mainWrapper {
          padding-right: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .videoPost.styleOne .sectionBody .mainWrapper {
          padding-right: 0px; } }
      .videoPost.styleOne .sectionBody .mainWrapper .row {
        display: flex; }
        @media (max-width: 767px) {
          .videoPost.styleOne .sectionBody .mainWrapper .row {
            display: block; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .videoPost.styleOne .sectionBody .mainWrapper .row {
            display: block; } }
      .videoPost.styleOne .sectionBody .mainWrapper .playerFrame {
        height: 100%; }
        .videoPost.styleOne .sectionBody .mainWrapper .playerFrame iframe {
          width: 100%;
          height: 100%;
          border: 0; }
          @media (max-width: 767px) {
            .videoPost.styleOne .sectionBody .mainWrapper .playerFrame iframe {
              height: 200px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .videoPost.styleOne .sectionBody .mainWrapper .playerFrame iframe {
              height: 320px; } }
      .videoPost.styleOne .sectionBody .mainWrapper .playList {
        padding-bottom: 20px; }
        .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header {
          padding: 15px 0;
          border-bottom: 1px dashed #ccc;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header {
              padding-left: 15px;
              padding-right: 15px;
              padding-top: 15px;
              overflow: hidden; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header {
              padding-left: 15px;
              padding-right: 15px;
              padding-top: 15px;
              overflow: hidden; } }
          .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header h3 {
            margin: 0;
            line-height: 40px;
            float: left; }
            @media only screen and (max-width: 480px) {
              .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header h3 {
                width: 100%; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header h3 {
                font-size: 18px; } }
          .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header .btnSubscription {
            border: 1px solid #51575f;
            color: #51575f;
            height: 40px;
            font-size: 17px;
            line-height: 38px;
            padding: 0 20px;
            display: inline-block;
            float: right; }
            @media only screen and (max-width: 480px) {
              .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header .btnSubscription {
                float: left;
                height: 34px;
                line-height: 32px;
                padding: 0 15px;
                margin-top: 10px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header .btnSubscription {
                height: 34px;
                line-height: 32px;
                padding: 0 15px;
                margin-top: 5px; } }
            .videoPost.styleOne .sectionBody .mainWrapper .playList .playList__header .btnSubscription:hover {
              background: #4B4E6D;
              color: #fff;
              border: 1px solid #4B4E6D; }
        .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap {
          height: 300px;
          overflow-y: scroll;
          padding-left: 15px;
          padding-right: 15px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap {
              height: 236px;
              padding-left: 0;
              padding-right: 5px; } }
          .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li {
            margin-bottom: 20px;
            overflow: hidden; }
            .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li:last-child {
              margin-bottom: 0; }
            .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__thumb {
              width: 70px;
              float: left; }
            .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content {
              width: calc(100% - 70px);
              padding-left: 25px;
              float: left; }
              @media only screen and (max-width: 480px) {
                .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content {
                  padding-left: 15px; } }
              .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content h3 {
                margin: 0;
                line-height: 20px;
                margin-top: -4px;
                margin-bottom: 5px;
                font-weight: bold; }
                @media only screen and (max-width: 480px) {
                  .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content h3 {
                    font-size: 15px; } }
                @media (min-width: 992px) and (max-width: 1199px) {
                  .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content h3 {
                    height: 40px;
                    overflow: hidden; } }
                .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content h3 a:hover {
                  color: #4B4E6D; }
              .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content .postDate {
                display: block;
                color: #51575f;
                font-size: 13px; }
                @media only screen and (max-width: 480px) {
                  .videoPost.styleOne .sectionBody .mainWrapper .playList ul.playList__wrap li .videoPost__content .postDate {
                    display: none; } }
    @media only screen and (max-width: 480px) {
      .videoPost.styleOne .sectionBody .relatedPlayList {
        padding: 0 10px; } }
    .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block {
      overflow: hidden; }
      @media only screen and (max-width: 480px) {
        .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block {
          margin-bottom: 20px; } }
      .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block .videoPost__thumb {
        width: 70px;
        float: left; }
      .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block .videoPost__content {
        width: calc(100% - 70px);
        float: left;
        padding-left: 15px; }
        .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block .videoPost__content h3 {
          margin: 0;
          line-height: 20px;
          margin-top: -4px;
          margin-bottom: 5px;
          font-weight: bold;
          font-size: 16px; }
          @media only screen and (max-width: 480px) {
            .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block .videoPost__content h3 {
              font-size: 15px; } }
          .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block .videoPost__content h3 a:hover {
            color: #4B4E6D; }
        .videoPost.styleOne .sectionBody .relatedPlayList .relatedPlayList__block .videoPost__content .postDate {
          display: block;
          color: #51575f;
          font-size: 13px; }
.videoPost.styleTwo {
  padding: 5px;
  background: #fff; }
  @media (max-width: 767px) {
    .videoPost.styleTwo {
      margin-bottom: 30px; } }
  .videoPost.styleTwo figure {
    position: relative; }
    .videoPost.styleTwo figure a.figure {
      position: relative;
      display: block; }
      .videoPost.styleTwo figure a.figure img {
        width: 100%; }
      .videoPost.styleTwo figure a.figure::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background: #000;
        opacity: 0.5;
        top: 0;
        left: 0; }
      .videoPost.styleTwo figure a.figure::after {
        content: "";
        font-family: "Ionicons";
        position: absolute;
        z-index: 9999;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 40px;
        width: 40px;
        background: #fff;
        margin: auto;
        line-height: 40px;
        text-align: center;
        color: #333;
        border-radius: 50%;
        font-size: 18px;
        transition: 0.4s; }
    .videoPost.styleTwo figure figcaption {
      position: absolute;
      bottom: 40px;
      color: #fff;
      text-align: center;
      padding: 0 15px;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .videoPost.styleTwo figure figcaption {
          bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .videoPost.styleTwo figure figcaption {
          display: none; } }
      .videoPost.styleTwo figure figcaption h5 {
        padding: 0 15px;
        transition: 0.4s;
        margin: 0; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .videoPost.styleTwo figure figcaption h5 {
            overflow: hidden;
            height: 53px; } }
        .videoPost.styleTwo figure figcaption h5 a:hover {
          color: #4B4E6D; }
    .videoPost.styleTwo figure:hover a::after {
      background: #4B4E6D;
      color: #fff; }

/*** widgets  ** */
/*4.1 Sidebar Widgets */
.sideBar .aboutWidget.styleOne .aboutWidget__info p em {
  font-weight: 600; }
.sideBar .aboutWidget.styleOne .aboutWidget__socialMedia {
  margin-top: 24px; }
  .sideBar .aboutWidget.styleOne .aboutWidget__socialMedia li {
    display: inline-block; }
    .sideBar .aboutWidget.styleOne .aboutWidget__socialMedia li a {
      color: #ccc;
      transition: 0.3s;
      font-size: 20px;
      margin-right: 10px; }
.sideBar .popularPostWidget.styleOne .popularPostWidget__body > li {
  overflow: hidden;
  margin-bottom: 23px; }
  .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li:last-child {
    margin-bottom: 0; }
  .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li figure {
    width: 80px;
    float: left; }
  .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content {
    float: left;
    width: calc(100% - 80px);
    padding-left: 25px; }
    .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content h3 {
      line-height: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: -2px; }
    .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category {
      font-size: 13px;
      margin-top: 7px; }
      .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li {
        display: inline-block;
        vertical-align: middle; }
        .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li a {
          color: #6A8D92; }
          .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li a:hover {
            color: #4B4E6D; }
        .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li.popularPostWidget__category {
          margin-left: 5px;
          padding-left: 10px; }
          .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li.popularPostWidget__category::before {
            position: absolute;
            top: 6px;
            left: 0;
            content: "";
            height: 10px;
            width: 2px;
            background: #6A8D92; }
          .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li.popularPostWidget__category ul {
            display: inline-block; }
            .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li.popularPostWidget__category ul li {
              display: inline-block; }
              .sideBar .popularPostWidget.styleOne .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__author_category li.popularPostWidget__category ul li a:hover {
                color: #4B4E6D; }
.sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li {
  margin-bottom: 23px; }
  .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li::before, .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li::after {
    clear: both;
    display: block;
    content: ""; }
  .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li:last-child {
    margin-bottom: 0; }
  .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li figure {
    width: 80px;
    float: left; }
  .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content {
    float: left;
    width: calc(100% - 80px);
    padding-left: 25px; }
    .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content h3 {
      line-height: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: 4px; }
    .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__category {
      font-size: 13px;
      line-height: 1;
      margin-top: -4px; }
      .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__category li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
        padding-left: 10px; }
        .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__category li:first-child {
          padding: 0;
          margin: 0; }
          .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__category li:first-child::before {
            display: none; }
        .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__category li::before {
          position: absolute;
          top: 2px;
          left: 0;
          content: "";
          height: 10px;
          width: 2px;
          background: #6A8D92; }
        .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__category li a {
          color: #6A8D92; }
          .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__category li a:hover {
            color: #4B4E6D; }
    .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__meta {
      margin-top: 8px;
      font-size: 13px;
      color: #747474;
      line-height: 20px; }
      @media only screen and (max-width: 480px) {
        .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__meta {
          display: none; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__meta {
          display: none; } }
      .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__meta img {
        width: 20px;
        margin-right: 5px;
        border-radius: 50%; }
      .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__meta a {
        font-weight: 600;
        color: #747474; }
        .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__meta a:hover {
          color: #4B4E6D; }
      .sideBar .popularPostWidget.styleTwo .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__meta span {
        font-style: italic; }
.sideBar .popularPostWidget.styleThree .popularPostWidget__body > li {
  margin-bottom: 23px; }
  .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li::before, .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li::after {
    clear: both;
    display: block;
    content: ""; }
  .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li:last-child {
    margin-bottom: 0; }
  .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li figure {
    width: 85px;
    float: left; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li figure {
        width: 76px; } }
  .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li .popularPostWidget__content {
    float: left;
    width: calc(100% - 85px);
    padding-left: 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li .popularPostWidget__content {
        padding-left: 10px;
        width: calc(100% - 76px); } }
    .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li .popularPostWidget__content h3 {
      line-height: 20px;
      font-weight: bold;
      margin: -6px 0px 6px; }
    .sideBar .popularPostWidget.styleThree .popularPostWidget__body > li .popularPostWidget__content .popularPostWidget__rating {
      color: #ffa500; }
.sideBar .recentEventWidget .recentEventWidget__body {
  counter-reset: section; }
  .sideBar .recentEventWidget .recentEventWidget__body > li {
    overflow: hidden;
    margin-bottom: 23px;
    padding-left: 60px;
    position: relative; }
    .sideBar .recentEventWidget .recentEventWidget__body > li:last-child {
      margin-bottom: 0; }
    .sideBar .recentEventWidget .recentEventWidget__body > li::before {
      counter-increment: section;
      content: "0" counter(section) ". ";
      font-family: "Playfair Display";
      font-size: 25px;
      position: absolute;
      top: -12px;
      left: 0;
      font-weight: 600;
      color: #6A8D92;
      font-style: italic; }
    .sideBar .recentEventWidget .recentEventWidget__body > li .recentEventWidget__content h3 {
      line-height: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: -2px; }
    .sideBar .recentEventWidget .recentEventWidget__body > li .recentEventWidget__content .recentEventWidget__date_vanue {
      font-size: 13px;
      margin-top: 7px; }
      .sideBar .recentEventWidget .recentEventWidget__body > li .recentEventWidget__content .recentEventWidget__date_vanue li {
        display: inline-block;
        vertical-align: middle; }
        .sideBar .recentEventWidget .recentEventWidget__body > li .recentEventWidget__content .recentEventWidget__date_vanue li a {
          color: #6A8D92; }
          .sideBar .recentEventWidget .recentEventWidget__body > li .recentEventWidget__content .recentEventWidget__date_vanue li a:hover {
            color: #4B4E6D; }
        .sideBar .recentEventWidget .recentEventWidget__body > li .recentEventWidget__content .recentEventWidget__date_vanue li.recentEventWidget__vanue {
          margin-left: 5px;
          padding-left: 10px; }
          .sideBar .recentEventWidget .recentEventWidget__body > li .recentEventWidget__content .recentEventWidget__date_vanue li.recentEventWidget__vanue::before {
            position: absolute;
            top: 4px;
            left: 0;
            content: "";
            height: 10px;
            width: 2px;
            background: #6A8D92; }
.sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form {
  margin-top: 25px; }
  .sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form p {
    color: #747474; }
  .sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form input {
    height: 50px;
    width: 100%;
    border: 1px solid #6A8D92;
    font-size: 15px; }
    .sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form input::placeholder {
      color: #80819f;
      font-size: 15px; }
  .sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form input.emailHunter {
    color: #6A8D92;
    margin-bottom: 20px;
    padding: 0 20px; }
    .sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form input.emailHunter:focus {
      border: 1px solid #4B4E6D; }
  .sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form input.btnWidget {
    background: #4B4E6D;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    transition: 0.4s; }
    .sideBar .newsLetterWidget.styleOne .newsLetterWidget__body .newsLetterWidget__form input.btnWidget:hover {
      background: #493548; }
.sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body p {
  color: #747474; }
.sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form {
  margin-top: 25px; }
  .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form::before, .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form::after {
    clear: both;
    display: block;
    content: ""; }
  .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form input {
    height: 50px;
    width: 100%;
    border: 0;
    font-size: 15px;
    border-bottom: 2px solid #6A8D92;
    float: left;
    font-weight: 600;
    background: none; }
  .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form input.emailHunter {
    color: #6A8D92;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 70%; }
    .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form input.emailHunter::placeholder {
      color: #ccc; }
    .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form input.emailHunter:focus {
      border-color: #4B4E6D; }
  .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form input.btnWidget {
    transition: 0.4s;
    background: none;
    width: 25%;
    margin-left: 5%; }
    .sideBar .newsLetterWidget.styleTwo .newsLetterWidget__body .newsLetterWidget__form input.btnWidget:hover {
      color: #4B4E6D;
      border-color: #4B4E6D; }
.sideBar .newsLetterWidget.styleThree .newsLetterWidget__body p {
  color: #747474; }
.sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form {
  margin-top: 15px;
  position: relative; }
  .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form::before, .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form::after {
    clear: both;
    display: block;
    content: ""; }
  .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form input {
    height: 50px;
    border: 0;
    font-size: 15px;
    border-bottom: 1px solid #ababab;
    float: left; }
  .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form input.emailHunter {
    margin-bottom: 10px;
    padding: 0 7px;
    width: 100%;
    color: #747474; }
    .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form input.emailHunter::placeholder {
      color: #ababab;
      opacity: 1; }
    .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form input.emailHunter:focus {
      border-color: #4B4E6D; }
  .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form .btnWidget {
    transition: 0.4s;
    background: none;
    border: 0;
    position: absolute;
    top: 8px;
    right: 0; }
    .sideBar .newsLetterWidget.styleThree .newsLetterWidget__body .newsLetterWidget__form .btnWidget:hover {
      color: #4B4E6D;
      border-color: #4B4E6D; }
.sideBar .newsLetterWidget.styleFour .newsLetterWidget__body p {
  color: #747474; }
.sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form {
  margin-top: 25px;
  position: relative; }
  .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form::before, .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form::after {
    clear: both;
    display: block;
    content: ""; }
  .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form input {
    height: 50px;
    border: 0;
    font-size: 15px;
    border: 1px solid #6A8D92;
    float: left;
    border-radius: 4px; }
  .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form input.emailHunter {
    margin-bottom: 20px;
    padding: 0 12px;
    width: 100%;
    color: #747474;
    background: transparent; }
    .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form input.emailHunter::placeholder {
      color: #ababab;
      opacity: 1; }
    .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form input.emailHunter:focus {
      border-color: #4B4E6D; }
  .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form .btnWidget {
    transition: 0.4s;
    background: none;
    border: 0;
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 18px;
    color: #51575f; }
    .sideBar .newsLetterWidget.styleFour .newsLetterWidget__body .newsLetterWidget__form .btnWidget:hover {
      color: #4B4E6D;
      border-color: #4B4E6D; }
.sideBar .instagramWidget.styleOne .instagramWidget__body {
  margin-left: -8px;
  margin-right: -8px; }
  .sideBar .instagramWidget.styleOne .instagramWidget__body::before, .sideBar .instagramWidget.styleOne .instagramWidget__body::after {
    clear: both;
    display: block;
    content: ""; }
  .sideBar .instagramWidget.styleOne .instagramWidget__body li {
    width: 33.33%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px; }
    .sideBar .instagramWidget.styleOne .instagramWidget__body li:nth-last-child(-n+3) {
      margin-bottom: 0; }
    .sideBar .instagramWidget.styleOne .instagramWidget__body li a {
      position: relative;
      display: block;
      overflow: hidden; }
      .sideBar .instagramWidget.styleOne .instagramWidget__body li a img {
        width: 100%; }
      .sideBar .instagramWidget.styleOne .instagramWidget__body li a:before, .sideBar .instagramWidget.styleOne .instagramWidget__body li a:after {
        position: absolute;
        color: #fff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: 0.4s;
        display: inline-block; }
      .sideBar .instagramWidget.styleOne .instagramWidget__body li a::before {
        content: "";
        font-family: "Ionicons";
        z-index: 99;
        font-size: 30px;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px; }
      .sideBar .instagramWidget.styleOne .instagramWidget__body li a:after {
        content: "";
        height: 100%;
        width: 100%;
        mix-blend-mode: multiply;
        background-color: #4B4E6D;
        z-index: 9;
        transform: rotate(20deg); }
      .sideBar .instagramWidget.styleOne .instagramWidget__body li a:hover:after {
        opacity: 1;
        transform: rotate(0deg); }
      .sideBar .instagramWidget.styleOne .instagramWidget__body li a:hover::before {
        opacity: 1; }
.sideBar .socialMedia.styleOne .socialMediaWidget__body ul {
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sideBar .socialMedia.styleOne .socialMediaWidget__body ul {
      margin: 0 -8px; } }
  .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li {
    margin-bottom: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li {
        width: 50%;
        float: left;
        padding: 0 8px; } }
    .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li:last-child {
      margin-bottom: 0; }
    .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a {
      height: 56px;
      width: 100%;
      display: inline-block;
      line-height: 56px;
      padding-left: 30px;
      padding-right: 30px;
      border-radius: 2px;
      color: #fff; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a .icon {
        font-size: 20px; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a .count {
        font-weight: 600;
        margin-left: 17px;
        display: inline-block; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a .status {
        float: right;
        font-size: 17px;
        font-weight: 600; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a.facebook {
        background: #3b5998; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a.instagram {
        background: #405de6; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a.linkedin {
        background: #0077b5; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a.twitter {
        background: #1da1f2; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a.rss {
        background: #f26522; }
      .sideBar .socialMedia.styleOne .socialMediaWidget__body ul li a:hover {
        opacity: 0.7; }
.sideBar .socialMedia.styleTwo .socialMediaWidget__body ul {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap; }
  .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 20px;
    flex: 0 0 120px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li {
        flex: 0 0 100px; } }
    .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li:nth-last-child(-n+3) {
      margin-bottom: 0; }
    @media only screen and (max-width: 480px) {
      .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li:last-child {
        display: none; } }
    .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a {
      display: inline-block;
      width: 100%;
      background: #fafafa;
      padding: 20px 0;
      border: 1px solid #ccc;
      border-radius: 2px; }
      .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a:hover {
        background: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        transform: translateY(-1px); }
        .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a:hover .icon {
          color: #4B4E6D; }
      .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a span {
        display: block; }
        .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a span.icon {
          color: #747474;
          font-size: 25px;
          transition: 0.3s; }
        .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a span.count {
          color: #262626;
          font-weight: bold;
          font-size: 17px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a span.count {
              font-size: 14px; } }
        .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a span.status {
          font-size: 17px;
          color: #747474; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .sideBar .socialMedia.styleTwo .socialMediaWidget__body ul li a span.status {
              font-size: 14px; } }
.sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li {
  overflow: hidden; }
  .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li ul li a {
    color: #262626;
    font-size: 15px; }
    .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li ul li a:before, .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li ul li a:after {
      display: none; }
  .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a {
    font-weight: 600;
    color: #747474;
    font-size: 17px;
    display: block;
    line-height: 36px;
    padding-left: 28px;
    position: relative;
    text-decoration: none; }
    .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a::before {
      content: "";
      font-family: "Ionicons";
      position: absolute;
      top: 6px;
      transition: 0.4s;
      color: #6A8D92;
      left: 0; }
    .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a::after {
      content: "";
      font-family: "Ionicons";
      position: absolute;
      top: 6px;
      transition: 0.4s;
      color: #6A8D92;
      right: 0; }
    .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a.collapsed {
      color: #262626; }
      .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a.collapsed::after {
        content: "";
        color: #6A8D92; }
    .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a.noChildUl {
      color: #262626; }
      .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a.noChildUl::after {
        display: none; }
    .sideBar .popularCategoryWidget.styleOne .popularCategoryWidget__body ul li a:hover {
      color: #747474;
      text-decoration: none; }
.sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li ul {
  background: #f6f6f6;
  margin-bottom: 10px; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li ul li:first-child {
    padding-top: 10px; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li ul li:last-child {
    padding-bottom: 10px; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li ul li a {
    color: #747474;
    line-height: 1.3;
    height: 30px;
    font-weight: 400;
    margin: 0; }
    .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li ul li a:before, .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li ul li a:after {
      display: none; }
.sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li:last-child a {
  margin-bottom: 0; }
.sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a {
  height: 45px;
  width: 100%;
  display: block;
  background: #f6f6f6;
  line-height: 45px;
  font-weight: 600;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #4B4E6D;
  position: relative;
  padding-right: 20px;
  text-decoration: none; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #6A8D92;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a::after {
    content: "";
    float: right;
    font-family: "Ionicons"; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a:hover {
    color: #4B4E6D !important;
    text-decoration: none; }
    .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a:hover::before {
      background: #4B4E6D; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a.collapsed {
    color: #747474; }
    .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a.collapsed::after {
      content: "";
      color: #6A8D92; }
  .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a.noChildUl {
    color: #747474; }
    .sideBar .popularCategoryWidget.styleTwo .popularCategoryWidget__body ul li a.noChildUl::after {
      display: none; }
.sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li ul {
  background: transparent;
  margin-bottom: 10px; }
  .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li ul li {
    background: transparent; }
    .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li ul li:first-child {
      padding-top: 10px; }
    .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li ul li a {
      color: #747474;
      line-height: 1.3;
      height: 30px;
      font-weight: 400;
      margin: 0;
      background: transparent; }
      .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li ul li a:before, .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li ul li a:after {
        display: none; }
.sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li a {
  height: 50px;
  width: 100%;
  display: block;
  background: #f1f1f1;
  line-height: 50px;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #4B4E6D;
  position: relative;
  padding-right: 20px; }
  .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li a::after {
    content: "";
    float: right;
    font-family: "Ionicons"; }
  .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li a:hover {
    color: #4B4E6D !important; }
  .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li a.collapsed {
    color: #747474; }
    .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li a.collapsed::after {
      content: "";
      color: #6A8D92; }
  .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li a.noChildUl {
    color: #747474; }
    .sideBar .popularCategoryWidget.styleThree .popularCategoryWidget__body ul li a.noChildUl::after {
      display: none; }
.sideBar .singleImageWidget.styleOne .singleImageWidget__body figure {
  position: relative; }
  .sideBar .singleImageWidget.styleOne .singleImageWidget__body figure a img {
    width: 100%; }
  .sideBar .singleImageWidget.styleOne .singleImageWidget__body figure figcaption {
    position: absolute;
    bottom: 15px;
    color: #fff;
    pointer-events: none;
    width: 100%;
    text-align: center; }
.sideBar .singleImageWidget.styleTwo .singleImageWidget__body--alt {
  margin: -10px; }
.sideBar .singleImageWidget.styleTwo .singleImageWidget__body figure {
  position: relative; }
  .sideBar .singleImageWidget.styleTwo .singleImageWidget__body figure a img {
    width: 100%; }
  .sideBar .singleImageWidget.styleTwo .singleImageWidget__body figure figcaption {
    position: absolute;
    color: #fff;
    pointer-events: none;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0; }
    .sideBar .singleImageWidget.styleTwo .singleImageWidget__body figure figcaption div {
      display: table;
      width: 100%;
      height: 100%; }
      .sideBar .singleImageWidget.styleTwo .singleImageWidget__body figure figcaption div h4 {
        display: table-cell;
        vertical-align: middle;
        font-size: 25px;
        line-height: 30px;
        padding: 0 20px; }
.sideBar .recentPostWidget.styleOne ul li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9; }
  .sideBar .recentPostWidget.styleOne ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 10px; }
  .sideBar .recentPostWidget.styleOne ul li::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background: #4B4E6D;
    top: 3px;
    left: 0; }
.sideBar .recentPostWidget.styleOne .recentPostWidget__content {
  padding-left: 22px; }
  .sideBar .recentPostWidget.styleOne .recentPostWidget__content h3 {
    margin: 0 0 12px; }
  .sideBar .recentPostWidget.styleOne .recentPostWidget__content .recentPost__author-rating::before, .sideBar .recentPostWidget.styleOne .recentPostWidget__content .recentPost__author-rating::after {
    clear: both;
    display: block;
    content: ""; }
  .sideBar .recentPostWidget.styleOne .recentPostWidget__content .recentPost__author-rating .recentPost__author {
    float: left; }
    .sideBar .recentPostWidget.styleOne .recentPostWidget__content .recentPost__author-rating .recentPost__author img {
      width: 20px;
      border-radius: 50%; }
    .sideBar .recentPostWidget.styleOne .recentPostWidget__content .recentPost__author-rating .recentPost__author a {
      font-size: 13px;
      font-weight: 600;
      margin-left: 5px;
      color: #747474; }
      .sideBar .recentPostWidget.styleOne .recentPostWidget__content .recentPost__author-rating .recentPost__author a:hover {
        color: #4B4E6D; }
  .sideBar .recentPostWidget.styleOne .recentPostWidget__content .recentPost__author-rating .recentPost__rating {
    float: right;
    color: #ffa500; }
.sideBar .widget.widget_categories ul li:last-child a {
  margin-bottom: 0; }
.sideBar .widget.widget_categories ul li a {
  height: 45px;
  width: 100%;
  display: block;
  background: #f6f6f6;
  line-height: 45px;
  font-weight: 600;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #747474;
  position: relative;
  padding-right: 10px; }
  .sideBar .widget.widget_categories ul li a::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #6A8D92;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; }
  .sideBar .widget.widget_categories ul li a::after {
    content: "";
    float: right;
    font-family: "Ionicons"; }
  .sideBar .widget.widget_categories ul li a:hover {
    color: #4B4E6D; }
    .sideBar .widget.widget_categories ul li a:hover::before {
      background: #4B4E6D; }

/*4.2 Footer Widgets */
.footerWidgetArea .widget .widgetTitle {
  margin-top: 0; }
.footerWidgetArea .aboutWidget.styleOne .authorWidget__photo img {
  width: 100%; }
.footerWidgetArea .aboutWidget.styleOne .aboutWidget__info p {
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 0; }
.footerWidgetArea .aboutWidget.styleOne .aboutWidget__socialMedia li {
  display: inline-block; }
  .footerWidgetArea .aboutWidget.styleOne .aboutWidget__socialMedia li a {
    color: #2b2b2b;
    transition: 0.3s;
    font-size: 20px;
    margin-right: 5px;
    height: 46px;
    width: 46px;
    background: #51575f;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 4px; }
    .footerWidgetArea .aboutWidget.styleOne .aboutWidget__socialMedia li a:hover {
      background: #4B4E6D; }
.footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top::before, .footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top::after {
  clear: both;
  display: block;
  content: ""; }
.footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .authorWidget__photo {
  width: 80px;
  float: left; }
.footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .aboutWidget__topText {
  width: calc(100% - 80px);
  padding-left: 20px;
  float: left; }
  .footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .aboutWidget__topText h4 {
    margin: 0;
    font-size: 17px; }
  .footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .aboutWidget__topText .rank {
    font-size: 15px;
    color: #747474;
    display: block;
    margin-top: 5px; }
  .footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .aboutWidget__topText ul {
    margin-top: 5px; }
    .footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .aboutWidget__topText ul li {
      display: inline-block; }
      .footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .aboutWidget__topText ul li a {
        color: #ababab;
        font-size: 16px;
        margin-right: 6px;
        display: inline-block; }
        .footerWidgetArea .aboutWidget.styleTwo .aboutWidget__top .aboutWidget__topText ul li a:hover {
          color: #4B4E6D; }
.footerWidgetArea .contactWidget.styleOne .widget__photo img {
  width: 125px; }
.footerWidgetArea .contactWidget.styleOne .widget__text p {
  line-height: 28px; }
.footerWidgetArea .contactWidget.styleOne .contact-info li {
  overflow: hidden; }
  .footerWidgetArea .contactWidget.styleOne .contact-info li .icon {
    float: left;
    width: 40px;
    font-weight: bold; }
  .footerWidgetArea .contactWidget.styleOne .contact-info li p {
    width: calc(100% - 40px);
    float: left; }
.footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li {
  margin-bottom: 20px; }
  .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li::before, .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li::after {
    clear: both;
    display: block;
    content: ""; }
  .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li:last-child {
    margin-bottom: 0; }
  .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li figure {
    width: 80px;
    float: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li figure {
        width: 70px; } }
    .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li figure a {
      position: relative; }
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li figure a::before {
        content: "";
        position: absolute;
        font-family: "Ionicons";
        color: #fff;
        font-size: 20px;
        z-index: 9999;
        height: 20px;
        width: 30px;
        line-height: 20px;
        text-align: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: 0.3s; }
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li figure a:hover::before {
        color: #cd201f; }
  .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content {
    float: left;
    width: calc(100% - 80px);
    padding-left: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content {
        width: calc(100% - 70px);
        padding-left: 13px; } }
    .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content h3 {
      line-height: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: 4px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content h3 {
          font-size: 16px; } }
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content h3 a {
        color: #fff; }
        .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content h3 a:hover {
          color: #4B4E6D; }
    .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__category {
      font-size: 13px;
      line-height: 1;
      margin-top: -4px; }
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__category li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
        padding-left: 10px; }
        .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__category li:first-child {
          padding: 0;
          margin: 0; }
          .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__category li:first-child::before {
            display: none; }
        .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__category li::before {
          position: absolute;
          top: 2px;
          left: 0;
          content: "";
          height: 10px;
          width: 2px;
          background: #51575f; }
        .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__category li a {
          color: #51575f;
          font-weight: 600; }
          .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__category li a:hover {
            color: #4B4E6D; }
    .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__meta {
      margin-top: 8px;
      font-size: 13px;
      color: #ccc;
      line-height: 20px; }
      @media only screen and (max-width: 370px) {
        .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__meta {
          display: none; } }
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__meta img {
        width: 20px;
        margin-right: 5px;
        border-radius: 50%; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__meta img {
            display: none; } }
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__meta a {
        font-weight: 600;
        color: #ccc; }
        .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__meta a:hover {
          color: #4B4E6D; }
      .footerWidgetArea .videoPostWidget.styleOne .videoPostWidget__body > li .videoPostWidget__content .videoPostWidget__meta time {
        font-style: italic; }
.footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li {
  margin-bottom: 23px; }
  .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li::before, .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li::after {
    clear: both;
    display: block;
    content: ""; }
  .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li:last-child {
    margin-bottom: 0; }
  .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li figure {
    width: 80px;
    float: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li figure {
        width: 70px; } }
  .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content {
    float: left;
    width: calc(100% - 80px);
    padding-left: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content {
        width: calc(100% - 70px);
        padding-left: 13px; } }
    .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content h3 {
      line-height: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: 4px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content h3 {
          font-size: 16px; } }
      .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content h3 a {
        color: #262626; }
        .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content h3 a:hover {
          color: #4B4E6D; }
    .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__category {
      font-size: 13px;
      line-height: 1;
      margin-top: -4px; }
      .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__category li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
        padding-left: 10px; }
        .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__category li:first-child {
          padding: 0;
          margin: 0; }
          .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__category li:first-child::before {
            display: none; }
        .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__category li::before {
          position: absolute;
          top: 2px;
          left: 0;
          content: "";
          height: 10px;
          width: 2px;
          background: #6A8D92; }
        .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__category li a {
          color: #6A8D92;
          font-weight: 600; }
          .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__category li a:hover {
            color: #4B4E6D; }
    .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__meta {
      margin-top: 8px;
      font-size: 13px;
      color: #747474;
      line-height: 20px; }
      @media only screen and (max-width: 370px) {
        .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__meta {
          display: none; } }
      .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__meta img {
        width: 20px;
        margin-right: 5px;
        border-radius: 50%; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__meta img {
            display: none; } }
      .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__meta a {
        font-weight: 600;
        color: #747474; }
        .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__meta a:hover {
          color: #4B4E6D; }
      .footerWidgetArea .recentPostWidget.styleOne .recentPostWidget__body > li .recentPostWidget__content .recentPostWidget__meta time {
        font-style: italic; }
.footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li {
  margin-bottom: 15px; }
  .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li::before, .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li::after {
    clear: both;
    display: block;
    content: ""; }
  .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li:last-child {
    margin-bottom: 0; }
  .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li p {
    margin-bottom: 0; }
  .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li figure {
    width: 46px;
    float: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li figure {
        width: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li figure {
        width: 30px; } }
    .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li figure img {
      border-radius: 50%; }
  .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content {
    float: left;
    width: calc(100% - 46px);
    padding-left: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content {
        width: calc(100% - 30px);
        padding-left: 13px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content {
        width: calc(100% - 30px); } }
    .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .top h3 {
      line-height: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: 4px;
      margin-bottom: 2px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .top h3 {
          margin-top: -5px; } }
      .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .top h3 a {
        color: #fff; }
        .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .top h3 a:hover {
          color: #4B4E6D; }
    .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .top a.profile-name {
      font-size: 13px;
      color: #fff; }
      .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .top a.profile-name:hover {
        color: #4B4E6D; }
    .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .content-wrap p {
      color: #fff;
      font-size: 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .content-wrap p {
          font-size: 14px; } }
      .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .content-wrap p a {
        color: #4B4E6D; }
        .footerWidgetArea .twitterWidget.styleOne .twitterWidget__body > li .twitterWidget__content .content-wrap p a:hover {
          color: #999; }
.footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li {
  margin-bottom: 23px; }
  .footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li::before, .footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li::after {
    clear: both;
    display: block;
    content: ""; }
  .footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li:last-child {
    margin-bottom: 0; }
  .footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li figure {
    width: 85px;
    float: left; }
  .footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li .featurePostWidget__content {
    float: left;
    width: calc(100% - 85px);
    padding-left: 20px; }
    .footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li .featurePostWidget__content h3 {
      line-height: 20px;
      font-weight: bold;
      margin: -6px 0px 6px; }
    .footerWidgetArea .featurePostWidget.styleOne .featurePostWidget__body > li .featurePostWidget__content .featurePostWidget__rating {
      color: #ffa500; }
.footerWidgetArea .widget_tag_cloud .tagcloud a {
  display: inline-block;
  height: 34px;
  border: 1px solid #747474;
  border-radius: 3px;
  color: #747474;
  line-height: 30px;
  font-size: 15px;
  padding: 0 15px 0 30px;
  margin-right: 10px;
  margin-bottom: 16px;
  position: relative; }
  .footerWidgetArea .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    border-color: #4B4E6D;
    background: #4B4E6D;
    text-decoration: none; }
    .footerWidgetArea .widget_tag_cloud .tagcloud a:hover::before {
      color: #fff; }
  .footerWidgetArea .widget_tag_cloud .tagcloud a::before {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    left: 12px;
    top: 0;
    transform: rotate(-90deg);
    color: #6A8D92;
    transition: 0.3s; }
.footerWidgetArea .recentComments ul li {
  margin-bottom: 20px; }
  .footerWidgetArea .recentComments ul li:last-child {
    margin-bottom: 0; }
  .footerWidgetArea .recentComments ul li .title {
    font-size: 17px;
    margin: 0;
    margin-bottom: 8px; }
    .footerWidgetArea .recentComments ul li .title a {
      color: #262626; }
      .footerWidgetArea .recentComments ul li .title a:hover {
        color: #4B4E6D; }
  .footerWidgetArea .recentComments ul li h4 {
    color: #747474;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px; }
    .footerWidgetArea .recentComments ul li h4 a {
      color: #747474; }
      .footerWidgetArea .recentComments ul li h4 a:hover {
        color: #4B4E6D; }
  .footerWidgetArea .recentComments ul li .text {
    margin: 0;
    font-size: 15px;
    line-height: 25px; }

/***  pages  ** */
/*6.1 Home Pages */
.homeOne .authorProfile {
  background: #6A8D92; }
  @media only screen and (max-width: 480px) {
    .homeOne .authorProfile .col-sm-3.col-xs-6 {
      width: 100%; } }
  .homeOne .authorProfile .btnBlock {
    padding-top: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .homeOne .authorProfile .btnBlock {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .homeOne .authorProfile .btnBlock {
        padding-top: 0; } }
    .homeOne .authorProfile .btnBlock a {
      color: #fff;
      font-weight: bold;
      font-size: 17px;
      font-family: "playfair display"; }
      .homeOne .authorProfile .btnBlock a:hover {
        opacity: 0.7; }
@media (max-width: 767px) {
  .homeOne .trendingPost .sec-pad50 {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  .homeOne .instagramGal.sec-pad60 {
    padding-bottom: 0;
    margin-bottom: -10px; } }

.homeTwo .recentPostArea {
  margin-top: -110px; }
.homeTwo .topHeader .topHeader__menu {
  border-bottom: 1px solid #e0e0e0; }
@media (max-width: 767px) {
  .homeTwo .recentPostArea .recentPostContainer .row {
    margin-top: 0; } }
@media (max-width: 767px) {
  .homeTwo .recentPostArea .recentPostContainer .row article.styleTwo {
    margin-bottom: 40px; } }
@media only screen and (max-width: 480px) {
  .homeTwo .popularPostArea .sectionFooter {
    padding-top: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .homeTwo .popularPostArea .sectionFooter {
    padding-top: 0; } }
.homeTwo .videoPostArea {
  background: #51575f; }
.homeTwo .authorProfile {
  background: #6A8D92; }
  @media only screen and (max-width: 480px) {
    .homeTwo .authorProfile .col-sm-3.col-xs-6 {
      width: 100%; } }
@media (max-width: 767px) {
  .homeTwo .trendingPost .sec-pad50 {
    padding-bottom: 0; } }

.homeThree .videoPostArea {
  background: #51575f; }
.homeThree a:hover {
  text-decoration: underline; }
.homeThree .topHeader__nav ul li a {
  text-decoration: none !important; }
@media (max-width: 767px) {
  .homeThree .videoPostArea {
    padding-bottom: 40px; } }

/*6.2 Other pages */
.authorProfilePage .authorProfile__block {
  margin-bottom: 30px;
  transition: 0.3s; }
  .authorProfilePage .authorProfile__block img {
    transition: 0.4s; }
  .authorProfilePage .authorProfile__block:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .authorProfilePage .authorProfile__block:hover img {
      filter: grayscale(100%); }

.contactUs .mapWrapper {
  padding: 50px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .contactUs .mapWrapper {
      padding: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contactUs .mapWrapper {
      padding: 20px; } }
  .contactUs .mapWrapper #map {
    height: 610px;
    width: 100%;
    display: block; }
    @media (max-width: 767px) {
      .contactUs .mapWrapper #map {
        height: 300px; } }
.contactUs .contactContent {
  padding: 50px 50px 50px 0; }
  @media (max-width: 767px) {
    .contactUs .contactContent {
      padding: 20px 20px 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contactUs .contactContent {
      padding: 20px 20px 30px; } }
  .contactUs .contactContent h4 {
    margin: 0;
    line-height: 1; }
  .contactUs .contactContent .socialMediaLink {
    margin-top: 20px;
    margin-bottom: 40px; }
    .contactUs .contactContent .socialMediaLink ul li {
      display: inline-block; }
      .contactUs .contactContent .socialMediaLink ul li a {
        color: #747474;
        font-size: 22px;
        margin-right: 20px; }
        @media only screen and (max-width: 480px) {
          .contactUs .contactContent .socialMediaLink ul li a {
            font-size: 20px;
            margin-right: 15px; } }
  .contactUs .contactContent form.contactForm {
    padding-top: 30px; }
    .contactUs .contactContent form.contactForm .form-row {
      margin-bottom: 20px; }
      .contactUs .contactContent form.contactForm .form-row input[type="text"], .contactUs .contactContent form.contactForm .form-row input[type="email"] {
        height: 50px;
        width: 100%;
        padding: 0 15px;
        border: 1px solid #ccc;
        transition: 0.3s; }
        .contactUs .contactContent form.contactForm .form-row input[type="text"]::placeholder, .contactUs .contactContent form.contactForm .form-row input[type="email"]::placeholder {
          opacity: 1;
          color: #cccccc; }
        .contactUs .contactContent form.contactForm .form-row input[type="text"]:focus, .contactUs .contactContent form.contactForm .form-row input[type="email"]:focus {
          border: 1px solid #3197d6; }
      .contactUs .contactContent form.contactForm .form-row textarea {
        height: 150px;
        width: 100%;
        border: 1px solid #ccc;
        resize: none;
        padding: 10px 15px;
        transition: 0.3s; }
        .contactUs .contactContent form.contactForm .form-row textarea::placeholder {
          opacity: 1;
          color: #cccccc; }
        .contactUs .contactContent form.contactForm .form-row textarea:focus {
          border: 1px solid #3197d6; }
    .contactUs .contactContent form.contactForm .btnWrapper button {
      border-radius: 0; }

.archivePage .archiveRecentPost {
  padding: 60px; }
  @media (max-width: 767px) {
    .archivePage .archiveRecentPost {
      padding: 40px 30px; } }
  .archivePage .archiveRecentPost h2 {
    margin: 0;
    line-height: 1; }
  .archivePage .archiveRecentPost ul {
    counter-reset: section;
    margin-top: 30px; }
    .archivePage .archiveRecentPost ul li {
      position: relative;
      padding-left: 50px;
      margin-bottom: 15px; }
      .archivePage .archiveRecentPost ul li:hover a {
        color: #4B4E6D; }
      .archivePage .archiveRecentPost ul li:hover::before {
        color: #4B4E6D; }
      .archivePage .archiveRecentPost ul li::before {
        content: counter(section,decimal-leading-zero) ". ";
        counter-increment: section;
        color: #9697b5;
        font-family: Playfair Display;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1;
        transition: 0.4s; }
      .archivePage .archiveRecentPost ul li a {
        color: #747474;
        font-size: 17px; }
.archivePage .sec__Archive_Categories {
  padding: 0 60px 60px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .archivePage .sec__Archive_Categories {
      padding: 0 30px 40px; } }
  .archivePage .sec__Archive_Categories .archiveYearMonth {
    padding-right: 50px; }
    @media (max-width: 767px) {
      .archivePage .sec__Archive_Categories .archiveYearMonth {
        padding-right: 0; } }
  .archivePage .sec__Archive_Categories .archiveCategories {
    padding-left: 50px; }
    @media (max-width: 767px) {
      .archivePage .sec__Archive_Categories .archiveCategories {
        padding-left: 0;
        margin-top: 40px; } }
  .archivePage .sec__Archive_Categories .main__wrap {
    width: 50%;
    float: left; }
    @media (max-width: 767px) {
      .archivePage .sec__Archive_Categories .main__wrap {
        width: 100%; } }
    .archivePage .sec__Archive_Categories .main__wrap h3.title {
      margin: 0; }
    .archivePage .sec__Archive_Categories .main__wrap .panel-group {
      margin-top: 27px;
      position: relative; }
      .archivePage .sec__Archive_Categories .main__wrap .panel-group::before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 1px;
        height: calc(100% - 20px);
        content: "";
        background: #9697b5; }
      .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel {
        border: 0;
        box-shadow: none; }
        .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading {
          font-size: 21px;
          margin-bottom: 10px; }
          .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a {
            color: #4B4E6D;
            font-size: 17px;
            font-weight: 600;
            display: block;
            position: relative;
            padding-left: 20px; }
            .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a::after {
              content: "";
              font-family: "Ionicons";
              position: absolute;
              top: 0;
              right: 0; }
            .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a::before {
              content: "";
              height: 7px;
              width: 7px;
              background: #4B4E6D;
              position: absolute;
              top: 8px;
              left: -3px;
              border-radius: 50%;
              transition: 0.4s; }
            .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a.collapsed {
              color: #747474; }
              .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a.collapsed:hover {
                color: #4B4E6D; }
                .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a.collapsed:hover::before {
                  background: #4B4E6D; }
              .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a.collapsed::after {
                content: ""; }
              .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel__heading a.collapsed::before {
                background: #6A8D92; }
        .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel-body {
          padding: 0 20px; }
          .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel-body .archive__list ul li {
            margin-bottom: 5px; }
            .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel-body .archive__list ul li a {
              color: #ababab;
              font-weight: 600; }
              .archivePage .sec__Archive_Categories .main__wrap .panel-group .panel .panel-body .archive__list ul li a:hover {
                color: #4B4E6D; }

.authorProfileInfo {
  overflow: hidden;
  padding: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .authorProfileInfo {
      padding: 30px 20px; } }
  .authorProfileInfo figure {
    width: 100px;
    border-radius: 50%;
    float: left;
    overflow: hidden; }
  .authorProfileInfo .infoWrap {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .authorProfileInfo .infoWrap {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }
    .authorProfileInfo .infoWrap .top {
      overflow: hidden; }
      .authorProfileInfo .infoWrap .top .text {
        float: left; }
        .authorProfileInfo .infoWrap .top .text .name {
          margin: 0;
          margin-bottom: 5px; }
          @media (max-width: 767px) {
            .authorProfileInfo .infoWrap .top .text .name {
              font-size: 21px; } }
        .authorProfileInfo .infoWrap .top .text .mail a {
          color: #747474;
          font-size: 15px; }
      .authorProfileInfo .infoWrap .top .socialMediaLink {
        float: right; }
        @media (max-width: 767px) {
          .authorProfileInfo .infoWrap .top .socialMediaLink {
            display: none; } }
        .authorProfileInfo .infoWrap .top .socialMediaLink li {
          display: inline-block; }
          .authorProfileInfo .infoWrap .top .socialMediaLink li a {
            color: #ccc;
            font-size: 20px;
            margin-left: 10px; }
            .authorProfileInfo .infoWrap .top .socialMediaLink li a:hover {
              color: #4B4E6D; }
    .authorProfileInfo .infoWrap .about__author {
      margin-top: 15px; }
      .authorProfileInfo .infoWrap .about__author p {
        color: #747474;
        margin: 0; }

.page404 .sectionBody {
  background-image: url(../img/404/bird.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff; }

.wrapper404 {
  padding-bottom: 60px; }
  .wrapper404 .textTop {
    padding: 70px 15px 0; }
    .wrapper404 .textTop .text404 {
      margin: 0;
      font-size: 100px;
      line-height: 1.1;
      font-family: open sans; }
    .wrapper404 .textTop .textWorning {
      margin: 0;
      font-size: 34px;
      margin-bottom: 18px; }
    .wrapper404 .textTop p {
      margin-bottom: 25px; }
  .wrapper404 .imageWrap {
    margin-top: 90px; }
    @media (max-width: 767px) {
      .wrapper404 .imageWrap {
        margin-top: 40px; } }

/******** END OF ESCRITOR ********* */
.admin-bar .JS-stickyActive .topHeader__menu {
  top: 32px !important; }
  @media all and (max-width: 767px) {
    .admin-bar .JS-stickyActive .topHeader__menu {
      top: 46px !important; } }
  @media all and (max-width: 600px) {
    .admin-bar .JS-stickyActive .topHeader__menu {
      top: 0 !important; } }

.admin-bar .topHeader .topHeader__menu .topHeader__container .smallDeviceTop .siteLogo {
  top: 32px; }
  @media all and (max-width: 767px) {
    .admin-bar .topHeader .topHeader__menu .topHeader__container .smallDeviceTop .siteLogo {
      top: 46px; } }
  @media all and (max-width: 600px) {
    .admin-bar .topHeader .topHeader__menu .topHeader__container .smallDeviceTop .siteLogo {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: none;
      height: auto; } }

.siteFooter .tagline {
  margin: 0 auto;
  max-width: 550px; }

a {
  color: #6A8D92; }

a.textWhite:hover {
  color: #b3bce1 !important; }

small {
  font-size: 75%; }

.menu small {
  font-size: 65%; }

.linkColor {
  color: #6A8D92; }

.sectionHeader h1 {
  margin-top: -5px;
  line-height: 1;
  margin-bottom: 15px; }

.singlePost__keywords li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding-left: 10px; }
  .singlePost__keywords li:first-child {
    padding-left: 0; }
.singlePost__keywords li + li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  height: 14px;
  width: 2px;
  background: #6A8D92; }

.siteLogo img {
  max-height: 100px; }
  @media (max-width: 991px) {
    .siteLogo img {
      max-height: 60px; } }

.footer-logo img {
  height: 100px; }

.pageSideBar p {
  font-size: .9em; }

.pageSideBarTitle {
  text-align: center;
  margin-top: 0;
  line-height: 1; }

.pageContent {
  /*h2:first-of-type {
    margin-top: 0;
    line-height: 1;
  }*/ }
  .pageContent form label {
    font-weight: 500;
    margin-top: 15px; }
  .pageContent form textarea {
    width: 100%;
    border-color: #eee; }
  .pageContent form input {
    margin-top: 10px; }
  .pageContent .proposal-form .wpcf7-checkbox .wpcf7-list-item {
    display: block; }
    .pageContent .proposal-form .wpcf7-checkbox .wpcf7-list-item label {
      margin-top: 5px; }

.authorPost .singlePost__footer {
  padding-bottom: 40px !important; }

.authorInfo {
  padding-top: 5px !important; }

.sideBar input, .sideBar textarea, .sideBar select {
  max-width: 100%;
  border: 1px solid #ddd;
  background: white; }
  .sideBar input:focus, .sideBar textarea:focus, .sideBar select:focus {
    border-color: #aaa; }

.authorInfo .authorAffiliation:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  height: 14px;
  width: 2px;
  background: #6A8D92; }

.newsletter {
  margin-top: 50px; }
  .newsletter input[type=text], .newsletter input[type=email] {
    margin-bottom: 20px;
    padding: 0 20px;
    color: #9697b5;
    width: 100%;
    height: 50px;
    border: 1px solid #9697b5;
    font-size: 15px;
    border-radius: 4px; }
  .newsletter input[type=submit] {
    width: 100%; }

.default-btn {
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #6A8D92 !important;
  padding: 14px 45px; }
  .default-btn:hover {
    background: #51575f !important;
    color: #fff; }

.form-label-description {
  display: block;
  font-size: 0.8em;
  margin-top: -5px;
  margin-bottom: -10px; }

.call h4 {
  border-bottom: 2px dashed #eee;
  margin-top: 0;
  padding-bottom: 20px; }
.call figure {
  float: left;
  margin-right: 25px; }
  @media (max-width: 530px) {
    .call figure {
      float: none;
      display: block;
      margin-right: 0; }
      .call figure img {
        width: 100%; } }

.team-member {
  height: 145px;
  overflow: hidden; }
  .team-member h4 {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 5px; }
  .team-member .member-title, .team-member .member-affiliation {
    font-size: .8em; }
  .team-member .read-more a {
    font-size: 0.9em; }

h3.featuredPost__title {
  font-size: 25px; }

.trendingPost__content h5 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.grid-top-two {
  height: 503px; }
  @media all and (max-width: 1229px) {
    .grid-top-two {
      height: 489px; } }
  @media all and (max-width: 1199px) {
    .grid-top-two {
      height: 402px; } }
  @media all and (max-width: 991px) {
    .grid-top-two {
      height: auto; } }

.collaborators {
  text-align: center; }
  .collaborators img {
    max-width: 200px; }

.authorProfile__carousel .owl-item img {
  width: auto;
  display: inline-block; }

.issue-number {
  font-size: 20px;
  color: #333; }

.issue-list {
  list-style: disc;
  margin-left: 18px;
  padding: 0; }
  .issue-list li {
    margin-top: 15px; }
  .issue-list h3 {
    padding: 0;
    margin: 0; }

.editorial h2 {
  font-size: 25px; }

.featuredPost {
  width: 100%; }

.featuredPost.styleOne.hasPostThumb .featuredPost__content {
  z-index: 20; }

.issue_illustration img, .authorWidget__photo img {
  width: 100%; }

.postViewCounter {
  float: right;
  top: -30px; }

.singlePost__postThumb img {
  width: 100%; }

.singlePost__type {
  height: 45px;
  line-height: 45px;
  background: #51a7b3;
  border-radius: 3px;
  padding: 0 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1; }
  .singlePost__type + lstd {
    left: 10px;
    top: 10px;
    padding: 0 10px;
    line-height: 38px;
    height: 38px; }
  .singlePost__type .timeIcon {
    font-size: 18px; }

.gridPostNoImage {
  height: 50px; }

.references {
  font-size: .8em; }
  .references p {
    font-size: 13px; }

.call-deadline {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #6A8D92; }

.singlePost.styleOne .singlePost__content {
  padding: 0.1px 40px; }

.singlePost__content h1 {
  font-size: 32px; }

.singlePost__content .postText h2 {
  font-size: 25px; }
.singlePost__content .postText h3 {
  font-size: 20px; }
.singlePost__content .postText h4 {
  font-family: "Playfair Display";
  font-size: 18px; }
.singlePost__content .postText ul, .singlePost__content .postText ol {
  margin-left: 18px; }
.singlePost__content .postText ol {
  padding-left: 18px;
  padding-bottom: 16px;
  list-style-type: decimal;
  color: #747474; }
.singlePost__content .postText figcaption {
  font-size: .8em;
  color: #747474; }
.singlePost__content .postText table {
  font-size: .8em;
  color: #747474; }
  .singlePost__content .postText table thead {
    background: #c3c3c3;
    color: white;
    border: 0; }
  .singlePost__content .postText table th, .singlePost__content .postText table td {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px; }
.singlePost__content .postText .wp-block-table figcaption {
  text-align: center; }
.singlePost__content .postText blockquote {
  padding: 5px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee; }
  .singlePost__content .postText blockquote p, .singlePost__content .postText blockquote cite {
    font-size: .8em;
    text-align: left;
    font-style: normal;
    line-height: 1.65; }
  .singlePost__content .postText blockquote cite {
    display: block;
    color: #747474;
    font-size: .7em; }
.singlePost__content .postText .wp-block-pullquote {
  padding: 2em 0;
  margin: 0; }
  .singlePost__content .postText .wp-block-pullquote blockquote {
    border: 0;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px; }
    .singlePost__content .postText .wp-block-pullquote blockquote p {
      font-style: italic;
      text-align: center;
      font-size: 20px; }
    .singlePost__content .postText .wp-block-pullquote blockquote cite {
      display: inline;
      font-size: .8em;
      color: #333; }
.singlePost__content .postText .wp-block-gallery figcaption {
  text-align: left; }
.singlePost__content .postText .wp-block-gallery, .singlePost__content .postText .wp-block-table {
  margin: 1em 0; }
.singlePost__content .postText ol.wp-block-footnotes {
  margin-left: 0.75em;
  color: #666666;
  /*&::before {
    content: "Footnotes";
    display: block;
    font-size: 25px;
    color: #262626;
    font-family: "Rozha One";
    letter-spacing: 0.25px;
    line-height: 1.2;
    margin: 30px 0 20px -30px;
  }*/ }
  .singlePost__content .postText ol.wp-block-footnotes > li {
    font-size: 80%;
    list-style-type: decimal; }

.size-large {
  width: 100%; }

ol.footnotes {
  margin-left: 0.75em; }

:target::before {
  content: '';
  display: block;
  height: 100px;
  margin-top: -100px; }

.pdf .singlePost__content {
  width: 690px;
  margin: 0 auto; }
  .pdf .singlePost__content .postText .wp-block-table {
    overflow: hidden; }
  .pdf .singlePost__content .postText .wp-block-columns {
    display: table;
    border-spacing: 8mm;
    margin: 0 -8mm; }
    .pdf .singlePost__content .postText .wp-block-columns .wp-block-column {
      display: table-cell;
      vertical-align: top;
      width: 345px; }
  .pdf .singlePost__content .postText .wp-element-caption {
    margin-bottom: 15px;
    margin-top: 10px; }
  .pdf .singlePost__content .postText .has-small-font-size {
    font-size: 80%; }
  .pdf .singlePost__content .postText .wp-block-gallery {
    display: block;
    width: 700px;
    margin: 1em -5px; }
    .pdf .singlePost__content .postText .wp-block-gallery .wp-block-image {
      display: inline-block !important;
      float: left;
      vertical-align: top;
      padding: 5px;
      width: 350px !important;
      height: auto !important; }
      .pdf .singlePost__content .postText .wp-block-gallery .wp-block-image img {
        width: 350px !important;
        height: 350px !important; }
      .pdf .singlePost__content .postText .wp-block-gallery .wp-block-image figcaption {
        background: none;
        position: relative;
        color: #747474;
        text-shadow: none;
        padding: 5px 0;
        overflow: visible; }
      .pdf .singlePost__content .postText .wp-block-gallery .wp-block-image:before {
        display: none; }
    .pdf .singlePost__content .postText .wp-block-gallery:after {
      content: "";
      clear: both;
      display: table; }

.pdf-cover {
  width: 100%;
  position: relative; }
  .pdf-cover .article-image {
    max-height: 650px;
    overflow: hidden; }
    .pdf-cover .article-image img {
      width: 100%; }
  .pdf-cover .issue {
    border: 1px solid #ccc;
    padding: 20px;
    width: 75%;
    float: right;
    margin-top: 50px; }
  .pdf-cover .postTitle {
    font-size: 50px; }

.pdf-authors .author {
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px dashed #f3f3f3; }
  .pdf-authors .author .profile-image {
    display: table-cell;
    width: 250px;
    float: left;
    padding-right: 30px; }
  .pdf-authors .author .bio {
    display: table-cell;
    vertical-align: top; }
    .pdf-authors .author .bio h3 {
      margin: 0 0 8px 0; }
  .pdf-authors .author:last-child {
    border-bottom: 0; }

.read-more a {
  color: #565656; }
  .read-more a:before {
    position: absolute;
    content: "";
    background: #565656;
    height: 2px;
    width: calc( 100% );
    bottom: -2px;
    left: 0;
    transition: .3s; }
  .read-more a:hover {
    color: #4B4E6D; }
    .read-more a:hover::before {
      background: #4B4E6D; }

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