/*
Theme Name: TCWR Lodging 2022
Author: Sharp Hue
Version: 2022
*/ 

/*Visual Composer Styles*/
#content .homepage-tagline { font-size: 22px; font-style: italic; font-weight: 500; }
#content .homepage-h1 { line-height: 1em; padding: 0 0 7px 0; font-size: 38px; font-weight: bold; }
#content .contact-heading {font-size: 28px;}
#content .social-media-heading {font-size: 32px;}
#content .contact-text p {font-size: 18px;}
#content .white-text { color:#fff !important; }
#content .white-text a { color:#fff !important; }
#content .content-btn a { text-decoration: none; font-size: 18px; white-space: nowrap; background: #2b5e27; color: #fff; padding: 15px 25px;  border-radius:60px; font-weight: bold; }
#content .content-btn-alt a { text-decoration: none; font-size: 18px; white-space: nowrap; background:#ff8b00; color:#fff; padding: 15px 25px; border-radius: 60px; font-weight: bold;}
#content .content-btn a:hover, #content .content-btn-alt a:hover  { opacity: .8; transition: ease-in-out .3s; }

/* #content .content-btn  { display:inline-block;text-decoration: none; font-size: 18px; white-space: nowrap; background: #555; color: #fff; padding: 15px 25px;} */
#content .content-btn p {padding-bottom:0!important;}
/* #content .content-btn-alt  { text-decoration: none; font-size: 18px; white-space: nowrap; background:#fff; color:#555; padding: 15px 25px; border-radius: 3px; border:2px solid #555;} */
.white-text {color:#fff!important;}


/* VC FAQ */
#content h4.vc_tta-panel-title { margin:0; padding:0; }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {background-color: #222 !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {color: #fff !important;}
.vc_tta-controls-icon::before {border-color: #fff !important;}
.vc_tta-controls-icon::after {border-color: #fff !important;}

/*scrollbar*/
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #ccc; }
::-webkit-scrollbar-thumb:hover { background: #aaa; }

/* .barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
} */


/*Fonts*/
h1, h2, h3, h4, h5, h6, ul, ol, li, p, div, span { font-family: 'Barlow', sans-serif; }
h1, h2, h3, h4, h5, h6 {font-weight: 700;}
ul, ol, li, p, div, span {font-weight: 400;}

#content p a, #content li a {color:#ff8b00; font-weight: 600;}

/*Header*/
html,
body { scroll-behavior: smooth; }
body { position:relative; }
body.admin-bar #header.fixed  { top:32px !important; }
@media(max-width: 782px) {
	body.admin-bar #header.fixed  { top:46px !important; }
}
@media(max-width: 867px) {
  
}
@media(max-width: 600px) {
  body.admin-bar { position:inherit; }  
  body.admin-bar #header.fixed  { top:0 !important; }
  body.admin-bar #header.absolute  { top:46px !important; }  
  body.admin-bar #header.absolute.fixed  { top:0 !important; }
}
#header { min-height: 120px; z-index: 99999; }
#header.compact { min-height: 80px; background: #fff; box-shadow: 0 3px 5px rgb(57 63 72 / 20%);}
#header.transition,
#header.transition div { -webkit-transition: all 100ms; transition: all 100ms; }
#header.absolute { position: absolute; top: 0; width: 100%; }
#header.fixed { position: fixed; top: 0; width: 100%; }
#header .container { max-width: 1400px; position: relative; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between;}
#header .logo img { max-width: 120px; width: 100%; }
#header .right-side {display: flex; justify-content: space-between; gap: 20px; align-items: center;}
#header .header-btns .btn {background:#2b5e27; text-decoration: none; color: #fff; font-weight: bold; border-radius: 50px; padding: 15px 25px;}
#header .header-btns .btn.return {background: #ff8b00;}
#header .btn.return i {padding-right: 10px;}
#header.compact .logo img {max-width: 85px;}
#header .menu { display: block; cursor:pointer; }
#header.slide { animation-name: slide; animation-duration: 300ms; }
@-webkit-keyframes slide { from {top: -200px;} to {top: 0px;} }
@keyframes slide { from {top: -200px;} to {top: 0px;} }

#header.fade { animation-name: fade; animation-duration: 300ms; }
@-webkit-keyframes fade { from {opacity: 0;} to {opacity: 1;} }
@keyframes fade { from {opacity: 0;} to {opacity: 1;} }

.sticky {position: fixed;
  top: 0;
  width: 100%;}




@media(max-width: 867px) {
	html.menu-on,
	html.menu-on body { overflow:hidden; }
	html.menu-on #header { overflow-y: scroll; height: 100%; }
	#header { min-height: auto; }
	#header .logo img { max-width: 80px; }
  #header .logo2 img { width: auto; height: 40px !important; }
  
}

@media(max-width: 620px){
  #header .right-side .header-btns {display: none;}
}

/*Nav*/
#nav { position:absolute; top:40px; right: 10px; }
#header.compact #nav { top:20px; }
#nav nav > ul { display:table; width:100%; list-style:none; }
#nav ul > li { float:left; }
#nav ul li > a { display:block; height:40px; padding:0 20px; line-height:40px; font-size:18px; color:#222222;  text-decoration:none; }
#nav ul li:hover > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a,
#nav ul li.current_page_parent > a  {  }
#nav ul li.menu-item-has-children > a {  }
#nav ul li > a i { font-size:15px; }
#nav { display:none; }

/*Sub Nav*/
#nav ul li { position:relative; }
#nav ul ul { display:none; position:absolute; left:0px; top:100%; min-width:200px; height:auto; background:#e5e5e5; list-style:none; 
-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	 -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1); 
}
#nav ul li:last-child ul { left:auto; right:0; }
#nav ul li:hover ul { display:block; }
#nav ul li ul li { float:none; margin:0; padding:0; }
#nav ul li ul li a { display:block; height:auto; padding:0 15px; line-height:35px; font-size:18px; color:#222222; text-decoration:none; white-space:nowrap; }
#nav ul li ul li:hover a { background:#555; color:#ffffff; }
#nav ul li ul li ul { display:none; }

/*Nav Btns*/
#nav .btn { padding:0; margin:0; }
#nav .btn a { padding: 12px 18px; margin-left: 10px; line-height:16px; height:auto; color: #fff; text-decoration: none;  white-space:nowrap; }
#nav .btn a i { margin-right: 5px; }
#nav .btn.primary a { margin-left:30px; }
#nav .btn.primary a { background-color: #555; }
#nav .btn.primary a:hover { transition: .8s; }
#nav .btn.secondary a { background-color: #222; }
#nav .btn.secondary a:hover { transition: .8s; }

@media(max-width: 1000px) {
  #nav .btn a { padding:12px; }
  #nav .btn.primary a { margin-left:10px; }
}

/*Nav Mobile Btns*/
#mobile-nav .btn { padding:0; margin:0;}
#mobile-nav .btn a { padding: 14px 18px; margin-left: 0px; margin-bottom:15px; line-height:16px; height:auto; color: #fff; text-decoration: none;  white-space:nowrap; text-align:center;  }
#mobile-nav .btn a i { margin-right: 5px; }
#mobile-nav .btn.primary a { margin-left:0px; }
#mobile-nav .btn.primary a { background-color: #555; }
#mobile-nav .btn.primary a:hover { transition: .8s; }
#mobile-nav .btn.secondary a { background-color: #222; }
#mobile-nav .btn.secondary a:hover { transition: .8s; }

@media(max-width: 1000px) {
  #mobile-nav .btn a { padding:14px; }
  #mobile-nav .btn.primary a { margin-left:0px; }
}

@media(max-width: 867px) {
	#nav { display:none; }
  #header.compact { min-height: 60px; }
  #header.compact #nav { top:0px; }
  #header.compact #nav .menu { top:-60px; }	
}

/*mobile nav*/
/* #mobile-nav { display:none; } */
#header .menu { display: block; color: #fff;  text-align: center; font-size: 30px; line-height: 50px;   width: 50px; height: 50px; background: #ff8b00; border-radius: 10px;}
#header.compact .menu { color:#000; top: 15px; background:none; }
#mobile-nav { position:fixed; top:0; left:0; display:block; }
  #mobile-nav .menus { transition:left 100ms; z-index:9999; position:fixed; left:-451px; top:0; bottom:0; width:400px; max-width:100%; background:#fff; box-shadow:20px 0px 30px rgba(0,0,0,0.15); overflow:auto; }
  #mobile-nav .menus.right { transition:right 100ms; right:-451px; box-shadow:-20px 0px 30px rgba(0,0,0,0.15); }
  .show-nav { overflow:hidden; }
  .show-nav #mobile-nav .menus.show { left:0; z-index:99999999; }
  .show-nav #mobile-nav .menus.right.show { left:auto; right:0; }
  .show-nav #mobile-nav { z-index:99999999; position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.7); content:""; }
  #mobile-nav ul { padding:10px 40px 20px 40px; list-style:none; }
  #mobile-nav ul li { margin-bottom:30px; }
  #mobile-nav ul li a { display:block; font-size:20px; font-weight:300; color:#222; text-decoration:none; }
  #mobile-nav ul li a i.fa-chevron-right { margin-left:15px; font-size:18px; }
  #mobile-nav .menus .top { z-index:3; position:relative; width:100%; height:60px; background:#fff; }
  #mobile-nav .menus .top span { line-height:60px; display:block; font-size:20px; font-weight:600; color:#222; text-align:center; }
  #mobile-nav .menus .top .fa-times { position:absolute; top:0; right:0; font-size:30px; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; color:#222; opacity:1; }
  #mobile-nav .menus .top .fa-arrow-left { position:absolute; top:0; left:0; font-size:26px; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; color:#222; opacity:1; }
  #mobile-nav .menus .top img { max-height:30px; margin:15px; }
  #mobile-nav .menus > div { z-index:2; transition:opacity 200ms; opacity:0; display:none; }
  #mobile-nav .menus > div.show { opacity:1; display:block; }
  #mobile-nav .menus .user .me { text-align:center; margin-bottom:60px; }
  #mobile-nav .menus .user .me b { display:block; line-height:20px; }
  #mobile-nav .menus .user .me small { font-size:16px; display:inline-block; line-height:20px; }
  #mobile-nav .menus .user .me .fa-user-circle { margin-bottom:20px; display:block; width:auto; text-align:center; font-size:80px; }
  #mobile-nav .menus .connect { padding:0 40px 40px 40px; }
  #mobile-nav .menus .connect .title { padding:40px 0 20px 0; border-top:1px solid #ddd; font-size:22px; font-weight:600; color:#222; }
  #mobile-nav .menus .connect ul { padding:0; }
  #mobile-nav .menus .connect ul li { margin:0 0 20px 0; }
  #mobile-nav .menus .connect ul li a { font-weight:400; font-size:18px; }
  #mobile-nav .menus .connect ul li a i { width:30px; }
  #mobile-nav .menus .social { margin-bottom:40px; }
  #mobile-nav .menus .social a { display:inline-block; margin-right:15px; font-size:20px; color:#2b5e27; }
  #mobile-nav a.btn { margin:0; margin-bottom: 10px; display:block; padding: 15px; line-height:24px; font-size:22px; font-weight:bold; color: #fff; background:#ff8b00; text-decoration: none; text-align:center; border-radius: 40px; }  

@media all and (min-height: 650px) { 
  #mobile-nav .menus .connect { position:relative; left:0; right:0; bottom:0; }
}

@media(max-width: 1030px){
    #header .menu {right: 10px;}
}

@media(max-width: 770px){
    #header .menu {font-size: 20px; line-height: 40px; width: 40px; height: 40px; right: 15px;}
}
/*Promo*/
#promo { position:relative; }
#promo .prev { z-index:2; position: absolute; top:50%; left: 25px; margin-top: -13px; font-size: 26px; color: #fff; cursor:pointer; }
#promo .next { z-index:2; position: absolute; top:50%; right: 25px; margin-top: -13px; font-size: 26px; color: #fff; cursor:pointer; }
#promo .wrapper { position:relative; width:100%; }
#promo .container { padding:17% 5px 14%; max-width:1400px; }
#promo .video { position: relative; display: block; width: 100%; max-width: 100%; margin: 0 auto;overflow: hidden; padding-top: 56.25%; }
#promo .video iframe,
#promo .video video { background: #f1f1f1; width: 100%; max-width: 100%; height: auto !important; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#promo .video iframe { border:none; height:100% !important; }
#promo .message.has-video { position:absolute; left:0; top:0; height:100%; width:100%; }
#promo h2 { margin:0 0 20px 0; padding:0; font-size:70px; line-height:80px; color:#fff; text-align:center; }
#promo h2:before { display:none; }
#promo p { margin:0; padding:0; font-size:30px; line-height:40px; color:#fff; text-align:center; margin-bottom:50px; font-weight:600; }

#promo .slider-btn {font-size: 18px; padding: 15px 25px; border-radius: 3px; background: #555; color: #fff; text-decoration:none;}
#promo .slider-btn:hover {background: #666; }
#promo .slider-btn-holder {text-align: center;}

@media(max-width:413px){
 #promo .video-message-container {position:relative;top:-32%;}
}

@media(min-width:414px) and (max-width:500px){
 #promo .video-message-container {position:relative;top:-25%;}
}

@media(max-width:1030px){
    #promo .container {padding:25% 5px 14%;}
    #promo h2 {font-size: 60px; line-height: 70px;}
}

@media(max-width:770px){
  #promo h2 { font-size:36px; line-height:46px;}
  /* #promo .container { padding: 100px 5px; } */
  #promo p {font-size: 23px; line-height: 33px;}
}

@media(max-width: 450px){
    #promo .container {padding: 26% 5px 3%;}
}

/*Footer*/
#footer .wrapper, #footer .wrapper.copyright  { background-color: #2b5e27; }
#footer .container { max-width: 1400px; padding: 90px 15px 80px 15px; }
#footer nav { background:none; }
#footer nav:after { position: absolute; top: 0; bottom: 0; right: 100%; width: 100vw; background: none; content: ''; }
#footer nav ul { list-style-type: none; margin:none; }
#footer nav ul li a { margin-bottom: 5px; display:inline-block; text-decoration: none; color: #fff; font-size: 18px;  }
#footer nav > ul { display:table; width:100%; }
#footer nav > ul > li { float:left; width:31.333333%; padding-right:2%; margin-bottom:25px; }
#footer nav > ul > li > a,
#footer nav ul li.large > a { margin-bottom: 15px; font-size: 18px; font-weight: bold;  }
#footer .copyright p { padding: 20px; margin:0; color: #fff; font-size: 15px; text-align:center; }
#footer .copyright p br { display:none; }
#footer .copyright a { color: #fff; text-decoration: underline; }
#footer .contact-info { background:none; padding-left: 80px; }
#footer .contact-info .contact { position: relative; padding-left: 39px; margin-bottom: 30px; color: #fff; }
#footer .contact-info .contact .contact-body { font-size: 18px; }
#footer .contact-info .contact .contact-body a { color:#fff; text-decoration: none; }
#footer .contact-info .contact .contact-icon { position: absolute; top: -5px; left: 0; font-size: 21px; color: #fff; line-height: 18px; }
#footer .contact-info .footer-btn { padding: 7px 20px;  font-weight:500;  color:#ffffff; background-color: #c0c0c0; font-size: 18px;  display: inline-block; text-decoration: none; border:none; cursor:pointer; }
#footer .contact-info .footer-btn:hover { color: #fff; transition: .4s;}
#footer .contact-info .footer-contact-btn {  padding: 10px 30px;  color:#ffffff;  font-weight: bold; font-size: 18px;  background-color: #ff8b00; display: inline-block; text-decoration: none; border-radius: 50px;}
#footer .contact-info .footer-contact-btn:hover { opacity: .8; transition: ease-in-out .3s; }
#footer .social { display:table; width:100%; margin:25px 0; }
#footer .social a { float:left; display:block; line-height:30px; width:30px; height:30px; border-radius:50%; padding-right: 20px; }
#footer .social a i { width:30px; height:30px; line-height:30px; text-align:center; color:#fff; font-size: 33px;}
#footer .trip-stuff #TA_certificateOfExcellence33, 
#footer .trip-stuff #TA_excellent788, #footer .trip-stuff #TA_linkingWidgetRedesign961 {display: inline-block; vertical-align: top;}
#footer .trip-stuff #TA_excellent788 #CDSWIDEXC {margin-top: 0;}
#footer .trip-stuff {display:flex;}

@media( max-width: 970px ) {
	#footer .container { padding: 60px 30px;}
	#footer .contact-info .footer-btn { margin-bottom: 10px;}
}

@media( max-width: 800px ) {
	#footer .trip-stuff {flex-wrap:wrap;}
	#footer .trip-stuff div {width:48%;}
	#footer nav > ul > li { 
		width: 100%;
	}
	#footer .contact-info {padding-left:0;margin-bottom:20px;}
}

@media (max-width: 700px) {
	#footer .col-60, 
  #footer .col-40 { 
		width: 100%;
	}
	#footer nav {
		margin-bottom: 30px; 
	}
}

@media( max-width: 600px) {
	#footer .col-333 { width: 50%;}
	#footer .contact-info { padding: 0;}
  #footer .copyright p br { display:block; }
}

@media( max-width: 500px ) {
	#footer .trip-stuff {gap:10px;margin-top:30px;}
	#footer .trip-stuff div {width:auto;margin:0 auto;}
}

@media( max-width: 450px){
    #footer .col-40 {margin-top: 10%;}
} 

/*404*/
.error-404 { text-align:center; }
.error-404 h1 { text-align:center; font-size:40px; }
.error-404 i { font-size:100px; }
.error-404 .screen-reader-text { display:none; }

.blog-back-link {display:none!important;}

/* Home */
#main-ctas {padding: 7% 0 2%;}
#main-ctas h2 {font-size: 40px; line-height: 50px; color: #2b5e27;}
#main-ctas h3 {font-size: 27px; line-height: 37px; text-align: center; margin-top: 30px; color: #2b5e27;;}
#main-ctas h3 i {padding-left: 8px; font-size: 24px;}
#main-ctas a {text-decoration: none;}
#secondary-ctas {padding-top: 12%;}
#secondary-ctas h3 {font-size: 50px; line-height: 60px; color: #fff;}
#secondary-ctas p {color: #fff;}
#secondary-ctas .content-btn a {background: #fff;}
#secondary-ctas .left-text-box .vc_column-inner {background: #2b5e27; border-radius: 10px; padding: 12% 10%;}
#secondary-ctas .left-text-box .content-btn a {color: #2b5e27;}
#secondary-ctas .right-text-box .vc_column-inner {background: #2b5e27; border-radius: 10px; padding: 12% 10%;}
#secondary-ctas .right-text-box .content-btn a {color: #2b5e27;}
#secondary-ctas .wpb_text_column  {margin-bottom: 10px;}
#secondary-ctas .wpb_single_image {margin-bottom: 0;}
#secondary-ctas .vc_row {padding-bottom: 10%}
#home-rv-glamping {background-color: #ff8b00; }
#home-rv-glamping .wpb_text_column  {margin-bottom: 10px;}
#home-rv-glamping h3 {font-size: 50px; line-height: 60px; color: #fff;}
#home-rv-glamping p {color: #fff;}
#home-rv-glamping .content-btn {display: inline-block;}
#home-rv-glamping .content-btn a {color: #ff8b00; background: #fff; }
#eureka-springs-callout {padding: 9% 0;}
#eureka-springs-callout h2 {font-size: 40px; line-height: 50px; color: #2b5e27;}
#eureka-springs-callout h3 {text-align: center; color: #2b5e27; }
#eureka-springs-callout .content-btn a {color: #fff; background: #ff8b00;}
#eureka-springs-callout .wpb_single_image {margin-bottom: 20px;}
#home-addons {padding: 17% 15px;}
#home-addons h2 {font-size: 50px; line-height: 60px; color: #fff;}
#home-addons .content-btn a {background: #ff8b00; color: #fff;}
#h1-seo {padding: 6% 0;}
/* #h1-seo .vc_row {padding: 17% 0;} */
#h1-seo .text-box .vc_column-inner {max-width: 600px; margin: 0px auto; padding: 0 15px;}
#h1-seo h1 {font-size: 55px; line-height: 65px; color: #2b5e27;}
#h1-seo .column-background .vc_column-inner {padding: 35%;}
#h1-seo .content-btn a {color: #fff; background: #ff8b00;}

/*.travelers {background: #34e0a1;}*/
#content .travelers h3 {color: #fff ;  font-size: 27px; line-height: 37px;}
#content .travelers p {color: #fff; margin-bottom: 15px; font-size: 21px;}
.travelers .content-btn {text-decoration: none; font-size: 18px; white-space: nowrap; background: #fff; color: #2b5e27; padding: 15px 25px; border-radius: 60px; font-weight: bold;}
.travelers .icon {max-width: 200px;}
.travelers .content {display: inline-block;}
.travelers .wpb_wrapper {display: flex; justify-content: center; 
align-items: center; gap: 0 30px;}

@media(max-width:450px){
    .travelers .wpb_wrapper {text-align: center; flex-wrap: wrap;}
}

@media(max-width: 1030px){
    #home-rv-glamping {padding: 10% 0;}
    #eureka-springs-callout h2 {font-size: 37px;}
    #home-addons h2 {font-size: 44px;}
    #h1-seo h1 {font-size: 40px; line-height: 55px;}
    #h1-seo {padding: 15% 0px;}
}

@media(max-width: 770px){
    #home-rv-glamping {padding: 5% 0;}
    #secondary-ctas h3 {font-size: 37px; line-height: 47px;}
    #home-rv-glamping h3 {font-size: 37px; line-height: 47px;}
    #home-addons h2 {font-size: 42px; line-height: 51px;}
    #h1-seo h1 {font-size: 37px; line-height: 47px;}
    #main-ctas h2 {font-size: 22px; margin-top: 15px;}
}

@media(max-width: 450px){
    #secondary-ctas {margin-bottom: 10%;}
    #secondary-ctas .left-text-box {margin-bottom: 5%;}
    #secondary-ctas .right-text-box {margin-top: 5%;}
    #secondary-ctas h3 {font-size: 30px; line-height: 40px;}
    #home-rv-glamping {padding: 20% 0;}
    #home-rv-glamping h3 {font-size: 30px; line-height: 40px;}
    #eureka-springs-callout {padding: 20% 0 13%;}
    #eureka-springs-callout h2 {font-size: 30px; line-height: 40px;}
    #home-addons h2 {font-size: 30px; line-height: 40px;}
    #h1-seo {padding: 20% 0;}
}

/* Generic Inner Page */
#content .entry-header.has-featured-image h1 {font-size: 60px; line-height: 70px;}
#content .entry-header.has-featured-image h1 span {font-size: 30px; font-weight: bold;}

@media(max-width: 1030px){
    #content .entry-header.has-featured-image h1 {font-size: 40px; line-height: 50px;}
}

@media(max-width: 450px){
    #content .entry-header.has-featured-image h1 {font-size: 30px; line-height: 40px;}
    #content .entry-header.has-featured-image h1 {padding:21% 7% 11% !important;}
}

/* Lodging Details Template */
#lodging-details .entry-content {margin-top: 6%;}
#lodging-details .lodging-entry {margin-bottom: 5%; border-bottom: 1px solid #ededed; padding-bottom: 7%;}
#lodging-details .lodging-entry:last-child {border-bottom: none;}
#lodging-details .lodging-entry .details {padding-left: 7%;}
#lodging-details .lodging-entry .details h3 {color: #2b5e27; font-size: 35px; line-height: 45px;}
#lodging-details .lodging-entry .details a {text-decoration: none;}
#lodging-details .lodging-entry .details h3 i {padding-left: 10px; vertical-align: middle; font-size: 42px; padding-bottom: 15px;}
#lodging-details .lodging-entry img {border-radius: 5px;}
#lodging-details .lodging-btn { text-decoration: none; font-size: 18px; white-space: nowrap; background: #ff8b00; color: #fff; padding: 15px 25px;  border-radius:60px; font-weight: bold; display: inline-block;}
#lodging-details .lodging-btn:hover { opacity: .8; transition: ease-in-out .3s; }
#lodging-details .lodging-entry .pets p {font-weight: bold; font-size: 22px;}
#lodging-details .lodging-entry .pets p i {padding-right: 10px;}
#lodging-details .lodging-entry .pets .pet-friendly {color:#2b5e27;}
#lodging-details .lodging-entry .pets .not-pet-friendly {color:#ff8b00;}
/* #lodging-details .extra-content h3 {color: #2b5e27; font-size: 35px; line-height: 45px;} */
#lodging-details .extra-content h2 {color: #2b5e27; font-size: 45px; line-height: 55px;}
#lodging-details .deals-cta .wpb_text_column, #lodging-details .deals-cta .content-btn {display: inline-block;}
#lodging-details .deals-cta {text-align: center; margin-top: 5%; padding: 2% 0 0;}
#lodging-details .deals-cta h2 {padding-right: 10px;}
#lodging-details .deals-cta .content-btn {vertical-align: super;}

/* Lodging Updates */
#lodging-page {padding: 5% 0;}
#lodging-page .not-pet-friendly {color:#ff8b00; font-weight: bold; font-size: 22px;}
#lodging-page .not-pet-friendly i {padding-right: 10px;}
#lodging-page .pet-friendly {color:#2b5e27; font-weight: bold; font-size: 22px;}
#lodging-page .pet-friendly i {padding-right: 10px;}
#lodging-page .wpb_raw_html {margin-bottom: 0px;}
#lodging-page .heading {margin-bottom: 0;}
#lodging-page .heading h2 {color: #2b5e27; font-size: 35px; line-height: 45px;}
#lodging-page .vc_toggle_title h4 {font-size: 20px; color:#2b5e27;}
#lodging-page .details-policies {padding-top: 8%; border-top: 1px solid #ededed; margin-top: 6%;}


@media(max-width: 770px){
    #lodging-details .lodging-entry .col-60, #lodging-details .lodging-entry .col-40 {width: 100%;}
    #lodging-details .lodging-entry .details {padding-left: 0; padding-top: 7%;}
    
}

@media(max-width: 450px){
    #lodging-details .lodging-entry .details h3 {font-size: 30px; line-height: 40px;}
    
}

/* Policies Page */
#policies-page h3 {font-size: 28px; line-height: 38px; color: #2b5e27}
#policies-page h2 {font-size: 35px; line-height: 45px; color: #ff8b00;}

/* Contact Page */
#contact-page h2 {color: #2b5e27;}
#contact-page .frm_fields_container, #contact-page .frm_fields_container label, #contact-page .frm_fields_container input, #contact-page .with_frm_style textarea {font-family: 'Radio Canada', sans-serif;}
#contact-page .frm_fields_container .frm_submit input {font-weight: bold; padding: 13px 30px !important; border-radius: 50px;}
#contact-page .frm_fields_container .frm_submit input:hover { opacity: .8; transition: ease-in-out .3s; }
#contact-page .frm_fields_container input, #contact-page .frm_fields_container textarea {border-radius: 5px;}

/* Deals Packages Page */
#deals-page .vc_tta-tabs-list {padding: 0;}
#deals-page .vc_tta-title-text {font-family: 'Radio Canada', sans-serif; font-weight: bold;}
#deals-page .vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab a {background-color: #ff8b00; }
#deals-page .vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab.vc_active a {background-color: #ffb065;}
#deals-page h2 {font-size: 35px; line-height: 45px; color: #2b5e27;}
#deals-page h3 {font-size: 28px; line-height: 38px; color: #2b5e27;}
#deals-page .deals-disclaimer {background: #2b5e27; border-radius: 5px; padding: 20px 20px 10px; margin-bottom: 5%;}
#deals-page .deals-disclaimer h3 {text-align: center; color: #fff;}
#deals-page .deals-disclaimer .wpb_raw_code {margin-bottom: 0;}

/* Things To Do */
#things-to-do h3 { padding-bottom:0; color: #2b5e27;}

/* Popup */
#popup-tcwr .content-btn a { display: inline-block; width: 100%; text-decoration: none; font-size: 18px; white-space: nowrap; background: #2b5e27; color: #fff; padding: 15px 25px;  border-radius:60px; font-weight: bold; }
#popup-tcwr .text-content {margin-bottom: 20px !important;}
#popup-tcwr h3 {font-size: 30px; line-height: 1.2; color:#2b5e27; margin-bottom: 10px;}
#popup-tcwr p {font-size: 18px; line-height: 1.2; color: #000;}
#footer .contact-info .mission { font-size: 18px;color:#fff;margin-bottom:20px; }
