/*
Theme Name: blankslate-child
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Template: blankslate
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme  2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Prata&display=swap');  
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:600,900&display=swap'); /* font-family: 'Playfair Display', serif; */


/*@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');*/
@font-face {
    font-family: 'mark_my_wordsregular';
    src: url('fonts/mark_my_words-webfont.woff2') format('woff2'),
         url('fonts/mark_my_words-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face{
  font-family: hk;
  src:url('fonts/HKGrotesk-Light.otf');
  font-weight: 100;
}
@font-face{
  font-family: hk;
  src:url('fonts/HKGrotesk-Medium.otf');
  font-weight: 300;
}
@font-face{
  font-family: hk;
  src:url('fonts/HKGrotesk-Regular.otf');
  font-weight: 400;
}

@font-face{
  font-family: hk;
  src:url('fonts/HKGrotesk-SemiBold.otf');
  font-weight: 600;
}
@font-face{
  font-family: hk;
  src:url('fonts/HKGrotesk-Bold.otf');
  font-weight: 700;
}
:root{
  --textColor:#3e3e3e;
  --whiteColor:#fff;
  --orangeColor:#fbc644;
  --darkColor:#2a2a2a;
  --fontLive:'Montserrat', sans-serif;
  --HeaderFontSize:24px;
  --subHeadingFontSize:20px;
  --leftSideArticleFontSize:35px;
  --notLeftSideArticleFontSize:16px;
--titleUpperCase:uppercase;
--titlePostFont: 26px;
--titlePostWeight:600;
--titlePostLineHeight:33px;
--postFontSize:14px;
--postTitleFontSize:22px;
--commentBackground:#faf8f7;
--articleLineHeight:20px;
--menuShif:-170px;
--elementerFont:'Karla', sans-serif;
--elementerFontSize:14px;
--elementerLineHeight:20px;
}


body {
  padding: 0;
  margin: 0;


  /*font-family: var(--fontLive);
  font-family: 'Muli', sans-serif;*/
  font-family: 'Karla', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'mark_my_wordsregular';
  src: url('../fonts/mark_my_words-webfont.woff2') format('woff2'), url('../fonts/mark_my_words-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body .iscwp-gallery-slider-wrp .slick-dots{
  display:none!important;
}

.apss-total-shares .apss-total-text  {
  display: none;

}
.entry-title {
  font-size: var(--postTitleFontSize);
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--fontLive);
}
.page-id-1462 .header{
text-align: center
}
#wpcf7-f14619-p1462-o1 {
	width: 50%;
	margin: auto;
}
iframe{width:100%;}
.cate-name a {
	font-weight: 600;
}
.cate-name a:hover{color:#fbc644;}
.post-content p {
	max-width: 70%;
	margin: 50px auto;
}
.scrollToTop {
  text-align: center;
  color: #444;
  text-decoration: none;
  position: fixed;
bottom:40px;
  right: 20px;

  z-index: 999999;
}
.contentMain{display: inline-block; width: 100%; padding-top: 30px;}
.scrollToTop h4{
  margin: 0;
  color: var(--textColor);
}

.scrollToTop:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}
.nav-bar-main-menu {
  width: 100%;
  float: left;
  display: none;
}
.top-bar {
    width: 100%;
    float:left;    
  height:52px;
  margin-top: 10px;
}
.top-bar::after {
  content:"";
  display: block;
  position: relative;
  width:100%;
  clear: both;

}
.sh-top{float: left;
  width: 100%;}

.tb-left a.start-btn,.top-bar-nav li.start-btn a {
    background: rgba(251,198,68,.7);
    font-weight: 700;
    font-size: 13px;
    color: var(--textColor);
    transition: 0.3s;
    padding: 17px 15px;
    float: left;
}
.menu-topbar-menu-container {
    float: left;
}
#searchform i{color:#757575;}
.start-btn:hover,.top-bar-nav li.start-btn a:hover {
    background: #f2ad00;
}
a.start-btn,.top-bar-nav li.start-btn a {
    background: #fbc644 none repeat scroll 0 0;
    color: var(--textColor);
    font-size: 13px;
    font-weight: 600;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    float: left;
}
.tb-left {
  width:auto;
  float: left;
}
.tb-left a{
    text-decoration: none;
    float: left;
    padding:20px 15px;
    font-family: var(--fontLive);
    color: var(--textColor);
}
.top-bar-nav a{
    font-size: 12px;
    color: #7c7b79;
}
.top-bar-nav a:hover
{color: #fbc644;}
.tb-right{
    width: auto;

    display: flex;
justify-content: space-between;
}
.top-search{
    width: auto;
    float: left;
    margin-right: 10px;
}
.top-search button
{
    border: 0;
    background: no-repeat;
}

.header-social
{
    width: auto;
    float: left;
    padding:10px 0;
    margin:0 10px 0 0;
}
.header-social li
{
    padding: 0;
    float: left;
    list-style: none;
}
.top-bar-nav {
    width: auto;
    float: left;
    padding: 0;
    margin:0;
    line-height: 1;
}
.top-bar-nav li {
    list-style: none;

    float: left;
}

.search-icon {
  width: auto;
  float: left;
}
.top-search input[type="text"]{

    padding: 5px 0 5px 0px;
    box-shadow: none;
    margin: 10px 0;
  border-bottom: 1px solid #ddd !important;
    border: none;
}
.top-search input[type="text"]:focus {
    outline: 1px solid #cfcfcf;
}
.top-search form > div {
    position: relative;
}
.top-search button {
    border: 0;
    background: no-repeat;
    position: absolute;
    top: 13px;
    left: 0px;
  right: 0;
  left:inherit;
    font-size: 18px;
}
.search-icon a {
  text-decoration: none;
}

.search-icon span {
  font-size: 20px;
  color: var(--textColor);
  vertical-align: middle;
}

.search-icon input {
  border: 0;
}

.icons {
  width: auto;
  float: right;
  margin-right: 40px;
}

.icons ul {
  padding: 0;
  margin: 0;
}

.icons ul li {
  display: inline-block;
}
.header-social li a span {
    border-radius: 50%;
    font-size: 12px;
    padding:5px 0;
    text-align: center;
    width: 28px;
}

#facebook , #twitter, #pinterest, #instagram, #youtube, #envelope{
  font-size: 16px;
}
#facebook {

    color: #757575;
}

/* #facebook:hover {
  background-color: white;
  color: #bfbfbf;
  box-shadow: 0px 0px 1px 2px #bfbfbf;
} */

#twitter {

   color: #757575;
}

/* #twitter:hover {
  background-color: white;
  color: #fbc644;
  box-shadow: 0px 0px 1px 2px #fbc644;
} */

#pinterest {

   color: #757575;
}

/* #pinterest:hover {
  background-color: white;
  color: black;
  box-shadow: 0px 0px 1px 2px black;
} */

#instagram {

    color: #757575;
}
.whats-new-manger-sec .wn-title-bar {display: block; }
.whats-new-manger-sec .whats-new{width: 100%; border: none}
.whats-new-manger-sec .whats-new h2{text-align: center; padding-bottom: 30px;}
.whats-new-manger-sec .whats-new a{ font-size: var(--HeaderFontSize);    font-weight: 600;}
.whats-new-manger-sec .whats-new h2 ::first-letter{text-transform: capitalize;}

/*
#instagram:hover {
  background-color: white;
  color: #7c7b79;
  box-shadow: 0px 0px 1px 2px #7c7b79;
} */

#youtube {

    color: #757575;
}

/* #youtube:hover {
  background-color: white;
  color: #bfbfbf;
  box-shadow: 0px 0px 1px 2px #bfbfbf;
} */

#envelope {

  color: #757575;
}

/* #envelope:hover {
  background-color: white;
  color: #fbc644;
  box-shadow: 0px 0px 1px 2px #fbc644;
} */

#wifi {
  background-color: black;
  color: white;
}

/* #wifi:hover {
  background-color: white;
  color: black;
  box-shadow: 0px 0px 1px 2px black;
} */
.site-header
{
  width: 100%;
display: block;

transition: 200ms all ease-in-out;
z-index: 99999;
position: sticky;
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
}
.menuShift{top:var(--menuShif) ;}
.clientLogos{background-color: #757575;  float: left;  width: 100%;}
.whats-new-sec .home-post-item, .whats-new-iny-sec .wn-articles-wrap .home-post-item  {
  width: 29% !important;
}
.whats-new-sec .home-post-item .entry-meta{margin-top: 10px; }
.whats-new-sec .postSet .home-post-item:first-child, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child {
  width: 71% !important; float: left;position: relative; padding-right: 48px;
}
.view-older-post{display:none;}
.whats-new-manger-sec .wn-articles-wrap .home-post-item{width: 12.5%;}
.whats-new-manger-sec .wn-articles-wrap .home-post-item .wn-img > a{height:150px}
.whats-new-sec  .entry-footer{display: none;}
.whats-new-sec .entry-author{display: none; }
.whats-new-sec .postSet .home-post-item:first-child *, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child *{color:#fff;}
.whats-new-manger-sec .wn-articles-wrap .home-post-item:last-child {
	padding-right: 0 !important;
}
.whats-new-sec .postSet .home-post-item:first-child h2 a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child h2 a {font-family:var(--fontLive);
  font-weight: 600; font-size: var(--leftSideArticleFontSize); line-height: 42px; text-transform: var(--titleUpperCase) !important;}
.whats-new-sec  .home-post-item, .whats-new-iny-sec .home-post-item{padding: 0}
.whats-new-sec  .home-post-item:first-child, .whats-new-iny-sec .home-post-item:first-child{padding-right: 30px;}
.whats-new-sec .postSet .home-post-item:first-child .wn-img a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child .wn-img a{min-height: 920px;}

.whats-new-sec .postSet .home-post-item:first-child .content-col, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child .content-col{position: absolute; bottom:0;padding: 30px !important; color: #fff; width: 94%;}
.whats-new-sec .postSet .home-post-item{height:inherit !important}
.whats-new-iny-sec .wn-articles-wrap .entry-author{display: none;}

.footer-main-saidebar{padding: 0 !important}
.menu-footer-social-menu-container{padding-top: 0 !important; }
.wn-title-bar {
	display: none;
}
.single .entry-meta {
    margin: 20px 0 30px;
}

.home-slider-sec
{
    width: 100%;
    float: left;

    margin-bottom: 30px;
}
.wn-sidebar {
    width: 100%;
    float: left;
}

.home-sseclider-
{
    width: 100%;
    float: left;
}
.whats-new-sec
{
    width: 100%;
    float: left;
    margin-top:40px;
}
.home-scr-1 {
  width: 100%;
  float: left;
  padding: 15px 0;
}

.logo {
  width: 29%;
  margin:auto;
}

.nav-bar {
  position: relative;
  width: 70%;
  float: right;
  background-color: var(--whiteColor)
  /*padding: 20px 0 10px;*/
}

.nav-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.nav-bar ul li {
  display: inline-block;
}

.nav-bar ul li a {
  padding: 29px 10px;
  text-decoration: none;
  color: var(--textColor);
  font-size: 14px;
  font-weight: 100;
  height:100%;
  display: block;
  position: relative;
  overflow: hidden;

}
.nav-bar #menu-header-menu > li > a:hover::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
  bottom: 0px;
  background-color: #d29500;
}

.preparatifs img{
  margin: 10px 0 20px 0;
}
.nav-bar .preparatifs:hover a {
  color: #bfbfbf;
}

.nav-bar .preparatifs-dropdown {
  display: none;
  width: 100%;
  float: left;
  position: absolute;
  top: 100%;
  left: -65px;
  z-index: 11111;
  text-align: center;
  max-width: 245px;
  background: #bfbfbf;
}

.nav-bar #triangle-up > li {
  width: 100%;
  padding: 10px;
}

.nav-bar #triangle-up > li > a {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 15px;
  color: white;
}

.preparatifs:hover .preparatifs-dropdown {
  display: block;
}

.nav-bar .preparatifs-dropdown li:hover {
  background-color: #b4b4b4;
}

#triangle-up {
  position: relative;
}

#triangle-up:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #bfbfbf;
  text-align: center;
}

.bons img{
  margin: 10px 0 20px 0;
}
.nav-bar .bons-dropdown {
  display: none;
  width: 100%;
  float: left;
  position: absolute;
  top: 100%;
  left: 90px;
  z-index: 11111;
  text-align: center;
  max-width: 245px;
  background: #fbc644;
}

.nav-bar #triangle-up2 li {
  width: 100%;
  padding: 10px;
}

.nav-bar #triangle-up2 li a {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0px;
  color: white;
}

.nav-bar .bons:hover .bons-dropdown {
  display: block;
}

.bons:hover a {
  color: #fbc644;
}

.nav-bar .bons-dropdown li:hover {
  background-color: #f0bb36;
}

#triangle-up2 {
  position: relative;
}

#triangle-up2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fbc644;
  text-align: center;
}
.EXCURSIONS img{
  margin: 10px 0 20px 0;
}
.autres img{
  margin: 10px 0 20px 0;
}
.nav-bar .autres-dropdown {
  display: none;
  width: 100%;
  float: left;
  position: absolute;
  top: 100%;
  z-index: 11111;
  text-align: center;
  max-width: 212px;
  background: #7c7b79;
  right: 185px;
}

.nav-bar #triangle-up3 li {
  width: 100%;
  padding: 10px;
}

.nav-bar #triangle-up3 li a {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0px;
  color: white;
}

.nav-bar .autres:hover .autres-dropdown {
  display: block;
}

.nav-bar .autres:hover a {
  color: #7c7b79;
}

.nav-bar .autres-dropdown li:hover {
  background-color: #716f6c;
}

#triangle-up3 {
  position: relative;
}

#triangle-up3:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #7c7b79;
  text-align: center;
}
.LIFESTYLE img{
  margin: 10px 0 20px 0;
}
.contact img{
  margin: 10px 0 20px 0;
}
.nav-bar .contact-dropdown {
  display: none;
  width: 100%;
  float: left;
  position: absolute;
  top: 100%;
  z-index: 11111;
  text-align: center;
  max-width: 125px;
  background: #000;
  right: -20px;
}
.hb-vide-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hb-vide-wrap video {
  
  width: 100%;
  height: 100%; 
 object-fit: cover;
  position: relative;
}
.nav-bar #triangle-up4 li {
  width: 100%;
  padding: 10px;
}

.nav-bar #triangle-up4 li a {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0px;
  color: white;
}

.nav-bar .contact:hover .contact-dropdown {
  display: block;
}

.nav-bar .logo-nav .nav-bar > ul > .contact:hover a {
  color: var(--textColor);
}

.nav-bar .contact-dropdown li:hover {
  background-color: #232323;
}

#triangle-up4 {
  position: relative;
}

#triangle-up4:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #000;
  text-align: center;
}

.home-src-2 {
  width: 100%;
  float: left;
  padding: 20px 0;
}



.owl-theme .owl-nav {
  height: 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top:-20px;
  left: 0;
  width: 100%;
}
.owl-prev {
  float: left;
  margin-left: -50px !important;
  cursor: pointer;
}

.owl-next {
  float: right;
  margin-right: -50px !important;
  cursor: pointer;
}

.owl-dots {
  display: none;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #7c7b79;
  font-size: 32px;
  display: inline-block;
  cursor: pointer;
}

.item:hover .view-post {
  opacity: 1;
}
.home-slider-sec .owl-carousel .owl-item .item:before {
  background-color: #ffffffe6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  content: '';
  opacity: 0;
  z-index: 1;
}
.home-slider-sec .owl-carousel .owl-item .item:hover:before { opacity: 1; }
.view-post {
    opacity: 0;
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    padding: 0;
    transition: 0.5s;
    height: auto;
    transform: translateY(-50%);
    z-index: 9;
}
.view-post h2 {
  color: #fbc644;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  padding: 20px;
  font-family: montserrat;
  text-shadow: 0 0 20px #fff;
}

.view-post p {
  font-family: var(--fontLive);
  font-weight: 600;
  text-align: center;
  /*max-width: 245px;*/
  margin: 0;
  padding:20px 20px 27px;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 18px;
  text-transform: uppercase;
}

.view-post a {
  text-decoration: none;
  background: #fbc644;
  font-size: 10px;
  font-family: var(--fontLive);
  font-weight: 600;
  padding: 10px 20px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}

.whats {
  width: 100%;
  float: left;
}
.whats-new0 {
  width: 70%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.whats-new0 h2 {
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.whats-new0 a {
  text-decoration: none;
  color: var(--textColor);
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: montserrat;
}
.whats-new0 span
{color: #fbc644;}

.whats-new {
  width: 70%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  /*border-right: 1px solid #eeeeee;*/
 /* padding: 15.50px 0;*/
}

.whats-new h2 {
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.wpls-logo-showcase .slick-arrow{top:50%;}
#wp_post_slider_8927 .wpls-fix-box{display: flex;  justify-content: center;}
.whats-new a {
  text-decoration: none;
  color: var(--textColor);
  font-size: var(--HeaderFontSize) !important;
  line-height: 40px;
  text-transform: var(--titleUpperCase);
  letter-spacing: 1px;
  font-family: montserrat;
}
.whats-new span
{color: #fbc644;}

.skip {
  width: 30%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 0px solid #eeeeee;
  padding: 10px;
  height: 42px;
}

.skip span {
  font-size: 16px;
  padding: 0 10px 0 20px;
}

.skip h2 {
  font-weight: 800;
  font-size: 13px;
  margin: 0;
}

.skip a {
  text-decoration: none;
  color: var(--textColor);
  font-size: 12px;
  letter-spacing: 1.5px;
  font-family: montserrat;
  font-weight: 600;
  text-transform: uppercase;
}

.home-src-3 {
  width: 100%;
  float: left;
}

.whats-new-bar {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.whats-new-img {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.qule-pass {
  width: 48%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  max-width: 400px;
  margin-bottom: 30px;
}

.qule-pass h1 {
  font-size: 16px;
  font-weight: 700;
  color: var(--textColor);
  line-height: 20px;
  font-family: var(--fontLive);
  margin: 0;
}

.qule-pass > h2 {
  margin: 0;
}

.qule-pass > h2 > a {
  font-size: 12px;
  font-weight: 600;
  color: #fbc644;
  font-family: var(--fontLive);
  margin-top: 20px;
}

.qule-pass h3 {
  font-weight: 400;
  font-size: 12px;
  color: #8c8c8c;
  margin: 0;
  font-family: var(--fontLive);
}

.qule-pass p {
  padding: 35px 0 55px 0;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
}

.qule-pass a {
  font-weight: 700;
  font-size: 16px;
  color: #fbc644;
  text-decoration: none;
}

.qule-pass span {
  font-size: 14px;
  color: #fbc644;
  padding: 0 5px;
}

.view-older-post {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.food-post{
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.view-older-post a {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #fbc644;
    padding: 10px 0;
    text-decoration: none;
    color: #fbc644;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: montserrat;
    text-transform: uppercase;
}

.view-older-post a:hover {
  background: #fbc644;
  color: white;
  transition: 0.4s;
}

.sidebar-item.sidebar-about {
    border: 1px solid #eeeeee;
    padding: 10px;
    text-align: center;
}
.wn-sidebar {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.sidebar-item.sidebar-about img
{
    border: 1px solid #eeeeee;
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
.sidebar-item.sidebar-about p {
    color:#888;
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--textColor);
}
.sidebar-item.sidebar-about a
{
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: #ffc83d;
}
.mail-form input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    text-align: center;
    border: 1px solid #ffc83d;
    color: #ffc83d;
}
.mail-form .submit-btn
{
    background-color: #ffc83d;
    border: 0;
    color: var(--textColor);
    -webkit-transition: all ease .8s;
    transition: all ease .8s;

}
.mail-form .submit-btn:hover
{
    background-color: #e1a100;
    box-shadow: inset 340px 0 0 0 #e1a100;
    color: white;
}
.hey-keep {
  width: 100%;
  float: left;
}

.hey {
  width: 100%;
  float: left;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-top: 20px;
}

.hey img {
  border: 1px solid #eeeeee;
}

.hey p {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Karla', sans-serif;
  text-align: center;
  padding: 30px 0 15px;
  line-height: 22px;
}

.hey a {
  font-weight: 700;
  font-size: 16px;
  color: #fbc644;
  text-decoration: none;
  transform: translateX(80%);
  float: left;
}

.keep-in-touch {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0;
}


.kit-content,
.kit-image {
    width: 50%;
    float: left;
}
.mail-form {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.sidebar-item.keep-in-touch img{
    height: auto;
    max-width: 100%;
    width: auto;
    padding-left: 20px
}
.kit-content h4 {
  font-size: 16px;
  font-weight: 600
}
.kit-content p
{
    color: grey;
    font-family: 'Karla', sans-serif;
}

.keep {
  width: 100%;
  position: absolute;
  max-width: 130px;
  top: 0;
  left: 0;
}

.keep h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
}

.keep p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  color: #757575;
}

.enter-email {
  width: 100%;
  float: left;
}

.enter-email input {
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px 0;
  background: white;
  border: 1px solid #fbc644;
  color: #fbc644;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 15px;
}

.enter-email a {
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px 0;
  background: #fbc644;
  color: var(--textColor);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.home-src-4 {
  width: 100%;
  float: left;
  background-color: #f7f7f7;
  padding: 80px 0;
}

.home-src-4 h2 {
  text-align: center;
  font-weight: 800;
  margin: 0;
}

.looking-for {
    width: 100%;
    float: left;
    background: #f7f7f7;
    text-align: center;
    background-color: #eeeeee;
    padding: 110px 0;
box-shadow: inset 0 0 0 4vw #fff;

font-size: 22px;
font-weight: 400;

}

.with-sidebar-post footer {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.looking-for h2{
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--textColor);
    font-family:var(--fontLive);
    font-size: 24px;    
    padding: 20px 0;
    text-align: center;

  text-transform:var(--titleUpperCase);
}

.looking-for h2::first-letter {
  text-transform: capitalize;
}

.lf-item {
    float: left;
    margin: 0 0 30px;
    padding: 0 1.28%;
    width: 25%;
}
.lf-item a
{
  background:#ffffff;
    text-decoration: none;

    color: var(--textColor);
    float: left;
    width: 100%;

}
.looking-for .container > .lf-item:first-child{
  padding-left: 0 !important;
  }
  .looking-for .container > .lf-item:last-child{
  padding-right: 0 !important;
  }
.entry-content a{ color:rgb(251,198,68); }
.lf-item h4 {
    color: var(--textColor);
    float: left;
    font-family: montserrat,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    height: 120px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    padding: 18px 13px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
}
.lf-item a:hover{
    background-color: #bfbfbf;
    color: white;
    transition: 0.2s;
}
.lf-item a:hover h4{
    color: white;
}

.whats-new-iny-sec{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.whats-new-manger-sec{
  margin: 40px 0 0;
    width: 100%;
    float: left;
}
.whats-new-ls-sec{
    width: 100%;
    float: left;
}
.home-src-5 {
  width: 100%;
  float: left;
  padding: 55px 0;
}

.wlny {
  width: 100%;
  float: right;
  text-align: right;
}

.insolite-box {
  width: 100%;
  float: left;
}

.insolite-bar {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}

.insolite {
  width: 100%;
  float: left;
}

.insolite h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  font-family: var(--fontLive);
}

.insolite span {
  color: #fbc644;
}

.qule-pass001 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  max-width: 400px;
}

.qule-pass001 h1 {
  font-size: 14px;
  font-weight: 700;
  color: var(--textColor);
  line-height: 20px;
  font-family: var(--fontLive);
  margin: 0;
}

.qule-pass001 > h2 {
  margin: 0;
}

.qule-pass001 > h2 > a {
  font-size: 12px;
  font-weight: 600;
  color: #fbc644;
  font-family: var(--fontLive);
  margin-top: 20px;
}

.qule-pass001 h3 {
  font-weight: 400;
  font-size: 12px;
  color: #8c8c8c;
  margin: 0;
  font-family: var(--fontLive);
}

.qule-pass001 p {
  padding: 35px 0 45px 0;
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  margin: 0;
}

.qule-pass001 a {
  font-weight: 700;
  font-size: 16px;
  color: #fbc644;
  text-decoration: none;
}

.qule-pass001 span {
  font-size: 14px;
  color: #fbc644;
  padding: 0 5px;
}

.qule-pass01 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  max-width: 400px;
}

.qule-pass01 h1 {
  font-size: 14px;
  font-weight: 700;
  color: var(--textColor);
  line-height: 20px;
  font-family: var(--fontLive);
  margin: 0;
}

.qule-pass01 > h2 {
  margin: 0;
}

.qule-pass01 > h2 > a {
  font-size: 12px;
  font-weight: 600;
  color: #fbc644;
  font-family: var(--fontLive);
  margin-top: 20px;
}

.qule-pass01 h3 {
  font-weight: 400;
  font-size: 12px;
  color: #8c8c8c;
  margin: 0;
  font-family: var(--fontLive);
}

.qule-pass01 p {
  padding: 35px 0 45px 0;
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  margin: 0;
}

.qule-pass01 a {
  font-weight: 700;
  font-size: 16px;
  color: #fbc644;
  text-decoration: none;
}

.qule-pass01 span {
  font-size: 14px;
  color: #fbc644;
  padding: 0 5px;
}

.home-src-6 {
  width: 100%;
  float: left;
}

.home-src-7 {
  width: 100%;
  float: left;
  margin: 60px 0 30px 0;
}

.manger {
  width: 100%;
  float: left;
}

.manger h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  font-family: var(--fontLive);
}

.manger span {
  color: #fbc644;
}

.home-src-8 {
  width: 100%;
  float: left;
  background: #f7f7f7;
  box-shadow: inset 0 0 0 4vw #fff;
  padding: 95px 0;

}
.wn-title-bar > .whats-new ::first-letter {
	text-transform: capitalize;
}
.popular-post {
  width: 100%;
  float: left;
}

.popular-img {
  background-color: white;
}

.popular-img h3{
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 1.35;
    padding: 20px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.popular-bar h3 {
  margin: 0;
  width: 100%;
  padding: 20px 0px;
  font-size: 16px;
  font-family: var(--fontLive);
  font-weight:600;
}

.home-src-9 h2 {
    margin-top: 0;
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--fontLive);
}

.popular-img h3 a {
  text-decoration: none;
  color: var(--textColor);
}

.popular-img-box h3 a {
  text-decoration: none;
  color: var(--textColor);
}

.popular-img h2 {
	text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  font-family: var(--fontLive);
  margin: 0;
  background: #f7f7f7;
  padding-bottom: 25px;
}

.popular-img p {
  font-size: 16px;
  font-family: var(--fontLive);
  font-weight: 600;
  margin: 0;
  padding: 30px 5px 0 15px;
}


.popular-img h6 {
    color: #8c8c8c;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0 20px 20px;
}
.popular-img-box {
  width: 100%;
  float: left;
  position: relative;
  margin: 50px 0 -15px 0;
  background-color: white;
}

.popular-bar {
  width: 100%;
  position: absolute;
  max-width: 555px;
  top: 0;
  left: 0;
  padding-left: 200px;
}

.popular-bar p {
  margin: 0;
  font-size: 12px;
  font-family: var(--fontLive);
  font-weight: 600;
  color: #8c8c8c;
}

.home-src-9 {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.home-src-9 h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--fontLive);
  text-align: center;
}

.videos {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 30px;
}

.videos-bar {
  width: 100%;
  float: left;
  position: absolute;
  top: 35px;
  left: 0;
  max-width: 100%;
  text-align: center;
}

.videos-bar span {
  font-size: 48px;
  color: white;
}

.videos p {
  margin: 0;
  font-family: var(--fontLive);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 0 0;
}

.home-src-10 {
  width: 100%;
  float: left;
}

.home-src-10 {
  width: 100%;
  float: left;
  padding: 45px 0;
}

.discover-bar {
  padding: 25px 0;
  margin: 0;
  
  width: 100%;
  float: left;
}

.discover {
  width: 100%;
  float: left;
}

.discover-bar h2 {
  font-family: var(--fontLive);
  text-align: center;
  font-weight:600;
  margin: 0 0 30px 0;
  text-transform: var(--titleUpperCase);
  font-size:var(--HeaderFontSize);
letter-spacing: 2px;

}


.discover-bar h2::first-letter{
  text-transform: capitalize;
}
/*.discover ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
}*/
.discover span {
  text-align: center;

    margin: 0px 0 30px 0px;
    width: 100%;
   
    padding: 0;
    float: left;
}

.discover span a {
    font-family: var(--fontLive);
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    background: #f7f7f7;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
}
.discover-bar .travel a {

    width: 25%;
    display: inline-block;
    padding:0 15px;
    position: relative;
}
.map {
  width: 100%;
  float: left;
  text-align: center;
}
body #locate_this.map p iframe {
    width:100%;
}

.travel {
  width: 100%;
  float: left;
}

.travel > a > img {
    width: 270px;
    height: 190px;
    object-fit: cover;
}

.home-src-12 {
  width: 100%;
  display: inline-block;  
  text-align: center;
  padding: 50px 0;
}
.travel span.travel-title {
    width: 100%;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #000000;
    font-size:14px;
    font-weight: 500;
    color:#fff;
    text-align: center;
    text-transform: uppercase;

}
.travel-title .icon {
    background: #fbc644 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 12px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    line-height: 1.2;
}
.home-src-12 h2 {
  font-family: 'Prata', serif;
  margin: 0;
  font-weight: 600;
    color: var(--textColor);
    font-size: 35px; 
    letter-spacing: 2px;
    padding-bottom: 0;

}
h4.subnameInsta{margin-bottom: 30px;}
.home-src-12 h2::first-letter {
	text-transform: uppercase !important;
}
#main-nav .menu-header-menu-container > ul > li:first-child > a::first-letter{
  text-transform: uppercase;
}
#main-nav .menu-header-menu-container > ul > li:first-child > a{
  font-size: 20px;
  color: var(--orangeColor);
  text-transform: lowercase;
  font-weight: 700;
  font-size: 19px;
  font-family: 'Playfair Display', serif;
  position: relative;
  line-height: 15px;
}

.home-src-12 > img{ margin-bottom: 20px; }
.home-src-12 h1 {
  font-size: 30px;
  font-family: 'mark_my_wordsregular';
  margin-bottom: 25px;
}

.instagram {
  width: 100%;
  float: left;
}

.home-footer-sec {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
.home-footer-sec .row{
  width: 100%;
}
.menu-footer-about-container .menu{
  padding-left: 1px;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
}

.menu-footer-about-container .menu li{
  padding: 0 10px;
}
.menu-footer-about-container .menu li a{
  color: var(--textColor)
}

.more {
  width: 100%;
  float: left;
}

.footer-main {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.menu-footer-social-menu-container{padding-top: 80px;}

.footer-main-saidebar {
  width: 100%;
  float: left;
  padding: 40px 0;
  text-align: center;
}

.icons-bar {
  width: 100%;
  float: left;
  text-align: right;
  padding: 0 0 4px 0;
}

.icons-bar ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.icons-bar ul li {
  display: inline-block;
}

#facebook1 {
  font-size: 20px;
  padding: 6px 10px;
}


#twitter2 {
  font-size: 20px;

  padding: 6px 8px;
}


#pinterest3 {
  font-size: 20px;

  padding: 6px 9px;
}


#instagram4 {
  font-size: 20px;

  padding: 6px 9px;
}

#youtube5 {
  font-size: 20px;

  padding: 6px 8px;
}


#envelope6 {
  font-size: 20px;

  padding: 6px 8px;
}


#wifi7 {
  display: none;
  font-size: 20px;

  padding: 6px 7px;
}

.footer-subscribe-form {
  width: 100%;
  float: left;
  position: relative;
  /*padding-right: 100px;*/
}
.footer-subscribe-form form { margin-bottom: 0; }
.footer-subscribe-form form input[type="email"] {
  padding: 12px;
  border: 0;
  background: white;
  color: #fbc644;
  width: 100%;
}

.footer-subscribe-form form .submit-btn {
  font-family: var(--fontLive);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 16px;
  background-color: #fbc644;
  color: var(--textColor);
  /*position: absolute;
  top: 0;
  right: 0;*/
  width: 100%;
  border:none;
}


.nav_menu {
  width: 100%;
  float: left;
  padding-left: 0px;
}

.nav_menu h5 {
  font-size: 16px;
  color: #454545;
  font-weight: 700;
  font-family: var(--fontLive);
}

.nav_menu ul {
  padding: 0;
  margin: 0;
}

.nav_menu ul li {
  padding: 2px 0;
  list-style: none;
}

.nav_menu ul li a {
  text-decoration: none;
  color: var(--textColor);
  
  font-size: 14px;
  font-weight: 400;
}
.nav_menu a:hover, #menu-footer-about li a:hover{
    color: #ffc83d;
}
#menu-footer-social-menu li a{color:#757575}
.footer-credits {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;

}

.footer-credits p {
  font-size: 14px;
  font-family: var(--fontLive);
  margin: 0;
  padding-top: 20px;
}


.home-post-item {
    width: 100%;
    float: left;
    margin: 5px 0;
    padding-right:30px;
}
section.entry-content .apss-social-share {
    border-top: 1px solid #eeeeee !important;
    float: left;
    padding: 40px 0 20px;
    width: 100%;
}
.content-col {
  padding-top: 10px;
    padding-bottom: 55px;
    position: relative;
}
.entry-footer {
    border-bottom: 1px solid #eeeeee;
    bottom: 0;
    float: left;
    padding: 0 0 30px;
    width: 100%;
}
.entry-header{
    width: 100%;
    float: left;
}
.entry-header.page-title {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #f7f7f7;
    padding: 30px 0;
}
.entry-header.page-title .entry-title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--fontLive);
    color: #000;
}
body .entry-content {
    float: left;
    width: 100%;

}
body .faq-pills {
    margin: 0;
    text-align: center;
    padding: 50px 0;
}
body .ufaq-faq-div {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding:15px;
    position: relative;
}
body .ewd-ufaq-post-margin-symbol {
    position: absolute;
    right: 0px;
    top:2px;
    padding: 10px;
    margin: 0;
}
body .ufaq-faq-body {
    padding: 0;
    margin-top: 5px;
}

body div.ufaq-faq-title h4 {
    padding: 0;
    margin:0!important;
    font-size: 12px;
    font-weight:600;
    font-family: var(--fontLive);
}
body .nav-pills>li {
    display: inline-block;
    padding: 0px;
    float: none;
    border: 1px solid #eeeeee;
    margin-bottom:10px;
}
body .entry-header a {
    color: var(--textColor);
    font-size: var(--notLeftSideArticleFontSize);
    letter-spacing: 1px;
    line-height:var(--articleLineHeight);
    text-transform: var(--titleUpperCase);
    font-weight: 600;

}

.entry-author a {
  text-decoration: none;
  font-weight: 500;
  color: #888;
  font-family: montserrat;
  font-size: 11px;
  letter-spacing: 1px;

}


.entry-meta a {
 
    text-decoration: none;
    font-size: 11px;

}
.entry-header h2 {
    font-size: 16px;
    font-family: var(--fontLive);
    font-weight:600;
    margin: 0;
    margin-bottom:12px;
}
.entry-header a{
    text-decoration: none;
    text-transform: uppercase;
}
.author.vcard {
    text-transform: uppercase;
}
.single p {
    margin-bottom: 20px;
    color: #3B3B39;
    /*float: left;*/
    width: 100%;
    margin-top: 5px;
    font-family: "Karla",sans-serif;
    font-size: var(--postFontSize);
line-height:var(--articleLineHeight);
font-weight: 400;
}
.elementor-icon-box-title {
	font-family: 'Prata', serif;
  font-size: 37px;
  word-break: break-all;
}

.authorSingle{padding: 40px 0;
  border-top: 1px solid #e9e9e9;
  font-size: 13px;
  border-bottom: 1px solid #e9e9e9;
position: relative;
display: flex;
}
.authorSingle .photo{position: relative;  left: 0;  top: 0;  width: 240px;  height: auto;  border-radius: 0%;
  object-fit: cover;}
  .authorSingle > div:first-child {
    margin-right: 20px;
  }
  body .saboxplugin-wrap{

    min-height: 130px;
  }
.saboxplugin-wrap .saboxplugin-authorname {
    font-size: 20px;
    line-height: 25px;
    color: var(--textColor);
}

/*body .saboxplugin-wrap .saboxplugin-socials {
    padding-left: 130px;
    background: none;
    border: none;
    box-shadow: none;
    margin: -20px 0 20px;
}*/
a:focus{text-decoration: none; color:#333;}
body .saboxplugin-wrap .saboxplugin-socials a span {
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: #000;
    margin-right: 10px;
    padding: 0;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    vertical-align: top;
}
/*body .saboxplugin-wrap .saboxplugin-socials a > span {
    margin: 8px !important;
}*/
.entry-meta .category  {
    color: #f0aa00;
    font-family:var(--fontLive);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
display: inline-block;
}
.entry-author {
  font-weight: 500;
  color: #888;
  font-family: montserrat;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}
.entry-footer a {
    text-decoration: none;
    color: #ffc83d;
    font-size: 14px;
    font-family: var(--fontLive);
    font-weight: 600;
    letter-spacing: 1px;
}
.entry-footer span {
    margin-left: 5px;
}
.home-post-item p
{
  padding: 20px 0;
  margin: 0;
  line-height: 1.6;
}
.wn-articles-wrap
{
    width: 100%;
    float: left;
}
/*.wn-img
{
    width: 100%;
    float: left;
}*/
.wlny-sidebar {
    width: 100%;
    float: left;
}

/* raman start  */

.author-part-middle {
	 position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.author-part-middle img{
    border-radius: 50%;
    width: 80px;
    float: left;
    height: 80px;
    margin-right: 20px;
}
.hss-wrap{ float: left; width: 100%; padding:0 50px;}
.single a.locate {
    text-transform: uppercase;
    display: inline-block;
}
.sh-top img{max-height: 107px; }
.author-part-middle h2{text-transform: uppercase;overflow: hidden; font-size: 16px; font-weight: 700; margin: 0}
.secondary-content.nearby #gyg-widget-59122bc1ce848{margin: 0 ;position: absolute;bottom: 0 ; left:0;background-color: #f7f7f7;     padding: 0 0px 25px;    display: inline-block; border-top:1px solid #eee;}
.single .gyg-widget.gyg-widget.tiny .gyg-item, .single .gyg-widget.gyg-widget.small .gyg-item {    border-bottom: none;    -webkit-box-shadow: inherit!important;  box-shadow: inherit!important;    background: #f7f7f7;    padding: 20px 20px;    display: inline-block!important;}
.secondary-content.nearby {    padding: 30px 15px 0; }
.single .gyg-static.gyg-static {padding:0 10px;}
.new-york-contact-form input, .new-york-contact-form textarea { border: 1px solid #eee;}
#comments-list  .comment-body {    padding: 0 0 0 90px;}
#comments-list ul li {     width: 100%;  float: left;    padding: 20px 10px; list-style: none; position: relative;}
/*#comments-list > ul > li {    width: 48%; margin-right: 4%;    float: left;    padding: 20px 10px; list-style: none; position: relative;}  */
/*#comments-list > ul > li:nth-child(even) {
	margin-right: 0
}*/
#comments-list ul {padding: 0; float: left;width: 100%;display: flex;flex-wrap: wrap;}
.paginated-comments-links {
	float: left;
    width: 100%;
    text-align: center;
}



.comment-author {

	float: left;

}
.comment-author .fn,.comment-author .says {
		font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}

.home-src-12 .owl-item img {
    width: 100%;
}


.comment-meta {
		display: inline-block;
    padding: 27px 5px;
    font-size: 14px;
    color: #8c8c8c;
}
.comment-author.vcard img{
  margin-right: 10px;
}
#comments-list ul li ul.children li {   width: 100%;border: 1px solid var(--orangeColor);}
.sticky .top-bar{ background: #fff;}
.tb-full{ width:100%; }
.shop a h4 { width:100%; transition:.4s;  position: absolute;    bottom: 0;    margin: 0;    background: rgba(255,255,255,0.95);    padding: 10px;    text-align: center;}
.shop a:hover h4 {
  color: #fbc644 ;
}


.shop a {
   display: inline-block;
     position: relative;
     background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
      margin-bottom:20px;
 }
.shop a img {
  visibility: hidden;
  width: 100%;
}


.large-thumbnail a {
    height: 480px;

}

.list-images-wrap a {
  height: 230px
}


.menu-social-menu-container {    float: right; }
.square.element-to-animate {    padding:0; width: 33.33%;    float: left; text-align: center;}
.square.element-to-animate h3 a{font-size: 30px;}
.square.element-to-animate h1{font-size: 20px; margin: 10px 0;}


.listing-posts section.entry-content>img,
.listing-posts section.entry-content > p > img,
.listing-posts section.entry-content > p > a > img {
	transition: .2s;
}
.listing-posts section.entry-content>img:hover,
.listing-posts section.entry-content > p > img:hover,
.listing-posts section.entry-content > p > a > img:hover {
	filter:opacity(.5);
}
.listing-posts article {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.listing-posts .comments-no {
    float: left;
    width: 100%;
}
.listing-posts .comments-no a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: rgb(251,198,68);
    text-transform: uppercase;
}

.presse-img-blog {padding:50px 0; display: inline-block; width: 100%;}
.relatedposts .owl-carousel .owl-item img {    display: block;    width: 100%;    height: 150px;    object-fit: cover;    object-position: top center;}
#instagram-embed-0 {   max-width: 100% !important; }
.entry-content img { margin: 10px 0; height: auto; width:100%;}
.sidebar-wrapper #text-111 a, .sidebar-wrapper #text-111 a img{height: auto;}

.blog-form input {
      -moz-user-select: none;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    clear: both;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 44px;
    line-height: 40px;
    outline: medium none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out 0s;

}
.blog-form form {
  font-size:0;
}
.blog-form button {
   background-color: #fbc644;
    border: medium none;
    color: var(--textColor);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px 10.5px;

    text-transform: uppercase;

}


.page-id-29450 .eny-banner {
  display: none;
}
.wpls-logo-showcase{padding: 0 30px 0px 30px !important;}


.home-src-12 .iscwp-inr-wrp .iscwp-meta .iscwp-meta-inner-wrap .iscwp-likes-num,
.home-src-12 .iscwp-inr-wrp .iscwp-meta .iscwp-meta-inner-wrap .iscwp-meta-comment {
  display: none
}

/* raman end  */

/***************Ravneet******************/

.top-bar-nav a{
    text-transform: uppercase;
}
.menu li{
    list-style-type:none;
}

#main-nav   {
  width:100%;
   /* height: 30px;*/ /* set to the height you want your menu to be */

}
.visibleMenu div#main-nav {
    position: sticky;
    position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
    top: 0 !important;
    left: 0;
    background: #ffffff;
    z-index: 99;
    border-bottom: 1px solid #ececec;
}
#main-nav ul    {
    margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}

#main-nav .menu > li {

    float: left;
    /*line-height: 30px;*/
    /*height: 30px;*/
    margin: 0;
    padding: 0;
    position: relative;


}


#main-nav > div > ul > li > a{
    display: inline-block;
    padding:15px 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--textColor);
    font-size: 13px;
    font-weight: 100;
    font-family:hk;
    line-height: 1.2;
    letter-spacing: 0.7px;
}
/*#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
    color: #000;
    background: #ccc;
}*/

/*#main-nav a:hover {
    color: #ccc;
}*/
/* nth-child(3n+0)  */
#main-nav > div > ul > li:nth-child(3n+1) > ul{ background-color: #ccc; }
#main-nav > div > ul > li:nth-child(3n+2) > ul{ background-color: #fbc644; }
#main-nav > div > ul > li:nth-child(3n+3) > ul{ background-color: #000000; }
#main-nav > div > ul > li:nth-child(3n+4) > ul{ background-color: #7c7b79; }

#main-nav ul ul:first-child li:hover {
    background-color:#b4b4b4;
}

#main-nav ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top:100%;
    z-index:999;
    left:50%;
    transform: translateX(-50%);
    padding:10px 0;
    background-color: var(--textColor);
}


#main-nav > div > ul > li > ul::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -9px;
    width: 0;
}
#main-nav > div > ul > li:nth-child(3n+1) > ul::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
}
#main-nav > div > ul > li:nth-child(3n+2) > ul::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fbc644;
}
#main-nav > div > ul > li:nth-child(3n+3) > ul::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
}
#main-nav > div > ul > li:nth-child(3n+4) > ul::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7c7b79;
}

#main-nav ul ul li {
    float: left;
    width:100%;
    white-space: nowrap;
}

#main-nav ul ul li a {
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    padding:6px 20px;
    text-align: center;
    width: 100%;
}
#main-nav ul ul li a:hover {
  background-color:rgba(0,0,0,.1);
}
#main-nav ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}

#main-nav ul ul li ul {
    /* target all second, third, and deeper level sub menus */
    left: 170px; /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0; /* this ensures the sub menu starts in line with its parent item */
}

.easy_youtube_gallery .eytg-item{
    padding:10px;
}

#owl-1 .owl-item {
    float: left !important;
}

.saboxplugin-wrap .saboxplugin-authorname {
    font-family: 'Karla', sans-serif !important;
}
.saboxplugin-wrap .saboxplugin-desc {
    font-family: 'Karla', sans-serif !important;
}
/*
.comment-body {
    width: 50%;
    float: left;
    padding: 15px;
}*/
.sticky {
  display: flex;

justify-content: space-evenly;

align-items: center;

padding: 13px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  display: none;
}
.sticky-header{
    background-color:#fff;
    font-weight:500;
    font-size:12px;
    text-align: center;
    box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.header-social li a, .header-social li a span {
    display: inline-block;
    width:25px;
}
.sticky-header .menu-sticky-header-menu-container{display: inline-block;}
.sticky-header .s-header-menu{display: inline-block; list-style: none; padding: 0; margin: 0;}
.sticky-header .s-header-menu li{display: inline-block; list-style: none; padding: 0; margin: 0;}
.sticky-header .s-header-menu li a {display: inline-block; font-size: 14px; padding: 5px; vertical-align: top;letter-spacing: 0.05em; }
.sticky-header .s-header-menu > li > a {
    padding:14.5px 5px;
    font-weight: 100;
    font-size: 13px;
    font-family:hk;

}
/*.sticky-header .s-header-menu li.sticky-logo a {
    max-width: 135px;
    padding: 5px;
}*/
.sticky-header a.sticky-logo {
    max-width: 135px;
    padding: 5px;
    float: left;
    margin-left: 10px;
}

.skip i.fa.fa-bars { 
    display: inline-block;
    margin-right: 5px;
}
.sticky-header .s-header-menu li > ul::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -10px;
    width: 0;
}
.sticky-header .s-header-menu li:nth-child(4n+1) > ul::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
}
.sticky-header .s-header-menu li:nth-child(4n+2) > ul::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fbc644;
}
.sticky-header .s-header-menu li:nth-child(4n+3) > ul::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
}
.sticky-header .s-header-menu li:nth-child(4n+4) > ul::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7c7b79;
}

.sticky-header .s-header-menu > li:nth-child(4n+1) > ul {  background-color:#cccccc;}
.sticky-header .s-header-menu > li:nth-child(4n+2) > ul {  background-color:#fbc644;}
.sticky-header .s-header-menu > li:nth-child(4n+3) > ul {  background-color:#000000;}
.sticky-header .s-header-menu > li:nth-child(4n+3) > ul a { color: #ffffff; }
.sticky-header .s-header-menu > li:nth-child(4n+4) > ul {  background-color:#7c7b79; }

.sticky-header .s-header-menu > li:nth-child(4n+1):hover > a {  color:#cccccc;}
.sticky-header .s-header-menu > li:nth-child(4n+2):hover > a {  color:#fbc644;}
.sticky-header .s-header-menu > li:nth-child(4n+3):hover > a {  color:#000000;}
.sticky-header .s-header-menu > li:nth-child(4n+4):hover > a {  color:#7c7b79; }

.sticky-header .s-header-menu li ul a {
    padding: 5px 16px;
}

#owl-1 {
    float: left;width: 100%;
    position:relative;
}
#owl-1 .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

#owl-1 .owl-nav {
    position: absolute;
    display: inline-block;
    top:50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
#owl-1 .owl-prev {
    left: -18px;
    position: relative;
}
#owl-1 .owl-next {
    right: -18px;
    position: relative;
}
.shop{
    clear: both;
}
.locate{
    float: right;
    background-color: #fbc644;
    font-weight: 700;
    padding: 10px 20px;
}
.home-slider-sec .owl-carousel .owl-item .item {
    height: 285px;
    width: 100%;
    overflow: hidden;
}
.home-slider-sec .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 500px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-0%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.sticky-header .s-header-menu li {
  position: relative;
}
.sticky-header .s-header-menu li .sub-menu{
    display: none;
    left: 50%;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #cccccc;
}
.sticky-header .s-header-menu li:hover > .sub-menu{display: block;}

.sticky-header .s-header-menu li .sub-menu li {
    white-space: nowrap;
    width: 100%;
}

.ewd-ufaq-post-margin-symbol span {
    font-size: 15px !important;
    padding: 6px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  border:1px solid #fbc644;
  color: #fbc644;
  background-color:#fff;
  border-radius: 0;
}
.faq-pills{
  margin:0 auto;
}
.faq-pills li a{
  text-transform: uppercase;
  font-weight: 700;
}
#content {
    float: left;
    width: 100%;
}
.eny-banner {
    float: left;
    width: 100%;
    text-align: center;
    background:url("images/eny-banner-images.jpg");
    padding: 100px 0;
}

.eny-banner h2 {
  font-family: 'Prata', serif;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--textColor);
  line-height: 1;
  margin-bottom: 30px;
  font-size: 7vmin;
}
.post-content h1 span{line-height: 23px !important;  display: block;  margin: 30px 0 0 !important;}
.eny-banner #ofexcursion_category {
    padding: 15px; 
    font-size: 16px;
    border: none; 
    width: 100%;
}
#video1{
  pointer-events: none !important;
}
.ex-post-head {
  float: left;
  width: 100%;
  text-align: center;
}

.searchandfilter {
    width: 100%;
    max-width: 520px;
    display: inline-block;
    padding-right: 100px;
    position: relative;
}
.searchandfilter input {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
    border: none;
    background-color: #fbc644;
    color: var(--textColor);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.eny-posts-wrap {
    padding: 60px 0;
    float: left;
    width: 100%;
}
.nice-select.postform span.current {
    padding: 6px 0;
    display: block;
    /* height: 50px; */
}
.nice-select.postform{
    width: 100%;
    height: 52px;
}
.wpcf7-form p, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  padding: 10px;
  width: 100%;
  font-family: var(--fontLive);
  font-size: 14px;
  margin: 10px 15px 0 0;
}
.wpcf7-form textarea{
  height: 100px;
}
.wpcf7-submit{
  background: #fbc644;
  font-weight: 600;
  color: white;
  width: 100px !important;
  float: right;
  border: 0;
  margin: 0 10px;
}
.nice-select.open .list{
  width:100%;
}
.eny-posts-wrap .square.element-to-animate {
    float: left;
    width: 100%;
    /*border: 1px solid #eeeeee;*/
    min-height: 310px;
    margin-bottom: 30px;
}
.eny-posts-wrap .square.element-to-animate:hover{ background-color:#bfbfbf; }

.eny-posts-wrap .square:hover h3 a {color:#ffffff; }


.eny-posts-wrap .square > a,.eny-posts-wrap .square > strong > a {
    display: inline-block;
    height: 220px !important;
    overflow: hidden;
    width: 100%;
    background-image: url('http://www.we-love-new-york.com/dev/wp-content/uploads/2018/02/placeholder_book_image.png');
    background-size: cover;
    background-position: center center;
}
.eny-posts-pager {
    float: left;
    width: 100%;
    text-align: center;
}
.eny-posts-pager {
    text-align: center;
}
/*.eny-posts-wrap .square img{min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: none;}*/
.eny-posts-wrap .square img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.eny-posts-wrap .square h3 {margin: 0; padding: 15px 20px; float: left;width: 100%;font-weight: bold; color:#000000;}

.eny-posts-wrap .square h4 {margin: 0; padding: 0px 20px 5px;color:#000000; text-transform: uppercase;}
.eny-posts-wrap .square h4 span {
  color: #fbc644;
  font-size:18px;
  text-transform: normal;
}

.eny-posts-wrap .square h3 a {
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    height:68px;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    font-weight:bold;
}
.cate-desc {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.eny-posts-wrap .square h4 {
    font-size: 14px;
    font-family:'Karla', sans-serif;
}
.pagination .page-numbers {
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 10px 16px;
  margin: 5px;
  font-size: 14px;
}
.pagination .page-numbers.current {
  background-color: #fbc644;
  border: 1px solid #fbc644;
}
.article_archieve .article_ttl{
  color: var(--textColor);
  font-weight: 800;
  text-decoration: none;
  font-size: 20px;
  padding: 0 0 10px;
  display: block;
}
.article_archieve .article_read{
  color:#7c7b79;
  font-weight:800;
  text-decoration:none;
}
.article_archieve p{
  color:#7c7b79;
}
.article_archieve{
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}

/*custom style sheet start*/

body .saboxplugin-wrap .saboxplugin-socials a span.saboxplugin-icon-facebook,
.mobile.share li:nth-child(1) a i {
    background-color: #bfbfbf;
}

body .saboxplugin-wrap .saboxplugin-socials a span.saboxplugin-icon-instagram,
.mobile.share li:nth-child(2) a i {
    background-color: #fbc644;
}

body .saboxplugin-wrap .saboxplugin-socials a span.saboxplugin-icon-pinterest,
.mobile.share li:nth-child(3) a i  {
    background-color: #000000;
}

body .saboxplugin-wrap .saboxplugin-socials a span.saboxplugin-icon-twitter,
.mobile.share li:nth-child(4) a i  {
    background-color: #7c7b79;
}

body .saboxplugin-wrap .saboxplugin-socials a span.saboxplugin-icon-youtube,
.mobile.share li:nth-child(5) a i  {
    background-color: #bfbfbf;
}


body .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey:before
{
    height: 33px;
    width: 33px;
    line-height: 33px;
    color: #fff;

}

body .saboxplugin-wrap .saboxplugin-desc {line-height: 28px;margin: 0 15px;}

body .saboxplugin-wrap{position: relative;padding-left: 120px;border-left: none;border-right: none;}
body .saboxplugin-wrap .saboxplugin-gravatar {
  position: absolute;
    left: 0px;
    
}
body .saboxplugin-wrap .saboxplugin-gravatar img {
  width:90px;
  height:auto;
  max-width:90px;
  border-radius: 0;
}


body .saboxplugin-wrap .saboxplugin-socials {
    padding-left: 15px;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px 0 20px;
}
.saboxplugin-desc p{margin:0px 0 12px;}
body .mobile.share {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 10px 0;
  margin: 0 0 30px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

body .mobile.share li{display: inline-block;padding-right:5px;}


.mobile.share li a i {
    height: 33px;
    width: 33px;
    line-height: 33px;
    color: #fff;
    outline: none;
    text-align: center;
    border: none;
    display: inline-block;
    /*border-radius: 50%;*/
}
body .saboxplugin-wrap .saboxplugin-desc p {
  text-transform: none;
}
body .saboxplugin-wrap .saboxplugin-authorname {
    margin-bottom: 0px;    
}
body .saboxplugin-wrap .saboxplugin-authorname a {
  font-size: 20px;
    font-weight: 600;
}

.map-bottom {
display: flex;
  width: 100%;
  font-size:0;
}
.map-bottom > div {
  width: 31.33%;
  margin-right: 3%;
  display:inline-block;
  vertical-align: top;
  border:1px solid #eeeeee;
  padding:30px 15px;  
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.map-bottom > div:last-child {
  margin-right:0;
}
.map-bottom > div p,
.map-bottom > div ul li {
    font-size:14px;
    margin:0;
}
.map-bottom > div ul {
  padding-left:10px;
}
.ad-widget {
    text-align: center;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    padding-top: 10px;
    background-color: hsla(0,0%,100%,.8);
    border-top: 2px solid hsla(0,0%,88%,.8);
    display: none;
}
.ad-widget-close {
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #b2b2b2;
    background: #fff;
    line-height: 20px;
    display: inline-block;
    font-size: 22px;
    font-family: arial,sans-serif;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 5px;
}


.apss-theme-4 .apss-single-icon a {    margin: 6px 4px!important;}
.apss-theme-4 .apss-single-icon a:hover .apss-icon-block::after{top: 0!important; left:0!important;}
.apss-theme-4 .apss-single-icon a .count{display: none;}
.apss-social-share .apss-single-icon {
    float: none!important;
    display: inline-block!important;
}
.apss-total-share-count {
    float: left!important;
    margin-right: 20px!important;
}
.simple-alert-boxes.warning{
 display: none;
}
.view_all_arch{
 padding: 0;
 margin: 0;
 display: flex;
 flex-wrap: wrap;
}
.view_all_arch li {
    padding: 10px 0;
    list-style-type: none;
    width: 20%;
}

.relatedposts {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.relatedposts h3 {
  font-size: 24px;
    text-transform: uppercase;
    font-family: var(--fontLive);
    font-weight: 600;
    margin-bottom: 20px;
}
.relatedposts .owl-nav {
  position: absolute;
    display: inline-block;
    top: -40px;
    right: 0;
    width: auto;
    transform: translateY(0);
    left:inherit;
}
.relatedposts .owl-prev {
    margin-right: 20px !important;
}
.relatedposts .owl-next {
    margin-right: 0px !important;
}
.relatedposts .owl-item .title {
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--fontLive);
    padding: 20px 15px 20px;
    background-color: #f7f7f7;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    width: 100%;
    min-height: 150px;
}
#comments {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: var(--commentBackground) !important;
}
#comments  h3.comments-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align:center;

}
.with-sidebar-post #comments-list ul li {
    width:100%;
    
}

#comments .reply {
    float: left;
    width: 100%;
    text-align: right;
}

#comments .reply a.comment-reply-link {
    font-size: 12px;
    color: var(--textColor);
    text-transform: uppercase;
    padding: 5px 10px;
    background: #f4f4f4;
    font-weight: bolder;
}
#comments .comment-list > li{background-color: var(--whiteColor)}
#comments .comment-body{    padding: 0px 10px;}
#comments .children {
      float: left;
    width: 100%;
    margin-top: 20px;
}
#comments .depth-1 > .children {
	padding-left: 0px;
}
.misha_comment_loadmore {
	display: inline-block;
    width: auto;
    padding: 10px 25px;
    background: #222;
    color: #fff;
    cursor: pointer;
}


.blog-bar {
  margin-top:30px;
  float: left;
  width: 100%;
}
#comments-list > ul > .comment {
    padding-bottom: 25px;
    border-bottom:1px solid #eeeeee;
    margin-top:30px;
}


#comments-list > ul > .comment p {
  float: left;
  width: 100%;
  margin-top:5px;
}
#comments-nav-below {
    float: left;
    width: 100%;
    padding: 10px 0;
}
#respond {
  float: left;
  width: 100%;
  margin:20px 0;
}
#respond #reply-title {
  text-align: center;
  /*font-family: 'Kaushan Script', cursive;*/
  font-family: 'mark_my_wordsregular';
  margin:0 0 10px;
  font-size: 30px;

}
#respond .comment-notes {
    text-align: center;
}
#comment-notes {
  display: none;
}
#respond p {
    margin: 0 0 15px;
    width: 100%;
    font-size: 13px;
}
#respond .comment-form-author,
#respond .comment-form-email {
  width:49%;
}
#respond .comment-form-author {
  margin-right:2%;
}

#respond p label {
  display:none;
}
#respond p input,
#respond p textarea  {
  width:100%;
  padding: 10px;
  height:40px;
  border:1px solid #fbc644;
}
#respond p textarea  {
  height: 100px;
  resize: none;
}
.form-submit {
  text-align: right;
}
#respond p.form-submit input {
    font-size: 15px;
    text-transform: uppercase;
    background: #fbc644;
    border: none;
    padding: 11px 25px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    line-height: 10px;
}
.shop {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.shop h2 {
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;

}
.shop > .row {
  margin-bottom: 30px
}



.shop .large-thumbnail img {
  /*max-height:570px;
  height: 100%;*/
  width: 100%
}
.shop .list-images-wrap a img {
    max-width:270px;
    height:270px;
    width:100%;

}
.sidebar-wrapper > aside {
    /*float: right;*/
    clear:both;
    width: 100%;
    padding:15px 8px;
    border:1px solid #eeeeee;
    text-align: center;
    max-width: 320px;
    margin-top:19px;
    
}
img {
    height: auto;
}
.sidebar-wrapper > aside .widget-title {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--fontLive);
  line-height: 22px;
  margin:0 0 15px;
  text-transform: uppercase;

}

.sidebar-wrapper #text-111 a img {
  margin-bottom: 20px
}
.sidebar-wrapper #text-111 a,
.sidebar-wrapper #text-111 a img {
    display: inline-block;
    width: 100%
}
.sidebar-wrapper #text-111 p {
  line-height: 20px;
  margin:0;

}
#recent-posts-widget-with-thumbnails-2 ul li a img {
        width: 130px;
    height: 80px;
    margin: 0 10px 0 0;
    float: left;
}
#recent-posts-widget-with-thumbnails-2 ul li a span {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;

    overflow: hidden;
    text-align: left;
}
#recent-posts-widget-with-thumbnails-2 ul li a {
 
  text-align: left;
  float: left;
}
.bons-plan-single a {
    color:#fbc644;
}
/*.with-sidebar-post > .saboxplugin-wrap {
    display: none;
}*/
.sidebar-wrapper > aside#media_image-10 {
  border: none;
  text-align: left;
  padding: 0
}
#mc4wp_form_widget-5 form input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding:13px;
}
#mc4wp_form_widget-5 form input.submit-btn {
  background-color: #fbc644;
  color: var(--textColor);
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1;
}
#search-5 {
  border:none;
  padding:0;

}
#search-5 form {
  width: 100%!important;
  display: inline-block!important;
    position: relative;
    margin-bottom: 0!important;
}
#search-5 form input {
    width: 100%;
    height: 40px;
    padding: 15px 45px 15px 15px;
}
#search-5 form button {
  position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 40px;
    width:40px;
    background-color: #fbc644;
}
#search-5 form button i {
  font-size: 20px
}
/*custom style sheet end*/

.entry-content iframe{float: left; width: 100%;}
h3.elementor-flip-box__layer__title{color: var(--textColor);}
.visibleMenu{display: block;}
#menu-bottom-menu > li:nth-child(2) > a {
	font-family: 'Prata', serif;
}




.mean-container a.meanmenu-reveal {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 22px;
  }
  .meanmenu-reveal {background: #fbc644 none repeat scroll 0 0;}
  .m-logo {
      padding: 8px 0;
      text-align: center;
  }
  .m-logo > a {
    display: inline-block;
    max-width:255px;
  }
/*.mean-container .mean-bar{top: 80px;}*/
.mean-container .mean-bar {
  position: fixed;
    min-height: 0;
    padding: 0;
    top:54px;
}
.mobile-header .mobile-nav{ position: fixed;  background-color: #fff;    left: 0;    right: 0; height: 100%;  overflow-y: auto; transition: 0.2s all ease-in-out;    padding-bottom: 70px;     top:53px !important; opacity: 0; transform: translateY(-120%);}

.mean-container a.meanmenu-reveal {
    margin-right: -10px;
    padding: 16px;
    right: 10px !important;
    top: -54px;
}
.mean-container .mean-nav{margin: 0;}

.mean-container .mean-nav {
    background: rgba(255,255,255,0.90);
    margin-top: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
}
  .mean-container .mean-nav ul li a{
     box-sizing: border-box;
  text-align: center;
  color: var(--textColor);
  width: 100%;
  padding: 8px 20px;
  }
  .mean-container .mean-nav ul li li a{padding: 8px 20px;  width: 100%;}
  .mean-container .mean-nav ul li a:hover{
  background: rgba(124, 123, 121, 0.14);
  }
  .mean-container .mean-nav ul li a.mean-expand{
  margin: 0;
  height: 25px;
  background-color: no-repeat;
  color: var(--textColor);
  padding:5px !important;
  }

  .mean-container .mean-nav ul li a.mean-expand:hover{
  background-color: #ffc83d;
  color: white;
  }
.bons-plan {
  float: left;
  width: 100%;
  background-color:#f7f7f7;
  text-align: center;
  padding: 60px 0 ;
}

.bons-plan h1 {
  font-size: 34px;
    font-weight: 600;
    margin: 0;
}
.price-list-custom ul li {
  padding:25px 0;
  border-bottom: 1px solid #eee;
 }
.elementor-section-wrap .elementor-110102 .elementor-element.elementor-element-dececcb {
  margin:30px 0px 0px 0px;
}
body .elmentor-custom-image  img{
  width: 470px;
  height: 470px!important;
  object-position: center center;
  object-fit: cover;
}
body .elementor-110102 .elementor-element.elementor-element-ae7461c .elementor-heading-title {
    font-size: 34px;
    font-weight:bold;
    color: var(--textColor);
}
body .elementor-110102 .elementor-element.elementor-element-6d607cd5 > .elementor-container {
    max-width: 980px!important;
    width: 100%;
}
body .elementor-110102 .elementor-element.elementor-element-5d418647 > .elementor-element-populated {
    padding: 0% 15px 0% 15px;
}


body .elementor-section.elementor-section-height-full {
  height: 100% ;
}
.no-result-search {
  float: left;
  width: 100%;
}
 section.entry-content.no-result-search p,
 section.entry-content.no-result-search div {
  background-color: transparent!important;
}
.lf-img {
    float: left;
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.lf-item img {
    height: auto;
    left: 50%;
    max-height: 200%;
    max-width: 200%;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.wn-img > a {
    display: block;
    height: 298px;
    overflow: hidden;
    width: 100%;
}
.wn-img img {
    float: left;
    max-height: 380px;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    width: auto;
    object-fit: cover;
}
.home-src-12 .box .swipebox {
    float: left;
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.home-src-12 .box .swipebox img {
    height: auto;
    left: 50%;
    max-height: 280px;
    max-width: 280px;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

/*bons plan page start*/
.bons-plan-wrapper {
    float: left;
    width: 100%;
    padding-top: 70px;
}

.bons-plan-single img:hover {
    opacity: .7;
}
.bons-plan-single {
  float: left;
    width: 100%;
    margin-bottom: 30px;
}
.bons-plan-single .plan-image {
  display: inline-block;
  margin-bottom: 20px
}
.bons-plan-single p {
  margin:0 0 15px;
  line-height: 1.3;
}

/*bons plan page end*/
/*material page start*/

.shopping-wrapper {
    float: left;
    width: 100%;
    padding-top: 70px;
}
.shopping-wrapper .title-bar  {
  text-align: center;
      position: relative;
    overflow: hidden;
}
.material-single .attachment-square{
    width: 165px;
    height: 165px;
    object-fit: contain;
}
.shopping-wrapper .title-bar .cat-title {
  font-size: 23px;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 30px;
  border: 1px solid #fbc644;
  color: #383838;
  font-weight: 600;
  text-transform: uppercase;

}
.shopping-wrapper .title-bar:after,
.shopping-wrapper .title-bar:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #fbc644;
    position: absolute;
    top: 45%;
}
.shopping-wrapper .title-bar:before {
  margin-left: -100%;
}
.material-single a {
  display: inline-block;
  text-decoration:none;
}
.material-single p {
  margin:0 ;
  font-size: 75%;
  color: #ed2665
}
.material-single p span {
  color: #686868
}


/*.anchor_false a {
  pointer-events: none;
}*/
.material-single h4 {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
     line-height: 1.4;
}
.popular-img img {
    width: 100%;
}
p.highlighted-text {
    border-top: 2px solid #fbc644;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 20px 20px 60px;
    background: #f7f7f7;
    position: relative;
}
p.highlighted-text:before {
    content: "\f10d";
    position: absolute;
    font-family: fontawesome;
    font-size: 25px;
    left: 20px;
    top: 20px;
    line-height: 1;
}
#HomebannerTop{display: flex;
  width: 100%;
  height: 75vmin;
  position: relative;
  overflow: hidden;

}

/*material page end*/

.bannerMain{
  background-size: cover; height:65vmin;display: flex; justify-content: center;
  align-items: center;
  }
  .bannerContent {
    display: flex;
    flex-direction: column;
    /*! height: 60%; */

    justify-content: center;
    padding:0 20px;
  }
  .bannerContent h1{    font-family: 'Prata', serif; text-transform: uppercase; color: #fff;
    font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
      text-shadow: 0 0 10px rgba(0,0,0,.5);
          font-weight: 900!important;
  }
  .bannerContent p{font-size:18px; color:#fff; text-transform: uppercase; text-align: center; text-shadow: 0 0 10px rgba(0,0,0,.5);}
  .bannerContent .buttons{display: flex; margin-top: 20px;justify-content: center;}
  .bannerContent .buttons a{font-size: 13px; padding:12px 17px; display:block;
  text-decoration: none; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
  .bannerContent .yellowBtn{background-color: #fbc644; color:#000; margin-right:10px;}
  .bannerContent .blackBtn{color:#fff; background-color: #000}

  .slick-slide{height: inherit !important;}
  .blogContain{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;}
  .blogsetOver{background: url(../images/blog1.jpg) no-repeat;   background-size: cover;width: 100%;height: 100%;min-height: 400px;
  flex-direction: column;display: flex;justify-content: end;color: #fff;}
  .blogContain .left {width: 59%;}
  .blogContain .right {    display: flex;    width: 39%;    flex-direction: column;}
  .blogContent {	padding: 30px 40px;}
  .blogContent h3{font-size: 35px}
  .blogContent a{color:#fff;}
  .blogContent span{margin-bottom: 10px; display: inline-block;}
  .blogTags {padding: 15px 0}
  .blogTags span{font-size: 13px;color: #757575; display: inline-block; padding-bottom: 10px;
    line-height: 15px;}
  .blogset a{font-size: 12px;}
  .popularPosts {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .popularPosts img {
    max-height: 105px;
    max-width: 90px;
    min-width: 90px;
    object-fit: cover;
    min-height: 120px;
  }
  .mainOne {
    display: flex;
    padding: 40px 0;
  }
  .mainOne .col-sm-6{align-content: center;    display: flex;        flex-wrap: wrap;
        justify-content: center;}
  .popular-post .mainOne:nth-child(2n) {
    flex-direction: row-reverse !important;
  }
  .titlePost a {
    font-size: var(--titlePostFont);
    font-family: var(--fontLive);
    color: var(--textColor);
    line-height:var(--titlePostLineHeight);
    font-weight: var(--titlePostWeight);
    text-transform: var(--titleUpperCase);
  }
  .descriptionPost p {
    font-family: hk;
    font-size: 15px;
    text-align: center;
    color: #282828;
    line-height: 22px;
  }
  .postImage img {
    min-height: 640px;
    object-fit: cover;
  }
  .mainOne > .col-sm-6:first-child {
    padding: 0 100px;
  }
  .categoryName a {
    color: #fbc644;
    font-weight: 600;
    font-size: 17px;
  }
  .categoryName {
    text-align: center;
  }
  .titlePost h3 {
    text-align: center;
  }
#comments {
  background-color: #faf8f7;
  padding: 20px 50px;
  margin: 60px 0;
  position: relative;
}
.advads-avant-le-contenu{display: none;}
.cate-name {
	margin-top: 30px;
}
.singleTitle {
	margin-bottom: 7vmin;
}
.singleTitle h2 a {
	font-family: 'Prata', serif;
	text-transform: capitalize;
	font-size: 8vmin;
}
.widget-shortcode strong, .widget-shortcode b {
  font-family: 'Prata', serif;
    font-size:20px;
  }

.post-content h1 span, .post-content h1 span a{font-family: 'Prata', serif;}
#sb_instagram #sbi_images .sbi_item{float: left;}
#sb_instagram #sbi_images .sbi_item:first-child{width:36% !important; padding-right:2% !important; }
#sb_instagram #sbi_images .sbi_item:first-child .sbi_photo_wrap{max-height:341px !important}

  #sb_instagram #sbi_images .sbi_item:not(:first-child){width:16% !important;max-height: 160px; margin-bottom:22px !important; padding-right: 20px !important; }
  #sbi_load, .sb_instagram_header {

    display: none;
  }
  .menuLogo{
    display: inline-block;
    transition: 0.5s all ease-in-out;
    width: 10%;
    position: absolute;
    top: 14px;
    opacity: 0;}
    .visibleMenu .menuLogo { opacity: 1;}
    .stickySocial{position: absolute; right: 0; top: 0;}
    .nav-bar .container{position: relative;}
    .stickySocial {
      position: absolute;
      top: 22px;
      transition: 0.5s all ease-in-out;
      opacity: 0;
    }
    .visibleMenu .stickySocial{opacity: 1;}
    .stickySocial li a{
      padding: 0 !important;

    }
    body.visibleMenu .nav-bar{top: -100px !important; transition: all 200ms ease-in-out;}

    .menuVisible{top: var(--menuShif) !important;}
    /* .footer-sidebar-1{justify-content: flex-end;  display: flex; align-items: center; padding-right: 0} */
    .footer-sidebar-1 .col-sm-12{padding-right: 0; }
      .icons-bar ul li span {
        padding: 0 5px !important;        
        font-size: 20px !important;
    }
    .newsLetter{    display: flex;      width: 100%;      position: relative;justify-content: flex-end;text-align: right;}
    .newsLetter h3 {
      font-size: 18px;
      line-height: 20px;
  }
  .mc4wp-form-fields {
    display: flex !important;
}
.mc4wp-form-fields input[type="email"] {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #dfdfdf;
  width: 100%;
}
.mc4wp-form-fields input[type="submit"]{    border: none;  background-color: transparent;  color: #e3ad26; text-transform: var(--titleUpperCase)}
    .home-footer-sec > .container > .row{display: flex;  }
    .footer-subscribe-form{    text-align: center;      margin-top: 10px;}
    .mc4wp-form-fields input[type="email"]:focus{outline: none;}
    .scrollToTop{opacity: 0; transition: 0.3s all;}
    .scrollToTop.activeTop{opacity: 1;}
    div#wrapper{display: inline-block; width: 100%;}
    .contentMain footer{margin:35px 0}
.contentMain .prev img, .contentMain .next img {    width: 100%;  max-height: 268px;  object-fit: cover;  min-height: 268px;}
.contentMain .prev, .contentMain .next {width:50%; padding:0 15px;}
.contentMain .next{text-align: right;}
.contentMain .page_box a{margin:10px 0;display: block; font-family: var(--fontLive)}
.contentMain .page_box .meta-nav{margin:0px 0 8px; display:block; text-transform: var(--titleUpperCase)}
.rightBlock aside:last-child {  position: sticky;  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky; top: 80px;}
.page_box .meta-nav + div {  font-size: 17px;  line-height: 18px;  font-weight: 600;}
#home-src-12 h2::first-letter {
	text-transform: lowercase !important;
}
.wn-img{position: relative;}
.whats-new-sec .wn-img::after , .whats-new-iny-sec .wn-img::after {
	background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0,0,0,0.35) 100%);
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
}
#wp_post_slider_6074 .wpls-logo-cnt .wpls-fix-box > a > img{max-width: 110px;  min-width: 110px;}
#wp_post_slider_6074 button{position: absolute;}

 .slick-prev {
  position: absolute;
  text-indent: -99999px !important;
  background: rgba(0, 0, 0, 0.37) url('http://staging.we-love-new-york.com/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/images/arrow-left.png') center center no-repeat !important;
  width: 28px;
  border: none;
  border-radius: 60px;
  height: 28px;
  top: 0;
  left: -35px !important;

	bottom: 0;
	
	margin: auto;
}
.slick-next {
  position: absolute;
  text-indent: -99999px !important;
  background: rgba(0, 0, 0, 0.37) url('http://staging.we-love-new-york.com/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/images/arrow-right.png') center center no-repeat !important;
  width: 28px;
  border: none;
  border-radius: 60px;
  top: 0;
  height: 28px;
  right: -35px !important;

	bottom: 0;
	
	margin: auto;
}
.elementor-container *:not(h1, h2, h3, h4, h5), .elementor-container p span{font-family: var(--elementerFont) !important; font-size:var(--elementerFontSize) !important; line-height: var(--elementerLineHeight) !important;}
.wpls-logo-showcase .slick-dots {  bottom: 10px !important; display: none;}

    @media (min-width:768px) and (max-width:1440px){
      #HomebannerTop{background-position: calc(100% - 50%) 0 !important;}
      .home-post-item{padding-right: 20px;}
    #sb_instagram .sbi_photo{height: 159px !important;}  
    }
    @media(max-width:1190px){
      .menuVisible {
        top: var(--menuShif) !important;
      }
      .header-social li a, .header-social li a span{ padding: 0 2px;
        font-size: 14px !important;}
        #menu-bottom-menu > li:nth-child(2) > a{font-size: 12px;}
    }
    @media(max-width:990px){

    }
  @media(min-width:767px) and (max-width:990px){
    .menuLogo, .stickySocial{opacity: 0 !important; display:none !important
      ;}
    .menuVisible{top: var(--menuShif) !important;}
    #main-nav{padding-top: 0}

  }
  @media(min-width:768px) and (max-height:1024px) and (orientation:portrait){
    #wp_post_slider_6074 .wpls-logo-cnt .wpls-fix-box > a > img{padding: 0 15px;}
  }
  @media(min-width:1024px) and (max-height:768px) and (orientation:landscape){
    .header-social li a, .header-social li a span {
      width: 20px;
      font-size: 15px !important;
    }
  }
  @media(max-width:768px) and (max-height:420px) and (orientation:landscape){
    .header-social li a, .header-social li a span {
      width: 24px !important;
      font-size: 16px !important;
    }
  }
  @media(min-width:768px) {
    #sb_instagram #sbi_images .sbi_item:first-child a{height: 218px !important;}
    .whats-new-sec .postSet .home-post-item:first-child *, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child *{color: #fff !important; }
    .menu-footer-about-container ul.menu li:last-child{padding-right: 0}
    /* .whats-new-sec .postSet .home-post-item:first-child img, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child .wn-img img{    filter: brightness(0.7);} */

  }
  @media(min-width:1024px){
    #sb_instagram #sbi_images .sbi_item:first-child a{height:340px !important}
  }


/* normal */
@media (max-width: 1200px){

    .sticky-header .s-header-menu li.sticky-logo {display: none;}
    .sticky-header .s-header-menu li a{font-size: 13px;}
    .nav-bar .preparatifs-dropdown{
    left: -10px;
    }
    .nav-bar .bons-dropdown{
    left: 135px;
    }
    .nav-bar .autres-dropdown{
    right: 195px;
    }

    .header-social li {
    padding: 0 1px;
    display: inline-block;
    }
    .owl-prev
    {margin: 0 !important
    }
    .owl-next
    {margin: 0 !important
    }
    .nav-bar ul li a{
    font-size: 12px;
    white-space: nowrap;
    }
    .logo
    {width: 23%}
    .nav-bar{
    width: 77%;
    }

    #main-nav .menu > li{background-size: 90% auto;}
    #main-nav > div > ul > li > a{ font-size: 12px; }
    #main-nav{padding-top:25px; }

    .lf-item { width: 25%; }
.home-post-item .wn-img img {
        width: auto;
        height: 100%;
        margin-bottom: 20px

    }

}
@media (max-width: 1074px) {
  .home-post-item .wn-img {
      margin-bottom: 20px;
  }
  .home-post-item .wn-img {
      margin-bottom: 20px;
  }
  .top-bar .tb-left a {
    padding: 20px 13px  !important;
  }
}
@media (min-width: 993px) {
  .mobile-header{display:none;}
}
@media (max-width: 992px) {
#custom_html-9{
  position:static !important;
  top:inherit !important;
}
.sidebar-wrapper > aside {
    margin:30px auto;
}

  .mean-nav .menu-bottom-menu-container .menu-item-type-taxonomy {
    padding:5px 0;
  }
  .mean-nav .menu-bottom-menu-container .menu-item-type-taxonomy form {
    width: 100%!important;
    text-align: center!important;
    height: 37px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin:0!important;
  }
  .mean-nav .menu-bottom-menu-container .menu-item-type-taxonomy form input {
    height: 31px;
    color: #707070;
    background: #fff;
    border-radius:5px 0 0 5px;
    padding: 1px 10px;
  }
  .mean-nav .menu-bottom-menu-container .menu-item-type-taxonomy form button {
    background-color: #fbc644;
    border: medium none;
    color: var(--textColor);
    font-size: 16px;
    padding: 6px 10px 6px;
    text-transform: uppercase;
}
  .mean-nav .menu-bottom-menu-container .menu-item-type-taxonomy br {
    display: none;
  }
    .container {
      width: 95% !important;
    } 
    .hss-wrap{ padding:0; }
    .m-logo{padding-right: 50px;}






    .nav-bar .preparatifs-dropdown {
    left: -45px;
    max-width: 200px;
    }
    .nav-bar .bons-dropdown {
    left: 90px;
    max-width: 225px;
    }
    .nav-bar .autres-dropdown {
    right: 180px;
    max-width: 180px;
    }
    /*.top-bar-nav a {
    font-size: 10px;
    padding: 24px 5px 12px 5px;
    }*/
/*    .tb-left {
    width: 56%;
    float: left;
    }*/
    .nav-bar{
    padding-top: 32px;
    }
    .nav-bar ul li a
    {
        font-size: 13px;
    }
    .nav-bar ul li {
    padding-right: 2px;
    }
    .logo
    {width: 20%}
    .nav-bar{
    width: 80%;
    }

   
    .home-post-item p{
    padding: 20px 0;
    }
    /*.sidebar-item.keep-in-touch img{
    max-width: 50%;
    }*/
    .kit-content h4{
    font-size: 14px;
    margin-top: 0;
    font-weight: 600;
    }
    .kit-content p{
    font-size: 12px;
    }
    .lf-item{
    margin: 10px 0px;
     width: 20%;
    }
    .lf-item img {
        height: 150px;
        object-fit: cover;
        object-position: center center;
        width: 130px;
    }

    .popular-bar{
    padding-left: 182px;
    }
    .popular-bar h3{
    font-size: 14px;
    }

    .enter-email-wlny input{
    padding-right: 14px;
    }
    .nav_menu{
    padding-left: 20px;
    }
    .footer-sidebar-1{
    padding: 10px 0 22px;
    
    }
    .shop .list-images-wrap a img {max-width: 100%}
    img{height: auto;}
      #comments-list ul li {
        width: 100%;
        margin-bottom: 20px;
      }
      .relatedposts .owl-item .title {
        min-height: 100px
      }


.discover-bar .travel a > img{
       width:100%;
    }
    .lf-item {

      width: 33%;
    }
    #sb_instagram #sbi_images .sbi_item:not(:first-child){padding: 0 10px !important;  max-height:97px; }

    .logo { width: 30%; }
  }
  #post-0 {
    text-align: center;
    padding-top: 40px;
  }

@media (max-width: 888px) {

  a.start-btn,.top-bar-nav li.start-btn a {
    padding: 18px 10px;
}
}
@media (max-width: 800px) {
.menu_nav_items .sub_categories {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    float: left;
    width: 50%;
}
.menu_nav_items .sub_categories:nth-child(2n-0){
  border-right: none;
}
}
@media (min-width: 768px) {
.mobile-header{display:none;}
}
@media (max-width: 767px) {
  .sticky-header,.site-header,.top-bar{display: none!important; }
  body { padding-top: 54px;}

  .mobile-header {
    box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.07);
    background: rgba(255,255,255,0.95);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    padding-bottom: 10px;
  }
  .elementor-heading-title.elementor-size-default{text-align: center}


  #custom_html-8 iframe,
  #custom_html-9 iframe,
  .food-post iframe {
    width: 100%!important;
  }
  .ex-post-head h1 {
    font-size: 20px;
  }
  .ex-post-head h2{
    font-size: 24px;
  }
  .sidebar-wrapper > aside{max-width: 100%;}

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

  .home-post-item{padding-right: 0;}
    .nav-bar-main-menu {
    width: 100%;
    float: left;
    display: block;
    }
    .top-bar{
    display: none;
    }
    .whats-new0{
    display: none;
    }
    .whats-new{
    width: 100%;
    }
    .skip{
    width: 100%;
    text-align: center;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .square.element-to-animate {width:100%;}
    .logo img{
    max-width: 25%;
    }
    .meanmenu-reveal {
    background: #fbc644;
    }

    .preparatifs img, .bons img, .EXCURSIONS img, .autres img, .LIFESTYLE img, .contact img{
    display: none;
    }

    #triangle-up::before, #triangle-up2::before, #triangle-up3::before, #triangle-up4::before{
    display: none;
    }


    .entry-footer  {
      position: static;
    }
    /*.wn-img{
    width: 100%;
    height: 345px;
    overflow: hidden;
    }*/
    .wn-img img{
    width: 100%;
    }
    /*.entry-header{
    margin-top: 30px;
    }*/
    .sidebar-item.sidebar-about{
    max-width: 310px;
    margin: 0 auto;
    }
    .wn-sidebar{
    text-align: center;
    margin: 0 0 30px 0;
    }
    .keep-in-touch{
    max-width: 310px;
    margin: 0 auto;
    margin-top: 30px;
    float: none;
    }
    .kit-content h4{
    font-size: 18px;
    padding: 10px 0;
    }
    .kit-content p{
        font-size: 16px;
    }
    .looking-for{
    padding: 30px 0;
    }
    .lf-item{
    width: 50%;
    }
    .lf-item img {
    width: 100%;
    height: 250px;
    }
    .wlny-sidebar{
    text-align: center;
    margin: 0 0 30px 0
    }
    .popular-bar {
    max-width: 100%;
    }
    .popular-bar h3 {
    font-size: 16px;
    }
    .videos{
        width: 50%;
        text-align: center;
    }
    .discover-bar .travel a {
      width:50%;
      margin-bottom:20px;
    }
    .instagram{
    width: 122px;
    }
    .footer-main{
    width: 100%;
    text-align: center;

    }
    .enter-email-wlny input{
    width: 70%;
    }
    .enter-email-wlny a{
    padding: 13px 72px;
    }
    .footer-sidebar-1{
    width: 100%;
    }
    .nav_menu{
    width: 50%;
    margin-bottom: 20px;

    }
    .map-bottom > div{width: 100%; margin-right: 0px; min-height: auto;}
    .entry-content img{height: auto;}
    body .saboxplugin-wrap .saboxplugin-gravatar  .avatar.avatar-100.photo {
        position: relative;
    }
    body .saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
    max-width: 100%;
    width: 100%
}
body .saboxplugin-wrap .saboxplugin-authorname {
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}
body .saboxplugin-wrap .saboxplugin-socials {
  text-align: center;
}
    body .saboxplugin-wrap {  padding: 30px 0 0;    }
    .post-content.page {
        padding:10px 0 !important;
    }
    .secondary-content.nearby #gyg-widget-59122bc1ce848 {
    margin: 0 -15px;
    position: relative;}
    .comment-meta{float: left;}
.relatedposts .owl-item .title {
        min-height: 125px
      }
.list-images-wrap a,.large-thumbnail a {
  height: 100%;
  width: 100%;
}

.bons-plan h1,
body .elementor-110102 .elementor-element.elementor-element-ae7461c .elementor-heading-title {
    font-size: 24px;
}
body .elmentor-custom-image img {
  width:100%;
}
.elementor-110102 .elementor-element.elementor-element-5748d8b0 > .elementor-widget-container {
  margin:0;
}
.eny-posts-wrap .square h3 a{ height:auto; }
.whats-new-sec .home-post-item, .whats-new-iny-sec .wn-articles-wrap .home-post-item {
  width: 100% !important;
  padding: 0 1%;
}
.whats-new-sec .postSet .home-post-item:first-child, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child {
	width: 100% !important;

}


/* #sb_instagram #sbi_images .sbi_item:first-child{width: 90% !important;  min-width: 36%; padding-right: 3% !important;} */
#sb_instagram #sbi_images .sbi_item{max-width: 16%;}
/* #sb_instagram #sbi_images .sbi_item:not(:first-child){padding: 0 10px 0 10px !important;  margin-bottom: 28px !important;} */
#sb_instagram #sbi_images .sbi_item{width: 16% !important; max-height: 160px;  margin-bottom: 22px !important;

  padding-right: 20px !important;}
.wn-img img{min-height: inherit; height: 100%;}
.icons-bar{padding-top: 20px;}

.m-logo{padding-right: 0}
.wn-articles-wrap .row > div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.mainOne .col-sm-6{width:100%;}
.mainOne > .col-sm-6:first-child{padding: 0 50px; width: 100%;}
.mainOne{flex-direction: column; padding: 0;}
.postImage img{width: 100%;}
.popular-post .mainOne:nth-child(2n) {
	flex-direction: column !important;
}
.map{text-align: center}

#sb_instagram #sbi_images .sbi_item {	max-width: 16%;}
#HomebannerTop{background-position: 60% 0 !important;}
.whats-new-sec .home-post-item:first-child, .whats-new-iny-sec .home-post-item:first-child{padding-right: 0}
.entry-meta .category{color: #fbc644 !important;}
.whats-new a{line-height: 35px;}
.mobileMenu{display:none; }

.singleTitle h2{max-width: 77vmin;  margin: auto;  line-height: 8vmin;}
.single-post .post-content{position: relative;}
.single-post .singleTitle + .col-md-9 .post-content::after {
	content: "";
	display: block;
	width: 1px;
	background-color: gainsboro;
	height: 100%;
	right: -15px;
	position: absolute;
	top: 0;
}
.rightBlock aside:last-child{position: sticky; position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky; top: 30px;}
#sb_instagram #sbi_images .sbi_item:first-child a{max-height: 97px;}
.singleTitle h2 a{line-height: 10vmin;}
 #sb_instagram #sbi_images .sbi_item{padding: 0 10px 0 10px !important; min-width: 50%; max-height: 100% !important;}
.m-logo{opacity: 0; transition: 200ms all; text-align: left;}
body{padding-top:0;}
.mobile-header{background-color: transparent; box-shadow: none;	}
.mobile-header .stickySocial{opacity: 0;}
.nav_menu h5, .nav_menu ul li, body #menu-footer-social-menu{text-align: center !important}
.discover-bar{border-bottom: none; padding: 0}
.home-src-12{padding: 20px 0;}
.home-footer-sec{padding-bottom: 0}
#menu-bottom-menu form{display: flex !important;width: 100% !important;
  justify-content: space-between;}
  #menu-bottom-menu form input{width:100%; border: none !important; border-bottom: 2px solid #ebebeb !important;}
  #menu-bottom-menu form button{border: none;    background-color: transparent;    }
  ul#menu-footer-about{justify-content: center;}
  .newsLetter{display: flex;width: 100%;position: relative;justify-content: center;text-align: right;}
  .home-footer-sec > .container > .row{display: initial;}
  .footer-sidebar-1{justify-content: initial;}
  .mobileNewsletter {padding-left: 20px;    justify-content: left;}
  .footer-sidebar-1 .newsLetter {display: none;}
  .header-social li{float: none;}
  .bannerContent h1{ font-size: 26px; }
}
@media(max-width:680px){
  .activeMobile .m-logo {opacity: 1;  position: absolute;  z-index: 1;}
  #menu-bottom-menu{padding-left: 20px; padding-right: 20px;}

}

@media (max-width: 481px) {
  #sb_instagram #sbi_images .sbi_item:first-child{width: inherit !important; display: none}
.blog-form input {
  max-width: 350px;
  width: 100%;
}
.menu_nav_items .sub_categories {
    width: 100%;
    border-right: none;
}
.whats-new-sec .postSet .home-post-item:first-child, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child {
	width: 100% !important;
}
.whats-new-sec .home-post-item, .whats-new-iny-sec .wn-articles-wrap .home-post-item {
	width: 100% !important;
	padding: 0 1%;
}
.wn-img img{left: inherit; top:inherit; transform: inherit; min-height: inherit !important;}

.whats-new-sec .postSet .home-post-item:first-child .wn-img a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child .wn-img a {
	min-height: inherit;
	height: inherit;
}

}


@media (max-width: 480px) {
   .m-logo{padding-right: 30px;}
   .blog-form input {
    max-width: 260px;
    width: 100%;
}
.wn-img > a{height:inherit;}
.skip a {
  font-size: 11px;
}
.whats-new-sec .postSet .home-post-item:first-child h2 a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child h2 a{font-size: 22px;}
.eny-posts-wrap .square.element-to-animate {
  min-height: 260px;
}




.eny-posts-wrap .square > a,
.lf-img {
  height: 196px !important;
}



.discover ul li {
  width:100%;
}
.discover-bar .travel a {
      width:100%;
    }

  .shop .list-images-wrap a img {
    height: 200px
  }
  .shop .large-thumbnail img {
    height: 200px;

}
  .shop a h4 {
    font-size: 14px;
  }
  .relatedposts .owl-item .title {
        min-height: 101px
      }
      #comments-list .comment-body {
        padding:0;
      }
      .photo {
        position:static;
      }
      .comment-author {        
        float: left;
        margin-bottom: 20px;
        width: 100%;
  }
  #respond .comment-form-author, #respond .comment-form-email {
    width: 100%;
}
 #respond .comment-form-author {
  margin:0 0 15px;
 }
    .entry-meta a.locate {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .logo img {
    max-width: 42%;
    }
    .footer-main-saidebar img {
    width: 150px;
}

    .view-post h2{
    font-size: 12px;
    }
    .view-post p {
    /*max-width: 165px;
    padding-left: 52px;*/
    font-size: 10px;
    }
    /*.lf-item{
    width: 46%;
    min-height: 340px;
    }*/
    .popular-bar h3{
    font-size: 14px;
    }
    .videos img{
    padding: 10px;
    }
    .instagram{
    width: 100%;
    margin: 10px 0;
    }
    .instagram img{
    width: 100%;
    }
    .enter-email-wlny a {
    padding: 13px 28px;
    }
    .nav_menu h5{
    font-size: 14px;
    }
    .nav_menu ul li a{
    font-size: 12px;
    font-family: hk !important;
    }
    .popular-img-box img {
    width: 110px;
    }
    .popular-bar{
    padding-left: 125px;
    }
    .popular-bar h3 {
    font-size: 11px;
    padding: 8px 0 5px 0;
    font-weight: 600;
    }
    .popular-img-box a{
    font-size: 10px;
    }
    #sb_instagram #sbi_images .sbi_item a{height: 137px !important;}
}
@media (max-width: 320px) {
    .logo img {
    max-width: 70%;
    }
    .wn-img{
    height: auto;
    }
    /*.lf-item{
    width: 43%;
    min-height: 260px;
    }*/
    .lf-item img{
    height: 160px;
    }
    /*.lf-item h4 {
    padding: 15px 10px 15px 10px;
    margin: 0;
    }*/
    .view-older-post a{
    font-size: 12px;
    font-weight: 600;
    }
    .whats-new h2{
    font-size: 12px;
    }



    .videos{
    width: 100%;
    }
    .videos-bar{
    top:25%;
    }
    .enter-email-wlny input{
    width: 62%;
    }
    .enter-email-wlny a{
    padding: 13px 17px;
    }
    .nav_menu{
    width: 50%;
    }
}
.home-src-12 img {
    width: 430px;
    margin-bottom: 40px;
    max-width: 100%;
}
a.sub_categories {
    text-transform: uppercase;
    color: var(--textColor);
    font-size: 13px;
    font-weight: 800;
    font-family: 'Muli', sans-serif;
    line-height: 1.2;
    text-align: center;
    padding: 15px;
    display: inline-block;
    transition: .3s;
}
a.sub_categories:hover { color: #fbc644; }
.menu_nav_items {
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
}

.menu-responsive_menu-container form {
    display: block !important;
    margin: 20px auto 0 !important;
    width: 90% !important;
    position: relative;
    overflow: hidden;
  }
  .menu-responsive_menu-container input[type="text"] {
      border: #fbc644 1px solid !important;
      border-radius: 0;
      font-size: 1.3em;
      font-weight: 300;
      height: 45px;
      line-height: 45px;
      padding: 0 16px;
      width: 100%;
  }
  .menu-responsive_menu-container button{
    background: #fbc644;
    border: medium none;
    font-size: 1.5em;
    font-weight: 300;
    height: 47px;
    line-height: 47px;
    padding: 0px 16px;
    position: absolute;
    right: 0;
    top: 0;
  }
p.comment-form-author {
    float: left;
}
p.comment-form-email {
    float: left;
}
.saboxplugin-socials  .saboxplugin-icon-grey:hover {
    filter: opacity(0.4);    
}
#nav-below {
    display: none;
}
.material-single {
    margin-bottom: 30px;
}
.map-bottom a {

    color: #fbc644;

}
#content p a {
    color: #fbc644;
}
.wpls-logo-showcase .slick-dots {  bottom: 10px !important; display: none;}
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-prev:active, .wpls-logo-showcase button.slick-next:active, .wpls-logo-showcase button.slick-next:hover, .wpls-logo-showcase button.slick-next:focus{background-color: transparent !important}
.entry-comment-count {
  color: var(--orangeColor);
  display: inline-block;
  margin-left: 10px;
}
#wp_post_slider_6074{width: 100% !important; }
.popularPosts.wpls-logo-showcase-slider-wrp{width: 100% !important;} 
.cmt_load_more{
  margin: 20px auto;
}
@media (max-width:992px){
  .with-sidebar-post, .sidebar-wrapper {
      float: left;
      width: 100%;
  }
  #HomebannerTop{background-position: 58% center !important;}
}
@media(max-width:768px){
  :root{
    --notLeftSideArticleFontSize:16px;
    --articleLineHeight:20px;
    --menuShif:-82px;
   
  }
 body .activeMenuMobile{
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .wpls-logo-showcase .slick-dots {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    bottom: 10px !important;
    display: none !important;

  }
  .entry-comment-count {
    color: var(--orangeColor) !important;
  }
  .mobileMenu{display: block;}

  .nav_menu{width: 100%; text-align: center; padding-left: 0}
  .home-post-item:first-child h2 a{font-size: 23px;}
  .mobileMenu {
    display: flex;
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 4vmin;
    bottom: 0;
    cursor: pointer;
    padding-top: 20px;
    z-index: 111;
    mix-blend-mode: difference ;
color: var(--whiteColor);
  }
  .mobileMenu i{color:inherit; font-size:21px;}



  #menu-bottom-menu li{list-style: none;}
  #menu-bottom-menu > li{margin: 0px 10px 0 0; position: relative;  padding: 15px 0;}
  #menu-bottom-menu > li:not(:first-child){border-bottom: 1px solid #eee;}
  ul.sub-menu + span {
    position: absolute;
    right: 0px;
    top: 12px;
    cursor: pointer;
    z-index: 9999;
    font-size: 20px;
}

  #menu-bottom-menu form input{
    height:35px;
   padding: 0 10px;
   }
 #menu-bottom-menu form button{
   height:35px;

 }
 #menu-bottom-menu {
   margin-top: 20px;
 }
 #menu-bottom-menu li .sub-menu{padding-left: 5px; margin: 10px 0; }
 #menu-bottom-menu li .sub-menu li{
   line-height: 25px;
 }
 
.actM1{display: block !important;}
.res1::before{ position: absolute; transition: 200ms all;}
.actM1 + .res1::before{transform: rotate(-180deg);  color:var(--orangeColor)}

 .post-content p{max-width: inherit; width:auto !important;}
 .wpls-logo-showcase .slick-prev{left: 10px !important;}
 .wpls-logo-showcase .slick-next{right:10px !important;}
 .singleTitle h2{max-width: inherit;}
 .home-footer-sec .container{flex-direction: column}
 .col-md-3.rightBlock {	height: inherit !important;}
 .whats-new-sec .postSet .home-post-item:first-child h2 a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child h2 a {line-height: 42px;}
 .home-src-12 h2{margin-bottom: 10px;   font-size: 22px;}
 .looking-for .container > .lf-item:last-child{padding-right: 5px !important;}
 #sb_instagram #sbi_images .sbi_item:first-child{padding-right: 10px !important}
 #sb_instagram #sbi_images .sbi_item{padding: 0 10px 0 10px !important;}
 #sb_instagram #sbi_images .sbi_item:first-child a{max-height: inherit !important; height: 281px;}
 .titlePost a{font-size: 28px;line-height: 32px;}
 .categoryName{padding: 30px 0 0 ;}
 /* .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child *{color:var(--textColor)} */
 #menu-bottom-menu br{display: none;}

 .entry-meta{margin-bottom: 8px;}
 .looking-for h2{font-weight: 600;}
 .looking-for{box-shadow: inherit; padding: 30px 0; margin: 15px 0;}

 .whats-new-sec .postSet .home-post-item:first-child h2 a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child h2 a{line-height: 46px;}
 .col-md-3.rightBlock {	text-align: center;}
 .activeMobile .menuLogo, .stickySocial{display: inline-block; opacity: 0; transition: 200ms all; vertical-align: top; position: absolute; top: 5px;   right: 50px;  width: 50%;}
 #main-nav{padding-top: 0; margin: 0}
 .whats-new-sec .postSet .home-post-item:first-child, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child{padding-right: 30px;}
 .whats-new-sec .postSet .home-post-item:first-child, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child{width: 100% !important; padding-right: 0;}
 .whats-new-sec .home-post-item, .whats-new-iny-sec .wn-articles-wrap .home-post-item{width: 50% !important;
  padding: 0 15px !important;}
  .entry-meta .category{margin-bottom: 0;}
  .whats-new-manger-sec .wn-articles-wrap .home-post-item .wn-img > a {height: 90px;}
  .home-post-item{padding-right: 20px; margin: 15px 0;}
  .home-post-item .wn-img {margin-bottom: 0;}
  .mainOne > .col-sm-6:first-child{padding: 0 10px;}
  .home-src-8{box-shadow: none; padding: 0 0 40px;}
  .content-col{display: inline-block;    padding-top: 15px; padding-bottom: 0}
  .whats-new-manger-sec{margin: 0px 0 30px;}
  .whats-new-manger-sec .whats-new a{font-size: 22px; letter-spacing: 0;}
  .descriptionPost p{line-height: 1.33; font-weight: 100;}
  .postImage{height: 100%;}
  .postImage img{object-fit: cover;    min-height: 100% !important;}
  #menu-footer-social-menu{text-align: right !important;}
  #menu-footer-social-menu span{padding: 0 2px;font-size: 16px;}
  .nav_menu h5{text-align: left;}
  .nav_menu ul li{text-align: left;}
  .activeMobile{background-color: rgba(255,255,255,0.95); border-bottom: 1px solid #dbdbdb;}
  .activeMobile .m-logo{opacity: 1;  margin-top: 0px; position: relative; display: inline-block;}
  .activeMobile .stickySocial{opacity: 1; }
  .menuVisible {    top: 0px !important;  }
  /* .menuShift{top:-82px;} */
  .m-logo.logoOver {    opacity: 1;    position: relative;    z-index: 1;  }
  .mobile-nav.activeMenuMobile + .stickySocial{opacity: 0 !important;}
  .OverHidden, .OverHidden body{overflow: hidden !important; touch-action: none;  }
  
  #menu-bottom-menu li a {
    text-transform: uppercase !important;
    letter-spacing: 1px;
    display: block;

  }
  .sub-menu li a {
    padding: 5px 0;
  }
  .footer-sidebar-1{justify-content: center;}
  .home-footer-sec .row{width:auto;}
  .activeMenuMobile .menu-social-menu-container {    float: left;    margin-left: 15px;}  
  body:not(.home) .mobile-header{
    position: sticky; position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    background-color: rgba(255,255,255,0.95);
}
body:not(.home) .m-logo{top: 6px; position: relative;}
body:not(.home) .m-logo, body:not(.home) .stickySocial{opacity: 1;}
body:not(.home) .mobile-header {border-bottom: 1px solid #dbdbdb;}
 body:not(.home) .mobile-header.activeMobile{position: fixed;}
 ul#menu-bottom-menu li .sub-menu {
  display: none;
}
#menu-bottom-menu > li:nth-child(2) > a,
#main-nav .menu-header-menu-container > ul > li:first-child a{
  color:var(--orangeColor); font-weight: 600;
}
.scrollToTop{    bottom: 10px !important;  right: 10px !important;}
.discoverBar {  display: flex;  flex-direction: column-reverse;}
.titlePost h3{text-align: left;  line-height: 23px;    margin-top: 5px;}
.titlePost a{font-size: 22px;  line-height: inherit;}
.categoryName{text-align: left;  width: 100%;}
.descriptionPost p{text-align: left;}
.discover-bar{border:none;}
.whats-new-manger-sec .wn-articles-wrap .home-post-item{width: 50%;  padding: 0 10px;}
.whats-new-manger-sec .whats-new h2{padding:30px 0;}
.wn-img > a{min-height: inherit !important; height: 198px !important ;}
.whats-new-sec .postSet .home-post-item:first-child .content-col, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child .content-col{position: relative;}
.whats-new-sec .postSet .home-post-item:first-child *, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child *{color:var(--textColor);}
.whats-new-sec .postSet .home-post-item:first-child h2 a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child h2 a{font-size: var(--notLeftSideArticleFontSize); line-height:var(--articleLineHeight);}
.whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child .content-col, .whats-new-sec .postSet .home-post-item:first-child .content-col{padding: 15px 0 0 !important;}
.whats-new-sec .wn-img::after, .whats-new-iny-sec .wn-img::after{display: none;}
#wp_post_slider_6074{width:80% !important}
#wp_post_slider_6074 .slick-prev, #wp_post_slider_6074 .slick-next{top:0;}
#wp_post_slider_6074 img{margin: auto;}
.rightBlock aside:last-child{position: static;}
.sidebar-wrapper.rightBlock{height: inherit !important;}
#menu-social-menu  li a, #menu-social-menu  li a span{width:auto;  font-size: 19px !important; padding: 0 3px !important;}

.header-social li a, .header-social li a span{width:auto}
.mobile-header .stickySocial{width:30%}
.menu-social-menu-container{float: none;}
.stickySocial li a{padding: 0 3px !important;}
video::-webkit-media-controls {
  display: none;
}
.slick-next{right:0 !important;} .slick-prev{left:0 !important;}
.sab-edit-settings{
  position: relative !important;text-align: right;
}
.eny-posts-wrap .row {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}
.pagination .page-numbers{
  padding: 5px 13px;
}

}



@media(max-width:480px){
  
  #menu-bottom-menu{    padding: 0 20px 0px !important;}
  .m-logo{padding-right: 0;    top: 6px; width: 32%;}
  .whats-new-sec .home-post-item, .whats-new-iny-sec .wn-articles-wrap .home-post-item{width: 100% !important; padding: 0 !important}
  .whats-new-sec{margin-top:0;}
  
  .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child h2 a{line-height: 28px;}
    .discover-bar{padding: 50px 0 0;}
    .mobile-header.noTrans {      background-color: #fff;    }        
  
    .header-social{margin: 5px 0px 0 0px;}
    .header-social li a, .header-social li a span{font-size: 13px !important; padding: 0;}
    .stickySocial ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    #facebook, #twitter, #pinterest, #instagram, #youtube, #envelope{font-size: 14px;}
    .menu-footer-about-container .menu{justify-content: center;}
    /* body:not(.home) .mobile-header.activeMobile{position: sticky !important; top:0;} */
    .whats-new-sec .postSet .home-post-item:first-child h2 a, .whats-new-iny-sec .wn-articles-wrap .home-post-item:first-child h2 a{line-height: 22px;}
    .m-logo{width: 50%;}
    .header-social li{padding: 0 !important;}
    .stickySocial li a{padding: 0 0px !important;}
    .bannerContent .buttons {
      flex-direction: column;
      }
      .bannerContent .buttons a {
        margin-bottom: 10px;
        margin-right: 0;
      }
}
.apss-facebook .apss-icon-block {
    background-color: #bfbfbf;
}
.apss-twitter .apss-icon-block {
    background-color: #fbc644;
}
.apss-google-plus .apss-icon-block {
    background-color: #000000;
}
.apss-pinterest .apss-icon-block{
  background-color:#7c7b79;
}
.apss-email .apss-icon-block {
    background-color: #bfbfbf;
}