/****************** GENERAL STYLING ********************/

:root {
    --oueb-fontSizeSmall: 14px;
    --mainColor: #ec9927;
    --mainDarkerColor: #d78c26;
    --mainLighestColor: #ffebd1;
    --formButtonColor: #643304;
    --blackColor: #2e1e0f;

}





/**************** HEADER *******************/
/*** TOPBAR **/
.cw-top-header {
    background-color: var(--mainLighestColor);
}
.cw-top-header * {
    font-size: var(--oueb-fontSizeSmall);
}
.cw-top-header p {
    color: #000;
}
.cw-top-header a {
    color: #000;
}
.cw-top-header a:hover span {
    text-decoration: underline;
}

.cw-top-header .left-content p i {
    color: #000;
}
.cw-top-header .right-content .link {
    text-decoration: none;
    margin-left: 17px;
    display: flex;
    align-items: center;
}
.cw-top-header a i {
    margin-right: 5px;
    font-size: 18px;
}
@media screen and (min-width: 1200px) {
    .cw-top-header .left-content {
        padding-left: 150px;
    }
}
/** END TOPBAR **/

/** NAV BAR **/ 
.navbar-area .navbar .navbar-brand {
    position: absolute;
    top: -35px;
}
.navbar-area.is-sticky .navbar .navbar-brand {
    top: 0;
    position: static;
}
.navbar-area.is-sticky .navbar .navbar-brand img {
    width: 80px;
}

/* Mobile menu */
@media only screen and (max-width: 1199px) {
    .elearniv-responsive-nav .mean-container a.meanmenu-reveal {
        width: 30px;
    }
    .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav {
        margin-top: 65px;
    }
    h3.mega-menu-column-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0 30px;
    margin-bottom: 10px;
    }

    .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li:first-child {
        border-top: 1px solid #eeeeee;
    }

    .mega-menu-wrapper .megamenu-submenu li {
        border-bottom: 1px solid #eeeeee !important;
        display: flex;
    }

    .mega-menu-wrapper .megamenu-submenu li a {
        margin: 9px 0 8px 0 !important;
    }

    .elearniv-responsive-nav .mean-container a.meanmenu-reveal span {
        height: 2px;
    }
}
@media only screen and (max-width: 1199px) {

}
/** END NAV BAR **/
/**************** END HEADER *******************/


/********* TITLE BAR **************/
.page-title-content h2 {
    margin-top: 30px;
}


/******** MENU ************/
.elearniv-nav .navbar ul.megamenu-submenu {
    margin-bottom: 40px;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a,
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    font-size: 15px;
    font-weight: 600;
}
.elearniv-nav .navbar .mega-menu-wrapper .mega-menu-column-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 17px;
    position: relative;
}
.elearniv-nav .navbar .mega-menu-wrapper .mega-menu-column-title:after {
    content: ' ';
    width: 75px;
    height: 2px;
    background: #EC9927;
    position: absolute;
    left: 0;
    bottom: -4px;
}

/*************** MAIN PAGE ****************/
.oueb-home-banner {
    background-image: url('../images/12ou-elisaveta-bagryana-hero.webp');
}


/*** Home Page News OWL Slider ***/

.owl-carousel .owl-stage{
    display: flex;
}
#index-latest-news .single-blog-post {
    background: #fff;
}
#index-latest-news .single-blog-post .post-content {
    padding: 0 15px 15px 15px;
}

/****************** NEWS ***************/
.single-blog-post {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Main Image */
.blog-details-desc .article-image img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

/* Entry Meta */
.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 22px;
    color: var(--blackColor);
}
.svg-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--blackColor);
}

.single-blog-post .post-content h3,
.single-blog-post-box .post-content h3 {
    font-size: 18px;
}
.single-blog-post .post-image a img,
.single-blog-post-box .post-image a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/** Author **/
.blog-details-desc .article-author {
    margin-bottom: 40px;
}
.blog-details-desc .article-author .author-profile {
    padding: 0 20px;
}
.blog-details-desc .article-author .author-profile .author-profile-title {
    margin: 10px 0;
}
.blog-details-desc .article-author .author-avatar img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 3px solid var(--whiteColor);
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
    margin-top: 0;
}

/** Gallery **/
.article-gallery  {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
}
.gallery-area .gallery-title {
    line-height: initial;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
}

.gallery a {
    transition: initial;
    cursor: pointer;
}

/****************** END NEWS ***************/



/******** FOOTER ***********/
.footer-area {
    background-color: var(--mainColor);
    background-image: linear-gradient(rgb(24 16 2 / 78%), rgb(50 34 4)), url(/public/images/12ou-elisaveta-bagryana-hero.webp);
    background-position: center;
    background-size: cover;
}
.footer-bottom-area {
    border-top: 2px solid var(--mainDarkerColor);
}
.single-footer-widget .social-link li a {
    background-color: var(--mainDarkerColor);
}

.lines .line {
    background: rgb(76 72 63 / 15%);
}
.lines .line::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d78c26 75%, #ffffff 100%);
}


/******* TEACHERS ***********/
.cw-college-staff .img .content {
    left: 0;
}


/********* ABOUT US *******/
audio::-webkit-media-controls-play-button,
    audio::-webkit-media-controls-panel {
    background-color: #fff;
    color: #fff;
}


/***** DOCUMENTS ******/
.courses-meta {
    min-width: 125px;
}
.courses-details-desc-style-two .courses-curriculum ul li a::before {
    content: "\f11d";
}


/**** END DOCUMENTS *****/
/***** E USLUGi ******/
.op-features-box {
    margin-bottom: 25px;
}
.op-features-box h3 {
    font-size: 18px;
}
.op-features-box .anchor-overlay {
    left: 0;
    top: 0;
}
/******* CONTACTS ********/
.contact-form {
    background-image: url(../../public/assets/img/shape/register-shape.webp);
}
.contact-form form input, .contact-form form textarea {
    background-color: rgb(137 98 45 / 78%);
}
.contact-form form .default-btn {
    background-color: var(--formButtonColor);
}