/* 20 aug 2021 */

.single-presentations .bg-brown {
    background: #bea787;
}

.single-presentations .text-theme {
    color: #122441;
}

.single-presentations .font-weigth-bold {
    font-weight: bold;
}

.single-presentations .medium_Font {
    font-size: 19px;
    color: #122441;
}

.single-presentations .third .py-4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-presentations .third .px-3 {
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 40px;
}

.single-presentations .rounded {
    border-radius: 12px;
}

.single-presentations .student_Section .second {
    width: 42%;
    margin-left: 36px;
    margin-right: 20px;
}

.single-presentations .presentation__signlePageDesign .third {
    display: none;
}

.single-presentations .student_Section .third {
    width: 20%;
    margin: 0;
    display: block !important;
}

.single-presentations .student_Section .third h3 {
    font-size: 25px;
    color: #142a4c;
}

.single-presentations .student_Section .third p {
    font-size: 23px;
    line-height: 26px;
    font-weight: 100 !important;
    margin-top: 12px;
    letter-spacing: 0px;
}


/* end 20 aug 2020 */

.presenter__container .el_after_av_heading {
    margin-top: 20px;
}

.presenter__container .el_after_av_heading label {
    font-weight: bold;
    font-size: 17px !important;
}

.bolgPage__conatiner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bolgPage__conatiner .template-blog {
    margin: 0;
}

.bolgPage__conatiner .template-blog::after {
    content: "";
    clear: both;
    display: table;
}

.bolgPage__conatiner .template-blog .flex_column {
    margin: 0px;
    padding: 15px;
}

.bolgPage__singleBlogPost {
    box-shadow: rgba(10, 31, 68, 0.04) 0 16px 32px 0;
    border-width: 2px;
    border-style: solid;
    border-color: #edf3f8 !important;
    padding: 15px;
}

.bolgPage__singleBlogPost .fet_img {
    margin: -15px -15px 15px;
}

.bolgPage__singleBlogPost .fet_img img {
    width: 100%;
    display: block;
    height: auto;
}

.bolgPage__singleBlogPost .wpgb-block-term {
    background: #b51f24;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 2px 10px 4px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
}

.bolgPage__singleBlogPost h1 {
    color: #003c4b;
    font-size: 24px;
    line-height: 24px;
    margin: 15px 0px 10px;
    font-weight: bold;
}

.bolgPage__singleBlogPost h3 {
    color: #333;
    font-size: 18px;
    line-height: normal;
    margin: 0px 0px 20px;
}

.bolgPage__singleBlogPost p {
    margin: 0px;
    font-size: 17px;
    line-height: normal;
    color: #666666;
}

.presenter_profile_title {
    padding: 46px 0;
    background-color: #b51f24;
}

.presenter_profile_title h1 {
    font-weight: 100;
    font-size: 34px;
    color: #333;
}


/* sidebar*/

.bolgPage__conatiner .custom_field_set .acf-label label:not(#asd) {
    color: #003c4b;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0px 10px;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}

.bolgPage__conatiner .custom_field_set .acf-input ul.acf-checkbox-list {
    margin-bottom: 20px;
}

.bolgPage__conatiner .custom_field_set .acf-input li {
    margin-bottom: 8px;
    color: #666;
}

.bolgPage__conatiner .custom_field_set .acf-input li label:not(#asd) {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"],
.bolgPage__conatiner input[type="checkbox"] {
    width: auto;
    height: 16px;
    margin-right: 0;
    border: none;
    display: inline-block;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]~span,
.bolgPage__conatiner input[type="checkbox"]~span {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    -webkit-transition: border-color ease 0.25s, background-color ease 0.25s;
    -o-transition: border-color ease 0.25s, background-color ease 0.25s;
    transition: border-color ease 0.25s, background-color ease 0.25s;
    margin-right: 8px;
    margin-bottom: -1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]~span::after,
.bolgPage__conatiner input[type="checkbox"]~span::after {
    content: "";
    content: "";
    position: absolute;
    width: 20px;
    height: 8px;
    margin: 9px -6px;
    border: solid #000;
    border-width: 0px 3px 3px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    -o-transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s, -webkit-transform ease 0.25s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked~span,
.bolgPage__conatiner input[type="checkbox"]:checked~span {
    background: #b51f24;
    border-color: #b51f24;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked~span::after,
.bolgPage__conatiner input[type="checkbox"]:checked~span::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.bolgPage__conatiner .blogPage__resetBtn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    max-width: 300px;
    text-align: center;
    background-color: #003c4b;
    color: #ffffff;
    border-color: #001a29;
    cursor: pointer;
}

.bolgPage__conatiner .blogPage__resetBtn:hover {
    opacity: 0.6;
}


/* end side bar */

.bolgPage__singleBlogPost.presenter__singleBlogPost {
    padding: 0px;
    border: none;
    box-shadow: none;
}

.bolgPage__singleBlogPost.presenter__singleBlogPost .fet_img {
    margin: 0;
}

.presenter__container label {
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.bolgPage__singleBlogPost.presenter__singleBlogPost h1 {
    color: #003c4b;
}

.bolgPage__singleBlogPost.presenter__singleBlogPost p {
    color: #666666;
    font-weight: bold;
}

.bolgPage__singleBlogPost .fet_img {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.bolgPage__singleBlogPost .fet_img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


/* css for single page */

.custom__p15:not(#asd) {
    padding: 15px;
}

.bolgPage__singleBlogPost.presenter__singleBlogPost .fet_img {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.bolgPage__singleBlogPost.presenter__singleBlogPost .fet_img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (min-width: 769px) {
    .presentation__signlePageDesign__col {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
    }
}


/******** END ***********/

@media screen and (max-width: 768px) {
    .bolgPage__conatiner .template-blog {
        margin: 0px 0px;
    }
    .bolgPage__conatiner .template-blog .flex_column {
        padding: 0px 0px 10px;
    }
}


/*** custom radion checks ****/

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"],
.presentation__signlePageDesign label input[type="checkbox"],
.presentation__signlePageDesign label input[type="radio"] {
    width: auto;
    height: 16px;
    margin-right: 0;
    border: none;
    display: inline-block;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]~span,
.presentation__signlePageDesign label input[type="checkbox"]~span,
.presentation__signlePageDesign label input[type="radio"]~span {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    -webkit-transition: border-color ease 0.25s, background-color ease 0.25s;
    -o-transition: border-color ease 0.25s, background-color ease 0.25s;
    transition: border-color ease 0.25s, background-color ease 0.25s;
    margin-right: 8px;
    margin-bottom: -1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]~span::after,
.presentation__signlePageDesign label input[type="checkbox"]~span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 8px;
    margin: 9px -6px;
    border: solid #000;
    border-width: 0px 3px 3px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    -o-transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s, -webkit-transform ease 0.25s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked~span,
.presentation__signlePageDesign label input[type="checkbox"]:checked~span {
    background: #b51f24;
    border-color: #b51f24;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked~span::after,
.presentation__signlePageDesign label input[type="checkbox"]:checked~span::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.presentation__signlePageDesign label input[type="radio"]:checked~span {}

.presentation__signlePageDesign label input[type="radio"]:checked~span {
    background: #b51f24;
    border-color: #b51f24;
}

.presentation__signlePageDesign label input[type="radio"]~span::after {
    content: "";
    width: 10px;
    height: 2px;
    background: red;
    position: absolute;
    left: 3px;
    top: 6.8px;
    transform: rotate(45deg);
    transform-origin: center center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.presentation__signlePageDesign label input[type="radio"]~span::before {
    content: "";
    width: 10px;
    height: 2px;
    background: red;
    position: absolute;
    right: 3px;
    top: 7px;
    transform: rotate(-45deg);
    transform-origin: center center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.presentation__signlePageDesign label input[type="radio"]:checked~span::after {
    background: #000;
    height: 2.5px;
    width: 9px;
    left: 1px;
    top: 7px;
}

.presentation__signlePageDesign label input[type="radio"]:checked~span::before {
    background: #000;
    right: -8px;
    top: 4px;
    width: 20px;
    height: 3px;
}


/*** ends custom radion checks ****/

.presentation__signlePageDesign {
    padding-top: 40px;
    padding-bottom: 40px;
}

.presentation__signlePageDesign h1 {
    color: #003c4b;
    line-height: normal;
    margin: 0px 0px 10px;
    font-weight: bold;
}

.presentation__signlePageDesign span.wpgb-block-term {
    background: #b51f24;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 2px 10px 4px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
}

.presentation__signlePageDesign__col .acf-label label:not(#asd) {
    color: #003c4b;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0px 10px;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}

.presentation__signlePageDesign__col .acf-input label {
    font-weight: normal !important;
}

.presentation__signlePageDesign label input[type="radio"]~span {
    border-radius: 50px;
}

.presentation__signlePageDesign label input[type="radio"]~span::after {}

.custom__p15:not(#asd) {
    padding: 15px;
}

.bolgPage__singleBlogPost h4 {
    color: #000000;
    font-size: 22px;
    margin: 10px 0px;
    font-weight: 600;
}

.bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(3n+1) {
    clear: both;
}
.author .bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(3n+1) {
    clear: both !important;
}
.bolgPage__conatiner .template-blog .custom__flex_column__33 {
    width: 33.33%;
}

@media (min-width: 769px) and (max-width: 991px) {
    .bolgPage__conatiner .template-blog .custom__flex_column__33 {
        width: 49.99%!important;
    }
    #top .no_margin.av_one_fifth {
        width: 30%!important;
    }
    #top .no_margin.av_four_fifth {
        width: 70%!important;
    }
    .bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(2n+1) {
        clear: both;
    }
    .bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(3n+1) {
        clear: initial;
    }
}

@media screen and (max-width: 767px) {
    .bolgPage__conatiner .template-blog .custom__flex_column__33 {
        width: 100%;
    }
}

.bolgPage__conatiner .template-blog>.flex_column.av_one_fifth:nth-child(6n+1) {
    clear: both;
}

.custom_icon_img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 6px;
    object-fit: cover;
}

.author_detail {
    float: left;
    padding-right: 30px;
    /* text-align: center;*/
}

.custom__singleFounderPage__header {
    background-color: #e2e2e2;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.custom__singleFounderPage__header h1 {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
    color: #222222;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}

.custom__singleFounderPage__header .presentation_themes {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: #222222;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: bold;
}

.custom__singleFounderPage .fet_img.author_detail {
    margin: 0;
    width: 100%;
    padding: 0px;
    float: none;
}

.custom__singleFounderPage .fet_img.author_detail img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.custom__singleFounderPage .fet_img.author_detail+ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom__singleFounderPage .fet_img.author_detail+ul img {
    width: 30px;
    height: 30px;
}

.topNoBorder {
    border: none;
}

@media screen and (max-width: 400px) {
    .author_detail {
        float: none;
        padding-right: none;
        text-align: center;
    }
    .inner-container {
        height: auto;
    }
}


/*------------css added fro listing----------------------*/

.custom_field_set .date-serach-ul {
    width: 100%;
    border-bottom: 1px solid #003c4b !important;
}

.date-serach-ul li.selected {
    background: #b51f24;
    color: #fff !important;
}

.date-serach-ul li:hover {
    background: #b51f24;
    color: #fff !important;
}

.date-serach-ul li:focus {
    background: #b51f24;
    color: #fff !important;
}

.custom_field_set .acf-input .date-serach-ul li label {
    font-weight: 600 !important;
    letter-spacing: .4px;
}

main.template-page.content.av-content-full.alpha.units .custom_field_set {
    margin-bottom: 20px;
}

main.template-page.content.av-content-full.alpha.units .custom_field_set .acf-input .date-serach-ul li label {
    font-weight: 600 !important;
    letter-spacing: .4px;
    font-size: 17px !important;
}

.job_filters ul.acf-checkbox-list.acf-bl {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

.job_filters ul.acf-checkbox-list.acf-bl li {
    margin: 10px;
    padding: 30px 18px;
    background: aliceblue;
    width: 23%;
}

.job_filters ul.acf-checkbox-list.acf-bl li label {
    margin-top: 15px;
    font-size: 18px !important;
    text-align: center;
    display: flex;
    cursor: pointer;
    flex-direction: column;
}

.job_filters ul.acf-checkbox-list.acf-bl li img {
    width: 80px;
    margin: auto;
    background: #ffffff;
    padding: 15px;
    border-radius: 27px;
    object-fit: contain !important;
    margin-bottom: 15px;
}

.job_filters ul.acf-checkbox-list.acf-bl li label input {
    display: none !important;
}

.flex_column.no_margin.fullWidthOn__992 .btn-group {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

.flex_column.no_margin.fullWidthOn__992 .btn-group a {
    width: auto;
    padding: 10px 10px !important;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-blog.list-group-item .flex_column {
    float: unset;
    width: 100%;
}

.template-blog.list-group-item .flex_column .bolgPage__singleBlogPost {
    display: flex;
    flex-direction: row !important;
}

.template-blog.list-group-item .singleBlogPost_img {
    max-width: 180px !important;
    min-width: 180px !important;
    overflow: hidden !important;
}

.template-blog.list-group-item .singleBlogPost_img img {
    width: 100%;
    object-fit: cover;
}

.template-blog.list-group-item .flex_column .bolgPage__singleBlogPost .singleBlogPost_detail {
    margin-left: 20px;
}

.template-blog.list-group-item .bolgPage__singleBlogPost .fet_img {
    margin: 0 !important;
}

.flex_column.no_margin.fullWidthOn__992 .btn-group a img {
    width: 20px;
    object-fit: contain;
    margin-right: 7px;
}

.date-serach-ul li {
    width: auto;
    float: left !important;
    border: 1px solid;
    border-bottom: 0px;
    padding: 8px 15px !important;
    background: #bda786;
    color: #fff !important;
    margin-bottom: 0;
    transition: .2s ease-in-out;
    border-radius: 0px 25px 0px 0px;
    cursor: pointer;
}

.bolgPage__singleBlogPost.partner_blog {
    background: #003c4b40;
}

.custom_field_set .acf-input .date-serach-ul li label {
    font-weight: 600 !important;
    letter-spacing: .4px;
}

.group_header {
    display: flex !important;
    width: 100% !important;
    float: unset !important;
    margin: 15px 0px 0px 15px;
    padding: 5px 10px;
    background: #bca685;
    border-radius: 4px;
    font-weight: 600;
}

.bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(3n+1) {
    clear: none !important;
}

#hiddenvalue {
    display: none;
}

div#result_inner {
    display: flex;
    flex-wrap: wrap;
}

.persenter_img_name {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px 0px;
}

.persenter_img_name .persenter_fet_img {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.persenter_img_name .persenter_fet_img img {
    width: 25px !important;
    height: 25px !important;
    max-width: unset;
    border-radius: 50px;
    display: inline-block;
}

.persenter_img_name h4 {
    margin: 0 !important;
    font-size: 14px !important;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .group_main_div .group_header {
        margin: 15px 0px 10px 0px;
        padding: 8px 15px;
    }
}

@media screen and (max-width: 467px) {
    .job_filters ul.acf-checkbox-list.acf-bl li {
        width: 100%;
    }
}

@media (min-width: 468px) and (max-width: 768px) {
    .job_filters ul.acf-checkbox-list.acf-bl li {
        width: 45%;
    }
}


/****************css for single persentation*****************/

.custom_play_butons a {
    border: 3px solid #003c4c;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 15px 25px;
    background: #bef1ff14;
    margin-bottom: 13px;
    color: #003c4c;
    font-weight: 600;
    transition: .2s ease-in-out;
    text-transform: capitalize;
    max-width: 250px;
}

.custom_play_butons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 25px 17px 0px;
}

.custom_play_butons a img {
    width: 30px;
    padding-right: 12px;
}

.custom_play_butons a:hover {
    background: #d6f6ff;
    color: #1d1d1d;
    text-decoration: unset !important;
}


/****************For author page**********************/

.custom__singleAuthorPage__header .fet_img.author_detail {
    margin: 0;
    width: 250px;
    padding: 0px;
    float: none;
    height: 260px;
    margin-bottom: 10px;
}

.custom__singleAuthorPage__header .fet_img.author_detail img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.custom__singleAuthorPage__header .bolgPage__singleBlogPost .fet_img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    background: #003c4b;
}

.custom__singleAuthorPage__header .fet_img.author_detail {
    width: 240px;
    height: 200px;
}

.custom__singleAuthorPage__header .h-100 {
    height: 100%;
}

.custom__singleAuthorPage__header .d-flex {
    display: flex;
}

.custom__singleAuthorPage__header .flex-column {
    flex-direction: column;
}

.custom__singleAuthorPage__header .fet_img.author_detail img.h-100 {
    width: 100%;
    object-fit: contain;
}

.custom__singleAuthorPage__header .flex_column.d-flex.flex-column.av_one_fourth.flex_column_div.av-zero-column-padding.first ul {
    display: flex;
}

.custom__singleAuthorPage__header .persentation_date {
    margin: 0 !important;
    font-size: 14px !important;
    color: #000;
}

.custom__singleAuthorPage__header .bolgPage__singleBlogPost .wpgb-block-term {
    background: #ffcf01;
    color: #000;
    font-size: 15px;
    line-height: normal;
    padding: 2px 10px 4px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    margin-bottom: 5px;
}


/**************persentation listing * **************************/

.presentation_list_table span.wpgb-block-term {
    background: #ffcf01;
    color: #000;
    font-size: 15px;
    line-height: normal;
    padding: 2px 10px 4px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
    .presentation_list_div {
        overflow-x: scroll;
    }
    .presentation_list_table th {
        line-height: normal;
        font-size: 12px;
        letter-spacing: 0;
    }
    .presentation_list_table tr td {
        padding: 5px;
        vertical-align: top;
        font-size: 12px;
        font-weight: normal;
    }
    .presentation_list_table tr td .presentation_themes .wpgb-block-term {
        line-height: 13px;
        font-size: 13px;
        padding: 4px 6px;
        margin: 0px;
        display: inline-block;
        clear: both;
    }
    .presentation_list_table tr td .persenter_img_name h4 {
        padding-left: 4px;
        font-size: 13px !important;
    }
}

.no_pre_found {
    font-size: 28px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* 20 aug 2020 */

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .single-presentations .student_Section .second {
        width: 60% !important;
        margin-bottom: 18px !important;
    }
    .single-presentations .student_Section .third {
        width: 100% !important;
        margin-bottom: 40px !important;
    }
}


/* //end 20 aug 2020 */

@media screen and (max-width: 767px) {
    ul.acf-checkbox-list.acf-bl.date-serach-ul li {
        border-bottom: 2px solid #142a4c;
    }
}

@media screen and (max-width: 376px) {
    .flex_column.no_margin.fullWidthOn__992 .btn-group {
        display: flex;
        justify-content: flex-end;
        margin-right: 15px;
        flex-direction: column;
    }
    .flex_column.no_margin.fullWidthOn__992 .btn-group a {
        margin: 4px 0px;
    }
}

.editionlabel {
    background-color: #BDA786;
    color: white;
    padding: 3px;
    text-align: center;
    border-radius: 3px;
}

.onlinestreaming {
    background-color: #F3C300;
}


/*Add your own styles here:*/

.page-id-526 .main_color.iconbox_top .iconbox_content {
    background: rgba(255, 255, 255, .8);
    text-align: center;
}

#frm_field_8_container .frm_primary_label {
    display: none;
}

.page-id-526 .main_color.iconbox_top .iconbox_content #field_e49yrl2 {
    display: inline;
    font-size: 25px;
}

.presentation_resources {
    color: #ffffff !important;
    border: 1px solid #fff;
    padding: 10px 25px !important;
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    background: #F3C300;
    border-rasdius: 30px !important;
    text-decoration: none !important;
}

.presentation_resources_icon {
    width: 50px;
}

.presentation_video_div {
    background: #bca685;
    border-radius: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    padding: 40px 60px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 50px !important;
}

.presentation_video_div a.presentation_video_link {
    color: #ffffff !important;
    border: 1px solid #fff;
    padding: 10px 25px !important;
    display: flex;
    justify-content: center !important;
    align-items: center;
    background: #b51f24;
    border-radius: 30px !important;
    text-decoration: none !important;
}

.conference_edition {
    color: #ffffff !important;
    border: 1px solid #fff;
    padding: 10px 25px !important;
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    background: #b51f24;
    border-radius: 30px !important;
    text-decoration: none !important;
}

.presentation_video_div a.presentation_video_link img {
    width: 20px;
    margin-right: 10px;
}

.flex_column.av_two_third.flex_column_div.av-zero-column-padding.second iframe {
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    min-height: 430px !important;
}

.wpgb-facet-title {
    display: none;
}


/* New Presentations styles */

.top-filter-btn {
    border: none;
    margin: 0px 20px 10px 0px;
    padding: 15px;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    color: #fff !important;
    display: inline-block;
    background: #F3C300;
    padding: 10px 20px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: .4px;
    cursor: pointer;
    border-radius: 0px 25px 0px 0px;
    margin-right: 5px;
}

.radio-toolbar input[type="radio"]:checked+label,
.radio-toolbar label:hover {
    background: #bda786;
}


/* .radio-toolbar label:hover{
    background: #bda786;
    
 } */

.main-presentation-content {
    display: flex;
    flex-direction: row;
}

.filters-container {
    width: 20%;
}

.search-label {
    color: #003c4b;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0px 10px;
    font-weight: bold;
    margin-bottom: 14px;
}

.filters-block {
    margin-bottom: 15px;
}

.top-filter {
    border-bottom: 1px solid #003c4b !important;
    margin-bottom: 10px;
    padding-bottom: 18px;
}

.single-presentation-block {
    display: flex;
    flex-direction: row;
    padding: 15px 20px 15px 20px;
    margin: 10px 0 15px 20px;
    justify-content: space-between;
    box-shadow: rgb(10 31 68 / 4%) 0 16px 32px 0;
    border-width: 2px;
    border-style: solid;
    border-color: #edf3f8 !important;
}

.presentation-list {
    width: 80%;
}

.presentation-exert {
    margin: 0px;
    font-size: 17px;
    line-height: normal;
    color: #666666;
}

.theme-title {
    background: #F3C300;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 4px 10px;
    margin-top: 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
}

.presentation-edition {
    background: #003c4b;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding: 4px 10px;
    margin-top: 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    margin-top: 30px;
}

.presentation-content {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.presentation_photo {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
}

.presentation-img {
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.author-img img {
    border-radius: 100px;
    width: 135px;
    height: 135px;
}

.author-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.author-name {
    font-size: 18px !important;
    margin-bottom: 0px;
}

.date-share {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: auto;
}

.share-link {
    background: #bda786;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    margin-top: 30px;
}

.date {
    margin-top: 30px;
    margin-bottom: 0;
}

.presentation-title {
    font-size: 24px;
    line-height: 24px;
    margin: 15px 0px 10px;
    font-weight: bold;
    color: #222222;
}

.author-wrap {
    margin: 15px 0;
}

.filter-check {
    font-size: 13px !important;
}

.filter-select {
    font-size: 16px !important;
}

.clipboard {
    color: #fff !important;
    border: none;
    display: inline-block;
    background: #F3C300;
    padding: 6px 11px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: .4px;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.clipboard:hover {
    background: #bda786;
}

.reset {
    color: #fff !important;
    border: none;
    display: inline-block;
    background: #003c4b;
    padding: 6px 11px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: .4px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
}

.reset:hover {
    opacity: 0.6;
}

.clip-block {
    display: flex;
    justify-content: center;
}

.container_wrap.container_wrap_first.main_color {
    padding-bottom: 60px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.fz-pagination {
    display: flex;
    align-items: center;
}

.fz-pagination a {
    font-size: 16px;
}

span.page-numbers.current {
    font-size: 16px;
    height: 45px;
    width: 45px;
}

.pagination .current .fullsize .pagination a {
    height: 45px;
    width: 45px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}


/* OWL SLIDER */

.owl-item {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
}

.owl-prev {
    left: 50px;
    top: 60px;
}

.owl-next {
    right: 50px;
    top: 60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #ffcd02;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 50px !important;
    font-weight: 400 !important;
}

.mob-filters {
    display: none;
}

.accordions {
    background-color: #eee;
    /* color: #444; */
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    display: none;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.actives,
.accordions:hover {
    background-color: #ccc;
}


/* Style the accordion panel. Note: hidden by default */

.panel {
    padding: 20px 0px 20px 0px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordions:after {
    content: '\23F7';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.actives:after {
    content: "\23F6";
}

.status {
    position: absolute;
    right: 35px;
}

@media screen and (max-width: 1080px) {
    label.filter-check {
        font-size: 13px !important;
    }
    label.search-label {
        font-size: 16px !important;
    }
    .clipboard,
    .reset {
        font-size: 16px;
    }
    .presentation-list {
        width: 75%;
    }
    .filters-container {
        width: 25%;
    }
    .author-img img {
        width: auto;
        height: auto;
    }
    .owl-prev {
        left: 20%;
        top: 30%;
    }
    .owl-next {
        right: 20%;
        top: 30%;
    }
}

@media screen and (max-width: 958px) {
    .owl-prev {
        left: 10%;
        top: 25%;
    }
    .owl-next {
        right: 10%;
        top: 25%;
    }
}

@media screen and (max-width: 767px) {
    .main-presentation-content {
        display: flex;
        flex-direction: column;
    }
    .presentation-list {
        width: 100%;
    }
    .filters-container {
        width: 100%;
    }
    .mob-filters {
        display: block;
    }
    .single-presentation-block {
        margin: 10px 0 15px 0px;
    }
    .accordions {
        display: block;
    }
}

@media screen and (max-width: 715px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .presentation-title {
        padding-top: 30;
        padding-top: 35px;
    }
    .presentation-content {
        width: 100%;
    }
    .single-presentation-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .owl-next {
        right: 30%;
    }
    .owl-prev {
        left: 30%;
    }
    .author-img img {
        max-height: 100px;
    }
    .presentation-title {
        font-size: 20px;
    }
    .author-name {
        font-size: 14px !important;
    }
    .date {
        font-size: 16px;
    }
    .theme-title {
        font-size: 14px;
    }
    .presentation_photo {
        width: 100%;
    }
}

@media screen and (max-width: 516px) {
    .owl-next {
        right: 10%;
    }
    .owl-prev {
        left: 10%;
    }
    .responsive .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


/* new presenttions */

.top-filter-btn {
    border: none;
    margin: 0px 20px 10px 0px;
    padding: 15px;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    color: #fff !important;
    display: inline-block;
    /* background: #F3C300; */
    background: #b51f24;
    padding: 10px 20px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: .4px;
    cursor: pointer;
    border-radius: 0px 25px 0px 0px;
    margin-right: 5px;
}

.radio-toolbar input[type="radio"]:checked+label,
.radio-toolbar label:hover {
    /* background: #bda786; */
    background: #bd363a;
}


/* .radio-toolbar label:hover{
    background: #bda786;
    
 } */

.main-presentation-content {
    display: flex;
    flex-direction: row;
}

.filters-container {
    width: 20%;
}

.search-label {
    color: #003c4b;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0px 10px;
    font-weight: bold;
    margin-bottom: 14px;
}

.filters-block {
    margin-bottom: 15px;
}

.top-filter {
    border-bottom: 1px solid #003c4b !important;
    margin-bottom: 10px;
    padding-bottom: 18px;
}

.single-presentation-block {
    display: flex;
    flex-direction: row;
    padding: 15px 20px 15px 20px;
    margin: 10px 0 15px 20px;
    justify-content: space-between;
    box-shadow: rgb(10 31 68 / 4%) 0 16px 32px 0;
    border-width: 2px;
    border-style: solid;
    border-color: #edf3f8 !important;
}

.presentation-list {
    width: 80%;
}

.presentation-exert {
    margin: 0px;
    font-size: 17px;
    line-height: normal;
    color: #666666;
}

.theme-title {
    background: #F3C300;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 4px 10px;
    margin-top: 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
}

.presentation-edition {
    background: #003c4b;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding: 4px 10px;
    margin-top: 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    margin-top: 30px;
}

.presentation-content {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.presentation_photo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.presentation-img {
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.author-img img {
    border-radius: 100px;
    width: 135px;
    height: 135px;
}

.author-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.author-name {
    font-size: 18px !important;
    margin-bottom: 0px;
}

.date-share {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: auto;
}

.share-link {
    background: #bda786;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    margin-top: 30px;
}

.date {
    margin-top: 30px;
    margin-bottom: 0;
}

.presentation-title {
    font-size: 24px;
    line-height: 24px;
    margin: 15px 0px 10px;
    font-weight: bold;
    color: #222222;
}

.author-wrap {
    margin: 15px 0;
}

.filter-check {
    font-size: 13px !important;
}

.filter-select {
    font-size: 16px !important;
}

.clipboard {
    color: #fff !important;
    border: none;
    display: inline-block;
    background: #F3C300;
    padding: 6px 11px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: .4px;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.clipboard:hover {
    background: #bda786;
}

.reset {
    color: #fff !important;
    border: none;
    display: inline-block;
    background: #003c4b;
    padding: 6px 11px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: .4px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
}

.reset:hover {
    opacity: 0.6;
}

.clip-block {
    display: flex;
    justify-content: center;
}

.container_wrap.container_wrap_first.main_color {
    padding-bottom: 60px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.fz-pagination {
    display: flex;
    align-items: center;
}

.fz-pagination a {
    font-size: 16px;
}

span.page-numbers.current {
    font-size: 16px;
    height: 45px;
    width: 45px;
}

.pagination .current .fullsize .pagination a {
    height: 45px;
    width: 45px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}


/* OWL SLIDER */

.owl-item {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
}

.owl-prev {
    left: 5%;
    top: 60px;
}

.owl-next {
    right: 5%;
    top: 60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #ffcd02;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 50px !important;
    font-weight: 400 !important;
}

.mob-filters {
    display: none;
}

.accordions {
    background-color: #eee;
    /* color: #444; */
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    display: none;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.actives,
.accordions:hover {
    background-color: #ccc;
}


/* Style the accordion panel. Note: hidden by default */

.panel {
    padding: 20px 0px 20px 0px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordions:after {
    content: '\23F7';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.actives:after {
    content: "\23F6";
}

.status {
    position: static;
    right: 35px;
}

.status-block {
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-icon {
    height: 25px;
}

.right_card_block {
    display: flex;
    flex-direction: column-reverse;
    width: 35%;
    justify-content: flex-end;
}

@media screen and (max-width: 1080px) {
    label.filter-check {
        font-size: 14px !important;
    }
    label.search-label {
        font-size: 16px !important;
    }
    .clipboard,
    .reset {
        font-size: 16px;
    }
    .presentation-list {
        width: 75%;
    }
    .filters-container {
        width: 25%;
    }
    .author-img img {
        width: auto;
        height: auto;
    }
    .owl-prev {
        left: 10%;
        top: 25%;
    }
    .owl-next {
        right: 10%;
        top: 25%;
    }
}

@media screen and (max-width: 958px) {
    .owl-prev {
        left: 5%;
        top: 25%;
    }
    .owl-next {
        right: 5%;
        top: 25%;
    }
}

@media screen and (max-width: 919px) {
    .status {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .main-presentation-content {
        display: flex;
        flex-direction: column;
    }
    .presentation-list {
        width: 100%;
    }
    .filters-container {
        width: 100%;
    }
    .mob-filters {
        display: block;
    }
    .single-presentation-block {
        margin: 10px 0 15px 0px;
    }
    .accordions {
        display: block;
    }
}

@media screen and (max-width: 715px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .presentation-title {
        /*       padding-top: 35px; */
    }
    a.presentation-title {
        padding: 0;
        margin: 0;
    }
    .presentation-content {
        width: 100%;
    }
    .presentation_photo {
        padding: 5px;
    }
    .single-presentation-block {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .owl-next {
        right: 30%;
    }
    .owl-prev {
        left: 30%;
    }
    .author-img img {
        min-height: 135px;
    }
    .presentation-title {
        font-size: 20px;
    }
    .author-name {
        font-size: 14px !important;
    }
    .date {
        font-size: 16px;
    }
    .theme-title {
        font-size: 14px;
    }
    .presentation_photo {
        width: 100%;
    }
    .right_card_block {
        width: 100%;
    }
}

@media screen and (max-width: 516px) {
    .owl-next {
        right: 10%;
    }
    .owl-prev {
        left: 10%;
    }
    .responsive .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}