/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.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
-------------------------------------------------------------- */
/* Global */
@font-face {
  font-display: swap!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;
    }
}

.btn-hero {
	padding: 10px 20px!important; /* Adjust padding as needed */	
  	outline: 2px solid #ffffff; /* The offset border */
  	outline-offset: 8px; /* The distance between the border and the outline */
	border-radius: 4px!important;
}
.btn-hero:hover {	
  	outline: 2px solid #ffffff; /* The offset border */
}
.drawer-content .site-header-item {margin-bottom:0!important;}
.kb-button {
    display: inline-flex;
    align-items: center;
    padding-top: 0.6em !important;
    padding-bottom: 0.6em !important;
}


/* Gravity Forms */
.gform_wrapper.gravity-theme .gfield-choice-input {
    margin-top: 6px!important;
    vertical-align: top!important;
}
#label_1_13_1{font-size:15px!important; color:#ffffff!important;}
#label_1_14_1{font-size:15px!important; color:#ffffff!important;}
.form-disclaimer{font-size:15px!important; color:#ffffff!important;}
.form-disclaimer a{font-size:15px!important; color:#ffffff!important;}
body div#gform_wrapper_1 div.gform_body input[type="text"],
body div#gform_wrapper_1 select,
body div#gform_wrapper_1 textarea,
body div#gform_wrapper_1 div.gform_body input[type="tel"],
body div#gform_wrapper_1 div.gform_body input[type="email"]
{
    background-color: transparent;
	border:2px solid #ffffff;
	
}
body #gform_wrapper_1 .gform_footer input[type=submit] {
	font-size:26px;
	padding: 10px 60px;
	border:2px solid #ffffff;
	font-weight: 300;
}
body #gform_wrapper_1 .gform_footer input[type=submit]:hover {
    background-color: transparent; 
	border:2px solid #ffffff;
    transform: translateY(-2px); 
    cursor: pointer;
	color:#ffffff;
}
#gform_confirmation_message_1 {color:#ffffff;}
#gform_confirmation_message_2 {color:#000000;}
.gfield_label {
  font-family: "argent-cf", serif !important;
}
/* Target the sub-label */
#gform_wrapper_1 .gform-field-label--type-sub {
    display: block;         
    text-align: center;     
    width: 100%;            
}
#gform_wrapper_2 .gform-field-label--type-sub {
    display: block;         
    text-align: center;     
    width: 100%;            
}
/* Center the submit button */
#gform_wrapper_1 .gform-footer {
    display: flex;               /* use flex container */
    justify-content: center;      /* horizontally center content */
    align-items: center;          /* vertically center if needed */
}
#gform_wrapper_2 .gform-footer {
    display: flex;               /* use flex container */
    justify-content: center;      /* horizontally center content */
    align-items: center;          /* vertically center if needed */
}

/* Optional: ensure the button behaves correctly */
#gform_wrapper_1 .gform-footer input#gform_submit_button_1 {
    display: inline-block;        /* prevents full-width override */
}
#gform_wrapper_2 .gform-footer input#gform_submit_button_2 {
    display: inline-block;        /* prevents full-width override */
}
/* Change font color for all validation messages in Form 1 */
#gform_wrapper_1 .gform_submission_error {color:#ffffff!important;}
#gform_wrapper_1 .gform_validation_error_link{color:#ffffff!important;}
#gform_wrapper_1 .gfield_validation_message {color: #ffffff;}
#gform_1_validation_container {border:1px solid #ffffff!important;}
#gform_wrapper_1 .gfield_required .gfield_required_asterisk {color:#ffffff!important;}

@media screen and (max-width: 600px) {
.kadence-column15_220a25-e1 > .kt-inside-inner-col {
    background-size: 20% auto!important;
    background-position: 73% 8%!important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.kadence-column15_220a25-e1 > .kt-inside-inner-col {
    background-size: 18% auto!important;
    background-position: 73% 13%!important;
}
}

/* BLOG */
.kt-blocks-post-readmore:hover {
	padding-left:10px!important;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.kt-blocks-above-categories a {text-decoration:none!important;}
.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit img {border-radius:30px 30px 0px 0px;}
.wp-site-blocks .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img {border-radius:30px 30px 0px 0px;}
.wp-site-blocks .post-thumbnail .post-thumbnail-inner {
    top: 50px!important;
}
.entry.loop-entry {
	box-shadow: 2px 2px 14px 0px #CCC!important;
	border-radius:30px;
}
.entry-summary {font-size:18px; line-height:26px;}
.entry-header {margin-bottom:0px!important;}
.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta{margin:0px!important;}
.loop-entry .entry-content-wrap {padding: 15px 25px 25px 25px!important;}
.loop-entry .entry-header .entry-title {font-size:22px;}
.wp-site-blocks .post-archive-title h1 {padding-top:50px!important; padding-bottom:25px!important;}
a.post-more-link {
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #A2502C!important;
    font-size: 80%;
}
a.post-more-link:hover {
    color: #A2502C!important;
    padding-left:10px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.kt-blocks-post-readmore:hover {
	padding-left:10px!important;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.kt-blocks-above-categories a {text-decoration:none!important;}
.kt-blocks-post-readmore-wrap {padding-top:15px!important;}