/*!
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
-------------------------------------------------------------- */
/* Global */
.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;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {text-align:left!important;}

.phone-header {
	color:#ffffff;
 	font-size: 30px;  
	text-decoration:none!important;
}
.phone-header:hover { 
	text-decoration:underline!important;
}
.phone-header:hover{color:#ffffff!important;}
@media (max-width: 600px) {
	.phone-header {font-size: 26px!important;}
}

/* Gravity Forms */
.gfield_label {display:none;} 
.gform_button {border-radius:30px!important;}
.gform-theme--foundation .gform_fields {display:block;}
.gform-theme--foundation .gfield {margin-bottom:20px;}
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
  color: #6D7074!important;
}
.gform_confirmation_message_1 {color:#ffffff!important;}
.gform_wrapper.gravity-theme .gfield_required {color:#6D7074!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;

    }
}

/* 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;
}