/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Canopy & Vine
Author URI: https://www.canopyandvine.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Footer Navigation Menus */
.kb-navigation a:hover {text-decoration:underline!important;}
.form-photo {margin: 0 0!important;}
/* Ibuenda */
.iub__us-widget__link--privacy-choices {
border-radius:0!important; 
letter-spacing: 0!important;
}
.iub__us-widget__wrapper .iub__us-widget__link--privacy-choices:after {content: url("/wp-content/uploads/2025/09/checkbox-black.svg") !important; }
.iub__us-widget__wrapper .iub__us-widget__link--privacy-choices:after {content: url("/wp-content/uploads/2025/09/checkbox-black.svg") !important;}
.iubenda-cs-preferences-link{color: #333333 !important;
font-family:'Montserrat'!important;
}
/* Global */
li::marker {color:#A2502C!important;}
.amenities li{padding-bottom:20px!important;}
.blur-background {backdrop-filter: blur(5px)!important; border-radius:30px!important;}
@media screen and (min-width: 300px) and (max-width: 765px) {.blur-background {backdrop-filter: blur(5px)!important; border-radius:0px!important;}}
strong {font-weight:700;}
li::marker {color: #6D7074;}
.kt-tabs-wrap .wp-block-kadence-tab {border: none!important; padding: 0px!important;}
.facebook {max-width: 40px!important;}
/* Disable all AOS animations on screens smaller than 768px */
@media (max-width: 767px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
/* Gallery Slider */
.gallery-row {background: linear-gradient(to bottom, #F4F3ED 56%, #fff 44%)!important;}
.gallery-row-slider .kt-blocks-carousel figure .kb-gal-image-radius img {
    border:4px solid #6A261B!important;
	border-radius: 50px!important;
	aspect-ratio: 2 / 1!important;
}
.gallery-row-slider .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
	background:transparent!important;  
	text-shadow: 1px 1px #000000!important;
}
/* Just getting started section for Surface Duo */
/* Surface Duo portrait */
@media only screen and (min-width: 540px) and (max-width: 720px) and (orientation: portrait) {
    .started-left {
        margin-top: 120px !important;
    }
}
/* Surface Duo landscape (flexible width range) */
@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: landscape) {
    .started-left {
        margin-top: 220px !important;
    }
}
/* GOLD ANIMATED LINE */
.rotating-line {
    position: relative;
    margin: auto;
    width: 100%;
       
    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 4px solid #D0B270;
        transition: all .5s;
        animation: clippath 20s infinite linear;
    }
}
@keyframes clippath {
    0%,
    100% {
        clip-path: inset(0 0 95% 0);
    }
    
    25% {
        clip-path: inset(0 95% 0 0);
    }
    50% {
        clip-path: inset(95% 0 0 0);
    }
    75% {
        clip-path: inset(0 0 0 95%);
    }
}
@media (max-width: 767px) {
  .rotating-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: none !important;
    clip-path: none !important;
    border: 4px solid #D0B270 !important;
  }
}
/* ICON ACCORDION */
.accordion-wrapper input {
    position: absolute;
    opacity: 100%;
    z-index: -1;
}
.accordion-wrapper {
    overflow: hidden;
    margin: 0 auto;
}
.accordion {
    width: 100%;
    color: #333333;
    overflow: hidden;
	border-top: 1px solid #FFF;
}
.accordion:last-child {
    margin-bottom: 0;
    border-bottom: 0px solid #1A4151;
}
.accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 10px 16px; /* extra right padding for arrow */
    background: #EEECDE;
    cursor: pointer;
    font-size: 18px;
    font-family: 'montserrat';
    position: relative; /* needed for the arrow positioning */
}
.accordion-label:hover {
    background: #D0B270;
}
.accordion-label::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px;
    height: 22px;
	background-image: url('https://wqashfordofspr.wpenginepowered.com/wp-content/uploads/2025/12/bullet-w.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
input:checked + .accordion-label {
    padding: 15px 50px 10px 16px; /* maintain same arrow spacing */
}
input:checked + .accordion-label::after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    background: white;
    transition: all 0.3s;
}
.accordion-content p {
    margin: 0;
    color: #333333 !important;
}
.accordion-content ul {
    margin: 0;
    color: #333333 !important;
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}
/* Tablet */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .accordion-wrapper {
        width: 600px !important;
    }
}
/* Mobile */
@media only screen and (max-width: 600px) {
    .accordion-wrapper {
        width: 100% !important;
    }
    .accordion-label {
        font-size: 18px;
    }
}
/* CONTACT PAGE*/
.ulockd-srvc-column-three {
    background-color: #6A261B!important;
    width:100%;
}
.ulockd-srvc-details-three {
    padding-top: 0;
}
.ulockd-srvc-column-three .ulockd-srv-icon-three {
    color: #ffffff;
    font-size: 60px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ulockd-srvc-column-three .ulockd-srv-icon-three:hover {
    color: #D0B270;
    font-size: 60px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ulockd-srvc-details-three {
    padding-top: 0;
}
.single-content .ulockd-srvc-details-three h3 {
    margin-top: -0.5em!important;
    padding-bottom:20px;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.text-center {text-align: center;}
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
        font-weight: normal;
        font-style: normal;
}    
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}     
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-map-marker:before { content: "\f15c"; }
.flaticon-email-filled-closed-envelope:before { content: "\f119"; }
.flaticon-old-handphone:before { content: "\f118"; }
.flaticon-checkbox-pen-outline:before { content: "\f13b"; }

/* MAP */
.directions {
    z-index: 9;
    margin: -500px 0 52px 55px!important;
    width: 450px;
    background: #333333;
    opacity: 0.9;
    overflow: hidden;
    padding: 0 10px 25px 10px;
}   
.inner {
    margin: 0 10px 0 10px;
} 
.headline {
    font-size: 34px;
    line-height: 40px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    padding:20px 10px 0px 0px;
    color: #ffffff;
}
.location {
    width:80%;   
}
.directions p  {
    font-size: 17px;
	line-height: 23px;
    color: #ffffff;
	margin-bottom:20px!important;
}
.location-text {
    font-size: 17px; 
	line-height: 23px;
	padding-top: 5px;
    color: #ffffff!important;
}
.location-text a:hover{
    text-decoration: underline!important;
    color: #EEECDE !important;
}
.miles {
    font-size: 16px; 
    text-align: right!important;
    color: #ffffff;
}
a.map-button {
	border-radius:30px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #A2502C;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    background: #A2502C;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
}
a.map-button:hover {
    background: transparent!important;
    color: #fff;
    border: 2px solid #ffffff!important;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
}
.clearfix:after {
    content:"";
    display:table;
    clear:both;
}
@media (max-width: 400px) {
.directions {
    z-index: 9;
    margin: 0!important;
    width: 100%;
	padding: 0 10px 10px 10px;
}
.container {height: 300px!important;}
}
@media (max-width: 767px) {
.directions {
    z-index: 9;
    margin: 0!important;
    width: 100%;
	padding: 0 10px 30px 10px;
}
}
/* IMAGE CAROUSEL */
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
	border: 4px solid #fff;
	border-radius:60px;
}
/* Gravity Forms */
.gfield_label {display:none;} 
.gform_button {border-radius:30px!important;}
.gform-theme--foundation .gform_fields {grid-row-gap:20px!important; display:block;}
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
  color: #333333;
}
.gform_confirmation_message_1 {color:#ffffff;}
#gform_confirmation_message_4 {color:#333333;}
#gform_confirmation_message_5 {color:#333333;}
.gform_wrapper.gravity-theme .gfield_required {color:#333333!important;}

@media (max-width: 325px) {
    button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button {padding: 10px 20px 10px 20px!important;}
}
body div#gform_wrapper_4 div.gform_body input[type="text"],
body div#gform_wrapper_4 select,
body div#gform_wrapper_4 textarea,
body div#gform_wrapper_4 div.gform_body input[type="tel"],
body div#gform_wrapper_4 div.gform_body input[type="email"]
{
    background-color: transparent;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 2px solid #6A261B;
	color:#ffffff;
	font-size: 16px;
	font-weight:300;
	padding-left:0px;
}
/* Force Gravity Forms button to use Kadence button styles */
#gform_submit_button_4 {
    font-family: inherit;
    font-size: 20px;
	line-height: 32px;
    padding: 10px 60px 10px 60px;
    background: #A2502C;
    color: #ffffff;  
}
#gform_submit_button_4:hover {
    background: #6A261B;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #333333!important;
	box-shadow: none !important;
}
/* Force consistent spacing for Form 4 — reset grid/gap and margins */
#gform_wrapper_4 .gform_fields {
  row-gap: 20px !important;
  grid-row-gap: 20px !important;
}
/* Also reset margin bottom on individual fields */
#gform_wrapper_4 .gfield {
  margin-bottom: 0 !important;
}
/* Optional: reset label spacing too */
#gform_wrapper_4 .gfield_label {
  margin-bottom: 6px !important;
}
/* Reset padding/margins on wrapper to avoid container interference */
#gform_wrapper_4 {
  margin: 0 !important;
  padding: 0 !important;
}
/* Gravity Form ID 4 - standardize message field height */
#gform_wrapper_4 textarea {
  min-height: 50px !important; /* adjust to desired height */
  height: auto !important;      /* prevents theme from stretching */
  max-height: 118px !important; /* optional, to prevent huge fields */
  resize: vertical;             /* allows users to resize manually */
}
/* ----- Starting Rates Calculator ----- */
#gform_wrapper_5 .gform_footer input[type="submit"] {
  display: none !important;
}
/* Hide Gravity Form footer for form 5 */
#gform_5 .gform_footer,
#gform_5 .gform_page_footer {
  display: none !important;
}
/* Total & Starting Rates container */
#gform_wrapper_5 #field_5_20,
#gform_wrapper_5 #field_5_28 {
    background-color: #6A261B!important;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}
/* Labels */
#gform_wrapper_5 #field_5_20 .gfield_label,
#gform_wrapper_5 #field_5_28 .gfield_label {
    font-weight: 700;
    font-size: 22px;
    color: #fff!important;
    margin-bottom: 5px;
}
#gform_wrapper_5 .gfield_label {
	font-weight:700!important;
}
/* Inputs */
#gform_wrapper_5 #input_5_20,
#gform_wrapper_5 #input_5_28 {
    font-weight: 700;
    font-size: 22px;
    color: #fff!important;
    padding: 8px;
    border-radius: 6px;
    background-color: #6A261B!important;
}
#gform_wrapper_5 #input_5_28 {
    border: none;
    background: none !important;
    padding: 0;
}
.gf-readonly-locked {
  background: #f9f9f9 !important;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 767px) {
  /* Stack left column fields first */
  #field_5_19,
  #field_5_21,
  #field_5_22,
  #field_5_23,
  #field_5_24,  
  #field_5_30,
  #field_5_25,
  #field_5_20 {
    order: 1;
  }
  /* Then stack right column fields */
  #field_5_9,
  #field_5_10,
  #field_5_11,
  #field_5_12,
  #field_5_13,
  #field_5_29,
  #field_5_14,
  #field_5_28	{
    order: 2;
  }
}