/*!
Theme Name: gmgs
*/
#wpadminbar ul {
    overflow: unset;
}
.form-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 999999;
}
.is-sending .form-loading {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.pa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    z-index: 1;
    margin: -2rem 0 0 -2rem;
    border-width: .4rem;
    border-style: solid;
    border-color: #A87534 #A87534 #A87534 rgba(0,0,0,.1);
    border-radius: 50%;
    animation: cssload-spin 1325ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}
.plyr__control {
    min-height: auto;
}

.menu-item font:first-letter {
	text-transform: uppercase !important;
}

.nav .menu-item font:first-letter, .footer .menu-item font:first-letter {
	text-transform: uppercase !important;
}
.ndd-annotator-container-fullscreen .ndd-annotator-fullscreen {
	margin: -90px 0px 0px -54px !important;
}
.pswp {
	z-index: 9999999 !important;
}
#google_language_translator {
	display: none !important;
}
.wp-video {
	width: 100% !important;
}
video, iframe {
	width: 100%;
	height: calc(100%*9/16);
}