/*
* Theme Name: Rivers by the Sea - Custom theme
* Theme URI: https://www.lachancedesign.com/
* Description: Rivers by the Sea  Custom Theme
* Author: Rob Parks
* Author URI: https://www.lachancedesign.com/
* Template: mesmerize
* Version: 1.0.4
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
* Text Domain: mesmerize
*/
@import url("../mesmerize/style.css");


/*---------------------------------------------------
>> Global Styles & Resets
---------------------------------------------------*/
:root {

	/* Site Colors */
	--rivers-dark-grey: #3B393C;
	--rivers-off-white: #FEFEFF;
	--rivers-tan: #AFA49E;
	--rivers-lime: #B5A810;
	--rivers-teal: #415D67;
	--rivers-green: #285029;
	--rivers-blue: #164C72;

	/* Site Fonts */
	--mont: 'Lato', sans-serif;
	--rivers-ernie: 'alisha', sans-serif;
	

	/* Site Transitions */
	--trans: all .3s ease-in-out;

}
html *, body * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--mont);
	color: #3B393C;
}
.error404 .post-list,
.blog .post-list {
    height: auto!important;
}
.shadowImg img {
	box-shadow: 6px 6px 9px rgba(0,0,0,.3);
	transition: var(--trans);
}
.shadowImg img:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 6px 6px 12px rgba(0,0,0,.9);
}
h1,h2,h3,h4,h5,h6 {
	font-family: var(--mont)!important;
	letter-spacing: normal!important;
}
.navey.hidey {
    display: none!important;
}


/*---------------------------------------------------
>> Component Styles
---------------------------------------------------*/
a, a * {
	transition: var(--trans);
}
a:hover, a:hover * {
	color: var(--rivers-dark-grey);
}
a:hover * {
	color: var(--rivers-dark-grey)!important;
}
.whiteTxt, .whiteTxt * {
	color: white!important;
}
.weight300 {
	font-weight: 300!important;
}
.ernie, .ernie * {
	font-family: 'alisha', sans-serif!important;
	font-weight: 400;
	font-style: normal;
}


/*---------------------------------------------------
>> Search Box & Results Styles
---------------------------------------------------*/
.searchBox .widget_search form {
	display: flex;
	justify-content: center;
}
.searchBox .widget_search label {
	width: 100%;
	margin-right: 10px;
}
.search-results h3.post-title {
	color: var(--rivers-blue);
}
.search-results b {
	color: var(--rivers-lime);
}
.is-search-sections {
	display: flex;
}
.is-search-sections .meta {
	display: none;
}
.is-ajax-search-post, .is-ajax-search-post-details {
	padding: 2rem 15px;
}


/*--------------------------------------------
>> Guesty Search
--------------------------------------------*/
.guesty-widget__item {
  flex: 1 1 0px;
  margin-right: 0 !important;
}
.guesty-widget__item + .guests-dropdown,
.guests-dropdown + .guesty-widget__item {
   margin-left: 15px!important;
}
.guesty-search-submit-btn {
    width: 100%!important;
}
#_tk2mn2e1l {
    display: block!important;
}
.cities-dropdown {
    display: none !important;
}
div#search-widget_IO312PWQ div::before,
div#search-widget_IO312PWQ div::after {
    content: unset!important;
}
.searchBox {
    overflow: unset!important;
    z-index: 99999;
}


/*---------------------------------------------------
>> Navigation Styles
---------------------------------------------------*/
.navigation-bar.coloured-nav {
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255,255,255,0) 100%);
	transition: var(--trans);
}
.navigation-bar.fixto-fixed {
	transition: var(--trans);
	background: white!important;
}
ul.dropdown-menu > li > a {
	letter-spacing: 0!important;
	text-transform: capitalize!important;
	font-size: 13px;
}
ul.dropdown-menu li {
	padding: 0.85rem .5rem!important;
}


/*---------------------------------------------------
>> Quick Navigation Styles
---------------------------------------------------*/
.quickMenWrap {
    text-align: center;
    position: fixed;
    height: auto;
    bottom: 1.5rem;
    left: 0;
    z-index: 999;
    width: 100vw;
}
.quickMenu {
    background: var(--rivers-blue);
    box-shadow: 3px 3px 6px rgba(0,0,0,.5);
    width: fit-content;
    position: relative;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,.5);
    margin: 0 auto;
}
.quickMenu ul {
	list-style: none;
	margin: 0!important;
}
.quickMenu ul li {
	display: inline;	
}
.quickMenu ul li + li {
	margin-left: 15px;
}
.quickMenu ul li a {
	transition: var(--trans);
	color: white;
}
.quickMenu ul li a:hover {
	color: var(--rivers-lime);
}
.quickMenu ul li.current_page_item a, 
.quickMenu ul li.current-menu-item a {
	color: var(--rivers-lime);
}
.quickMenu ul li.current_page_item a:hover, 
.quickMenu ul li.current-menu-item a:hover {
	color: var(--rivers-tan);
}


/*---------------------------------------------------
>> Home Page Styles
---------------------------------------------------*/
.featuredBox .property-info ul li + li {
	margin-left: 10px!important;
}
.featuredBox .property-info ul li {
	color: var(--rivers-blue);
}
.featuredBox .property-info ul {
	margin-left: 0!important;
}
.feated.card {
	padding: 0!important;
}
.featuredBox span.label-text {
	color: var(--rivers-blue);
	font-weight: 300;
	font-size: 1.8rem;	
}
.featuredBox a.featuredBtn {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	background: var(--rivers-blue);
	padding: 10px 20px;
	display: block;
	width: fit-content;
	border: 1px solid var(--rivers-blue);
	transition: var(--trans);
}
.featuredBox .btn.featuredBtn:hover {
	background: transparent;
	color: var(--rivers-blue);
}


/*---------------------------------------------------
>> Interior Page Styles
---------------------------------------------------*/
.page-template-default .hero-title {
	color: transparent;
}


/*---------------------------------------------------
>> Listing Styles
---------------------------------------------------*/
.featuredBox  .property-info,
.listings-template-default .property-info {
	margin-top: 1.5rem;
}
.featuredBox b,
.listings-template-default b {
	color: var(--rivers-lime);
}
.featuredBox h2,
.listings-template-default h2 {
	color: var(--rivers-blue); 
	font-family: var(--mont) !important; 
	font-weight: 400;
}
.featuredBox .property-info .fa,
.listings-template-default .property-info .fa {
	color: var(--rivers-blue);
}
.featuredBox .property-info ul,
.listings-template-default .property-info ul {
	list-style: none;
	/*margin: 0;*/
	margin-bottom: 1rem;
}
.featuredBox .property-info ul li,
.listings-template-default .property-info ul li {
	display: inline-block;
}
.featuredBox .property-info ul li + li,
.listings-template-default .property-info ul li + li {
	margin-left: 20px;
}
.listing-sidebar {
	margin-top: 1.5rem;
}
.listings-template-default .listing-sidebar .card .widgettitle {
	font-family: 'Open Sans';
	font-weight: 400;
	color: var(--rivers-teal);
}
.listings-template-default .listing-sidebar .card .propName {
	display: none;
}
.listings-template-default .listing-sidebar input,
.listings-template-default .listing-sidebar textarea, 
.listings-template-default .listing-sidebar select {
	border-color: var(--rivers-lime);
}
.listings-template-default .card form label {
	font-weight: bolder;
	color: var(--rivers-blue);
}
.listing-sidebar .fancyBtn,
.fancyBtn.inf {
	display: block;
	font-size: 1rem;
	padding: 12px;
	text-decoration: none;
	text-align: center;
}
.listing-sidebar .fancyBtn,
.listings-template-default .card form .fancyBtn,
.fancyBtn.inf {
	width: 100%;
	border-radius: 50px;
	background: var(--rivers-blue);
	color: white;
	border: 1px solid var(--rivers-blue);
	transition: var(--trans);
}
.fancyBtn.inf {
	margin-top: 15px;
	margin-bottom: 20px;
	width: fit-content;
	padding: 12px 2.5rem;
}
.listing-sidebar .fancyBtn:hover,
.listings-template-default .card form .fancyBtn:hover,
.fancyBtn.inf:hover {
	color: var(--rivers-blue);
	background: transparent;
}
.listings-template-default .card .accept + span {
	font-weight: 400 !important;
	font-style: italic;
}
.listings-template-default .deets + .deets {
	margin-top: 1rem;
}
.listings-template-default .deets h3 {
	color: var(--rivers-blue);
}
.listingsMain .order2, .listingsMain .order1 {
	text-align: center!important
}
.listingsMain .order1 {
	order: 1;
}
.listingsMain .order2 {
	order: 2;	
}
.listingsMain .order2 a.featuredBtn {
	margin: 0 auto;
	/*margin-top: 15px!important;*/
}
.propDetails.deets {
	max-height: 300px;
	overflow: hidden;
	position: relative;
	transition: max-height .25s ease-in;
}
.propDetails.deets.active {
	max-height: 10000px;
	overflow: inherit;
	transition: max-height .35s ease-out;
}
.propDetails.deets:not(.active)::after {
	content: ' ';
	width: 100%;
	height: 50px;
	top: 250px;
	left: 0;
	position: absolute;
	z-index: 999999999999999999;
	display: block;
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,0) 100%);
}


/*---------------------------------------------------
>> Form Styles
---------------------------------------------------*/
.fancyForm input:not(.button):not([type="submit"]), 
.fancyForm textarea:not(.button):not([type="submit"]), 
.fancyForm select:not(.button):not([type="submit"]) {
	border-bottom: 1px solid #f1f1f1 !important;
	border-radius: 0;
	border: none;
	margin-bottom: 20px;
	background: transparent;
	color: white;
}
.fancyForm textarea {
	max-height: 150px;
}
.fancyForm input[type="submit"]:not(.footer form input[type="submit"]) {
	background: transparent;
	border-radius: 0;
	padding-left: 3rem;
	padding-right: 3rem;
}
.form, .form-item {
	margin-bottom: 0;
}
input:focus:not(.button):not([type="submit"]), 
textarea:focus:not(.button):not([type="submit"]), 
select:focus:not(.button):not([type="submit"]) {
	outline: none!important;
	background-color: transparent!important;
	border-color: none!important;
	box-shadow: none!important;
}
.search-form input[type="submit"]{
	background: transparent;
	border-radius: 0;
	color: white;
	border: 2px solid white;
}


/*---------------------------------------------------
>> Short Form Styles
---------------------------------------------------*/
.midBox .socials ul {
	list-style: none;
	margin: 0;
}
.midBox .socials ul li .fa {
	color: var(--rivers-lime);
}


/*---------------------------------------------------
>> Footer Styles
---------------------------------------------------*/
.footer {
	background: var(--rivers-blue);
}
.footer * {
	color: white!important;
}
.footer a {
	text-decoration: none;
}
.footer i.fa {
	color: var(--rivers-lime)!important;
}
.footer a:hover, .footer a:hover * {
	color: var(--rivers-lime) !important;
}
.footer .footerTopMid form {
	margin-bottom: 0;
}
.footer .footerTopMid form .col-md-4 p {
	color: white;
	font-weight: 300;
	font-size: 1.3rem;
	padding-top: 10px;
}
.footer .no-pad {
	padding: 0!important;
}
.footer ul#menu-socials li {
	display: inline-block;
}
.footer ul#menu-socials li + li {
	margin-left: 15px;
}
.footer form input[type="submit"],
.footer form input[type="email"] {
	width: 100%;
	float: left;
}
.footer .footMid ul li + li {
	margin-top: 10px;
}
.footer .vc_custom_1726077569978 {
	padding-right: 4rem !important;
	padding-left: 4rem !important;
	background-color: #164c72 !important;
}
.footer form input[type="submit"] {
    border-color: white;
    background: transparent;
    transition: var(--trans);
    outline: 1px solid white !important;
}
.footer form input[type="submit"]:hover {
    background: white;
    color: var(--rivers-blue) !important;
}


/*---------------------------------------------------
>> Media Queries
---------------------------------------------------*/

@media (max-width:80.063em){
	/*For screen sizes: 1281.008px*/

}
@media (max-width:74.96875em){
	/*For screen sizes: 1199.5px*/

}
@media (max-width:72.063em){
	/*For screen sizes: 1153.008px*/

}
@media (max-width:64.063em){
	/*For screen sizes: 1025.008px*/

}
@media (max-width:61.9375em){
	/*For screen sizes: 991px*/
	.vc-hoverbox-front, 
	.vc-hoverbox-back {
	  min-height: auto!important;
	}
}
@media (max-width:60.063em){
	/*For screen sizes: 961.008px*/

}
@media (max-width:56.375em) {
/*For screen sizes: 902px*/
	.guesty-widget__item + .guests-dropdown,
	.guests-dropdown + .guesty-widget__item {
	   margin-left: 0!important;
	}
	.guesty-widget__item > section, .guesty-widget__item > div {
	  width: 100% !important;
	  margin: 0 !important;
	}
}
@media (max-width:54.063em){
	/*For screen sizes: 865.008px*/

}
@media (max-width:47.9375em){
	/*For screen sizes: 767px*/
	.order2, .order1 {
		text-align: center!important
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;	
	}
	.order2 a.featuredBtn {
		margin: 0 auto;
		margin-top: 15px!important;
	}
}
@media (max-width:40.063em){
	/*For screen sizes: 641.008px*/

}
@media (max-width:35em){
	/*For screen sizes: 560px*/

}
@media (max-width:33.75em){
	/*For screen sizes: 540px*/

}
@media (max-width:30.063em){
	/*For screen sizes: 481.008px*/

}
@media screen and (max-width:28.75em){
	/*For screen sizes: 460px*/

}
@media screen and (max-width:20em){
	/*For screen sizes: 320px*/

}