/*
Theme Name: Hello Child Theme
Theme URI:  https://elementor.com/products/hello-theme/?utm_source=google&#038;utm_medium=cpc&#038;utm_campaign=21414988466&#038;utm_term=&#038;lang=&#038;gad_source=1&#038;gclid=CjwKCAiAhP67BhAVEiwA2E_9g6NVVMecMS5fJHHDw2VtM7i9JgHnwUq6USXl1yfArF9reWpoHwpIqBoC0GEQAvD_BwE
Author:     Elementor
Author URI: https://www.elementor.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* CUSTOM STYLES - DF - 04-2025 ------------------------------------------------ */


body {
	max-width: 1920px !important;
	margin: 0 auto !important;
	overflow-x: hidden !important;
}

a {
	font-family: "Open Sans", Sans-serif;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;

}

a:hover {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.bgaccent {
	position: relative;
}

.bgaccent:before {
	content: "";
	width: 16px;
}

.bgaccent h1:before {
    content: "";
    position: absolute;
    height: 44px;
    width: 16px;
    top: 6px;
    left: -30px;
    background-image: url(https://westwinddev.wpenginepowered.com/wp-content/uploads/2025/04/bg-accent-orange.png);
    background-repeat: no-repeat;
    opacity: .9;
}

.elementor-nav-menu ul .sub-menu li {
	width: 250px;	
}

ul .sub-menu li {
	width: 275px !important;
}

/* CUSTOM BUTTON - DF ------------------------------------------------ */
.btn-blue a {
	background-color: #2F586E;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 2.1px;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-9881750);
    border-radius: 0px 0px 0px 0px;
	outline: 1px solid #6C7871 !important;
    outline-offset: -4px;
	padding: 20px 12PX !important;
}

.btn-blue a:hover { 
    background-color:  #AE5B0F !important;
}

.lnk-trans-cream a {
	background-color: transparent;
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 1px;
	fill: #E8CA84;
	color: #E8CA84;
	box-shadow: none;
	border-style: none;
	border-radius: 0px 0px 0px 0px;
	padding: 0 !important;
}

.lnk-trans-orange a {
	background-color: transparent;
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 1px;
	fill: #AE5B0F;
	color: #AE5B0F;
	box-shadow: none;
	border-style: none;
	border-radius: 0px 0px 0px 0px;
	padding: 0 !important;
}

.lnk-trans-orange a:hover {
	fill: #204155;
	color: #204155;

}

/* CUSTOM SCHOOL PROGRAM PAGE - DF ------------------------------------------------ */
.school-programs-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.program-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 376px; /* Ensures image has visible height */
}

.program-item .class-image,
.program-item .program-content {
    flex: 0 0 50%;
    max-width: 50%;
}

.class-image {
    background-color: #091F30;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 376px;
    display: block;
}

.program-item.reverse .class-image {
    order: 2;
}

.program-item.reverse .program-content {
    order: 1;
}

.program-content-inner {
    width: 86% !important;
    margin: 0 auto !important;
    text-align: left !important;
    padding: 20px 0 !important;
}

.program-content-inner h3 {
    position: relative;
    display: inline-block;
    font-family: "quinn-display", Sans-serif;
    color: #204155;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}

.program-content-inner h3:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 16px;
    top: 9px;
    left: -20px;
    background-image: url(https://westwinddev.wpenginepowered.com/wp-content/uploads/2025/04/bg-accent-orange.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.program-content-inner h4 {
    color: #AE5B0F !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-style: normal;
    text-decoration: none;
    line-height: 22px !important;
    padding: 0;
    margin: 0 0 8px 0;
    letter-spacing: 0.02em !important;
}

.class-overview {
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal;
    text-decoration: none;
    line-height: 28px !important;
    text-transform: none;
}

.class-overview a {
    color: #AE5B0F !important;
    text-decoration: underline;
}

.program-content .class-type,
.program-content .class-overview,
.program-content .class-download {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .program-item {
        flex-direction: column;
        text-align: center;
    }

    .program-item .class-image,
    .program-item .program-content {
        flex: 0 0 100%;
        max-width: 100%;
        order: unset;
    }

    .class-image {
        min-height: 200px;
    }
}


/* CUSTOM PARTNER PAGE - DF ------------------------------------------------ */
.partners-page-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 0; /* horizontal gap */
    row-gap: 40px; /* vertical gap */
    justify-content: center;
}

.partner-item {
    text-align: center;
	border-bottom: 1px solid #C2CED5;
}

.partner-item img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.partner-name {
    margin: 10px 0 30px 0;
}

.partner-name a {
    text-decoration: none;
    color: inherit;
	font-family: "Open Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #091F30;
	
}

@media (max-width: 768px) {
    .partner-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}


/* CUSTOM PARTNER FOOTER - DF ------------------------------------------------ */
.partners-footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.partners-footer-grid a {
    flex: 1 1 calc(16.66% - 20px);
    max-width: calc(16.66% - 20px);
    text-align: center;
}

@media (max-width: 768px) {
    .partners-footer-grid a {
        flex: 1 1 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}

.partners-footer-grid img {
    width: 100%;
    height: auto;
    display: block;
}



/* CUSTOM EVENTS - DF ------------------------------------------------ */
.event-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.event-container {
    display: flex;
    align-items: center;
    gap: 30px;
	margin-bottom: 50px;
}

.event-photo img {
	width: 100%;
    max-width: 400px !important;
    height: auto;
    display: block;
	border: 1px solid #ffffff !important;    
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
	outline: 1px solid #E0B676 !important;
    outline-offset: -6px;
}

.event-content {
    flex: 1;
}

.even-name {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}

.event-date,
.event-title,
.event-venue, .event-intro {
    margin-bottom: 0;
}


.event-date {
	color: #2F586E !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
	padding: 0; 
	margin: 0;
}

.event-title h3 {
	padding: 0; 
	margin: 0;
}

.event-title h3 a {
	position: relative;
	display: inline-block;
	font-family: "quinn-display", Sans-serif;
	color: #204155;
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
	padding: 0; 
	margin: 0;
}

.event-venue h4 {
	color: #2F586E !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-style: normal;
    text-decoration: none;
    line-height: 20px !important;
	padding: 0; 
	margin: 0 0 12px 0;
	letter-spacing: .04em !important;
}

.event-intro{
	color: #333333 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 30px; !important;
}

.event-register {
	display: block;
	margin: 20px 0 10px 0;
}

.event-register a {
	display: inline-block;
	text-transform: uppercase;
	color: #D3A045;
	margin-right: 25px;
}

.event-series-label {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #AE5B0F;
}


/* CUSTOM BIOS - DF ------------------------------------------------ */
.musician-bios {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.musician-bio {
    display: flex;
    gap: 30px;;
}

/* .musician-bio.reverse {
    flex-direction: row-reverse;
} */


.musician-photo {
	width: 25%;
}

.musician-photo img {
	width: 100%;
    max-width: 300px !important;
    height: auto;
    border-radius: 50% !important;
    display: block;
	border: 1px solid #ffffff !important;    
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
	outline: 1px solid #E0B676 !important;
    outline-offset: -12px;
}

.musician-content {
    flex: 1;
}

.musician-name {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}

.musician-position,
.musician-instrument,
.musician-bio-text {
    margin-bottom: 0;
}


.musician-position {
	color: #2F586E !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em !important;
	padding: 0; 
	margin: 0;
}


.musician-name h3 {
	position: relative;
	display: inline-block;
	font-family: "quinn-display", Sans-serif;
	color: #204155;
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
	padding: 0; 
	margin: 0;
}


.musician-name h3:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 16px;
    top: 10px;
    left: -22px;
    background-image: url(https://westwinddev.wpenginepowered.com/wp-content/uploads/2025/04/bg-accent-orange.png);
    background-repeat: no-repeat;
	background-size: contain;
}


.musician-instrument h4 {
	color: #AE5B0F !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-style: normal;
    text-decoration: none;
    line-height: 35px !important;
	padding: 0; 
	margin: 0 0 8px 0;
	letter-spacing: .04em !important;
}

.musician-bio-text{
	color: #333333 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 30px; !important;
}

.musician-contact-line{
	margin-top: 5px;
	color: #AE5B0F;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .02em;
}

.musician-contact-line a {
	display: inline-block;
	color: #AE5B0F;
}

.musician-contact-line a:hover {
	color: #204155;
}


/* CUSTOM STRONG TESTIMONIALS - DF ------------------------------------------------ */
.wpmtst-testimonial-inner testimonial-inner {
	color: #FCF8EE;
	text-align: center !important;
}

.wpmtst-testimonial-heading.testimonial-heading {
	display: none !important;
}


.wpmtst-testimonial-content.testimonial-content {
	position: relative;
}

.wpmtst-testimonial-content.testimonial-content:after {
	display: block;
	content: "";
	width: 30%;
	height: 1px;
	margin: 0 auto;
	background-color: rgba(174, 91, 15, 0.4);
}

.wpmtst-testimonial-content.testimonial-content p{
	font-family: "quinn-display", Sans-serif;
	font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 38px !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
    color: #F3E4C1 !important;
	text-align: center !important;
	padding-bottom: 8px;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    letter-spacing: 0.9px !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
    color: #F3E4C1 !important;
	text-align: center !important;
	padding-top: 16px;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-company {
	font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3 !important);
    color: var(--e-global-color-6eafa2f) !important;
	text-align: center !important;
}


/*  STANDARD / ORDERED & UNORDERED STYLES    ================= */
.StandardCBStyle ul {margin: 24px 0 28px 0; padding:0 0 0 0; display: block; position: relative;}
.StandardCBStyle ul li  {margin: 18px 0 18px 25px; padding: 0 50px 0 25px; list-style-type:none; line-height: 24px; position: relative;}
.StandardCBStyle ul li:before {   
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #418DBD;
    content: "";
    height: 1px;
    width: 12px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.StandardCBStyle ol {
	margin: 15px 0 20px 25px; 
	padding:0 0 0 0;
	list-style-type: none;
	counter-reset: li;

}
.StandardCBStyle ol li  {
	position: relative;
	margin:8px 0 15px 25px; 
	padding:0 45px 0 -5px; 
	line-height: 26px; 

}

.StandardCBStyle ol li:before {
	position: absolute;
	counter-increment: li;
	content: counter(li, decimal-leading-zero) ".";
	color: #418DBD;
	left: -32px;
	
}


/* MAX 1380px (mediaqueries)
===================================================================== */
@media (max-width: 1380px) {
    .musician-photo {
		width: 20%;
		margin-right: 20px;
	}
	.musician-name h3 {
		font-size: 36px;
		line-height: 1.1em;
	}
	
	.musician-name h3:before {
		height: 26px;
		width: 16px;
		top: 7px;
		left: -18px;
	}
	
	.musician-bio-text {
		font-size:  18px !important;
		line-height: 26px;
	}	
	
	.musician-contact-line {
		font-size: 16px !important;
	}
}

/* MAX 1024px (mediaqueries)
===================================================================== */
@media (max-width: 1024px) {
	
    .musician-photo {
		width: 20%;
		margin-right: 10px;
	}
	
	.musician-name h3 {
		font-size: 32px;
		line-height: 1.1em;
	}
		
	.musician-name h3:before {
		height: 22px;
		width: 16px;
		top: 5px;
		left: -18px;
	}
	
	.musician-bio-text {
		font-size:  16px !important;
		line-height: 24px;
	}
	
    .program-item {
        flex-direction: column !important;
    }

    .program-item .class-image,
    .program-item .program-content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: unset !important;
    }

    .class-image {
        height: 420px !important; /* Force height to make background show */        
		min-height: 420px !important;
    }
	
	.class-overview {
		font-size: 18px !important;
		line-height: 30px !important;
	}

	.class-image {
        width: 100%;
        height: 420px !important; /* Force height to make background show */        
		background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
		min-height: 420px !important;
    }
	
	.wpmtst-testimonial-content.testimonial-content p {
		font-size: 24px !important;
		line-height: 28px !important;
	}
	
	.wpmtst-testimonial-field.testimonial-field.testimonial-name {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	
	.event-container {
		align-items: start !important;
		gap: 40px !important;
	}
	
	.event-series-label {
		font-size: 18px;
		line-height: 20px;
	}
	
	.event-title h3 a {
		font-size: 36px;
		line-height: 1.1em;
	}
	
}

/* MAX 768px (mediaqueries)
===================================================================== */
@media (max-width: 768px) {
    .partner-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

	 .bgaccent h1:before {
		display: none;
		height: 0;
	}
	
	.musician-bio {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.musician-photo {
		width: 100%;
		margin: 0 auto !important;
		align-items: center;
		justify-self: center;
		border-bottom: 1px solid #D3A045;
		padding-bottom: 20px;
	}
	
	.musician-photo img{
		justify-self: center;
	}
	
	.wpmtst-testimonial-content.testimonial-content p {
		font-size: 21px !important;
		line-height: 25px !important;
	}
	
	.partners-page-grid {
		grid-template-columns: 1fr;
	}
	
	.partner-item:last-of-type {
		border-bottom: none !important;
	}
	
	.event-container {
		flex-direction: column;
		align-items: start !important;
		gap: 16px !important;
	}
	
	
}

/* MAX 480px (mediaqueries)
===================================================================== */
@media (max-width: 480px) {

	.class-image {
        width: 100%;
        height: 200px !important; /* Force height to make background show */        
		background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
		min-height: 200px !important;
    }
	
}


