/*
 Theme Name:   Dance Arts
 Theme URI:    https://www.dancearts-sdt.com/
 Description:  Dance Arts theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dance-arts
*/

body .elementor a, main a {
 text-decoration: underline;
}

* {
	box-sizing: border-box;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
#front-fold {
	height: 100vh;
	width: 100vw;
}

h1,
h2,
h3 {
	font-family: 'Elephant', serif;
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

h2 {
	text-align: center;
}

#front-fold .image {
	background-image: url('./fold.jpeg');
	/* filter: blur(2px);
    -webkit-filter: blur(2px); */
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	background-blend-mode: darken;
}

#front-fold {
	color: #fff;
}

#front-fold .content {
	position: absolute;
	text-align: center;
}

#front-fold h2 {
	font-size: 4rem;
}

#front-fold h3 {
	font-size: 2rem;
}

#front-fold {
	display: flex;
	align-items: center;
	justify-content: center;
}

.notification-bar {
	background-color: #9f111b;
	color: #fff;
	text-align: center;
	padding: 1rem;
	font-size: 1.1rem;
}

.admin-bar .site-header {
	top: 32px;
	
}

header.site-header {
	background-color: #fff !important;
	/* display: flex; */
	/* width: 100%; */
	position: sticky !important;
	padding: 0.5rem 1rem;
	padding: .5rem;

	top: 0;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid #ccc;
	border-top: .5rem solid #333;
	z-index: 99;
}

.site-navigation-toggle-holder .site-navigation-toggle {
	background-color: transparent !important;
}

.programs {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.programs > .program {
	flex-basis: 33.333333%;
	height: 300px;
	background-size: cover;
	color: #fff;
	position: relative;
}

.program > .darken {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
}

/* .programs-wrap:before {
    content:'';
    position:absolute;
    top:-1px; left:-1px;
    border:1px solid #fff;
    height:100%;
    width:100%;
    border-radius: 10%;
} */
.programs-wrap {
	max-width: 1440px;
	padding: 2rem;
	margin: 2rem auto;
	/* background-color: #f8f8f8; */
	/* position: absolute; */
	/* top: 9px;
	left: 9px; */
}
.elementor-section {
	padding: 3rem;
	margin: 0;
}

.home .elementor-section:nth-child(even) {
	background: #f8f8f8;

}

.home .elementor-section:nth-child(odd) {
	border-left: 4px solid #333;
}

/* .program-corners {
	position: relative;
	background-color: #333;
	height: 100vh;
	width: 100vh;
} */

.hidden {
	display: none !important;
}

.program > .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
/* 
.program > .darken {
	background-color: transparent;
} */

a:active,
a:hover {
	color: inherit;
	opacity: 0.8;
}

header h1 {
	margin-top: 8px;
}

header > img {
	align-self: center;
}

header > nav {
	flex: 1;
	text-align: right;
	color: #333;
}

nav a {
	margin: 0 0.5rem;
}
nav a:hover,
span.underline {
	border-bottom: 3px solid #9f111b;
}

h3 {
	margin-bottom: 1rem;
}

header > .buttons {
	/* display: block; */
	text-align: center;
	display: flex;
	margin: 0 2rem;
}

.primary,
.button.primary {
	color: #9f111b !important;
	border: 2px solid #9f111b;
	color: #9f111b;
	text-transform: uppercase !important;
	font-weight: bold;
	background-color: #fff;
	/* font-size: 1.2rem; */
}
.register {
	font-weight: bold;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.register:hover {
	text-decoration: none;
}

button,
.button,
.elementor-button,
.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper .elementor-button.elementor-size-md {
	appearance: none;
	border: 2px solid #cccccc;
	background-color: transparent;
	padding: 8px;
	display: block;
	font-size: 1.2rem;
	width: 182px;
	border-radius: 28px;
	color: #333;
	border-color: rgb(158, 157, 157);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	height: 48px;
	margin: auto;
}

.dance-arts .elementor-button-wrapper .elementor-button.elementor-size-md {
	padding: 12px 8px;
}

.dance-arts .elementor-element.elementor-button-info .elementor-button {
	background-color: #f8f8f8;
}

/* .header-inner .register {
	align-self: center;
} */
.site-navigation ul.menu li:last-child {
	font-weight: bold;
}
.header-inner {
	align-items: center;
}

footer {
	display: flex;
	width: 100%;
	justify-content: space-between;
	background-color: #f3f3f3;
	color: #333;
	border-top: 2px solid #f3f3f3;
	padding: 2rem;
}

h2 {
	font-size: 3rem;
}

#dance-arts-logo-background {
	background-image: url('./marble-background.jpg'); /* fallback */
	background-size: cover;
	padding: 2rem;
}

#dance-arts-logo {
	max-width: 768px;
	/* padding: 2rem; */
	margin: auto;
	border: solid 2rem rgba(8, 8, 8, 0.3);
	box-sizing: content-box;
}

#dance-arts-logo img {
	display: block;
}

footer .site-navigation ul.menu {
	display: block;
}

footer a {
	display: block;
	margin-top: 0.5rem;
	border: 0 !important;
}

footer .social img {
	width: 50px;
}

footer .social {
	margin-top: 1rem;
}

a {
	color: #333;
}

.copy {
	background-color: rgb(127, 127, 127);
	padding: 1rem 2rem;
}

h3 {
	font-size: 2rem;
}
address {
	font-size: 1rem;
}
button:hover {
	opacity: 0.9px;
}

main {
	font-size: 1.2rem;
}

p {
	/* font-size: 1.1rem; */
	margin: 2rem auto;
}

h4 {
	font-size: 1.5rem;
}

.flex-columns {
	display: flex;
}

main section {
	margin-top: 5rem;
}
.flex-columns > div {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0.5rem;
	padding: 1rem 0.5rem;
	text-align: center;
}

h5 {
	font-size: 1.6rem;
	margin: 0;
	margin-bottom: 0.5rem;
}

address {
	margin: 0;
}

.flex-columns > div > img {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	object-fit: cover;
}
.flex-columns > div > h4 {
	text-align: center;
	color: #9f111b;
}

i.hamburger {
	font-size: 2rem;
	font-style: normal;
	margin: 0 1rem;
	margin-top: -5px;
	color: #333;
}

p {
	font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
.site-footer:not(.footer-stacked) .footer-inner .copyright, .site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    text-align: left!important;
}
.site-footer button, .button, 
/*.elementor-button, 
.elementor-button-wrapper .elementor-button, 
.elementor-button-wrapper .elementor-button.elementor-size-md 
*/
{
margin: 0;
}
}
@media screen and (max-width: 992px) {

.site-navigation-dropdown ul.menu li>ul>li {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
background-color: lightgray;
}

	.programs > .program {
		flex: 1;
		flex-basis: 100%;
	}
	.elementor-section {
		padding: 1rem;
	}

	.header-inner .register {
		display: none;
	}

	.flex-columns,
	footer {
		flex-direction: column;
	}

	footer > div {
		margin-top: 1rem;
	}

	header > .buttons {
		margin: 0;
	}

	h1 {
		font-size: 1.5rem;
		flex-grow: 1;
	}
}
.site-footer .footer-inner, .site-header .header-inner {
    max-width: 1400px!important;
    margin: 0 2rem!important;
}

.single-instructors h1, .single-instructors h2, .single-instructors h3 {
text-align: center;
}
.single-instructors .page-header {
	margin-top: 1rem;
	text-align: center;
}
.single-instructors .page-header img {
	width: 250px;
	display: block;
	margin: auto;
}
