/**
 *
 * Custom.css file helps you override css style elements defined in style.css and the skins too. Very handy for customization without touching the
 * theme code.
 * You may want to backup and retain this file when updating the theme to retain customizations.
 *
 */


.inner { max-width: 1240px; }

#header { background: rgba(255, 255, 255, 0.96); }
#top-header-area { border-bottom: 1px solid #403F4D;background-color: #3c3c3c; }
#top-header-area .contact-info{ display:none!important; }

.site-header{ box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075); }
.site-header .inner .wrap{ display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;
    align-items: center;-ms-flex-pack: justify;justify-content: space-between; }

.site-branding{ float:none;top:auto;bottom:auto;padding:.5rem 0; }
.site-title { display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: relative;margin-bottom:0;max-width: 250px; }

#header.sticky .site-branding, #header.sticky #site-logo{ top:0!important; }

#primary-menu { margin-right:0;font-size: 15px; }

#container, #main{ background-color: #fff; }

.active a{ text-decoration:underline;}

#title-area{ background-color: #696969;display: -ms-flexbox;display: flex;
    -ms-flex-align: center;align-items: center; }
#title-area, #custom-title-area{ position:relative; }
#title-area .inner, #custom-title-area .inner{ z-index:1;position:relative;flex-grow:1; }
#title-area.skrollable::before, #custom-title-area.skrollable::before{ content:' ';position:absolute;top:0;bottom:0;left:0;
    right:0;background-color:rgba(0,0,0,0.1);height:100%;visibility: visible;z-index:0; }
#title-area .inner .loop-title, #custom-title-area .inner .loop-title{ margin-bottom:0; }

#footer-bottom { color: inherit;background-color: #ffffff; }

.sidebar .social-networks-widget .social-list li{ padding-top:0; }

#ptd-slider{ min-height: 500px!important;margin-bottom:2rem;}


.application-form{ border-radius: .3rem;background-color:#444;overflow:hidden;color:#fff; }
.applyTitle{ background-color: #DB1B52;text-align:center;padding:1rem;position:relative; }
.applyTitle>h2{ margin-bottom:0;line-height:1.15;font-size:1.25rem;font-weight:900;color:#fff; }
.applyTitle::after{ content:' ';position:absolute;width: 0;height: 0;border-left: 20px solid transparent;
    border-right: 20px solid transparent;border-top: 20px solid#DB1B52; top:100%;left:50%;margin-left:-15px; }

.application-form .form-control::-webkit-input-placeholder { color: #9ea0a0; }

.application-form form{ padding: 2rem .5rem .75rem .5rem; }
.form-row{ display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center; }
.form-row .span2{ padding:0 .25rem;margin-bottom:.65rem;width:50%; }
.application-form .form-control{ width:100%;border-radius: .25rem;color:#444; }
.application-form a { color:#cd9e43 !important; }

.notes { line-height: 1.15;text-align:center;font-weight: normal;color: #f5f5f5;
    font-size: 14px;text-overflow: clip; }

.form-btn-container{ text-align:center; }


.sidebar .form-row, .course-sidebar .form-row{ -ms-flex-direction: column;flex-direction: column; }
.sidebar .form-row .span2, .course-sidebar .form-row .span2{ width:100%; }

.application-form .button{ background-color:#DB1B52;border-radius:.3rem;width:100%;max-width:300px; }
.application-form .button:hover, .application-form .button:focus{ background-color:#fff!important;color:#DB1B52!important; }

.frontpage-application-form-holder{ max-width:700px;margin:0 auto; }

.popupWrapper {
    position:fixed;top:0;left:0;height:100vh;width: 100vw;z-index: 9999;
    background-color: rgba(0,0,0,0.5);backdrop-filter: blur(2px);
    display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;
    -ms-flex-pack: center;justify-content: center;
}
.errorsBox{ border-radius: .3rem;padding:1.25rem;background-color:#fff;width:100%;max-width:700px; }
.close-icon{ border:none!important;background-color:transparent!important;padding:.5rem;color:#444!important;opacity:.5;font-size:1.6rem;float:right; }
.close-icon:hover{ border:none!important;background-color:transparent!important;opacity:.8;color:#444!important; }

.popupWindowError{ color:red; }
.terms-error{ margin-bottom:1rem;margin-top:.5rem; }
.widget.widget_nav_menu ul li.current_page_item > a {
    color: #fff!important;
}
#primary-menu > ul.menu > li > a {
    padding: 0 15px;
}
#cn-accept-cookie {
    background-color: #009640!important;
}
@media (min-width: 768px){
    
}

@media (min-width: 1300px){
    .frontpage-application-form-holder{ max-width:400px;position:absolute;right:10rem;z-index:100;top:200px; }
    .frontpage-application-form-holder .application-form{ box-shadow:0 .5rem 1rem rgba(0,0,0,.15); }
}

@media (max-width:991.98px){
    body.layout-2c-l #main .inner{ display:block; }
    body.layout-2c-l #main .inner #content{ width:100%;margin-right:0; }
    body.layout-2c-l #main .inner #sidebar-primary{ width:100%;margin:0 auto;max-width: 300px; }

    #ptd-slider{ min-height: auto!important;}
}

@media (max-width:767.98px){
    #top-header-area{ display:none; }        
}

