/*
Theme Name: Pirouette Child
Theme URI: 
Author: Curly Themes
Author URI: 
Description: Child Theme for Pirouette Dance Theme
Version: 1
Template: pirouette

*/

html { 
    scroll-behavior: smooth;
    scroll-padding-top: 77px;
	
}
@media (max-width: 991px) {
	html { 
        scroll-behavior: smooth;
        scroll-padding-top: 77px;
        
    }
}


#ct-logo-image {
	width: 290px;
}
@media (max-width: 767px) {
	#ct-logo-image {
		width: 230px;
	}
}

#welcome p {
	font-weight: 300;
	font-size: 80px;
	line-height: 120%;
	color: white;
}
@media (max-width: 767px) {
	#welcome p {
		font-size: 14vw;
	}
}

h2, .h2 {
	letter-spacing: 0 !important;
}
@media (max-width: 767px) {
	h2, .h2 {
		font-size: 2.2rem !important;
	}
}

.uppercase, .uppercase * {
	text-transform: uppercase !important;
}

.script-headline.services img {
	height: 65px;
	width: auto;
}
@media (max-width: 767px) {
	.script-headline.services img {
		height: 45px;
		width: auto;
	}
}
.script-headline.fashion img {
	height: 140px;
	width: auto;
}



.ct-footer__logo::after {
	display: none !important;
}

.ct-footer__logo img {
	width: 412px;
}
@media (max-width: 767px) {
	.ct-footer__logo img {
		max-width: 62vw;
	}
}

#absolute-footer .sidebar-widget {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

@media (min-width: 576px) {
    body:not(.wp-admin) #absolute-footer {
        padding-bottom: 2rem;
    }
}







body .wpcf7-form label {
	color: #000000;
	opacity: 1;
}