/*
Theme Name: Ana Maslak
Author: Bojan Vidovic - BV Design
Author URI: http://bvdesign.org/
Version: 1.0
*/


/* -------------------------------------------------- Global -------------------------------------------------- */


* { margin: 0; padding: 0; }
html { min-height:100%; background: #fff; }
html.slide-r, html.slide-l { overflow: hidden; }
body { min-height:100%; font-size: 14px; font-family: "Montserrat", sans-serif; color: #000; margin: 0 auto; background: #fff; font-weight:400; overflow-x: hidden;
/*
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
*/
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
body.slide-r { margin-right: -280px; margin-left: 280px; }
body.slide-l { margin-left: -600px; margin-right: 600px; }
div, input, span, section { box-sizing:border-box; }
img { max-width: 100%; height: auto; display:block; }
header, main, nav, section, article, aside, figure, footer { display: block; }
p { line-height: 1.7; margin: 0 0 30px 0; }
ul, ol, dl { margin: 10px 0; padding: 0 0 20px 20px; }
ul li, ol li, dl dt, dl dd { padding: 5px 0; }
dl dt { padding: 5px 0; font-weight: 600; margin-left: -10px; }
b, strong {font-weight: 600; }

a { color: #bd9e56; text-decoration: none; outline: 0;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
a:hover {  }
a img { outline: none; border:none; }

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

h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 30px 0; font-family: 'Cormorant', serif; }
h1 { font-size: 70px; line-height: 1; text-transform: uppercase; }
h2 { font-size: 48px; }
h3 { font-size: 34px; }
h4 { font-size: 24px; }

.no-padding {padding:0 !important;}
.no-margin {margin:0 !important}

.draggable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

table, th, td {
    border: 1px solid #444;
    border-collapse: collapse;
	text-align: center;
font-size: 14px;
}
td { padding: 10px !important; }
th { padding: 10px !important; text-align: center; background: #222; }


hr { border:none; outline:none; border-top: 1px solid #444; margin: 30px 0; clear: both; }

.bottom-line:after {
    content: " ";
    width: 60px;
    border-top: 1px solid #bd9e56;
margin: 10px auto 0 auto;
padding-bottom: 10px;
display: block;
}

blockquote {
    border-left: 2px solid #bd9e56;
    margin: 30px auto;
    padding: 15px;
	font-style: italic;
}
blockquote p { margin:0; color: #bd9e56; font-weight: 400; }

.wp-caption-text { font-style: italic; font-size: 13px; padding: 5px; border-bottom: 1px solid #444; }
.highlight { background: #fad4e5; }
.wpsdc-drop-cap { color: #000; font-size: 48px; padding-right: 10px; font-weight: 700; float:left; line-height: 1; }

	/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
html[xmlns] .clearfix {
	display: block;
}


/* --------------------------------- COLORS -------------------------------- */

.purple-bg h1, .purple-2-bg h1, .blue-bg h1, .blue-dark-bg h1, .grey-dark-bg h1, .green-dark-bg h1  { color: #fff !important; }
.purple-bg h2, .purple-2-bg h2, .blue-bg h2, .blue-dark-bg h2, .grey-dark-bg h2, .green-dark-bg h2  { color: #fff !important; }
.purple-bg p, .purple-2-bg p, .blue-bg p, .blue-dark-bg p, .grey-dark-bg p, .green-dark-bg p  { color: #c5c7d6 !important; }
.purple-bg p.read-more, .purple-2-bg p.read-more, .blue-bg p.read-more, .blue-dark-bg p.read-more, .grey-dark-bg p.read-more, .green-dark-bg p.read-more  { color: #fff !important; }
.purple-bg li, .purple-2-bg li, .blue-bg li, .blue-dark-bg li, .grey-dark-bg li, .green-dark-bg li  { color: #c5c7d6 !important; }
.purple-bg.faq-list ul li, .purple-2-bg.faq-list ul li, .blue-bg.faq-list ul li, .blue-dark-bg.faq-list ul li, .grey-dark-bg.faq-list ul li, .green-dark-bg.faq-list ul li  { color: #fff !important; }


.white-bg {background-color:#fff !important;}
.grey-light-bg {background-color:#f5f6f9 !important;}
.grey-bg {background-color:#dbdbdb !important;}
.grey-dark-bg {background-color:#202020 !important;}
.blue-bg {background-color:#bd9e56 !important;}
.blue-dark-bg {background-color:#00759f !important;}
.green-light-bg {background-color:#c5eeaf !important;}
.green-bg {background-color:#a7d48c !important;}
.green-dark-bg {background-color:#4a9779 !important;}
.pink-bg {background-color:#e22279 !important;}
.purple-bg {background-color:#40477d !important;}
.purple-2-bg {background-color:#545b8e !important;}
.orange-bg {background-color:#ffad01 !important;}
.orange-dark-bg {background-color:#ff8a01 !important;}
.section-bg { background-image: url(images/section-bg.jpg) !important;
background-color:#F8F9FB;
background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.white {color: #fff !important;}
.grey-light {color:#F8F9FB !important;}
.grey {color:#dbdbdb !important;}
.grey-dark {color:#202020 !important;}
.blue {color:#bd9e56 !important;}
.blue-dark {color:#00759f !important;}
.green {color:#a7d48c !important;}
.green-dark {color:#4a9779 !important;}
.pink {color:#e22279 !important;}
.purple {color:#40477d !important;}
.orange {color:#ffad01 !important;}
.orange-dark {color:#ff8a01 !important;}
.no-transparent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

/* ------------------------RESPONSIVE VIDEO------------------------------- */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

iframe { max-width: 100%; border: none; outline: none; }



/* =WordPress Core
-------------------------------------------------------------- */
img.alignnone, .alignnone { display: inline-block; vertical-align: bottom; max-width: 100%; }

.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto;
max-width: 100%;
}

.alignright {
    float:right;
    margin: 10px 0 10px 25px;
}

.alignleft {
    float: left;
    margin: 10px 25px 10px 0;
}

.wp-block-image .aligncenter, img.aligncenter { max-width: 100%; box-sizing: border-box; margin: 25px auto; padding: 0;; }
.wp-block-image .alignleft, img.alignleft { max-width: 50%; box-sizing: border-box; margin: 10px 25px 10px 0; padding: 0; }
.wp-block-image .alignright, img.alignright { max-width: 50%; box-sizing: border-box; margin: 10px 0 10px 25px; padding: 0; }

.img-centered {
    margin: 0 auto;
}

/*--------------------------- GUTENBERG ---------------------------------*/

/*------------- FIX ----------------*/

    .alignwide {
        margin-left  : -200px !important;
        margin-right : -200px !important;
    }
    .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
        margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
        max-width    : 100vw !important;
    }
    /*.alignfull img {
        width: 100vw;
    }*/
.entry-content .alignwide.wp-block-cover, .entry-content .alignwide.wp-block-cover-image,
.entry-content .alignfull.wp-block-cover, .entry-content .alignfull.wp-block-cover-image
{ width: auto; }

.wp-block-button a { font-size: 12px; padding: 12px 30px; text-transform: uppercase; letter-spacing: 2px; min-width: 240px; }
.wp-block-button.is-style-outline a { border-width: 1px !important; }
.wp-block-button a:hover { background: #000 !important; color: #fff !important; }

/* -------------------------------------------- Button GoTop -------------------------------------------- */


.go-top {
	cursor:pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	padding: 8px 0 0 0;
	display: none;
	height: 50px;
    width: 50px;
    text-align: center;
z-index: 999;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 1);
	color: white;
}


/* -------------------------------------------------- HEADER -------------------------------------------------- */

.page-template-home-big-slider .header-block { display: none; }
.header-block { padding: 40px; }

header.main-header .header-top { position: fixed; top:0; left: 0; right: 0; z-index:1; height: 130px; display: none;
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header.main-header { margin: 0 auto; padding:0; z-index: 9; position: fixed; top: 0; right: 0; background: transparent;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
header.main-header .header { display:block; padding: 30px 30px 0 0; margin: 0 auto;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

header.main-header.navbar-shrink {  }

header.main-header.navbar-shrink .header { }

header.slide-r { left: 280px; }
header.slide-l { right: 600px; left:-600px; }
.headroom {}
header.headroom--pinned, .logo.headroom--pinned {
top: 0;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.logo { width: 200px; color: #888; font-size: 20px; margin: 30px; display: inline-block; vertical-align: middle; position: fixed; top:0; left:0; z-index:9999;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
header.main-header.navbar-shrink .logo {
-webkit-filter: invert(1);
    filter: invert(1);
}
header.main-header.navbar-shrink .logo.logo-mob { width: 100px; }

header.main-header .logo.logo-mob { display: block; float: left; max-width:50%; margin: 0; }
header.main-header .nav-mob .logo { }


/* -------------------------------------------------- SEARCH -------------------------------------------------- */

.desktop-search .search-box { position: absolute; top: 22px; right: 20px; width: 250px; }
.mobile-search .search-box { padding: 5px; background: #323232; border: none !important; }

input[type="search"] { -webkit-appearance: textfield;}
.searchform input { outline:none !important; margin:0; padding: 5px; font-size: 14px; display: inline-block; width: 70%; font-style: italic; vertical-align: middle; }
.searchform input:focus { }
.searchform button { background: none; border: none; color: #999; display: inline-block; vertical-align: middle; font-size: 18px; padding: 0 6px 3px 5px; float: left;}
.searchform button:hover { color: #de353c; }
.searchform input[type="submit"] {
border: 1px solid #bd9e56 !important; 
outline:none !important;
	background: #bd9e56 !important;
cursor:pointer;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
	margin:0;
	width: 30%;
	float:right;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.mobile-search .search-box .wc_ps_container .wc_ps_form { background: #323232; }
.mobile-search .search-box .wc_ps_sidebar_container .wc_ps_nav_submit { background: #323232; border: none !important; }
.predictive_results.predictive_results_sidebar .ac_over .rs_description, .predictive_results.predictive_results_sidebar .rs_content_popup .rs_description { display: none; }
.predictive_results.predictive_results_sidebar .ac_over .ajax_search_content { background: #888 !important; }
.predictive_results.predictive_results_sidebar { width: auto !important; }

.search-terms { color: #bd9e56; }


/* --------------------------------------------- NAVIGATION ------------------------------------------- */


.header-text { float: right; padding: 10px 0; }
.header-tex p { margin: 0; font-weight: 700; line-height: 1; }
.header-tex a { display: inline-block; font-weight: 700; padding: 16px; color: #888; line-height: 1; }
.header-tex a:hover { color: #fff; background: #bd9e56; }


.menu-main-menu-left-en-container, .menu-main-menu-right-en-container,
.menu-main-menu-left-container, .menu-main-menu-right-container { display: inline-block; vertical-align: middle; }

.nav-top { padding: 0; text-align: center; position: relative; z-index: 999;
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}

header.main-header .nav-top nav { display: block; float: right;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
header.main-header.navbar-shrink .nav-top nav { padding-bottom: 5px; }

.nav-top ul {
	padding:0;
	margin: 0;
	box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}


header.main-header.navbar-shrink .nav-top { }
header.main-header.navbar-shrink .nav-top ul {  }

.nav-top ul li {
text-align: right;
    display: block;
	padding: 10px 0;
	font-size: 16px;
	position:relative;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.nav-top ul li a {
	border-right: 1px solid transparent;
    display: block;
    padding: 0 20px;
	color: #fff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
header.main-header.navbar-shrink .nav-top ul li a { color: #000; }
header.main-header.navbar-shrink .nav-top ul li a:hover:before, .nav-top ul li a:hover:before, .nav-top .menu-item-has-children:hover a:before { display: inline-block; content:""; margin-right: 10px; vertical-align: middle; width: 3px; height: 3px; background: #fff; }
header.main-header.navbar-shrink .nav-top ul li a:before { background: #000 !important; }

header.main-header .nav-top ul li.current-menu-item a, header.main-header .nav-top  ul li.current_page_item a, header.main-header .nav-top  ul li.current-page-ancestor a, header.main-header .nav-top  ul li.current-post-ancestor a, header.main-header .nav-top  ul li.current-menu-ancestor a, header.main-header .nav-top  ul li.current_page_parent a { }

header.main-header .nav-top ul li.current-menu-item a:before, header.main-header .nav-top  ul li.current_page_item a:before, header.main-header .nav-top  ul li.current-page-ancestor a:before, header.main-header .nav-top  ul li.current-post-ancestor a:before, header.main-header .nav-top  ul li.current-menu-ancestor a:before, header.main-header .nav-top  ul li.current_page_parent a:before { display: inline-block; content:""; margin-right: 10px; vertical-align: middle; width: 3px; height: 3px; background: #fff; }

header.main-header .nav-top ul.sub-menu li.current-menu-item a, header.main-header .nav-top  ul.sub-menu li.current_page_item a, header.main-header .nav-top ul.sub-menu li.current-page-ancestor a, header.main-header .nav-top  ul.sub-menu li.current-post-ancestor a, header.main-header .nav-top  ul.sub-menu li.current-menu-ancestor a, header.main-header .nav-top ul.sub-menu li.current_page_parent a { /*font-weight: bold !important;*/ color: #fff !important; }

.nav-top .sub-menu { width: 200px; margin:0; position: relative; padding: 0 20px; max-height: 0; overflow: hidden; border-right: 1px solid #ccc;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.nav-top .menu-item-has-children:hover .sub-menu { display:block; height: auto; max-height: 800px; padding: 10px 20px; }
header.main-header.navbar-shrink .nav-top .sub-menu { }

.nav-top .sub-menu li { display: block; padding: 5px 0; }
.nav-top .sub-menu li a { cursor:pointer; padding: 0; font-size: 16px; color: #fff !important; text-decoration: none !important; border: none !important; font-weight: 300 !important; }
header.main-header.navbar-shrink .nav-top .sub-menu li a { }
header.main-header .nav-top .sub-menu li a:hover { color: #bd9e56 !important; padding: 0; }

.nav-top .sub-menu.active { color:#bd9e56; }
.nav-top .sub-menu.active a { color:#bd9e56; }
.nav-top .sub-menu a:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
   top:19px;
}
.nav-top .sub-menu.active a:after {
   content: "\f00d";
}
.nav-top .sub-menu li a:after, nav .sub-menu.active li a:after {
   content: "";
   margin-left: 0;
}

.nav-top .button { background: transparent; margin:30px 10px; border: 3px solid #fff !important; width: 210px;}
.nav-top .button a { color: #fff !important; font-weight: 700 !important; text-align: center; font-size: 18px; }

nav .sub-menu a { cursor:pointer; border:none; }
nav .sub-menu.active { color:#bd9e56; }
nav .sub-menu.active a { color:#bd9e56; }
nav .sub-menu a:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
   top:19px;
}
nav .sub-menu.active a:after {
   content: "\f00d";
}
nav .sub-menu li a:after, nav .sub-menu.active li a:after {
   content: "";
   margin-left: 0;
}

.nav-mob .menu-item-has-children > a:after {
display: inline-block;
margin:0 0 0 7px;
   font-family: 'Pe-icon-7-stroke';
   content: "\e623";
line-height: 1;
vertical-align: middle;
text-align:center;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.nav-mob .menu-item-has-children > a.active { }
.nav-mob .menu-item-has-children > a.active:after {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* Nav Icon */

.nav-icon { border: none; float: right; color: #2f3841; text-align: center; font-size: 10px; cursor: pointer; margin: 20px; }
.nav-icon .menu-title { padding: 2px 0; display: block; color: #ccc; }

.nav-toggle { position: relative; border: none; margin: 0; height: 40px; width: 40px; transform: rotate(0deg); transition: all 0.5s ease-in-out 0s; cursor: pointer; 
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}

.nav-toggle span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 40px;
}

.nav-toggle span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 30px;
  left: 4px;
}

header.main-header.navbar-shrink .nav-toggle span { background: #000; }
header.main-header.navbar-shrink .nav-toggle.open span, header.main-header .nav-toggle.open span { background: #000; width: 44px; }


/* ------------------------------------ NAV MOB ----------------------------------- */

.mobile-navigation-bg { position:fixed; bottom:0; left:0; right: 0; top:0; z-index:2; background: #fff; display: none;
/*
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
*/
}
.close-menu { display:block; padding:0; text-align:right; cursor:pointer; color: #fff; }
.close-menu .fa, .close-sidebar .fa { font-size: 20px; vertical-align: middle; margin-left:5px; }
.close-menu:hover .fa, .close-sidebar:hover .fa { color: #de353c; }

.mobile-navigation { position: relative; display: none; z-index: 10; margin: 0 auto;
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}

.nav-mob { display: none; position: fixed; z-index: 3; left: 50%; margin-left: -150px; top: 0; width: 300px; padding: 100px 20px 20px 20px; overflow-x: auto; max-width: 100%; max-height: 100%; text-align: center; }
.nav-mob.open { left: 50%; margin-left: -150px; }

.nav-mob ul {
	padding:0;
	margin: 0;
	box-sizing: border-box;
}

.nav-mob ul li {
    display: block;
	padding: 0;
	font-size: 16px;
	position:relative;
	letter-spacing: 2px;
	text-align: center;
}
.nav-mob ul li a {
	font-weight: 300;
    display: block;
    padding: 10px 0;
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.nav-mob ul li a:hover { }

.nav-mob ul li.current-menu-item a, .nav-mob  ul li.current_page_item a, .nav-mob  ul li.current-page-ancestor a, .nav-mob  ul li.current-menu-ancestor a, .nav-mob  ul li.current-post-ancestor a, .nav-mob  ul li.current_page_parent a { color: #000; }

.nav-mob ul li.current-menu-item a:before, .nav-mob  ul li.current_page_item a:before, .nav-mob  ul li.current-page-ancestor a:before, .nav-mob  ul li.current-menu-ancestor a:before, .nav-mob  ul li.current-post-ancestor a:before, .nav-mob  ul li.current_page_parent a:before { display: inline-block; content:""; margin-right: 10px; vertical-align: middle; width: 3px; height: 3px; background: #000; }


.nav-mob .sub-menu li.current-menu-item a, .nav-mob .sub-menu li.current_page_item a, .nav-mob .sub-menu li.current-page-ancestor a, .nav-mob .sub-menu li.current-post-ancestor a, .nav-mob .sub-menu li.current_page_parent a { color: #fff !important; }

.nav-mob .sub-menu li { margin: 0 20px; font-size: 16px; }
.nav-mob .sub-menu a { cursor:pointer; padding: 7px 0; text-decoration: none !important; font-weight: 300 !important; color: #999 !important; }
.nav-mob .sub-menu.active { }
.nav-mob .sub-menu.active a { }
.nav-mob .sub-menu a:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
   top:19px;
}
.nav-mob .sub-menu.active a:after {
   content: "\f00d";
}
.nav-mob .sub-menu li a:after, nav .sub-menu.active li a:after {
   content: "";
   margin-left: 0;
}

.nav-mob .menu-item-has-children > a.active { }

.nav-mob .sub-menu { display:none; width: 100%; margin:0; }

.nav-mob .header-phone { margin-top:20px; display: none; float: none; }
.nav-mob .header-phone a { display: block; font-weight: 700; padding: 5px; color: #bd9e56; line-height: 1; font-size: 18px; }
.nav-mob .header-phone a:hover { color: #fff; background: #bd9e56; }


/* -------------------------------------------- Language Switcher ----------------------------------------- */


.nav-top #lang { text-align: right; }
#lang {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
#lang ul {
    height: auto;
    margin: 10px 18px;
    padding: 0;
    position: relative;
    z-index: 1;
}
#lang ul li {
    display: inline-block;
    margin: 0;
	padding: 0;
	font-size: 14px;
}
#lang ul li a {
	padding: 0 5px 0 3px;
    text-decoration: none;
	font-weight: 400;
	border-right: 1px solid #888;
}
#lang ul li:last-child a { border: none; }
#lang ul li a:hover {color:#bd9e56;}
#lang ul li.current-lang a, #lang ul li.current_page_item a { color: #888; }


/* -------------------------------------------- Banner-2 ----------------------------------------- */

.banner-2 { padding: 250px 0; position: relative; margin: 0; overflow:hidden; background-color: #111; }
.banner-2 .bg-img {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
	-webkit-transition: all 8s ease;
     -moz-transition: all 8s ease;
       -o-transition: all 8s ease;
      -ms-transition: all 8s ease;
          transition: all 8s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
-webkit-animation: blur-2 5s;
-moz-animation: blur-2 5s;
-o-animation: blur-2 5s;
animation: blur-2 5s;
}
@keyframes shrink-2 {
  0% {
  -moz-transform:scale(1.5); 
-webkit-transform:scale(1.5);
-o-transform:scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  }
  100% {
  -moz-transform:scale(1); 
-webkit-transform:scale(1);
-o-transform:scale(1);
  transform: scale(1);
  opacity: 0.7;
  }
}

@keyframes blur-2 {
  0% {
    -webkit-filter: blur(10px);
       -moz-filter: blur(10px);
         -o-filter: blur(10px);
        -ms-filter: blur(10px);
            filter: blur(10px);
  opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
       -moz-filter: blur(0);
         -o-filter: blur(0);
        -ms-filter: blur(0);
            filter: blur(0);
  opacity: 0.7;
  }
}

.big-slider-text { position: absolute; bottom: 100px; left: 10px; right: 10px; z-index: 2; color: #fff !important; text-align: center; }
.big-slider-text h1 { font-size: 100px; }
.big-slider-text p { margin-bottom: 0; letter-spacing: 2px; }

/* -------------------------------------------- Slider ----------------------------------------- */

.slick-slider.variable { display:block !important; overflow: hidden; }
.slick-slider.variable .slick-list { overflow: visible !important; }
.slick-slider p { margin-bottom: 20px; }
.slick-slider.variable p { margin: 0; }
.slick-slider.variable img { height: 500px !important; width: auto; border: 2px solid #fff; }
.slick-slider.variable.slick-initialized .slick-slide { border: none; outline: none;
    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;	
}
.slick-slider.variable.slick-initialized .slick-slide.slick-active {
    -webkit-filter: blur(0);
       -moz-filter: blur(0);
         -o-filter: blur(0);
        -ms-filter: blur(0);
            filter: blur(0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-transform:scale(1.2); 
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
  transform: scale(1.2);
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
	z-index: 5;
}
.slick-prev:before, .slick-next:before { font-family: 'Pe-icon-7-stroke'; color: inherit; font-size: 60px; }
.slick-prev { left: 10px; }
.slick-prev:before { content:'\e686'; }
.slick-next { right: 10px; }
.slick-next:before { content:'\e684'; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: #ccc; }


.slick-dots { right: 0; left: 0; bottom: 30px !important; }
.slick-dots li button:before { color: #fff !important; font-size: 12px !important; }

/* -------------------------------------------- Reviews slider ----------------------------------------- */

.small-title { font-size: 32px; font-family: 'Cormorant', serif; line-height: 1; text-align: center; margin: 0 0 40px 0; text-transform: uppercase; }
.small-title:after {
    background: #bd9e56;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    width: 60px;
	display: block;
	margin: 20px auto;
}

.reviews-wrapper { margin: 0 auto !important; padding: 70px 20px 20px 20px; }
.reviews { margin: 0 auto 60px auto !important; text-align: center; max-width: 960px; }
.reviews .review-image { display: block; margin: 0 auto 20px auto; height: auto; max-width:150px; 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.reviews .no-img { display: block; margin: 10px auto; text-align: center; font-size: 60px; }
.reviews p { font-style: italic; max-width: 760px; margin: 15px auto;  }
.reviews p.name { font-size: 20px; color: #fff; line-height: 1.3; }
.reviews .slick-prev, .reviews .slick-next { top: 70px; color: #777; }
.reviews .slick-dots li button:before { color: #ccc; }

/* -------------------------------------------- Banner ----------------------------------------- */

.banner { padding: 0; position: relative; margin: 0; overflow:hidden; }
.banner-top { position: absolute; top:0; left: 0; right: 0; z-index:5; height: 400px;
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.banner-bottom i { position: absolute; bottom: 40px; left: 0; right:0; font-size: 60px; text-align: center; color: #ccc; z-index: 6; }
.banner-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 300px;
    width: 100%;
    z-index: 5;
    background: -moz-linear-gradient(bottom, rgba(17,17,17,1) 3%, rgba(17,17,17,0) 90%);
    background: -webkit-linear-gradient(bottom, rgba(17,17,17,1) 3%,rgba(17,17,17,0) 90%);
    background: linear-gradient(to top, rgba(17,17,17,1) 3%,rgba(17,17,17,0) 90%);
}
.banner .bg-img {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
	-webkit-transition: all 8s ease;
     -moz-transition: all 8s ease;
       -o-transition: all 8s ease;
      -ms-transition: all 8s ease;
          transition: all 8s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
-webkit-animation: shrink 8s;
-moz-animation: shrink 8s;
-o-animation: shrink 8s;
animation: shrink 8s;
}
@keyframes shrink {
  0% {
  -moz-transform:scale(1.5); 
-webkit-transform:scale(1.5);
-o-transform:scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  }
  100% {
  -moz-transform:scale(1); 
-webkit-transform:scale(1);
-o-transform:scale(1);
  transform: scale(1);
  opacity: 1;
  }
}

.banner-mask {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
background: #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.banner-text { margin: 0 auto; padding: 0; position: absolute; top:0; left:0; right:0; bottom:0; display: block; z-index: 5; color: #fff; text-align: center;
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.banner-text .text-box { position: absolute; margin-top: -50px; z-index:6; width: 100%; padding: 0; top: 50%; }
.banner-text .text-box .animated { animation-delay: 2s; position:relative; z-index:7; }


.banner-text p { color: #fff; }
.banner-text a {
position: relative;
z-index: 7;
text-transform: uppercase;
text-align: center;
display:inline-block;
letter-spacing: 1px;
cursor: pointer;
border:none !important; 
outline:none !important;
    padding: 25px 50px;
    font-size: 20px;
    color: #fff;
margin:25px auto;
background-color: #bd9e56;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.banner-text a:hover {}

.banner-text h1 { text-shadow: 1px 5px #222; font-weight: 400; padding: 20px; font-size: 65px; color: #fff; display: inline-block; line-height: 1.1; letter-spacing: normal; margin:0 auto; border-top: 1px solid #fff; border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.banner-text h1 strong { font-weight: 700; }
.banner-text h3 { font-weight: 400; font-size: 30px; margin: 0 0 40px 0; color: #fff; display: block; line-height: 1.2; letter-spacing: normal; animation-delay: 1s; }
.banner-text ul { list-style-type: none; padding:0; }
.banner-text ul li { font-size: 22px; padding: 5px 0; }
.banner-text ul li:before { font-family: 'Pe-icon-7-stroke'; content: "\e66c"; font-size: 36px; vertical-align: middle; margin-right:10px; }

.banner-text .bg-img {
/* 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+49,0.65+100 */
background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.slider-bg-img {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
/*
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* --------------------------------------------------- COL BOX --------------------------------------------------- */

.col-2, .col-3, .col-4 { float:left; }

.col-4 { width: 25%; }
.col-3 { width: 33.33%; }
.col-2 { width: 50%; }


/* --------------------------------------------------- Grey google map  --------------------------------------------------- */

.map { overflow: hidden; }

.grey-map {
    border:0;
	margin-bottom: 30px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}


/* --------------------------------------------------- Google map  --------------------------------------------------- */

.google-map { background: #fff; padding: 30px; margin: 0 auto; max-width: 100%; }
.google-map iframe { width: 100% !important; margin-bottom: -5px; }

#bgmp_map-canvas { max-width: 100%; }
#bgmp_map-canvas p { font-size: 14px !important; }

/* --------------------------------------------------- Preloader  --------------------------------------------------- */

#preloader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #F5F1EE;
     z-index: 999999;
    min-height: 100%;
 }

#status  {
     width: 50px;
     height: auto;
     position: absolute;
     left: 50%;
     top: 50%;
     background-repeat: no-repeat;
     background-position: center;
     margin: -30px 0 0 -25px;
	    -webkit-filter
: invert(1);
    filter: invert(1);
}


/* -------------------------------------- CONTAINER --------------------------------------- */


.container { padding: 0; max-width: 76%; margin: 0 12%; }
.container.cat-wrap { padding: 0 12%; }
.container .narrow { max-width: 800px; margin: 0 auto;  }
.entry-content { padding: 0 50px; margin: 0 auto; max-width: 1400px; }
.container .blog-list { padding: 40px 10%; }

.featured-img { padding: 0; margin: 0 auto; }

.reference ul { margin: 0; padding: 0; text-align: center; list-style-type: none; }
.reference ul li { max-width: 130px; display: inline-block; padding: 20px; vertical-align: middle;}

.page-title { display:block; text-align: center; padding: 30px 10px 1px 10px; font-weight: 400; }

.bg-title { display:block; text-align: center; max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.bg-title .bg { background-size: 700px auto !important; }
.bg-title.wp-block-cover .wp-block-cover__image-background { object-fit: scale-down !important; }

.bg-title h1 { margin: 0 auto 30px auto; font-size: 80px; }
.bg-title p { max-width: 540px; margin: 10px auto; font-size: 18px; letter-spacing: 3px; }
.bg-title p.cat { letter-spacing: 3px; }


/* --------------------------------------------------- Heading BOX --------------------------------------------------- */


.heading-box { text-align: center; padding: 30px 30px 60px 30px; }
.heading-box h1 { font-size: 50px; font-weight: 400; color:#222; line-height: 1.2; max-width: 880px; margin: 10px auto; }
.heading-box h2 { font-size: 40px; font-weight: 400; color:#222; margin: 20px auto 30px auto; max-width: 880px; }
.heading-box h3 { font-size: 24px; font-weight: 400; color:#222; max-width: 880px; }
.heading-box p { font-size: 20px; max-width: 880px; margin: 20px auto; font-style: italic; }


.heading-box img.icon, .heading-box img.size-icon { margin: 0 auto; display: block; width:64px; }


/* --------------------------------------------------- List BOX --------------------------------------------------- */


.list-box { padding: 100px 60px; }
.list-box img.icon { margin: 0 auto; display: block; width:70px; }
.list-box p { font-size: 20px; max-width: 800px; margin: 20px auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.list-box ul { text-align:left; display:inline-block; margin: 10px 0; padding: 0 20px 0 50px; list-style-type: none; max-width: 700px; }
.list-box ul li { font-size: 20px; font-weight: 700; padding: 10px 0;}
.list-box ul li:before { font-family: 'Pe-icon-7-stroke'; content: "\e66c"; font-size: 36px; vertical-align: middle; margin: -12px 10px 0 -46px; float: left; }



/* --------------------------------------------------- Content --------------------------------------------------- */


.content { padding: 5% 30px 3% 30px; margin: 0 auto; max-width: 1024px; }
.content h1 { font-size: 50px; font-weight: 400; color:#222; }
.content h2 { font-size: 30px; font-weight: 400; color:#222; }
.content h3 { font-size: 26px; font-weight: 700; color:#222; }
.content h4 { font-size: 22px; font-weight: 400; color:#222; }

.content ul li, .content ol li { font-size: 16px; line-height: 1.5; font-weight: 400; padding: 7px 0; 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* --------------------------------------------------- boxes --------------------------------------------------- */


.boxes {position:relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.boxes .top-text {padding: 3% 5% 5% 5%; border-bottom: 1px solid #dcdcdc;}
.boxes .top-text img {margin:0 auto 30px auto; display:block; max-width: 45%;}

.boxes .img-box {margin:0; padding:0; display:block; position: relative;}
.boxes .img-box.bg-img { position:absolute; top:0; bottom:0; right:0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.boxes .text-box { margin:0; display:block; height: auto; padding: 7%; text-align: left; }
.boxes .text-box .inner-box { padding: 0; margin:0 auto; position: relative;}

.boxes .text-box .icon { margin: -50px 0 0 -50px; padding: 20px 0; display: block; width: 100px; height: 100px; background: #fff; position: absolute; top: 50%; left: 50%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.boxes:hover .text-box .icon {
  -moz-transform:scale(1.1); 
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
  transform: scale(1.1);
}
.boxes .text-box .icon img { margin: 0 auto; display: block; height: 60px; }
.text-box.description .small-icon { margin: 0 10px 0 0; font-size: 36px; display: inline-block; vertical-align: middle; width:40px; color: #bd9e56; text-align: center; }

.boxes .text-box h1 { font-size: 36px; font-weight: 400; line-height: 1.2em; color: #222; margin-bottom: 30px; }
.boxes .text-box h2 { font-size: 28px; font-weight: 400; line-height: 1.2em; color: #222; margin-bottom: 30px; }
.boxes .text-box h3 { font-size: 18px; margin-bottom: 10px; }
.boxes .text-box.description h3 { font-size: 18px; margin-bottom: 10px; display: inline-block; vertical-align: middle; }
.boxes .text-box.description { text-align: left; padding: 0 30px;}
.boxes .text-box.description p { padding-left: 30px; margin-left: 20px; border-left: 1px solid #ccc; }
.boxes .text-box p, .boxes .text-box ul li, .boxes .text-box ol li { font-size: 16px; font-weight: 400; }
.boxes .text-box ul li, .boxes .text-box ol li { text-align: left; padding: 0 0 15px 0; line-height: 1.5; }
.boxes .text-box ul { text-align:left; display:inline-block; margin: 10px 0; padding: 0 0 0 40px; list-style-type: none; }
.boxes .text-box ul li:before { font-family: 'Pe-icon-7-stroke'; content: "\e66c"; font-size: 28px; vertical-align: middle; margin: -3px 10px 0 -36px; float: left; line-height: 1.2; color: #bd9e56; }
.boxes.list-block .text-box ul li { font-size: 18px !important; font-weight: 700; line-height: 1.6; }
p.ol-title { margin: 0 0 15px 0; font-weight: 700 !important; }


.boxes .text-box a.read-more { font-size: 16px; color:#bd9e56; font-weight: 700; }
.boxes .text-box a.read-more.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.boxes .text-box a.read-more:after { font-family: 'Pe-icon-7-stroke'; content: "\e684"; font-size: 24px; vertical-align: middle; 
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.boxes .text-box a.read-more:hover:after { margin-left:7px; }
.hide { display: none; }

.boxes.right .text-box {float:right; }
.boxes.right .img-box.bg-img { left: 0;}


/* --------------------------------------------------- GALLERY --------------------------------------------------- */

.wp-block-gallery { padding: 50px 0; }
.single-post .wp-block-gallery .wp-block-image:nth-child(5n) { width: 100% !important; }


/* -----------------old -------------*/

.gallery-wrapper { background: #fff; padding: 30px; }
.gallery-wrapper p { margin: 0; }

.gallery { padding-top: 1px; margin: 0 auto; }

.gallery-item .gallery-caption { display:none !important; }

.gallery-item {
padding:2px;
box-sizing: border-box;
    margin: 0 !important;
    display: inline-block !important;
}
.gallery-item dt.gallery-icon { margin:0; padding:0; border: none; background: url(images/plus.png) center no-repeat #202020; background-size: 50px; height: 100%; font-weight: normal; display: flow-root; }
.gallery-item dt.gallery-icon a { height: 100%; }
.gallery-item img {
min-width: 100%;
    border: none !important;
    padding: 0;
    display: block !important;
    background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}

.gallery-item a img:hover {
border: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
	zoom: 1;
/*
  -moz-transform:scale(0.9); 
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
  transform: scale(0.9);
z-index: 999;
*/
}

.gallery br { display: none !important; }


/*------------------------------------------  SIDEBAR  -------------------------------------*/

#sidebar.sidebar-shop { float: right; width: 25%; padding: 0; margin: 0; }
#sidebar.sidebar-blog { float: right; width: 30%; padding: 10px; margin: 0; }

.sidebaritem { padding: 20px; margin: 0 0 10px 0; display:block; background: #f5f6f9; }
.sidebaritem h3 { padding: 5px 0; margin:0; display: block; color: #bd9e56;  font-size: 18px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

#sidebar .headroom { padding-top: 0;
  -webkit-transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
       -o-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
.sticky { }
.sticky-active #sidebar .headroom--pinned { padding-top: 120px !important; }

.sidebaritem ul { list-style-type: none; padding: 10px 0; margin:0; }
.sidebaritem ul li { padding: 10px; border-top: 1px solid #ccc; }
.sidebaritem ul li a { color: #202020; display: block;  font-size: 15px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebaritem ul li:last-child { border-bottom: 1px solid #ccc; }
.sidebaritem ul li a:hover { color: #bd9e56; }
.sidebaritem ul li a:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   font-size: 13px;
}

.tagcloud { padding: 10px 0; }
.tagcloud a { padding: 5px; background: #fff; display: inline-block; margin: 2px 1px; font-size: 13px !important; color: #202020; }
.tagcloud a:hover { background: #bd9e56; color: #fff; }

/* -------- Popular posts --------- */

.wtpsw-post-li a:before { display: none; }
.wtpsw-post-li { border-bottom: none !important; }
.sidebaritem .wtpsw-post-items .wtpsw-post-li { padding: 5px 0 !important; }
.sidebaritem ul li.wtpsw-post-li:last-child { border-bottom: 1px solid #ccc !important; }
.wtpsw-post-thumb-right { vertical-align: middle !important; padding: 5px 10px; }
.wtpsw-post-thumb-left { vertical-align: middle !important; }


/* -------- Mixer --------- */

#mix-wrapper { }
#mix-wrapper .mix-target { display: none; }

ul.controls { text-align: center; padding: 0 0 20px 0; margin: 0 auto; max-width: 1030px; display: block; }
ul.controls li { text-align: center; display: inline-block; margin: 5px; padding: 5px 10px; color: #bd9e56; background: #333; cursor: pointer;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
ul.controls li.active, ul.controls li:hover { text-decoration:none; background: #444; color: #fff; }


/* --------------------------------------------------- BLOG --------------------------------------------------- */

.categories { gap: 8%; }
.categories h2 { font-size: 36px; }
.categories .read-more a { color: #000; margin: 15px 0 10px 0; padding: 0 0 6px 0; border-bottom: 1px solid; text-transform: uppercase; font-size: 12px; letter-spacing: 3px; font-weight: 400; }
.categories .read-more a:hover { padding: 0 10px 6px 10px; }
.categories .wp-block-column img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.categories .wp-block-column:hover img {
  -moz-transform:scale(1.05); 
-webkit-transform:scale(1.05);
-o-transform:scale(1.05);
  transform: scale(1.05);
}

.post-box {
	padding: 30px 0;
    margin: 0 10% 0 0;
    position: relative;
    width: 90%;
    display: flex;
    align-items: center;0
    flex-direction: row;
    justify-content: center;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
 
}
.post-box.even { flex-direction: row-reverse; margin: 0 0 0 10%; }

.post-box .img-box { width: 45%; padding: 0; flex: 1.2; }
.post-box .img-box img { max-width: 100%; height: auto;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box:hover .img-box img {
  -moz-transform:scale(1.05); 
-webkit-transform:scale(1.05);
-o-transform:scale(1.05);
  transform: scale(1.05);
}
.post-box:hover .img-box .bg-img {
    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.post-box .img-box .bg-img {
background-position: center;
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
/*
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
*/
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.post-box .text-box { padding: 0 8%; z-index: 4; text-align: left; border-right: 1px solid #000; flex: 1;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box.even .text-box { text-align: right; border-right: none; border-left: 1px solid #000; }

.post-box .inner-border { position: absolute; top:0; left:0; right:0; bottom:0; z-index: 3; text-align: center; border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box:hover .inner-border { top:20px; left:20px; right:20px; bottom:20px; border: 1px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.post-box .text-box h3 { letter-spacing: normal; line-height: 1.1; text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.post-box .text-box h3:hover { }
.post-box .text-box p { }

.post-box .text-box .read-more { color: #000; margin: 15px 0 10px 0; padding: 0 0 6px 0; border-bottom: 1px solid; text-transform: uppercase; font-size: 12px; letter-spacing: 3px; font-weight: 400; }
.post-box .text-box .read-more:hover { padding: 0 10px 6px 10px; }
.post-box a { color: #000; }

.post-box .meta { margin-bottom: 30px; text-transform: uppercase; font-size: 14px; }
.post-box .meta span.cat .fa, .post-box .meta span.tag .fa, .post-box .meta span.small-date .fa { margin-right: 5px; display:inline-block; }
.post-box .meta span.cat a, .post-box .meta span.small-date, .post-box .meta span.tag a { display:inline-block; padding: 0; margin: 0; }
.post-box .meta span.tag, .post-box .meta span.cat, .post-box .meta span.small-date { display:  block; margin: 0 10px 8px 0; text-transform: uppercase; letter-spacing:3px; font-size: 12px; font-weight: 400;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.post-box .meta span.tag:hover, .post-box .meta span.cat:hover {  }

/* --------------------------------------------------- post date --------------------------------------------------- */

.post-box .date .day { font-size: 26px; padding: 0;}
.post-box .date .month { text-transform: uppercase; margin: 0; padding: 0; font-size: 13px; }
.post-box .date .year { padding: 0; margin: 0; font-size: 13px; }

.post-box .date { margin: -45px 0 0 -45px; padding: 20px 0; display: block; width: 90px; height: 90px; background: #fff; position: absolute; top: 50%; left: 50%; z-index: 5; text-align: center; line-height: 1;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.box-3, .box-4, .box-7, .box-8, .box-11, .box-12, .box-15, .box-16, .box-19, .box-20, .box-23, .box-24, .box-27, .box-28 { text-align: right; }
.box-3 .img-box, .box-4 .img-box, .box-7 .img-box, .box-8 .img-box, .box-11 .img-box, .box-12 .img-box, .box-15 .img-box, .box-16 .img-box, .box-19 .img-box, .box-20 .img-box, .box-23 .img-box, .box-24 .img-box, .box-27 .img-box, .box-28 .img-box { float: right; }
.box-3 .date, .box-4 .date, .box-7 .date, .box-8 .date, .box-11 .date, .box-12 .date, .box-15 .date, .box-16 .date, .box-19 .date, .box-20 .date, .box-23 .date, .box-24 .date, .box-27 .date, .box-28 .date { right: 0; left:initial; }


#infscr-loading { text-align: center; width: 100% !important; clear: both; font-size:14px; position: absolute; bottom: 10px; }
#infscr-loading img { display:inline-block; max-width: 80px; }

.page-navigation { margin: 0 10px; }
#page-nav a { text-align: center; padding: 10px; display: block;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}
#page-nav a:hover { color: #fff; }
#page-nav.nav-prev { float: left; }
#page-nav.nav-next { float: right; }


/* --------------------------------------------------- BLOG-SINGLE --------------------------------------------------- */

.heading-wrap { background: linear-gradient(180deg,rgb(245,241,238) 450px,rgb(255,255,255) 450px); }
.heading-wrap .single-content { display: flex; padding-top: 0; }

.single-content { padding: 50px; margin: 0 auto; position: relative; max-width: 1100px; }

.heading-wrap .single-content .img-box { padding: 0; margin: 0 auto; width: 50%; flex:1; }
.heading-wrap .single-content .featured-img { padding: 0; margin: 0 auto; width: 100%; }

.heading-wrap .single-content .text-box { position: relative; height: 450px; flex:1; }
.heading-wrap .single-content .title-box { padding: 0 0 50px 50px; position: absolute; left:0; bottom: 0; }
.heading-wrap .single-content .title-box h1 { font-size: 46px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #000; }
.heading-wrap .single-content .title-box a { color: #000; }

.single-content .meta { }
.single-content .meta span.cat a, .single-post .meta span.small-date, .single-post .meta span.tag a { display: inline-block; padding: 0; margin: 0; }
.single-content .meta span.tag, .single-post .meta span.cat, .single-post .meta span.small-date { display:  block; margin: 0 10px 12px 0; text-transform: uppercase; letter-spacing:3px; font-size: 14px; font-weight: 400; }

.single-content img.alignnone, .single-content img.aligncenter { box-sizing: border-box; border: 2px solid #111; padding: 0 !important; margin: 0 !important; }
.single-content img.aligncenter { width: 100%; }
.single-content img.alignnone { width: 50%; float: left; }

/*------------------------ related posts --------------------------*/

.related-posts { padding: 1px 0 0 0; }

/*------------------------------------------  Ribbon Title  -------------------------------------*/

.ribbon-title, .button-line-wrapper { background: none !important; text-align: center; margin: 40px auto 0 auto; }
.ribbon-title:before { content: ''; display: block; height:1px; border-top: 1px solid #444; }
.ribbon-title h3 { position: relative; top: -22px; padding: 5px 20px; margin: 0 auto; text-align: center; display: inline-block; background: #111; border: none; font-weight: 300; text-transform: uppercase; }
.button-line-wrapper:before { content: ''; display: block; height:1px; border-top: 1px solid #bd9e56; }
.button-line-wrapper input[type="submit"] { position: relative; top: -30px; background: #111; }


/*------------------------ Posts nav --------------------------*/

.post-nav { margin: 0 auto; padding: 60px 0 30px 0;  font-weight: 400; }
.post-nav .text-box { display: inline-block; vertical-align: top; width: 65%; padding: 0 5% 10px 5%; }
.post-nav img { width: 25%; display: inline-block; vertical-align: middle; }
.post-nav h4 { text-transform: uppercase; margin: 0 0 10px 0; }
.post-nav .cat { text-transform: uppercase; letter-spacing: 2px; font-size: 12px; display: block; }
.post-prev, .post-next { padding: 0; margin: 0; display: block; float: left; width: 50%; position:relative;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.post-prev { border-right: 1px solid #000; float: left; }
.post-next { text-align: right; float: right; }
.post-next img { float: right; }

.post-prev span a, .post-next span a { padding: 20px; margin: 0; line-height:1.2; display:block; color: #000; font-weight: 700; }
.post-next a { padding: 0; }

.post-prev h4 a:before { content: '\2190'; font-family: "Montserrat", sans-serif; display:block; font-size: 20px; }
.post-next h4 a:before { content: '\2192'; font-family: "Montserrat", sans-serif; display:block; font-size: 20px; }

.post-prev:hover, .post-next:hover { }
.post-prev a:hover, .post-next a:hover { text-decoration:none; }

.post-prev span i, .post-next span i { padding: 0 20px; margin: 0; display:block; color: #000; font-size: 12px; }

/* --------------------------------------------------- single date --------------------------------------------------- */

.single-post .date .day { font-size: 26px; padding: 0;}
.single-post .date .month { text-transform: uppercase; margin: 0; padding: 0; font-size: 13px; }
.single-post .date .year { padding: 0; margin: 0; font-size: 13px; }

.single-post .date { margin: 0 0 0 -45px; padding: 20px 0; display: block; width: 90px; height: 90px; background: #fff; color: #111; position: absolute; top: -45px; left: 50%; z-index: 5; text-align: center; line-height: 1;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* --------------------------------------------------- Social sharing --------------------------------------------------- */

.social-sharing { padding: 30px 0; text-align: center; }
.addtoany_share_save_container, .addtoany_shortcode { padding: 20px 0; margin: 0 auto !important; text-align: center; }
.addtoany_share_save_container span { }

ul.social-share { margin: 0 0 20px 0 !important; display: inline-block; list-style-type: none; padding:0; text-align: center; }
ul.social-share li { display: block; float: left; padding: 0;}
ul.social-share li a {
width: 60px;
height:60px;
font-size: 36px;
border: 1px solid #fff;
    color: #fff;
    display: block;
    position: relative;
    transition: all 0.2s ease 0s;
    margin: 0 7px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.social-share li a:hover { color: #bd9e56; }
ul.social-share li a .fa { vertical-align:middle; padding: 10px; }

.share-text { text-align: center; display: block; margin: 0 auto; padding-top: 40px; }



/* --------------------------------------------------- Social Menu --------------------------------------------------- */

.social-box { padding: 0 20px; }

.menu-social-menu-container, ul.social-menu { display:inline-block; vertical-align: middle; margin:0; padding:0;}
ul.social-menu li { display: inline-block !important; margin:0; padding: 0; line-height:1;}
ul.social-menu li a { display: block !important; position: relative !important; padding: 0 !important; color: #000; width: 44px; height:44px; font-size: 0px; font-weight:400; /*border: 1px solid #ccc;*/ text-align: center; overflow: hidden; margin: 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

ul.social-menu li a:before {
font-family: FontAwesome;
font-size: 24px;
vertical-align:bottom;
padding: 12px 0;
display: block;
}
ul.social-menu li a:hover { color: #bd9e56; text-decoration: none; }

.facebook a:before { content: "\f09a"; }
.twitter a:before { content: "\f099"; }
.linkedin a:before { content: "\f0e1"; }
.instagram a:before { content: "\f16d"; }
.googleplus a:before { content: "\f0d5"; }
.pinterest a:before { content: "\f0d2"; }
.youtube a:before { content: "\f16a"; }

/* ------------------------------------------------ advanced comment styles --------------------------------------- */

 
.comments { height: 16px; float: left; margin: 15px 140px 5px 0; width: 120px; }
#watch_action { margin: 15px 0 0 -150px !important; }
.status { width: 80px; }

.comments img { width: 16px; height: 16px; margin: 0 8px 0 0; padding: 0; float: left; }
.comments-container { margin: 30px auto; padding: 20px 5%; border: 1px solid #ccc; }

#commentform input[type="submit"] { }

#comments { list-style:none; margin:0 auto; text-indent:0; max-width:100%; }
#respond { list-style:none; margin:0 auto; padding:0; text-indent:0; max-width:100%; text-align: left; clear:both; }
.comments-container h3 { padding: 10px 0; margin:0; text-transform: none; }
.leave-comment { float: right; }

.comments-container .navigation { display: block; clear:both; }

ol.commentlist { list-style:none; margin:0 auto; padding:0 0 20px 0; text-indent:0; max-width:100%; color:#3d3d3d; clear:both; border-bottom: 1px solid #ccc; }
ol.commentlist li { border-top: 1px solid #ccc; margin-top: 10px; }
ol.commentlist li.depth-2 { margin-left: 25px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment, ol.commentlist li.pingback{ padding:15px 10px; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { min-height: 40px;}
ol.commentlist li.comment div.vcard cite.fn { font-size:15px; text-transform:capitalize; color:#000; font-weight: 500; font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { margin:0 10px 0 0; float:left; }
ol.commentlist li.comment div.vcard img.avatar-32 { padding:0;}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {display:none;}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:12px; }
ol.commentlist li.comment div.comment-meta a { color:#555; }
ol.commentlist li.comment p { font-size:14px !important; padding: 10px 0; min-height: 25px; margin: 0; line-height: 1.5 !important; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0; }
ol.commentlist li.comment div.reply {  background: transparent; border: 1px solid #000; margin: 3px; padding: 0; display: inline-block;
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}
ol.commentlist li.comment div.reply:hover {  background: none repeat scroll 0 0 #000; }
ol.commentlist li.comment div.reply a { color:#000; padding: 4px 7px; font-size: 12px; font-weight: 400; display:block; text-transform: uppercase; }
ol.commentlist li.comment div.reply a:hover { color:#fff; }
ol.commentlist li.comment ul.children { list-style:none; margin:10px 0 0 10px; padding:0; text-indent:0; }
ol.commentlist li.comment ul.children li { border-top: 2px solid #fff; border-left: 4px solid #165a27; }
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {background: none repeat scroll 0 0 #f6f6f6;}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {background:#fff;}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {background:#fff;}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; 
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}
ol.commentlist li.even:hover {}
ol.commentlist li.odd { background:#fff; 
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}
ol.commentlist li.odd:hover {}
ol.commentlist li.parent {}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
.moderation { color:#F07057; }

.comment-awaiting-moderation { padding: 5px; background: #f5f1ee; display: block; font-size: 12px; }
.comments-container input, .comments-container textarea, .comments-container select { margin: 0 auto; }


/* --------------------------------------------- Calendar ----------------------------------- */

.wpsbc-calendar-wrapper, .wpsbc-calendar { box-sizing: border-box !important; color: #000 !important; background: transparent !important; border: 1px solid #444 !important; }
.wpsbc-calendar-wrapper * { box-sizing: border-box !important; color: #000 !important; }
.wpsbc-calendar-wrapper .wpsbc-calendar-month { border: none !important; }
.wpsbc-calendar, .wpsbc-calendar-month, .wpsbc-calendar-wrapper { margin: 0 auto !important; width: 100% !important; max-width: 100% !important; }
.wpsbc-calendar table { width: 100%; border: none !important; }
.wpsbc-calendar .sbc-navigation { text-align: center; }
.wpsbc-calendar-wrapper .wpsbc-calendar .wpsbc-navigation select { padding: 10px !important; width: 49% !important; font-style: normal; font-size: 14px !important; }
.wpsbc-calendar-wrapper .sbc-status-free { background-color: #f1f1f1 !important; }
.wpsbc-calendar-wrapper .sbc-status-booked { background-color: #bd9e56 !important; color: #fff !important; }
.wpsbc-calendar td.sbc-today { color: #000 !important; font-weight: 900; }

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header { background: transparent !important; }
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th { color: #f1f1f1 !important; }
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap { background: #333 !important; }
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner { line-height: 30px !important; height: 30px !important; }
.wpsbc-container .wpsbc-legend-item-icon-1 div:first-of-type { background: #f1f1f1 !important; }
.wpsbc-container .wpsbc-legend-item-icon-2 div:first-of-type { background: #ff7979  !important; }
.wpsbc-container .wpsbc-legend-item-icon-3 div:first-of-type {  }

/* --------------------------------------------- Contact form styles ----------------------------------- */

.phone { display: inline-block; margin: 5px; padding: 5px 10px; border: 1px solid #bd9e56; }

.contact { padding: 40px 0; }
.contact-left { width: 48%; float:left; }
.contact-right { width: 48%; float:right; }

input, textarea, select { outline:none; border:none; border-bottom: 1px solid #000; font-size: 14px; font-family: Arial, sans-serif; padding: 10px 5px; margin:10px auto; font-weight:normal;  background: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 100%; color: #000;
}
input:focus, textarea:focus { outline:none; border:none; border-bottom: 1px solid #bd9e56; font-family: Arial, sans-serif;
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}
textarea{ height:150px; resize: auto;}
input{  }
label{ }
select {
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select {
background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}
input[type="checkbox"] { width: auto; }

input[type="submit"], .button {
cursor: pointer;
border: 1px solid #000 !important; 
outline:none !important;
    padding: 12px 30px;
	font-style: normal;
    color:  #000;
	display: block;
margin: 20px auto;
width: auto;
height: auto;
	text-transform: uppercase;
	text-align: center;
letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
input[type="submit"]:hover, .button:hover { color: #fff; background: #000;
/*
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
*/
}

div.wpcf7 { float: none; padding: 30px 0 0 0 !important; margin: 0 auto !important;  }
div.wpcf7 p { text-align: left; padding: 0 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
div.wpcf7 input[type="submit"] { margin: 5px auto 0 auto; }
.wpcf7-list-item { display: block !important; }
div.wpcf7 .ajax-loader { display: block !important; margin: 0 auto !important; }

.captcha { position: absolute; right: 10px; top: 20px; z-index: 5; }
.captcha-wrapper { text-align: center; display: block; margin: 0 auto; }
.g-recaptcha { display: inline-block; transform:scale(0.85);-webkit-transform:scale(0.85); max-width: 100%; }

.wpcf7-quiz-label {
    float: left;
    width: 27%;
    margin-right: 3%;
    text-align: right;
    padding: 10px 15px;
    border: 1px solid #444;
	line-height: normal;
}
.wpcf7-quiz {
    float: left;
    width: 70%;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  color: #b94a48;
  font-weight: 400;
  font-size: 14px;
}
form.wpcf7-form .wpcf7-validation-errors,
form.wpcf7-form .wpcf7-mail-sent-ng,
form.wpcf7-form .wpcf7-spam-blocked {
  margin: 10px 0;
  padding: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
text-align: center;
}
form.wpcf7-form .wpcf7-mail-sent-ok {
  margin: 30px 0;
  padding: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
	text-align: center;
}

/* --------------------------------------------- FAQ ---------------------------------------- */

.faq-list ul { text-align:center; display:inline-block; margin: 10px 0; padding: 0 0 0 40px; list-style-type: none; }
.faq-list ul li { box-sizing: border-box; text-align:left; vertical-align:top; display:block; margin: 0 auto; padding: 8px 5px; line-height: 1.2; cursor:pointer; }
.faq-list ul li:before { font-family: 'Pe-icon-7-stroke'; content: "\e623"; font-size: 30px; vertical-align: middle; margin: -7px 14px 0 -44px; float:left; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.faq-list ul li.active:before { color: #bd9e56; 
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.faq-list ul li h4 { margin: 0 0 10px 0; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.faq-list ul li.active h4 { color: #bd9e56; }
.faq-list ul li p { font-size: 16px; display:none; line-height: 1.5;}

/* --------------------------------------------------- Newsletter --------------------------------------------------- */

.subscribe-box { text-align:center; margin: 0 auto; display:block; background:#666; padding:3%; }
.subscribe-box h4 {color:#fff; font-size:33px; letter-spacing:10px; padding:0; margin: 0 auto;}
.subscribe-box p, .subscribe-box label {color:#b8b8b8; font-size:18px; margin:0 0 20px 0; padding:0; display: block; text-align: center;}
.subscribe-box div { display:inline-block; vertical-align:top;}
.subscribe-box input { border:none !important; outline:none !important; padding:10px 30px; font-size:15px; color: #000; margin:0 -2px 0 0; height: 42px; max-width: 240px; }
.subscribe-box input.button {padding:10px 20px; margin: 0 0 0 -4px !important; height: 42px; text-transform:uppercase; font-size:15px; letter-spacing:1px; color: #fff;background-color: #f5cf28; cursor:pointer; border: none !important; border-radius:0 !important; max-width: 140px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.subscribe-box input.button:hover { background-color: #01b7f0; }
.subscribe-box input:focus { }
.subscribe-box .clear { clear:none !important; }
#mc_embed_signup_scroll { width: 400px; }


/* ------------------------------------------- FOOTER ----------------------------------------------- */


footer { padding: 0; margin:0 auto; position: relative; background: #F5F1EE; font-size: 12px; }

.footer-top { padding:50px 10px; margin:0 auto; text-align: center; background: #fff; }
.footer-top h4 { font-family: 'Amatic SC', cursive; }
.footer-top h6, .mc4wp-form h6 { font-size:20px; margin:0; line-height:1; letter-spacing:4.3px; }
.footer-top .mc4wp-response { padding: 10px 10px 0 10px; }
.footer-top .mc4wp-response p { margin-bottom: 10px; color:#c49d98; }
.mc4wp-form { text-align: center; }
.footer-top input { border-width:1px !important; padding-right: 40px !important; position: relative; right: -25px; width: 300px;
  -webkit-border-radius: 30px !important; 
  -moz-border-radius: 30px !important; 
  border-radius: 30px !important; 
}
.footer-top input[type="submit"], .footer-top button { position: relative; left: -25px; padding-right: 20px; padding-left: 20px; background: #fff; width: auto !important; }
.footer-top input[type="submit"]:hover { background: #cb8484; color: #fff !important; }

.mc-text-block { display:inline-block; vertical-align: middle; margin:10px; }
.mc-text-block h6 { font-size:24px; margin:0; line-height:1; letter-spacing:4.3px; }
.mc-text-block p { margin-bottom:6px; }
.hustle-content .mc-text-block { display: none !important; }
.hustle-content .mc-text-block h6 { font-size:16px; margin:0; line-height:1; letter-spacing:4px; }
.hustle-content .mc-text-block p { font-size:25px; margin:0; }

.newsletter { padding: 0; margin: 0 auto; list-style: none; max-width: 800px; text-align: center; }
.newsletter .text-box, .newsletter .form-box { display: inline-block; vertical-align: middle; padding: 10px;}
.newsletter h3 { letter-spacing: 11px; margin: 0 0 2px 5px; }
.newsletter p { font-size: 13px; margin: 0  auto 5px auto }
.newsletter input { font-size: 14px; margin: 0 auto; padding: 10px 20px; max-width: 300px; border: none; display: inline-block;  }
.newsletter .sml_submit, .newsletter .sml_email { display: inline-block; }
.sml_thankyou { color: #fff !important; }
.newsletter input[type="submit"] { float: none; width: auto; display: inline-block; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.newsletter input[type="submit"]:hover { padding: 10px 30px; margin: 0 auto; }

.footer {
    padding: 100px 160px 50px 160px;
	margin:0 auto;
	position:relative;
	max-width: 1400px;
}

.logo-footer img { max-width: 180px; }

.footer-box { display: inline-block; vertical-align:top; padding: 0 60px; width: 33%; text-align: center; }
.footer-box:first-child { border:none; }
.footer-box h3 { font-size: 54px; padding-bottom: 20px; margin: 0; display: block; text-transform: uppercase; }
.footer-box h6 { font-size: 54px; padding-bottom: 20px; margin: 0; display: block; text-transform: uppercase; }
.footer-box p { margin: 5px 0; letter-spacing: 2px; }
.footer-box p a { color: #000; }
.footer-box.middle { border-left: 1px solid #000; border-right: 1px solid #000; padding: 12% 0; }

.footer-box ul {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	list-style-type: none;
	padding: 0 0 10px 0;
}
.footer-box ul li {
	padding: 0 0 5px 0;
	letter-spacing: 2px;
    vertical-align: middle;
}
.footer-box ul li a {
color: #000;
	vertical-align: middle;
    display: inline-block;
    padding: 0 0 10px 0;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.footer-box ul li a:hover { text-decoration: underline; }

.footer-box input, .footer-box textarea, .footer-box select { }
.footer-box textarea { height: 80px; }
.footer-box input:focus, .footer-box textarea:focus, .footer-box select:focus { }
.footer-box input[type="submit"] { width: 100%; padding: 10px 20px;  font-size: 12px;}
.footer-box input[type="submit"]:hover {  }

.footer-bottom { background: #222; padding:20px; margin:0 auto; font-size: 13px; text-align: center; }
.footer-bottom p { margin:3px auto; font-size: 12px; }
.footer-bottom .footer-nav { display: inline-block; list-style-type: none; margin: 0; padding:5px; }
.footer-bottom .footer-nav li { display:inline-block; }
.footer-bottom .footer-nav a { display:inline-block; padding: 0 0 0 10px; font-size: 14px; border-left: 1px solid #444; margin: 0 0 0 10px; font-weight:400; color:#fff;
-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.footer-bottom .footer-nav a:hover { color: #565656; }
.footer-bottom .footer-nav li:first-child a { border: none; }
.footer-bottom .button { font-size: 14px; padding: 5px 15px; margin: 0; float: right; }

.copyright {
    letter-spacing: 0.5px;
	display: block;
    padding: 0 10px 50px 10px;
    margin:0 auto;
	text-align: center;
	letter-spacing: 2px;
}
.copyright .text { padding: 20px 0; }
.copyright span, .copyright .bank-brending img { display: inline-block; padding: 2px; }
.copyright a { color: #666; }


.branding-block { background: #fff; padding: 5px; text-align: center; /*border-top: 1px solid #ededed; border-bottom: 1px solid #ededed;*/ }
.branding-block .box { max-width: 1400px; margin: 0 auto; padding: 1px 20px; }
.bank-brending { float: left; display: inline-block; padding: 14px 0; }
.cards-brending { float: right; padding: 15px 0; display: inline-block; }
.bank-brending a { display: inline-block; padding: 0 3px; }
.bank-brending img { max-height: 30px; width: auto; }

.footer .footer-nav { display: inline-block; list-style-type: none; margin: 0; padding:0; }
.footer .footer-nav a { display:inline-block; padding: 0 0 0 10px; font-size: 14px; border-left: 1px solid #444; margin: 0 0 0 10px; font-weight:400; color:#fff;
-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.footer .footer-nav a:hover { color: #a2bfc0; }
.footer .button { font-size: 14px; padding: 5px 15px; margin: 0; float: right; }

/* --------------------------------------------------- RESPONSIVE --------------------------------------------------- */

@media screen and (min-width: 1921px) {

/*body, .header { max-width:1920px; margin: 0 auto; }*/

}

@media screen and (max-width: 1500px) {

body { font-size: 14px; }
	
h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 20px; }

.big-slider-text { bottom: 60px; }
.big-slider-text h1 { font-size: 86px; }
.bg-title h1  { font-size: 70px; }
.categories h2 { font-size: 30px; }
.heading-wrap .single-content .title-box h1 { font-size: 40px; }

header.main-header .header { padding: 10px 10px 0 0; }
.logo { margin: 10px 20px; width: 160px; }

.nav-top ul li { font-size: 14px; }
	
.slick-slider.variable img { height: 400px !important; }

.container .blog-list { padding: 40px 50px; }
.entry-content { padding: 0 40px; }
 
.footer { padding: 100px 30px 50px 30px; max-width: 1100px; }

}

@media screen and (max-width: 1200px) {

.footer-box { padding: 0 30px; }
}

@media screen and (min-width: 920px) {
.nav-mob, .mobile-navigation-bg, .mobile-navigation { display: none !important; }
.no-desk { display: none !important; }
}

@media screen and (max-width: 920px) {
	
.mobile-navigation { display: block; }
.nav-top { display: none !important; }
	
.logo { width: 140px; }

header.main-header { left: 0; }
header.main-header .header-top { display: block; }
header.main-header.navbar-shrink { background: #fff; }

.bg-title .bg { background-size: 100% auto !important; }
.bg-title h1  { font-size: 54px; }

.page-title { padding-top: 10px; }

.container { margin:0; max-width:100%; }
.container.cat-wrap { padding: 0; }
.container .blog-list { padding: 40px 0; }
.entry-content { padding: 0 40px; }
	
.title-box h1 { font-size: 45px; }
.ribbon-title h3 { top: -20px; }
	
.slick-slider.variable { margin: 0 -50px; }

.sticky, #sidebar.sidebar-blog { display: none !important; }
	
.heading-wrap .single-content { display: block; padding-top: 50px; padding-bottom: 0; }
.heading-wrap .single-content .img-box { width: 100%; max-width: 360px; }
.heading-wrap .single-content .text-box { height: auto; }
.heading-wrap .single-content .title-box { padding: 10px 0 0 0; position: inherit; }

button.mfp-arrow-right { right: 15px; }

.footer { padding: 50px 30px; }
.footer-box { padding: 0; width: 100%; }
.footer-box .inner-box { max-width: 300px; margin: 0 auto; }
.footer-box.middle {
	border-left: none;
	border-right: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px 0;
	margin: 50px 0;
}

}

@media screen and (max-width: 781px) {

h1 { font-size: 44px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 18px; }
	
.categories .wp-block-column .wp-block-image {  max-width:220px; margin: 30px auto 0 auto; }
	
.big-slider-text h1 { font-size: 60px; }
.heading-wrap .single-content .title-box h1 { font-size: 36px; }

.banner-2 { padding: 150px 0; }
	
.title-box { padding: 40px 10px 20px 10px; }
.title-box h1 { font-size: 32px; }
	
.ribbon-title h3 { top: -18px; }

.post-box .text-box p { font-size: 14px; }
.post-box .date { top: 0; }
	
.post-nav { margin: 0 auto; padding: 60px 0 30px 0;  font-weight: 400; }
.post-nav .text-box { width: 100%; padding: 10px 0; }
.post-nav img { width: 100%; max-width: 120px; }
.post-next { padding-left: 10px; }
.post-prev { padding-right: 10px; }
.post-nav .cat { font-size: 10px; }

.no-mob { display: none !important; }
	
}

@media screen and (max-width: 600px) {

.post-box { display: block; margin: 0 auto !important; width: 100%; padding: 30px; }
.post-box .text-box { width: 100%; padding: 30px 0; border: none !important; }
.post-box .img-box { width: 100%; }

}
	
@media screen and (max-width: 480px) {
	
header.main-header .header { padding: 0; }
.logo { margin: 5px 0; width: 130px; }
.nav-icon {margin: 20px 20px 10px 20px; }
	
h1 { font-size: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
	
.bg-title .bg { padding: 40px 0 20px 0 !important; }
.bg-title h1  { font-size: 40px; }
.bg-title p { font-size: 16px; }


.slick-slider.variable img { height: 300px !important; }
.slick-slider.variable { margin: 0 -20px; }
	
.title-box h1 { font-size: 28px; }
.page-title { padding-top: 0; }
	
.entry-content { padding: 0 20px; }

.post-box { padding: 20px; }
	
.container.blog .post-box, .post-box { width: 100%; }
.gallery-item { width: 100% !important; }
	
.wp-block-gallery figure.wp-block-image { width: 100% !important; }

.home .single-content { padding: 40px 20px; }
.single-content { padding: 40px 20px 20px 20px; }

.single-content img.alignnone { width: 100%; }
.wp-block-image .alignleft, .wp-block-image .alignright, img.alignleft , img.alignright { max-width: 100%; margin: 25px auto !important; padding: 0; float: none !important; }
.alignleft, .alignright { float: none; }

#sb_instagram.sbi_col_6 #sbi_images .sbi_item { height: 150px !important; width: 50% !important; margin-bottom: 3px !important; }
#sb_instagram .sbi_photo { height: 150px !important; }


}

@media screen and (max-width: 360px) {

}