span.breadcrumb_last {
    color: #b3acb3;
}
div#listing-article .content a {
    color: #e30a0b;
}
.main-banner .title h2 {
    font-size: 30px;
    text-transform: inherit;
    padding: 0;
    color: #373538;
    font-family: gotham_blackregular;
}

.main-banner .title {
    position: relative;
    padding-right: 150px;
}

#Single-article .aside-right.col-md-4 h3,
#Single-article .aside-right.col-md-4 h5 {
    color: #373538;
}

.main-banner .title a.title-btn {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #e30a0b;
    /* height: 42px; */
    /* width: 124px; */
    padding: 10px 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .1s ease-in;
    border: solid 1px #e30a0b;

}

.main-banner .title a.title-btn:hover {
    background-color: #fff;
    color: #e30a0b;
}

#Single-article main.left.col-md-8 {
    width: 73%;
    float: left;
}

#Single-article .aside-right.col-md-4 {
    width: 27%;
    padding-left: 22px;
    float: left;
}

.img.contact-img-aside {
    width: 72px;
    height: 83px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.aside-contact .contact-details {
    width: calc(100% - 72px);
    float: left;
    /*padding-left: 17px;*/
}

.contact-details span a {
    color: #373538;
    font-weight: 400;
}

.aside-contact .img.contact-img-aside {
    float: left;
}

.event-details-wrapper {
    /* display: flex;
    flex-wrap: wrap; */
}

.event-details-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

.cours-details {
    padding: 10px;
    float: left;
}

.event-details-wrapper .cours-details h4 {
    padding: 0;
    color: #e30a0b;
    margin: 0;
    margin-bottom: 15px;
}



.event-details-wrapper .col-md-1 {
    width: 22%;
}

.event-details-wrapper .cours-details.col-md-2 {
    width: 19%;
}

.event-details-wrapper .cours-details.col-md-3 {
    /* width: 26%; */
}

.event-details-wrapper .cours-details.col-md-4 {
    width: 16%;
}

.event-details-wrapper .cours-details.col-md-5 {
    width: 17%;
}




.border-btm {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;

}

.border-btm:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: #d8d0d0;
}

.person-details-main .img {
    height: 297px;
    width: 299px;
    float: left;
    margin-top: 5px;
    background-position: center;
    background-size: contain;
}

.person-details-main .person-details {
    float: left;
    width: calc(100% - 300px);
    padding-left: 41px;
}

.person-details-main .person-details p {
    line-height: 2.3;
    color: #373538;
    font-weight: 400;
}

.upcoming-events h5 {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 13px;
}

.contact-details span {
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.aside-contact.clearfix .contact-details span {
    padding-left: 26px;
    margin-bottom: 0;
    padding-bottom: 7px;

}

.contact-details span:after {
    content: '';
    display: block;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-details .email:after {
    background-image: url(/wp-content/themes/drk-premium-theme/images/mail-icon.svg);
    width: 20px;
    height: 16px;
}

.contact-details .phone-number:after {
    background-image: url(/wp-content/themes/drk-premium-theme/images/phone-icon.svg);
    height: 22px;
    width: 14px;
}

.aside-contact .contact-details .email:after {
    width: 15px;
    top: 4px;
}

.aside-contact .contact-details .phone-number:after {
    width: 10px;
    top: 3px;
}

.the-person-behind .title h2 {
    font-size: 30px;
    color: #373538;
    margin-bottom: 31px;
    margin-top: 0;
    padding-top: 4px;
}

.aside-right .contact-person h3 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 33px;
    font-size: 18px;
    /* line-height: 27px; */
    line-height: 1.5;
}

.aside-right .upcoming-events-wrapper h3 {
    font-size: 18px;
    padding-bottom: 13px;
    margin-top: 40px;
}

.person-details h3 {
    margin-top: 0;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-top: 0;
    color: #373538;
    font-weight: 700;
    font-family: "Verdana", Helvetica, sans-serif;
}

.the-person-behind {
    padding-bottom: 29px;
}

.aside-contact .contact-details h5 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}

main.left.col-md-8 .content {
    padding-bottom: 25px;
    padding-top: 5px;
}

main.left.col-md-8 .content p {
    line-height: 2.3;
    color: #373538;
}

.person-details .contact-details {
    margin-top: 36px;
}

.person-details .contact-details span.phone-number:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #d8d1d1;
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 230px;
    bottom: 0;
}

span.phone-number {
    padding-bottom: 11px;
    margin-bottom: 19px;
    padding-top: 5px;
}



.upcoming-events p a {
    color: #e30a0b;
    font-weight: 400;
    padding-right: 15px;
    display: inline-block;
    position: relative;
}
.upcoming-events p a:after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    background-image: url(/wp-content/uploads/right-arrow-red.png);
    position: absolute;
    right: 0;
    top: 6px;
    background-repeat: no-repeat;
}

.view-all .btn {
    /* width: 222px; */
    border: 1px solid #e30a0b;
    border-radius: 1px;
    color: #e30a0b;
    padding: 10px 30px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    max-width: 250px;
    font-size: 13px;
}

.view-all .btn:hover {
    background: #e30a0b;
    color: #fff;
}

.upcoming-events {
    margin-bottom: 20px;
}

.main-banner .image-wrapper img {
    width: 100%;
    margin-top: 5px;
}


/* ************* Form Styles  ****************** */
form#signUp-from .form-control {
    border-radius: 0;
    height: 50px;
    border: 1px solid #c9c5c5;
}

form#signUp-from .form-group {
    margin-bottom: 30px;
    background: transparent;
    width: 100%;
}

form#signUp-from .form-group label {
    font-weight: 700;
    margin-bottom: 12px;
    color: #373538;
    
    font-family: "Verdana", Helvetica, sans-serif;
}

form#signUp-from {
    background: #fff;
    padding: 40px 115px 67px 115px;
    margin-top: 58px;
    border: 1px solid #c9c5c5;
    position: relative;
   
}

form#signUp-from .form-heading {
    font-size: 30px;
    color: #373538;
    margin-bottom: 36px;
    margin-top: 0;
    padding-top: 0;
}

.form-button .form-btn {
    background-color: #e30a0b;
    width: 250px;
    /* height: 42px; */
    border-radius: 1px;
    color: #fff;
    border: 0;
    padding: 11px 10px;
    margin-top: 9px;
    max-width: 100%;
    border: solid 1px #e30a0b;
    transition: .1s ease-in;
    font-weight: 700;
}

.form-button .form-btn:hover {
    background-color: #fff;
    color: #e30a0b;
}

#Single-article {
    padding-bottom: 100px;
}



/* bread crumb */
#Single-article .breadcrumb,
#listing-article .breadcrumb {
    background: transparent;
    padding-left: 0;
    padding: 42px 10px 25px 0px;
}

.req label.form-label:after {
    content: '*';
    display: block;
    color: #e30a0b;
    position: absolute;
    right: 0px;
    top: 0;
    font-family: "Verdana", Helvetica, sans-serif;
}

.req label.form-label {
    position: relative;
    padding-right: 11px;
}
input#year-of-birth {
    max-width: 210px;
}

input#post-number {
    max-width: 210px;
}

/* ***************************  Event single  ********************************* */
#listing-article .content p {
    /* line-height: 23px; */
    line-height: 1.8;
    margin-bottom: 19px;
    max-width: 760px;
}
a.btn-show-more {
    display: block;
    background: linear-gradient(#d8c8ca 0%, #e7ddde 51%, #f0e9ea 100%);
    border: 1px solid #cbb6b8;
    color: #e30a0b;
    text-align: center;
    padding: 10px 10px;
    max-width: 855px;
    font-family: gotham_blackregular;
    margin-bottom: 40px;
    margin-top: 38px;
    transition: .3s ease;
    font-size:14px;
    cursor: pointer;
}
a.btn-show-more:hover{
    opacity: .7;
}

a.red-link {
    color: #e30a0b;
}

.events .img span {
    background-color: #e30a0b;
    /* width: 139px; */
    /* height: 38px; */
    display: inline-block;
    color: #fff;
    padding: 9px 13px;
    text-transform: uppercase;
    font-family: gotham_blackregular;

}

.col-md-9.upcoming-courses-events {
    padding-right: 27px;
}

.events .img {
    width: 181px;
    float: left;
    height: 129px;
    margin-top: 6px;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

.events .event-details-wrapper {
    width: calc(100% - 181px);
    float: left;
    padding: 0 10px 0 27px;
}

.event-details-wrapper p {
    /* line-height: 22px; */
    line-height: 1.7;
    margin-bottom: 7px;
    color: #373538;
}

.event-wrapper .events {
    margin-bottom: 53px;
}

.events .event-details-wrapper h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: #373538;
    font-family: gotham_blackregular;
}

.title-event-listing h2 {
    padding: 13px 30px;
    background-color: #656565;
    color: #fef5f5;
    margin-bottom: 30px;
    font-size: 17px;
}
.title-event-listing .title-mobile{
    display: none;
}
.events .events-details {
    display: flex;
}

.events .events-details .details {
    padding-right: 40px;
}

.events .events-details .details:last-child {
    padding-right: 0;
}

.events .events-details .details h4 {
    color: #e30a0b;
    margin-bottom: 0;
}

.category h3 {
    border: 1px solid rgba(201, 197, 197, 0.5);
    background-color: #f6eced;
    padding: 14px 20px 14px 20px;
    margin-bottom: 0;
    font-size: 15px;
    color: #767277;
    font-weight: 700;
    font-family: "Verdana", Helvetica, sans-serif;
}

.category h3 span {
    position: absolute;
    right: 15px;
    top: 21px;
}

.category h3 span {
    position: absolute;
    right: 15px;
    top: 21px;
}

ul.category-list li {
    list-style: none;
    margin: 0;
    padding: 14px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
}

ul.category-list li p {
    margin-bottom: 0;
    color: #000000 !important;
}
ul.category-list li p a{
    color: #000000 !important;
}
 
div#listing-article p {
    color: #373538;
}


/* ***************************** popup styles ********************************** */


.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup {
    max-width: 700px;
    background: #fff;
    position: relative;
}
.popup .close-btn{
    position: absolute;
    right: 23px;
    top: 23px;
    border: none;
    background: transparent;
    cursor: pointer;
}
.popup .header-popup h2 {
    font-size: 30px;
    text-transform: inherit;
    color: #373538;
    margin: 0;
    padding: 0;
}

.popup .header-popup {
    padding: 32px 10px;
    background-color: #f6eced;
    text-align: center;
}

.popup .text {
    padding: 35px 125px 20px 125px;
    text-align: center;
    line-height: 1.9;
    line-height: 29px;
}

.btn-wrapper {
    padding: 11px 15px;
    text-align: center;
    padding-bottom: 64px;
}

.btn-wrapper .btn {
    background: red;
    background-color: #e30a0b;
    color: #fff;
    padding: 9px 21px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
    border:solid 1px #e30a0b;
    transition: .1s ease;
}
.btn-wrapper .btn:hover {
    background: transparent;
    color: #e3080c;
}















/* ***************************** Responsive   **************************************** */

@media (max-width:1024px) {
    #Single-article main.left.col-md-8 {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    #Single-article .aside-right.col-md-4 {
        width: 100%;
        float: none;
    }

    .cours-details {
        min-width: 140px;
    }
}



@media (max-width:768px) {
    div#listing-article .container {
        padding: 0 10px;
    }
    #Single-article .container {
        padding: 0 15px;
    }
    .event-wrapper .events {
        margin-bottom: 25px;
    }
    .btn-show-more {
        margin-top: 0;
    }
    .col-md-3.category-wrapper {
        margin-bottom: 25px;
    }
    .title-event-listing .title-desktop{
        display: none;
    }
    .title-event-listing .title-mobile{
        display: block;
    }
    .row.upcoming-events-wrapper {
        display: flex;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .events .events-details .details h4 {
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 4px;
    }

    .events .event-details-wrapper {
        width: calc(100% - 125px);
    }

    .event-details-wrapper p {
        /* line-height: 22px; */
        font-size: 11px;
    }

    .events .event-details-wrapper h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .events .img span {
        padding: 5px 14px;
        font-size: 9px;
    }

    .events .img {
        width: 125px;
        height: 100px;
    }

    form#signUp-from {
        padding: 40px 35px;
    }

    .person-details-main .person-details {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .person-details-main .img {
        float: none;
    }

    form#signUp-from .form-control {

        height: 35px;

    }

    form#signUp-from .form-group {
        margin-bottom: 15px;
    }

    .the-person-behind .title h2 {
        margin-bottom: 5px;
    }
    
    #Single-article {
        padding-bottom: 50px;
    }

    .main-banner .title h2 {
        font-size: 25px;
    }

    div#Single-article .breadcrumb {

        padding: 3px 10px 9px 0px;
    }
    .col-md-9.upcoming-courses-events {
        padding-right: 10px;
    }
    form#signUp-from .form-group label {
        margin-bottom: 5px;
      }
}

@media (max-width:540px) {

    .events .img {
        float: none;
        width: 100%;
    }
    .events .event-details-wrapper {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
  
}

@media (max-width:460px) {
    .main-banner .title a.title-btn {
        margin-bottom: 10px;
        display: inline-block;
        position: static;
    }

    .main-banner .title {
        padding-right: 0;
    }
}


 div#error-msg {
    font-weight: bold;
    color: red;
}


.single-banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 458px;
}
@media (max-width:1200px){
   .single-banner-image {
   height: 35vh;
   min-height: 150px;
} 
}

a.custom-pointer {
    pointer-events: none;
    cursor: default;
}
.events .event-details-wrapper h3 a {
    color: #5a585b;
}

@-webkit-keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loader {
    border: 5px solid #00000042;
    border-top-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-05 linear infinite;
    animation: 1s loader-05 linear infinite;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    position: absolute;
}

.loader:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: -.2em;
    left: -.2em;
    border: 5px solid currentcolor;
    border-radius: 50%;
    opacity: .5;
}

.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #7575754d;
    display: flex;
    align-items: center;
    justify-content: center;
}