/**
 * Theme Name: Faige Selevan
 * Version: 1.0
**/

.header .header-menu.menu .submenu {
	z-index: 11;
    padding: 20px 30px;
    background-color: #000c3d;
    width: max-content;
    transition: all 300ms;
}

.header .header-menu.menu .submenu li {
	position: relative;
    padding: 0;
    width: initial;
    border-bottom: 1px solid white;
}


.header .header-menu.menu .submenu li:last-child {
	border-bottom: none;
}

.header .header-menu.menu .submenu li>a {
	color: #EA82FE;
    padding: 15px 0;
	line-height: 1.4;
}

.video iframe {
    width: 100%;
    height: clamp(250px, 53vw, 670px);
}

/*.header .menu-grid-container {*/
/*    padding: 0 clamp(15px, 7vw, 85px);*/
/*}*/

.contact .grid-container {
    padding: 0 clamp(15px, 7vw, 85px);
    max-width: 75rem;
}

/*@media print, screen and (min-width: 40.0625em) {*/
/*    #menu-my-work.header-menu.menu .submenu li>a:hover {*/
/*        color: #000;*/
/*    }*/
/*    .header.scrolled #menu-my-work.header-menu.menu .submenu li>a:hover {*/
/*        color: #000 !important;*/
/*    }*/
/*}*/

.button-section .button-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.button-section .button {
    margin: 0;
}

.m-0 {
    margin: 0;
}

.video-section {
	margin-top: 30px;
}

.footer-form #gform_fields_2 {
    display: flex;
}

.footer-form #field_2_7 {
    width: 50%;
}

@media screen and (max-width: 40.06125em) {
	.footer-form #field_2_7 {
		width: 100%;
		padding-right: 10px;
	}
}

.footer-form #field_2_9 {
    width: 50%;
}

@media screen and (max-width: 40.06125em) {
	.footer-form #field_2_9 {
		width: 100%;
	}
}