/*
CTC Separate Stylesheet
Updated: 2023-03-02 09:45:29
*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/**** GENERAL STYLES ****/
.white {
    color: white !important;
}

.white-bg {
    background-color: white !important;
}

.black {
    color: #012F2D !important;
}

.black-bg {
    background-color: #012F2D !important;
}

.light {
    font-weight: 300 !important;
}

.bold {
    font-weight: 700 !important;
}

.admin-bar #masthead {
    /* margin-top: 32px; */
    top: 32px;
}

#masthead {
    z-index: 1080;
    position: sticky;
    top: 0;
}

#homesplash {
    margin-top: -100px;
}

.modal-content button {
    border: 0 none;
    background-color: transparent;
}

.video-container {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.overlay {
    opacity: 0.5;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #012F2D;
    ;
}

.overlay-gradient {
    opacity: 0.4;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, #232323 30%, transparent 100%);
}

.av-center {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.av-bottom {
    display: flex !important;
    justify-content: end;
    flex-direction: column;
}

.photo-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-gsh {
    box-shadow: -10px 10px 0px 0px #33E091;
}

.coverback {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.splide__arrow--next {
    background: rgba(0, 0, 0, 0.3) url('/wp-content/plugins/slide-anything/images/icon_next.png') no-repeat center center !important;
    width: 30px !important;
    height: 40px !important;
    border-radius: 0 !important;
}

.splide__arrow--prev {
    background: rgba(0, 0, 0, 0.3) url('/wp-content/plugins/slide-anything/images/icon_prev.png') no-repeat center center !important;
    width: 30px !important;
    height: 40px !important;
    border-radius: 0 !important;
}

.splide__arrow svg {
    display: none;
}

.heateorSssClear {
    margin: 30px 0;
}




/**** SPECIFIC STYLES ****/

body,
html {
    font-family: "Titillium Web", sans-serif;
    color: #012F2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

html.wprmenu-body-fixed body {
    width: 100vw;
}

html.wprmenu-body-fixed body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff2e;
    z-index: 1999;
}

.negative * {
    color: white !important;
}

#main-content {
    min-height: 300px;
    overflow-x: hidden;
}

a {
    color: #00D975;
    text-decoration: none;
}

a.sectionlink {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #012F2D;
}

.sa_hover_container a:hover {
    text-decoration: underline;
}

#world {
    background-image: url(/wp-content/themes/EGPbs5-child/images/bg.svg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
}

#world2 {
    background-image: url(/wp-content/themes/EGPbs5-child/images/bg-green.svg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
}

.tool1 {
    position: absolute;
    margin-top: -15%;
    margin-left: 65%;
}

.tool2 {
    position: absolute;
    margin-top: 15%;
    margin-left: -5%;
}

.tool3 {
    position: absolute;
    margin-top: 70%;
    margin-left: 55%;
}

/* navigation */
#navigation .logotype {
    /* content: url("/wp-content/themes/EGPbs5-child/images/GRS.svg"); */
    width: 100px;
}

#navigation {
    background: white;
    height: 100px;
    border-bottom: 1px solid #f1f2fa;
    transition: all 0.2s;
}

#navigation.transparent {
    background: transparent;
    border-bottom: 1px solid transparent;
}

ul.navbar-nav li {
    padding: 35px 0;
    margin:0 12px;
    font-size: 16px;
    margin-bottom: 0;
    border-bottom: 4px solid transparent;
}

ul.navbar-nav li:hover,
.navbar-nav li:active {
    border-bottom: 4px solid #00D975;
}

#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 22px;
}

.submenuheader {
    opacity:0;
    transition:transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s, visibility 0s ease 0.4s, left 0s ease 0.4s;
    transform: translateY(-15px);
    visibility:hidden;
    z-index: 3;
    left: -999em;
}

.submenuheader:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
    left:0;
    transition: visibility 0s ease 0s, transform 0.2s ease 0s, opacity 0.2s ease 0s, left 0s ease 0s;
}

.third-level-list {
    display:none;
}

.third-level-list.menu-visible {
    display:block;
}

.menu-visible {
    opacity: 1 !important ;
    visibility: visible !important;
    transform: translateY(0);
    transition: visibility 0s ease 0s, transform 0.2s ease 0s, opacity 0.2s ease 0s, left 0s ease 0s;
    z-index: 999;
    left:0;
}

.second-level-menu > li > h3 {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.2em;
}

.second-level-menu .has-children.active {
    border-right:3px solid #00D975;
}

/*
.navbar-nav li:not(:last-child):after{
    content:"|";
    color: #00D975;
    position: relative;
    left: 12px;
}
*/
#navigation .navbar-nav li a {
    color: #012F2D;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#navigation .navbar-nav li.current_page_item a {
    color: #00D975;
}

/* end navigation */


#homesplash {
    min-height: 100vh;
    background-image: url('/wp-content/uploads/2024/02/back.svg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.header-overlay {
    background: linear-gradient(180deg, #012F2D 22.67%, rgba(1, 47, 45, 0.8) 100%);
}

.header-overlay-img {
    background: linear-gradient(180deg, #012F2D 22.67%, rgba(1, 47, 45, 0.8) 100%);
    background-image: url(/wp-content/themes/EGPbs5-child/images/bg2.svg), linear-gradient(180deg, #012F2D 22.67%, rgba(1, 47, 45, 0.8) 100%);
    background-repeat: no-repeat;
    background-position: top right;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0;
}

.intestazione h1,
.intestazione .title {
    font-size: 48px;
    line-height: 54px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.sliderimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border-radius: 300px 0 0 300px;
}

.sottotitolo {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Caratteri */

h1 {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 32px;
}

.single h1 {
    font-size: 48px;
}

h2,
.tpl-title,
.titolo-sezione {
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.92px;
    margin-bottom: 32px;
}

h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.t1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px !important;
}

.homet1 {
    color: #00D975;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.homet2 {
    color: #012F2D;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    /* 106.452% */
    letter-spacing: -1.86px;
}

.homet3 {
    color: #18615E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.homet2 span {
    box-shadow: inset 0px -20px 0px 0px #00D975;
    display: inline-block;
    text-wrap: nowrap;
}

/* end Caratteri */


/* colors */
.maincolor {
    color: #00D975 !important;
}

.maincolor-bg {
    background-color: #00D975 !important;
}

.darkgreen {
    color: #012F2D !important;
}

.darkgreen-bg {
    background: linear-gradient(90deg, #012F2D 30%, #18615E 100%) !important;
}

.lightgreen-bg {
    background-color: #CCD5D580 !important;
}

.dark-grey {
    color: #678281 !important;
}

.dark-grey h3 {
    color: #012F2D !important;
}

.light-grey {
    color: #DDDDDD !important;
}

.grey-bg {
    background-color: #F5F7F7 !important;
}

/*end colors */


/* buttons */
.main-button,
#searchsubmit {
    border-radius: 10px;
    background: linear-gradient(270deg, #00D975 0%, #18615E 115.81%);
    color: white !important;
    padding: 7px 21px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
}

.main-button.small {
    font-size: 1rem;
    padding: 5px 20px;
}

.second-button {
    border-radius: 10px;
    background: #012F2D;
    color: white !important;
    padding: 7px 21px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.third-button {
    border-radius: 10px;
    background: #00D975;
    color: #012F2D !important;
    padding: 7px 21px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-button:hover,
.main-button:active,
.second-button:hover,
.second-button:active,
.third-button:hover,
.third-button:active {
    background: #00D975 !important;
    color: white !important;
}

.main-button,
.second-button,
.third-button {
    width: fit-content;
    min-width: 150px;
    text-align: center;
}

/* end buttons */

.text-bottom-over {
    position: absolute;
    bottom: 0;
}

p {
    margin-bottom: 0.5rem;
}

.small p {
    margin-bottom: 0;
}

ul li {
    margin-bottom: 10px;
}

.cardtext ul,
.colsx ul {
    list-style-type: none;

}

.cardtext ul li::before,
.colsx ul li::before {
    content: ' * ';
    font-size: 38px;
    color: #00D975;
    position: absolute;
    margin-left: -25px;
    margin-top: -10px;
}


li::marker {
    color: #00D975;

}

.colonna_title {}

.colonna_text {}

.colonna_title h2.number {
    font-size: 3.5rem;
    font-weight: 900;
}

.colonna_title span {
    position: relative;
    text-transform: uppercase;
    min-height: 5px;
    display: block;
}

.borderbluend {
    border-right: 6px solid #1A9EDE;
}

.borderblustart {
    border-left: 6px solid #1A9EDE;
}

.sottotitolo-sezione {
    font-size: 1.6em;
}

.testo-sezione-sx {
    text-align: left;
    margin-right: 15%;
}

.testo-sezione-dx {
    text-align: right;
    margin-left: 15%;
}

.wpcf7-form label,
.wpcf7-form .form-control {
    width: 100%;
    max-width: 100%;
}

.wpcf7-list-item {
    display: block;
    margin: 5px 10px;
}

.form-control {
    padding: 6px 20px;
    border-radius: 10px;
    border: 1px solid #CCD5D5;
    background-color: white;
    font-size: 18px;
    width: 100%;
    max-width: 150px;
    box-shadow: 0px 4px 4px 0px #f3f3f3;
    margin-bottom: 16px;
}

textarea.form-control {
    border-radius: 10px;
}

input {
    border: 1px solid #CCD5D5;
    border-radius: 10px;
}


.newsphoto-aggr {
    width: 100%;
    min-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
}

th {
    background-color: #0079bc !important;
    color: #ffffff !important;
}

th,
td {
    padding: 3px 6px;
}

.shadowed {
    /*filter: drop-shadow(0px 16px 16px rgba(0,0,0,.3));
    -webkit-filter: drop-shadow(0px 16px 16px rgba(0,0,0,.3));
	*/
    box-shadow: 0px 10px 20px 0px rgba(7, 163, 91, 0.10);
}

.imgradius {
    border-radius: 10px;
}

.textnumber {
    font-weight: 700;
    font-size: 80px;
    color: #00D975 !important;
}

#galleryCarousel .carousel-indicators,
#galleryCarouselMobile .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

#galleryCarousel .carousel-indicators li,
#galleryCarouselMobile .carousel-indicators li,
.galleryModalCarousel .carousel-indicators li {
    background: #a3a3a3;
    box-sizing: inherit;
    border-radius: 50%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 12px;
    height: 12px;
}

#galleryCarousel .carousel-indicators .active,
#galleryCarouselMobile .carousel-indicators .active,
.galleryModalCarousel .carousel-indicators .active {
    background: #707070;
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next,
#galleryCarouselMobile .carousel-control-prev,
#galleryCarouselMobile .carousel-control-next,
.galleryModalCarousel .carousel-control-prev,
.galleryModalCarousel .carousel-control-next {
    width: 35px;
}

#galleryCarousel .carousel-control-prev-icon,
#galleryCarousel .carousel-control-next-icon,
#galleryCarouselMobile .carousel-control-prev-icon,
#galleryCarouselMobile .carousel-control-next-icon,
.galleryModalCarousel .carousel-control-prev-icon,
.galleryModalCarousel .carousel-control-next-icon {
    background-color: black;
    width: 20px;
    height: 30px;
}

#galleryCarousel .carousel-item {
    height: 280px;
}

#galleryCarousel .carousel-item .gallery-col-md {
    margin: auto 0px;
}

#galleryCarousel .carousel-item img {
    cursor: pointer;
    max-width: 100%;
}

.gallery-modal img {
    min-width: 200px;
}

#galleryCarouselMobile .carousel-inner {
    width: 80%;
    margin: 0px auto;
}

#galleryCarouselMobile .carousel-inner p {
    font-size: 14px !important;
    margin: 10px !important;
    line-height: normal !important;
}

#galleryCarousel .carousel-inner p {
    font-size: 14px !important;
    margin: 10px !important;
    line-height: normal !important;
}

.galleryModalCarousel {
    position: fixed !important;
}

.col-box {
    display: flex;
    padding: 18px 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    border-radius: 4px;
    min-width: 120px;
    max-width: 180px;
    width: 15%;
    margin: 6px;
}

#btnfiltersbmt {
    border-radius: 50px;
    padding: 5px 10px;
}

.card-form {
    border-radius: 15px;
    border: 1px solid rgba(0, 120, 179, 0.30);
    background-color: white;
    font-size: 18px;
    height: 100%;
}

.card {
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 20px 0px rgba(7, 163, 91, 0.10);
    height: 100%;
}

.bgcard {
    border-radius: 10px;
    overflow: hidden;
}

.bgcard:hover .overlay-gradient {
    opacity: 0.9;
}

.photocard {
    border-radius: 15px;
    background-color: white;
}

.photocard-title {
    color: #012F2D;
}

.photocard-text {
    color: #678281;
}

.photocard-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.plaincard {
    background-color: white;
    border: 2px solid #F6F6F7;
    padding: 20px;
    border-radius: 4px;
}

.plaincard a,
.plaincard a>i {
    color: #00D975 !important;
}

.boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-position: center;
    background-size: cover;
}

.square:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

footer {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
}

footer i {
    font-size: 20px;
}

.lowfooter {
    background: #F5F5F5;
}


pre {
    background-color: #F6F6F7;
    border: 1px solid #f2f3f4;
    padding: 5px 10px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}

.page-link {
    color: #6C6C6C;
    background-color: #fff;
}

.owl-prev,
.splide__arrow--prev {
    left: -30px !important;
}

.owl-next,
.splide__arrow--next {
    right: -30px !important;
}

pre {
    background-color: #0070C6;
    color: white;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.vyt {
    max-width: 800px;
    height: 450px !important;
}

.accordion-button {
    color: #012F2D;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 190.909% */
    border-bottom: 1px solid #f1f2f3;
}

.accordion-body {
    color: #678281;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: none !important;
}

.accordion-item {
    border: 0;
}

.sticky-top {
    top: 120px;
}

.submenuheader,
#submenu-search {
    position: absolute;
    width: 100%;
    background: white;
    border-bottom: 1px solid #f1f2fa;
    border-top: 1px solid #f1f2fa;
    font-size: 18px;
    top: 100%;
    box-shadow: 0px 10px 20px -10px #0003;
}
#submenu-search {
    display: none;
    left: 0;
    z-index: 100;
}

.submenuheader a {
    text-decoration: none;
    color: #012F2D;
}

.submenuheader a:hover {
    text-decoration: underline;
}

.border-start-green {
    border-left: #00D975 1px solid;
}

.wprmenu_bar #custom_menu_icon.hamburger {
    background-color: transparent !important;
    ;
}

.wprmenu_bar.wpr_custom_menu {
    display: none !important;
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown a {
    display: block;
    border: 0;
    background-color: transparent;
    padding: 15px 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background-color: white;
    border: 1px solid #f1f2f3;
}

.link-bottom {
    position: absolute;
    bottom: 35px;
}

.submenu-colsx {
    background: url('/wp-content/themes/EGPbs5-child/images/bg2.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 350px;
}

#carouselExampleFade .carousel-inner .carousel-item {
    padding-bottom: 4.5rem !important;
}

@media (max-width:1350px) {

    .wpr-search-form label {
        display: none;
    }

    .wpr-search-form .wpr-search-field {
        width: 100%;
    }

    #mg-wprm-wrap li.menu-item a,
    #mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
        text-transform: none;
    }
}

@media (max-width:991px) {
    .homet2 {
        font-size: 48px;
        line-height: 50px;
    }

    #custom_menu_icon {
        margin-top: 22px !important;
        padding-top: 0 !important;
    }

    .admin-bar #custom_menu_icon {
        margin-top: 45px !important;
        padding-top: 10px !important;
    }


}

@media (max-width:767px) {
    #carouselExampleFade2 .carousel-inner .carousel-item {
        position: relative;
    }

    #carouselExampleFade2 .carousel-inner .carousel-item::after {
        content: "";
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .navbar-brand {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    #langmenu,
    #custom_menu_icon {
        padding-top: var(--bs-navbar-brand-padding-y) !important;
        padding-bottom: var(--bs-navbar-brand-padding-y) !important;
    }



    .header-overlay .container,
    .header-overlay .row,
    .header-overlay .col-12,
    .header-overlay-img .container,
    .header-overlay-img .row,
    .header-overlay-img .col-12,
    #main-content .coverback .container,
    #main-content .coverback .row,
    #main-content .coverback .col-12 {
        margin-top: 1.5rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .header-overlay .coverback {
        display: none;
    }

    .testo-sezione-sx,
    .testo-sezione-dx {
        position: relative;
        text-align: left;
        margin-left: 0;
    }

    .intestazione h1,
    .intestazione .title {
        font-size: 42px;
    }

    .single .copertina {
        min-height: 600px;
    }

    .bc,
    .tool3 {
        display: none;
    }

    .tool1 {
        position: absolute;
        margin-top: -80%;
        margin-left: 0%;
        right: 0;
    }

    .tool2 {
        position: absolute;
        margin-top: 65%;
        margin-left: -10%;
    }

    /* Caratteri */

    h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        /* 103.448% */
        margin-bottom: 32px;
    }

    .single h1 {
        font-size: 38px;
    }

    h2,
    .tpl-title,
    .titolo-sezione {
        /*color: #00D975!important;*/
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        /* 108.696% */
        letter-spacing: -0.92px;
        margin-bottom: 32px;
    }

    h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 32px !important;
    }

    h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px !important;
    }

    .t1 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px !important;
    }

    .homet1 {
        color: #00D975;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }

    .homet2 {
        color: #012F2D;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        /* 106.452% */
        letter-spacing: -1.86px;
    }

    .homet3 {
        color: #18615E;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    /* end Caratteri */
}

@media (max-width:575px) {
    .second-button {
        padding: 6px 16px;
        font-size: 15px;
    }

    .accordion-button {
        line-height: normal;
    }

    .accordion-button img {
        display: none;
    }

    .intestazione h1,
    .intestazione .title {
        font-size: 34px;
        width: 90%;
        margin-left: 5%;
    }

    .col-box {
        min-width: 28%;
    }

    .form-control {
        max-width: 100%;
    }

    .vyt {
        height: 300px !important;
    }
}

/* MMENu */
.wprmenu_bar {
    cursor: pointer;
}

html .mm-menu--theme-light {
	--mm-color-background: #ffffff;
	--mm-color-border: rgb(0 0 0 / 0.0);
	--mm-color-icon: rgb(0 0 0 / 0.4);
	--mm-color-text: rgb(0 0 0 / 0.8);
	--mm-color-text-dimmed: rgb(0 0 0 / 0.4);
	--mm-color-background-highlight: rgb(0 0 0 / 0.05);
	--mm-color-background-emphasis: rgb(255 255 255 / 0.75);
	--mm-color-focusring: #06c;
}

.mm-navbars.mm-navbars--top,
.mm-navbars.mm-navbars--bottom {
    background-color: #ffffff;
    --mm-color-background: #ffffff;
}

.mm-panel--parent {
	background: #f4f4f4;
}

.mm-listitem__text {
	font-weight: bold;
}

.mm-btn.mm-btn--next::after {
	content: "";
	border-top: 9px solid;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transform: rotate(-90deg);
	left: 50%;
	margin-left: -5px;
}

.mm-menu.mm-menu--offcanvas {
    z-index: 9999;
    top: var(--wp-admin--admin-bar--height, 0);
}

.mm-wrapper--position-bottom .mm-wrapper__blocker,
.mm-wrapper--position-left-front .mm-wrapper__blocker,
.mm-wrapper--position-right-front .mm-wrapper__blocker,
.mm-wrapper--position-top .mm-wrapper__blocker {
    z-index: 9998;
}

.mm-navbar__title>span {
    display: contents;
}

.menu-logo img {
    max-width: 60px;
    height: auto;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}


#post-404 {
	padding: 3rem;
	text-align: center;
}