/*!
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
-------------------------------------------------------------- */

/* Site Body*/
h1,h2,h3{
	text-wrap:balance;
}
.entry-content-wrap{
	padding:0;
}
#wrapper,.content-wrap, .entry-content-wrap{
	background: url('https://sycamorebusinessstrategies.com/wp-content/uploads/2025/03/wave_tr_bg.webp') left top repeat; 
}

/* Main Nav*/
#phonelink{
	background-image: url('https://sycamorebusinessstrategies.com/wp-content/uploads/2025/03/PhoneLinkGold.webp');
	background-size:320px 26px;
	width:320px;
	height:26px;
}
#phonelink:hover{
	background-image: url('https://sycamorebusinessstrategies.com/wp-content/uploads/2025/03/PhoneLinkWhite.webp');
	background-size: 320px 26px;
	width:320px;
	height:26px;
}
/* Gold border*/
.gold-border{
	border-bottom: 4px solid transparent;
	border-image-source: linear-gradient(to right, #9c7c3e,#fcebd1,#ddcca8,#9c7c3e,#624805 );
	border-image-slice:1;
}

/* Footer Form*/
.footer-form{
	border:4px solid #6C000A;
	border-radius:14px;
	box-shadow:8px 8px 20px #999;
}


/* Footer Nav*/
#block-18{
	font-weight:600;
	font-size:14px;
	color:#030E33;
	padding-left:200px;
	}
#block-18 .current-menu-item a, #block-18 a:hover{
	color:#6C000A ;
	}
.site-footer-middle-section-1 {
	padding-left: 20px;
	}

#block-16{
	font-weight: 600;
}


/* Media Queries*/
@media (max-width:1024px){
.site-footer-row-columns-3{
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
	}
#block-18{
		padding-left:0px;
		padding-bottom: 10px
		}
}

@media (max-width:500px){
	.site-footer-row-columns-3{
		grid-template-columns: minmax(0, 1fr) !important;
	}
#block-16 ul.kt-svg-icon-list{
		justify-content:center;
	}

.site-footer-middle-section-1 {
	padding-left:0px;
}
	}