/*
    Theme Name:     Adeptio
    Description:    Adeptio theme
    Template:       neve
    Version:        1.0.0
    Author:         Inventis
    Text Domain:    adeptio
*/

#sticky-header-menu {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.sticky-header {
    background-color: rgba(51,51,51, 0.7) !important;
}

#sticky-header-menu + section {
    padding-top: 100px;
}

.elementor-239 {
    height: 100px;
}

#mega-menu-primary {
    text-align: center !important;
}

#mega-menu-primary .mega-menu-link {
    color: white !important;
    font-size: 20px !important;
    font-family: Quicksand !important;
}

#mega-menu-primary > .mega-menu-item {
    height: 100px !important;
}

#mega-menu-primary > .mega-menu-item > a {
    height: 100px !important;
    padding-top: 23px !important;
    padding-right: 25px !important;
}

#mega-menu-primary .mega-sub-menu a {
    background: #333 !important;
    padding-top: 10px !important;
    padding-left: 15px !important;
    padding-bottom: 10px !important;
}

#mega-menu-primary .mega-sub-menu a:hover {
    background: #666 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 265px;
}

.form-subsection {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px !important;
}

.text-red {
    color: red;
}

.events-table td {
    border: 1px solid black;
}

.event-list-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.event-wrap:hover {
    transform: scale(1.05);
}

.event-wrap {
    background-color: #EA202E;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: 20px;
    transition: transform 0.5s;
}

.event-content {
    height: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.event-city {
    height: 33%;
    padding-top: 15%;
    padding-left: 44px;
    padding-right: 44px;
}

.event-address {
    height: 33%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.event-date {
    height: 33%;
    padding-left: 44px;
    padding-right: 44px;
}

.event-divider {
    position: absolute;
    width: 212px;
    left: 44px;
}

.divider-1 {
    top: 32%;
}

.divider-2 {
    bottom: 34%;
}

.event-address hr {
    position: absolute;
    left: 44px;
    bottom: 0;
    width: 212px;
}

.list-unstyled {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.text-center {
    text-align: center;
}

#contact-form {
    margin-top: 50px;    
}

#contact-form label {
    width: 98%;
    line-height: 1.5;
}

#contact-form input, #contact-form textarea {
    margin-top: 10px;
    width: 100%;
}

.overlap-caption {
    margin-bottom: 0 !important;
}

.overlap-caption figcaption {
    position: absolute;
    bottom: 7px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    background-color: rgba(255,255,255, 0.7);
    font-size: 18px;
    font-weight: bold;
}

.overlap-caption figcaption a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #404248;
    text-decoration: none !important;
}

.aboutus-column {
    /*border-width: 1px !important;*/
    border-style: solid;
    border-color: #000000;
    border-radius: 30px !important;
    /*background-color: #F3F3F2;*/
}

.wp-block-image {
    text-align: center;
}

.aboutus-column li {
    margin-top: 0px;
    margin-bottom: 10px;
}

.aboutus-column a {
    color: #404248;
    text-decoration: none !important;
}

.download-button {
    position: absolute;
    width: 35%;
    right: 0;
    top: 4px;
    margin-right: 14px !important;
}

#header-title-column .elementor-widget-text-editor, .header-title p {
    margin-bottom: 0;
}

#header-title-column a {
    color: white;
}

#header-title-column a:hover {
    text-decoration: none;
}

.wpcf7-form select {
    width: 100%;
    height: 40px;
}

.wp-block-coblocks-accordion-item__title {
    border-bottom: 1px solid darkgrey;
    border-radius: 0;
}

.leaflet-map {
    z-index: 10;
}

.wp-block-coblocks-accordion-item details summary::before {
    content: "+";
    background-color: #eb202d;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-right: 10px;
}

.wp-block-coblocks-accordion-item details[open] summary::before {
    content: "-";
}

.wp-block-coblocks-accordion-item summary::marker {
    content: "";
}

.slider-flag {
    position: absolute !important;
    top: 10%;
    right: 5%;
}

@media (max-width: 959px) {
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        background-color: #333 !important;
    }
    
    #sticky-header-menu + section {
        padding-top: 40px;
    }
    
    .elementor-239 {
        height: 40px;
    }
    
    #wpadminbar {
        position: fixed;
    }
    
    .overlap-caption figcaption {
        bottom: 16px;
    }
}

@media (max-width: 768px) {
    .download-button {
        top: 10px;
    }
}