/*
Theme Name: At Ease 2022
Description: This is a custom child theme for At Ease
Author: TRIO
Template: salient
Version: 1.0
*/

/** COLORS **/
.black {color:#131816 !important;}
.darkBrown {color:#292a2a !important;}
.brown {color:#5b5b58 !important;}
.tan {color:#aaa191 !important;}
.gray {color:#a0a59b !important;}
.coral {color:#c09280 !important;}
.pink {color:#dbc5b7 !important;}
.green {color:#8cb1b4 !important;}
.white {color:#ffffff !important;}
.champagne {color:#d1c19e !important;}
.ltgray {color:#e8ebec !important;}
.sand {color:#dcd6c9 !important;}
.opacity80 {opacity:0.8;}
.opacity60 {opacity:0.6;}
.opacity40 {opacity:0.4;}
.opacity20 {opacity:0.2;}

/** TYPOGRAPHY **/
h1, h2 { font-family: BonVivantFamilySerifRegular, "BonVivantFamilySerifRegular", Cormorant Garamond, Playfair, serif !important; font-weight:200;}
h4 { font-family: BonVivantFamilyBold, "BonVivantFamilyBold", Cormorant Garamond, Playfair, serif !important; font-weight:normal;}

/** LAYOUT **/
.sectionLinedLight div.row-bg-wrap .inner-wrap {border-top:1px solid #c3c3c7;border-bottom:1px solid #c3c3c7;}
.sectionLinedLightTop div.row-bg-wrap .inner-wrap {border-top:1px solid #c3c3c7;}
.sectionLinedLightBottom div.row-bg-wrap .inner-wrap {border-bottom:1px solid #c3c3c7;}
.sectionLinedDark div.row-bg-wrap .inner-wrap {border-top:1px solid #5b5d58;border-bottom:1px solid #5b5d58;}
.sectionLinedDarkTop div.row-bg-wrap .inner-wrap {border-top:1px solid #5b5d58;}
.sectionLinedDarkBottom div.row-bg-wrap .inner-wrap {border-bottom:1px solid #5b5d58;}
.sectionLinedGold div.row-bg-wrap .inner-wrap {border-top:1px solid #d1c19e;border-bottom:1px solid #d1c19e;}
.sectionLinedGoldTop div.row-bg-wrap .inner-wrap {border-top:3px solid #d1c19e;}
.sectionLinedGoldBottom div.row-bg-wrap .inner-wrap {border-bottom:1px solid #d1c19e;}
.sectionLined div.row-bg-wrap .inner-wrap {border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;}
.sectionLinedTop div.row-bg-wrap .inner-wrap {border-top:1px solid #dfdfdf;}
.sectionLinedBottom div.row-bg-wrap .inner-wrap {border-bottom:1px solid #dfdfdf;}
.small {font-size:85%; line-height:180%;}
#top nav>ul {padding-top:6px;}
.page-submenu li {text-transform:uppercase; font-size:13px; letter-spacing:1px;font-weight: 500;}
.page-submenu ul li.current-menu-item a {color:#dbc5b7 !important;}
.page-submenu ul li:last-child {float:right;}
.wpbs-container[data-columns="3"] .wpbs-calendars .wpbs-calendar {max-width:500px !important;}
.wpbs-main-wrapper .wpbs-form-container {max-width:100%;}
.wpbs-form-field-description {color:#dbc5b7 !important; font-weight:600; font-style:italic; font-size:80%;}

/** Tablet and Lower **/
@media only screen and (max-width: 1000px) and (min-width: 1px) {	
.footerLogo {max-width:60%;}
	}