@charset "utf-8";
/*
    Theme Name: Megane
    Author: Style Themes
    Author URI: http://themeforest.net/user/style-themes
    Description: Responsive Construction and Renovation Template.
    Version: 1.0
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*-------------------------------------------------
 =  Table of Css

 1.General
 2.Typography
 3.Header
 4.Sliders
 5.Trending posts
 6.content
 7.PAGE TEMPLATES
 8.Widgets
 9.INSTAGRAM GALLERY
 10.Footer
 11.Single Post
 12.Other
-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-container{
  position: relative;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#000000;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
.align-center {
	text-align: center;
}

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

.align-right {
	text-align: right;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
    max-width: 100%;
    display: block;
}
/* FORMS */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea{
    color: #777777;
    padding: 9px 10px;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus{
    color: #777;
    background-color: #fff;
    border-color: #777;
    outline: none;
}
input[type="submit"] {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 8px 26px;
    font-size: 11px;
    color: #000000;
    border: 2px solid #282828;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background-color: #fff;
}
/*-------------------------------------------------*/
/* =  Typography
/*-------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: -.05rem;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: #000000;
    word-break: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
  h1 {
      font-size: 42px;
    line-height: 46px;
  }
}
h2 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
h3 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
  h4 {
    font-size: 21px;
    line-height: 26px;
  }
}
h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
h6 {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.top-header{
    background: #fff;
    height: 40px;
    line-height: 39px;
    position: relative;
    z-index: 3;
    border-bottom: 1px rgba(230, 230, 230, 0.7) solid;
}
/* TOPMENU NAVIGATION */
.topmenu > ul > li {
    float: left;
    position: relative;
}
.topmenu > ul > li > a {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 0 12px 0 0;
    color: #a0a0a0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.topmenu > ul > li > ul {
    position: absolute;
    background: #fff;
    top: auto;
    min-width: 225px;
    padding: 0;
    margin-left: -15px;
    z-index: 99;
    border: 1px #eceeef solid;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.topmenu > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 225px;
    width: 225px;
    background: #fff;
    padding: 0;
    z-index: 99;
    border: 1px #eceeef solid;
    margin-left: -2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.topmenu > ul > li > ul > li {
    display: block;
    position: relative
}
.topmenu > ul > li > ul > li a {
    font-size: 11px;
    margin: 0;
    padding: 3px 20px;
    display: block;
    color: #000000;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.topmenu > ul > li.parent > a:after {
    font-family:'font-awesome';
    content:"\e6eb";
    float: right;
    margin-left: 8px;
    font-size: 15px;
}
.topmenu > ul > li > ul > li a:hover {
    background-color: #111;
    color: #ffffff;
    padding: 3px 25px;
}
.topmenu > ul > li:hover > ul,
.topmenu > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.topmenu > ul > li > ul > li.parent > a:after {
      font-family: 'font-awesome';
      content: "\e6e9";
      float: right;
      font-size: 15px;
}
/* top-header social-icons */
.top-header .social-icons{
    float: right;
}
.top-header .social-icons li {
    display: inline-block;
    margin-left: 15px;
}
.top-header .social-icons a {
    display: block;
    color: #aaaaaa;
    font-weight: 400;
    font-size: 13px;
    line-height: 2em;
}

/* UPPER HEADER */
.upper-header {
    display: block;
    overflow: hidden;
    padding: 35px 0 32px 0;
}
.header2 .upper-header {
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.upper-header .logo {
    display: block;

}
.upper-header .logo a {
    display: inline-block;;
    max-width: 200px;
}
.upper-header .logo img{
    vertical-align: middle;
}
/* MAIN MENU */
.header-menu {
    background: #fff;
    z-index: 3;
}
.header-menu.sticking {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 5px rgba(0,0,0,.05);
    z-index: 999;
}
.header-menu .main-menu {
    height: 61px;
    line-height: 60px;
    border-top: 1px rgba(230, 230, 230, 0.7) solid;
    border-bottom: 1px rgba(230, 230, 230, 0.7) solid;
    text-align: center;
}
.header-menu .topmenu {
    display: inline-block;
    text-align: left;
}
.header-menu .topmenu > ul > li > a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase
}
/* HEADER COTNENT LIGHT VERSION */
.header-content.light {
    background: #f8f8f8;
    border-bottom: 2px solid rgba(0,0,0,.03);
}

/* Mobile Header */
#mobile-header {
    display: block;
    height: 60px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    text-align: center;
}
#mobile-header .container {
    position: relative;
}
#mobile-header .m-logo {
	max-width: 200px;
    display: inline-block;
    margin: 18px auto 0;
}
#mobile-header .m-menu {
    float: left;
    height: 60px;
    width: 60px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    text-align: left;
}
#mobile-header .m-search {
    float: right;
}
#mobile-header .m-search .toggle {
    display: block;
    width: 60px;
    height: 60px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    position: relative;
    z-index: 2;
}
#mobile-header .m-search .toggle span {
    position: absolute;
    top: 19px;
    left: 19px;
    right: 19px;
    bottom: 19px;
    cursor: pointer;
}
#mobile-header .m-search .toggle span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 100%;
}
#mobile-header .m-search .toggle span:after {
    content: "";
    display: block;
    position: relative;
    left: 14px;
    width: 8px;
    height: 2px;
    background: #999;
    transform: rotate(45deg);
}
#mobile-header.open .m-search .toggle span:before {
    width: 28px;
    height: 2px;
    background: #999;
    border: 0;
    border-radius: 0;
    transform: rotate(45deg) translate(5px, 10px);
}
#mobile-header.open .m-search .toggle span:after {
    left: 0;
    width: 28px;
    height: 2px;
    background: #999;
    transform: rotate(-45deg) translate(-8px, 4px);
}
#mobile-header .m-search form {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    background: #fff;
    width: 75%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
#mobile-header.open .m-search form {
    opacity: 1;
    visibility: visible;
}
#mobile-header .m-search form .m-search-box {
    width: 100%;
    height: 60px;
    font-size: 18px;
    background: #fff;
    border-radius: 0;
    padding: 0;
    border: 0;
}

/* Mobile Menu Toggle */
.m-menu .toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 30px auto 10px;
    cursor: pointer;
}
.m-menu .toggle span:after,
.m-menu .toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
.m-menu .toggle span:after{
    top: 9px;
}
.m-menu .toggle span {
    position: relative;
    display: block;
}
.m-menu .toggle span,
.m-menu .toggle span:after,
.m-menu .toggle span:before {
    width: 100%;
    height: 2px;
    background-color: #999;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}
.m-menu.open .toggle span {
    background-color: transparent;
}
.m-menu.open .toggle span:before {
    transform: rotate(45deg) translate(5px, 5px);
}
.m-menu.open .toggle span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}
.m-menu.open .toggle + .m-menu {
    opacity: 1;
    visibility: visible;
}

/* Off Canvas */
.m-menu-offcanvas {
    position: fixed;
    left: -300px;
    bottom: 0;
    display: block;
    background: #fff;
    width: 300px;
    height: 100%;
    z-index: 999;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 30px 30px;
}
.m-menu.open .m-menu-offcanvas {
    left: 0;
}
.m-menu.open:before {
    content: "";
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51,51,51,0.25);
    z-index: 5;
    opacity: 1;
}
.m-menu-offcanvas .m-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 30px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
}
.m-menu-offcanvas .m-header span{
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.m-menu-offcanvas .m-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    background: #ccc;
    color: #fff;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.m-menu-offcanvas .m-close span {
    position: relative;
    display: block;
}
.m-menu-offcanvas .m-close span:before,
.m-menu-offcanvas .m-close span:after{
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    right: 0;
    bottom: 0;
    background: #fff;
    display: block;
    width: 15px;
    height: 2px;
}
.m-menu-offcanvas .m-close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-menu-offcanvas .m-close span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(4-5deg);
    transform: rotate(-45deg);
}

/* Mobile Navigation */
.m-navigation {
    margin-top: 35px;
    padding: 0 15px 0 0;
    height: 500px;
    overflow: auto;
    position: relative;
    z-index: 1;
}
.m-navigation::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.m-navigation::-webkit-scrollbar-thumb {
    background-color: #aaa;
}
.m-navigation > ul > li {
    display: block;
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.m-navigation > ul > li:last-child {
    border: 0;
}
.m-navigation > ul > li > a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    padding: 12px 0;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.m-navigation > ul > .parent > a:after {
    font-family: 'font-awesome';
    content: "\e6eb";
    float: right;
    margin-left: 8px;
    font-size: 15px;
}
.m-navigation ul ul {
    display: none;
    border-left: 1px solid #f0f0f0;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-navigation li {
    display: block;
	list-style-type: none;
}
.m-navigation li.active ul {
	display: block;
}
.m-navigation > ul > li > ul > li > a{
    font-size: 12px;
    color: #000000;
    line-height: 1;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #f0f0f0;
    opacity: .7;
    display: block;
}
.m-navigation > ul > li > ul > .parent > a:after {
    font-family: 'font-awesome';
    content: "\e6eb";
    float: right;
    margin-left: 8px;
    font-size: 15px;
}
.m-navigation ul ul ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-navigation ul ul li a {
    text-decoration: none;
    font-size: 11px;
    line-height: 1;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #ddd;
    opacity: .5;
    display: block;
    text-transform: uppercase;
}
#mobile-header .m-search form, #mobile-header .m-search .toggle span:before, 
#mobile-header .m-search .toggle span:after, .m-menu-offcanvas, .m-menu-offcanvas .m-close, 
.m-menu:before, .m-menu.open:before, .m-navigation ul ul li a, .topmenu ul li a, .topmenu ul ul{
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
/*-------------------------------------------------*/
/* =  Main Featured Slider
/*-------------------------------------------------*/
.featured-posts{
    position: relative;
    margin-top: 30px;
    z-index: 2;
}
.featured-posts .featured-slider {
    position: relative;
    z-index: 99;
    overflow: hidden;
    padding: 0;
}
.featured-posts .swiper-slide {
    position: relative;
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 17.2% 32.5%;
}
.featured-posts .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.38);
    transition: .3s;
}

/* Centred Style */
.featured-posts.centred .featured-slider {
    overflow: initial;
}
.featured-posts.centred .swiper-slide-prev:before,
.featured-posts.centred .swiper-slide-next:before{
    background-color: rgba(0,0,0,.75);
    opacity: 1;
    transition: .3s;
}

/* Overlay */
.featured-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    width: 55%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
}
.featured-overlay .featured-cat {
    padding-bottom: 16px;
}
.featured-overlay .featured-cat .cat:before, .featured-overlay .featured-cat .cat:after {
    display: table-cell;
    content: '';
    width: 50px;
    height: 0;
    border-top: 1px solid #FFFFFF;
    position: relative;
    bottom: 4px;
  }

.featured-overlay .featured-cat .cat a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    padding: 4px 12px;
    position: relative;
    text-transform: uppercase;
}
.featured-overlay .featured-title {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -0.15rem;
    text-transform: capitalize;
    padding-bottom: 20px;
    padding-top: 7px;
    margin: 0;
}

.featured-overlay .featured-title a {
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
}
.featured-overlay .featured-post-meta {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}
.featured-overlay .featured-post-meta a{
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}
.featured-overlay .featured-post-meta .post-author {
    border-right: 1px solid #fff;
    margin-right: 6px;
    padding-right: 8px;
}

/* Arrows */
.featured-posts .nav-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.featured-posts:hover .nav-arrows {
    opacity: 1;
}
.featured-posts .nav-arrows.featured-prev {
    left: 15px;
}
.featured-posts .container-fluid .nav-arrows.featured-prev {
    left: 8%;
}
.featured-posts .nav-arrows.featured-next {
    right: 15px;
}
.featured-posts .container-fluid .nav-arrows.featured-next {
    right: 8%;
}
.featured-posts .nav-arrows.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* Pagination */
.featured-posts .featured-pagination {
    display: none;
    text-align: center;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.featured-posts .featured-pagination span {
    margin: 0 5px;
}
/* Grid Posts Slider */
.grid-posts {
    margin-top: 30px;
}
.grid-posts .swiper-container {
    width: 100%;
    height: 100%;
}
.grid-posts .swiper-slide {
    width: 33%;
    height: 400px;
}
.grid-posts.col-4 .swiper-slide {
    width: 25%;
    height: 400px;
}
.grid-posts.col-2 .swiper-slide {
    width: 50%;
    height: 400px;
}
.grid-posts.centred .swiper-slide {
    width: 350px;
    height: 400px;
}
.grid-posts.centred-full .swiper-slide {
    width: 50%;
    height: 400px;
}
.grid-posts .item{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.grid-posts .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.38);
    transition: .3s;
}
.grid-posts .item .item-overlay {
    display: block;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
}
.grid-posts .item .item-cat {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.grid-posts .item .item-cat a {
    color: #fff;
}
.grid-posts .item .item-title {
    margin: 0;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.1;
}
.grid-posts .item .item-title a {
    color: #fff;
}
.grid-posts .item .item-post-meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}
.grid-posts .item .item-post-meta .post-author:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 7px;
    background: rgba(255,255,255,0.5);
    margin: 0 10px;
}
.grid-posts .item .item-post-meta .post-author a {
    color: #fff;
}

/* Arrows */
.grid-posts .nav-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.67);
    color: #fff;
    text-align: center;
    opacity: 0;
}
.grid-posts:hover .nav-arrows {
    opacity: 1;
}
.grid-posts .nav-arrows.grid-prev {
    left: 0;
}
.grid-posts .nav-arrows.grid-next {
    right: 0;
}
.grid-posts .nav-arrows.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/*-------------------------------------------------*/
/* =  Trending posts
/*-------------------------------------------------*/
.trending-posts{
    margin-top: 48px;
}
.trending-posts .container{
    border-bottom: 1px #eceeef solid;
}

.trending-title, .heading {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: none;
    color: #000000;
    margin-bottom: 40px;
}
.item .item-title {
    margin-bottom: 8px;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
}
.item .item-date {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 48px;
    text-align: center;
    color: #bbb;
}
/*-------------------------------------------------*/
/* =  site content
/*-------------------------------------------------*/
.site-content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 60px;
}

.blog-posts .level0{
	display: flex;
	gap: 10px;
}

.post {
    margin-bottom: 60px;
}
/* Post Header */
.post-header{
    margin-bottom: 25px;
}
.post-header .post-cat:before, .post-header .post-cat:after {
    display: table-cell;
    content: '';
    width: 45px;
    height: 0;
    border-top: 1px solid #cecece;
    position: relative;
    bottom: 4px;
}

.post-header .post-cat a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0;
    padding: 4px 12px;
    position: relative;
}
.post-header .post-title{
    font-size: 45px;
    line-height: normal;
    margin: 20px 0 25px 0;
    letter-spacing: -.2rem;
    text-transform: capitalize;
    color: #000000;

}
.post-header .post-meta {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #bbb;
}
.post-header .post-meta .post-date {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #cecece;
}
.post .post-image{
    position: relative;
    margin-bottom: 25px;
}
.post .post-entry {
    line-height: 1.7;
}
.post .post-more {
    display: block;
    text-align: center;
    margin-top: 25px;
}
.post .post-more a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 8px 26px;
    font-size: 11px;
    color: #000000;
    border: 2px solid #282828;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.post .post-more a:hover {
    color: #282828;
    background-color: #ffffff;
}
.post-footer span:after {
    position: relative;
    top: 3px;
    left: 8px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    background: #dddddd;
    display: inline-block;
    margin-right: 16px;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.post-footer {
    display: block;
    overflow: hidden;
    border-bottom: 1px #eceeef solid;
}
.post-footer span:last-child:after {
    top: 0px;
    left: 0px;
    content: '';
    background: none;
}
.post-footer .post-meta2{
    float: left;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 15px 0;
    text-transform: uppercase;
}
.post-footer .post-meta2 span, .post-footer .post-meta2 a {
    color: #bbb;
}
/* share-buttons */
.post-footer .post-share{
    float: right;
    margin-bottom: 15px;
    padding: 15px 0;
}
.post-footer .share-buttons li {
    display: inline-block;
    margin-left: 15px;
}
.post-footer .share-buttons a {
    display: block;
    color: #bbb;
    font-size: 14px;
}

/* Block Layouts : Grid Listing */
.post.grid-item{
    border: none;
}
.post.grid-item .post-header {
    margin-top: 20px;
}
.post.grid-item .post-header .post-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0 15px 0;
    letter-spacing: -.05rem;
}
/* Block Layouts : Grid Listing */
.post.grid-listing .post-header {
    margin-top: 20px;
    text-align: left;
}
.post.grid-listing .post-header .post-cat a {
    background: none;
    color: #E6C55D;
    padding: 0;
    line-height: 1;
}
.post.grid-listing .post-header .post-title {
    margin: 5px 0 0;
    font-size: 20px;
    line-height: 1.3;
}
.post.grid-listing .post-title a {
    padding: 0;
}
.post.grid-listing .post-entry {
    padding: 0;
}
.post.grid-listing hr {
    margin: 19px 0 16px;
}

/* Block Layouts : Listing */
.block-entries {
    overflow: hidden;
}
.post.listing {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.post.listing:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.post.listing .post-image {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
}
.post.listing .post-header {
    margin-top: 20px;
    text-align: left;
}
.post.listing .post-header .post-cat a {
    background: none;
    padding: 0;
    line-height: 1;
}

.post.listing .post-cat:before, .post.listing .post-cat:after {
    display: none;
}

.post.listing .post-header .post-title {
    margin: 5px 0 10px 0;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.05rem;
}
.post.listing .post-title a {
    padding: 0;
}
.post.listing .post-entry {
    padding: 0;
}

/*-------------------------------------------------*/
/* =  07. PAGE TEMPLATES
/*-------------------------------------------------*/
.block-header {
    text-align: center;
}
/* Page Title */
.page-title {
    display: block;
    padding: 0 0 70px;
    position: relative;
}
.page-title h3 {
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
}
.page-title span{
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    line-height: 1;
    color: #aaa;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/*-------------------------------------------------*/
/* =  Widgets
/*-------------------------------------------------*/
aside#sidebar {
    padding-left: 30px;
    padding-right: 30px;
}
.widget {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.widget + .widget {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px #eceeef solid;
}
.widget .widget-title h5 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 30px;
    text-transform: none;
    text-align: center;
    color: #000000;
}
.widget .widget-title h5:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #000000;
    margin: 1rem auto 0;
}
/* Widget :about me */
.widget.about-widget{
    text-align: center;
}
.widget.about-widget .avatar {
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}
/* Widget :follow me */
.widget.follow-widget {
    text-align: center;
}
.widget.follow-widget .social-accounts li {
    display: inline-block;
    margin-left: 15px;
}
.widget.follow-widget .social-accounts li:first-child {
    margin-left: 0px;
}
.widget.follow-widget .social-accounts a {
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
}
/* widget : RECENT recent */
.recent-posts {
    display: block;
    overflow: hidden;
    position: relative;
}
.recent-posts .recent-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #eee;
    overflow: hidden;
    text-align: left;
}
.recent-posts li:last-child .recent-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.recent-posts .recent-item .recent-image {
    float: left;
    width: 90px;
    height: 80px;
}
.recent-posts .recent-item .recent-entry {
    padding-left: 110px;
    position: relative;
}
.recent-posts .recent-item h4 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}
.recent-posts .recent-item .recent-date {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #bbb;
    display: block;
    text-transform: uppercase;
}
/* widget : categories */
.cat-widget .cat-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #eceeef solid;
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
}
.cat-widget .cat-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.cat-widget .cat-item a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;

}
.cat-widget .cat-item span{
    float: right;
}
/* WIDGET : FLICKR GALLERY */
.flickr-widget .flickr-item {
    float: left;
    width: 108px;
    height: 108px;
    margin: 0 3px 3px 0;
}
.flickr-widget .flickr-item:hover {
    opacity: .8;
}
/* WIDGET : subscribe */
.subscribe-content{
    padding: 30px;
    border: 2px solid #000000;
}
/* WIDGET : TAGCLOUD */
.tagcloud li{
    display: inline-block;
    margin: 0px 7px 7px 0px !important;
}
.tagcloud a{
	display: inline-block;
    border: 1px solid #888;
    font-size: 12px;
    color: #727272;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 12px;
}

/*-------------------------------------------------*/
/* =  INSTAGRAM GALLERY
/*-------------------------------------------------*/

/* NO GRID SPERATOR */
.row-no {
    margin-left: 0px;
    margin-right: 0px;
}

.row-no [class*=" col-"], .row-no [class^=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.instagram-widget {
    display: block;
    position: relative;
    overflow: hidden;
}
.instagram-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    margin-top: 4px;
    padding: 12px 20px;
    z-index: 999;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.instagram-entries li {
    float: left;
    max-width: 16.666%;
}
.instagram-widget a img:hover {
    opacity: .8;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
.main-footer{
    background-color: #000;
    padding: 70px 0px;
    color: #ffffff;
}
/* FOOTER WIDGETS */
.main-footer .widget{
    padding-left: 15px;
    padding-right: 15px;
}
.main-footer .widget-title h5{
    color: #ffffff;
}
.main-footer .widget .widget-title h5:after{
    background: #333333;
}
.main-footer .recent-posts .recent-item{
    border-color: #000000;
}
.main-footer .recent-entry a, .main-footer .cat-widget .cat-item a {
    color: #ffffff;
}
.main-footer .cat-widget .cat-item {
   border-color: #242424;
}
/* FOOTER buttom */

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

footer .footer-btm {
    background-color: #000000;
}
footer .footer-btm .container {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #242424;
    color: #ffffff
}
footer .footer-btm a {
    color: #ccc
}
.footer-btm .copyright {
    font-size: 12px;
    font-family: "Montserrat";
    line-height: 1;
    text-transform: uppercase;
}
/* FOOTER Menu */
.footer-menu li {
    display: inline-block;
    margin-right: 30px;
}
.footer-menu li:last-child {
    margin-right: 0px;
}
.footer-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat";
    line-height: 1;
    text-transform: uppercase;
}
/* blog pagination*/
.blog-pagination{
    padding-top: 40px;
    font-family: "Montserrat",sans-serif;
    display: block;
}
.blog-pagination ul li{
    display: inline-block;
}
.blog-pagination ul li a{
    color: #282828;
    font-size: 14px;
    border: 2px solid #2f2f2f;
    display: block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 600;
}
/*-------------------------------------------------*/
/* =  Single Post
/*-------------------------------------------------*/
.single-post .post {
    padding-bottom: 0;
    margin-bottom: 0;
}
.single .post .page-title {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.single-post .post .format {
    margin-bottom: 25px;
}
/* post-tags*/
.post-tags {
    margin: 25px 0 30px 0;
}
.post-tags li {
    display: inline-block;
    margin: 0px 7px 7px 0px !important;
}
.post-tags a {
	  display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 12px;
}
/* Post Typography */
.single .post .post-entry p {
    opacity: inherit;
    margin-bottom: 20px;
}
.single .post .post-entry ul,
.single .post .post-entry ol{
    padding-left: 40px;
    margin-bottom: 20px;
}
.single .post .post-entry ul li {
    margin-bottom: 5px;
    list-style: disc;
}
.single .post .post-entry ol li {
    margin-bottom: 5px;
    list-style: decimal;
}
.single .post .post-entry .has-caption {
    max-width: 100%;
    color: #8e8e8e;
    font-style: italic;
    margin-bottom: 30px;
}
.single .post .post-entry .has-caption.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.single .post .post-entry .has-caption.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.single .post .post-entry p.has-caption-text {
    padding: 8px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
.single .post .post-entry .has-caption img {
    width: 100%;
}
/* Post Slider */
.post-slider .nav-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
}
.post-slider .nav-arrows.ps-prev {
    left: 0;
}
.post-slider .nav-arrows.ps-next {
    right: 0;
}
.post-slider .nav-arrows.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
/* Post Author */
.post-author-box {
  display: block;
  position: relative;
	border:1px solid #eee;
	padding:25px;
	margin-top:60px;
	overflow:hidden;
}
.post-author-box .author-img {
	float:left;
	margin-right:25px;
}
.post-author-box .author-img img {
	border-radius:50%;
}
.post-author-box .author-content  {
	overflow:hidden;
}
.post-author-box .author-content h5 {
	margin-bottom: 16px;
}
.post-author-box .author-content p {
    margin-bottom:14px;
}
.post-author-box .author-content .author-social {
	font-size:14px;
  color: #272727;
	margin-right:12px;
}
/* Post Pagination */
.post-pagination {
    overflow: hidden;
    margin-top: 60px;
}

.post-pagination .prev-post {
    float:left;
    width:45%;
}
.post-pagination .next-post {
    float:right;
    text-align:right;
    width:45%;
}


.post-pagination span {
    color:#232323;
    font-size:14px;
    display: block;
    margin-bottom: 5px;
}

.post-pagination .arrow {
    font-size:64px;
    color:#ddd;
    line-height:64px;
}

.post-pagination .prev-post .arrow {
    float:left;
    margin-right:18px;
}

.post-pagination .next-post .arrow {
    float:right;
    margin-left:18px;
}

.pagi-text {
    margin-top:11px;
}

.post-pagination h5 {
    text-transform:uppercase;
    font-size:14px;
}

.post-pagination a {
    color:#999;
}

/* Post Related */
.related-posts {
    margin-top: 60px;
    overflow: hidden;
}

.item-thumb img {
    margin-bottom:7px;
    width:100%;
    height:auto;
}
/* Post Comments */
.post-comments {
    margin-bottom:0;
    margin-top:60px;
}
.post-comments .comments {
    margin-bottom:40px;
}
.post-comments .comment-entry {
    border-bottom:1px dotted #eee;
    padding-bottom:34px;
    margin-bottom:34px;
}
.post-comments > div > div:last-child .comment-entry {
    border: 0;
    padding: 0;
    margin: 0;
}
.post-comments .comment-entry .author-img {
    float:left;
    margin-right:20px;
}
.post-comments .comment-entry .author-img img {
    border-radius:50%;
}
.post-comments .comment-entry .comment-text {
    overflow:hidden;
}
.comment-entry span.author,
.comment-entry span.author a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: none;
    color: #000000;
}
.post-comments .comment-entry .comment-text span.author a:hover {
    text-decoration:underline;
}
.comment-entry span.date {
    font-size:12px;
    text-transform: uppercase;
    display:block;
    margin:6px 0;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #A0A0A0;
    margin: 5px 0;
}
.post-comments .comment-entry .comment-text em {
    font-size:13px;
    margin-bottom:-14px;
    display:block;
    color:orange;
    letter-spacing:1px;
}
.required {
    color: #d9534f;
}
.post-comments span.reply a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-comments span.reply a.comment-edit-link {
    background:#c5c5c5;
}
.post-comments span.reply a:hover {
    opacity:.8;
}
.post-comments ul.children {
    margin: 0 0 0 55px;
}
.post-comments ul.children li.comment-entry {
    margin:0 0 8px 0;
}

/* Post Comments Form */
#respond {
    margin-bottom:20px;
    overflow:hidden;
}
#respond p {
    display: block;
    overflow: hidden;
}
#respond label {
    width: 80px;
    font-size: 13px;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}
#respond input {
    margin-bottom: 8px;
    width: 250px;
}
#respond textarea {
    height: 160px;
}
#respond .comment-form-url {
    margin-bottom:30px;
}
#respond #submit {
    cursor: pointer;
    width: auto;
}
/*-------------------------------------------------*/
/* =  Other
/*-------------------------------------------------*/

/* CONTACT FORM */
.contact-form {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px #eceeef solid;;
}
.contact-form p {
    margin-top: 0;
    margin-bottom: 20px;
}
.contact-form label {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.contact-form label .required {
    text-transform: capitalize;
    font-size: 12px;
}

/* --------scroll to top-------------*/
.scrollToTop {
    position: fixed;
    display: none;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 2px;
    background: #282828;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    text-align: center;
}
.scrollToTop:hover{
    background: #777777;
}
.scrollToTop i {
  	color: #FFFFFF;
  	font-size: 15px;
}
.pagination {
    width: 100%;
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
}
ul.pag {
    width: 100%;
}
ul.pag li {
    display: inline-block;
    margin-left: 15px;
}
a.btn-square.pagination-active {
    color: red;
}
a.btn-square {
    border: solid 1px;
    padding: 8px 16px;
}
.tagcloud a {
    margin: 2px;
}