@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

@font-face {
    font-family: "icomoon";
    src:url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/awb-icons.woff') format('woff'),
    url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/awb-icons.ttf') format('truetype'),
    url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/awb-icons.svg#awb-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
/**/


/** 
* Past salons new template
**/
ul.agl-espresso-events {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

/*.agl-espresso-events {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}*/
.agl-espresso-events > li {
    flex: 0 0 32%;
    /*padding: 15px;*/
    padding: 8px;
    margin-bottom: 2%;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    margin-right: 2%;
}
.agl-espresso-events > li:nth-child(3n) {
    margin-right: 0;
}
.agl-espresso-events > li > .espresso-event .event-img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.agl-espresso-events > li > .espresso-event h4 {
    font-size: 16px;
    line-height: 1.3;
}
.agl-espresso-events > li > .espresso-event p{
    margin-bottom: 10px;
    color: #888888;
}
.agl-espresso-events > li > .espresso-event a {
    color: #4A665C;
    position: relative;
}
.agl-espresso-events > li > .espresso-event a > span {
    position: absolute;
    display: block;
    width: 75px;
    text-align: center;
    padding: 1px;
    background: #cf5827;
    color: #fff3d9;
    right: 0;
    top: 0;
}
.agl-espresso-events > li > .espresso-event a:hover {
    color: #718F40;
}
.agl-espresso-events > li > .espresso-event a.read-more {
    display: inline-block;
    padding: 4px 12px;
    background: #7a9549;
    color: #fff;
    transition: 0.5s;
    letter-spacing: 0.5px;
    border: 1px solid #7a9549;
}
.agl-espresso-events > li > .espresso-event a.read-more:hover {
    background: #ffffff;
    color: #7a9549;
}
.agl-espresso-events > li > .espresso-event .event-meta {
    margin-bottom: 8px;
}
.load-more-events .btn-load-more {
    color: #ffffff;
    background-color: #444444;
    padding: 12px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.load-more-events .btn-load-more:hover {
    background-color: #333333;
}
.load-more-events .btn-load-more.is-loading,
#events-filter-form.is-loading button,
form.events-filters.is-loading button,
#recordings-filter-form.is-loading button{
    background-image: url('../images/loading.gif');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

.events-filters {
    display: flex;
    margin-bottom: 10px;
}
.events-filters > input[type="search"] {
    border: 1px solid #eee;
    padding: 5px;
    letter-spacing: 0;
    font-weight: normal;
    margin-right: 5px;
    width: 165px;
}
.events-filters > select[name="presenter"] {
    margin-right: 5px;
    width: 175px;
}
.events-filters > select[name="hot_topic"] {
    max-width: calc(100% - 412px);
}
.events-filters > select {
    padding: 5px;
    height: 30px;
    width: 100%;
}

.events-filters > button {
    background: #7a9549;
    border: 1px solid #7a9549;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}
#events-filter-form.is-loading,
form.events-filters.is-loading {
    pointer-events: none;
    opacity: 0.75;
}
#events-filter-form.is-loading button,
form.events-filters.is-loading button{
    background-size: 15px;
}

/** Hot Topics **/
.topics-list {
    margin-top: 30px;
}
.topics-list > div {
    flex: 0 0 49%;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 15px;
}
.topics-list > div:last-child {
    margin-bottom: 0;
}
.topics-list > div.topic-box > h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #4a665b;
    font-size: 28px;
}
.topics-list > div.topic-box > p {
    margin-bottom: 1rem;
    color: #888888;
}
.topics-list > div.topic-box > a {
    display: inline-block;
    padding: 10px 25px;
    background: #4a665b;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #4a665b;
}
.topics-list > div.topic-box > a:hover {
    background: #ffffff;
    color: #4a665b;
}

/*** Hot Topic -Single ***/
.yt-featured-player,
.interview-featured-video {
    padding: 30px;
    background: #222222;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.interview-featured-video{
    text-align: center;
}
.yt-featured-player > h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #cf5827;
    font-size: 22px;
}
.yt-featured-player > div{
    display: flex;
}
.yt-featured-player > div > .player {
    margin-right: 20px;
}
.yt-featured-player > div > .topic-youtube-playlist {
    max-height: 375px;
    overflow-y: scroll;
}
.yt-featured-player > div > .topic-youtube-playlist .play-video {
    display: flex;
    cursor: pointer;
    padding: 10px;
    background: rgba(0,0,0, 0.5);
    margin-bottom: 1px;
    border-left: 3px solid transparent;
    margin-right: 15px;
}
.yt-featured-player > div  > .topic-youtube-playlist .play-video:hover{
    border-left-color: #ffffff;
}
.yt-featured-player > div > .topic-youtube-playlist .play-video.active{
    border-left-color: #f76c32;
}
.yt-featured-player > div > .topic-youtube-playlist .play-video > img {
    max-width: 45%;
    object-fit: cover
}
.yt-featured-player > div > .topic-youtube-playlist .play-video > span {
    display: block;
    color: #fff;
    padding-left: 10px;
    line-height: 1.15;
    font-size: 16px;
}

.hot-topic-description > p {
    margin-top: 0;
    font-size: 16px;
}
.yt-featured-player > div > .player.only-video iframe,
.yt-featured-player > div > .player.only-video {
    width: 100% !important;
    margin-right: 0;
}

.sidebar-hot-topic .widget-title {
    margin-top: 0px;
}

#yt-video-wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#yt-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-featured-player > div > .player.has-playlist {
    flex: 0 0 623px;
}

.single-hot_topic .fusion-title > h3 {
    font-size: 22px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

/** Hot Topics - Custom Styles ***/
.fusion-text.has-resource-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.fusion-text.has-resource-list ul > li {
    margin-bottom: 5px;
    font-size: 18px;
    background-image: url('../images/double-chevron-hover.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0px 5px;
    padding-left: 20px;
}
.fusion-text.has-resource-list ul > li:hover {
    background-image: url('../images/double-chevron.png');
}
.fusion-text.has-resource-list ul > li > a {
    color: #a8632a;
}
.fusion-text.has-resource-list ul > li > a:hover {
    color: #7a9549;
}
.book-info-box {
    display: flex;
    border: 1px solid #eee;
    padding: 10px;
}
.book-info-box > img {
    max-width: 100px;
    margin-right: 15px;
}
.book-info-box > div > h4 {
    font-size: 22px;
    margin-top: 0;
    line-height: 1.15;
    margin-bottom: 15px;
}
.book-info-box > div > a {
    display: inline-block;
    color: #fff3d9;
    background: #4a665b;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.5s;
}
.book-info-box > div > a.btn-2{
    margin-top: 8px;
}
.book-info-box > div > a:hover{
    background: #718e3f;
    color: #fff;
}
/*.fusion-video.fusion-youtube.yt-video-100 {
    max-width: 100% !important;
    max-height: 100% !important;
}*/
.workshop-col .fusion-imageframe > img{
    display: flex;
    height: 150px;
    object-fit: cover;
}

.cta-btn {
    background: #9b462b !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    padding: 1rem 3rem !important;
}
.poem-text.fusion-text > p {
    margin-bottom: 0;
    margin-top: 3px;
}

/**
* Team Member
**/
.agl-members-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.agl-members-list > li{
    flex: 0 0 30.33%;
    max-width: 30.33%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.agl-members-list > li:nth-child(3n){
    margin-right: 0;
}
.agl-members-list > li > .member_image > img {
    object-fit: cover;
}
.agl-members-list > li > .member_name {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 10px 0 5px;
}
.agl-members-list > li > .job_title,
.agl-members-list > li > .content {
    text-align: center;
    overflow-wrap: break-word;
}
.agl-members-list > li > .job_title{
    font-weight: 600;
    margin-bottom: 2.5px;
}

/** Hot Topic Leaders **/
.hot-topics-leaders {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hot-topics-leaders > div {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 2.5% 0;
}
.hot-topics-leaders .leader-img > img {
    object-fit: cover;
    width: 100%;
}
.hot-topics-leaders .leader-name {
    font-size: 22px;
    text-align: center;
    margin: 5px 0;
    letter-spacing: 0.5px;
}
.hot-topics-leaders .hot-topic {
    text-align: center;
    line-height: 1.15;
    font-size: 18px;
    color: #4A665C;
}

.fusion-text.has-captions ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.fusion-text.has-captions ul > li {
    flex: 0 0 25%;
    max-width: 110px;
    text-align: center;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: calc(25% - 108.5px);
}
.fusion-text.has-captions ul > li:nth-child(4n) {
    margin-right: 0;
}
.fusion-text.has-captions ul > li > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 2px;
}

.single.single-sfwd-lessons .fusion-flexslider .slides img {
    width: 100%;
    object-fit: cover;
}
.single.single-sfwd-lessons .fusion-text.has-captions ul > li {
    flex: 0 0 20%;
    margin-right: calc(20% - 106px);
}
.single.single-sfwd-lessons .fusion-text.has-captions ul > li:nth-child(4n) {
    margin-right: calc(20% - 105px);
}
.single.single-sfwd-lessons .fusion-text.has-captions ul > li:nth-child(5n) {
    margin-right: 0;
}

.course-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.course-title > img {
    max-width: 65px;
    max-height: 65px;
    margin-right: -12px;
    z-index: 9;
}
.course-title > h3 {
    color: #ffffff !important;
    width: 100%;
    font-family: 'Cinzel', serif !important;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0.5px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 50px;
    margin-top: 0;
    padding: 0 20px;
/*    font-size: 20px !important;*/
}
.course-title.red > h3 {
    background: rgba(199, 61, 39, 0.9);
}
.course-title.blue > h3 {
    background: rgba(92, 147, 128, 0.9);
}
.course-title.green > h3 {
    background: rgba(154, 161, 57, 0.9);
}

/****/
.espresso_event_categories-online-course .fusion-flexslider .slides img{
    width: 100%;
    object-fit: cover;
}
.espresso_event_categories-online-course .tkt-slctr-tbl {
    width: 100%;
}
.learndash .learndash_topic_dots.type-list a>span {
    display: flex;
    align-items: center;
}

.single-navigation.espresso_events,
.single-navigation.sfwd-lessons {
    display: none;
}

/***/
.image-queer-counseling {
    width: 100%;
    max-height: 300px;
}
.image-queer-counseling > img {
    width: 100%;
}

/** Translator **/
.widget_glt_widget h4.widget-title {
    margin-bottom: 0;
}
#google_language_translator select.goog-te-combo {
    margin: 0;
}

.audio-player{
    background: #222222;
}
.audio-player .mejs__player{
    width: 100% !important;
}
.audio-player .playlist {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px;
    max-height: 172px;
}
.audio-player .playlist > li {
    background: #000;
    margin-bottom: 5px;
}
.audio-player .playlist > li  > a {
    display: flex;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    cursor: pointer;
    border-left: 2px solid transparent;
    transition: 0.3s;
}
.audio-player .playlist > li  > a:hover {
    border-left-color: #ffffff;
}
.audio-player .playlist > li  > a.active {
    border-left-color: #f76c32;
}
.audio-player .playlist > li > a > span.title {
    display: inline-flex;
    align-items: center;
}
.audio-player .playlist > li > a > span > img {
    max-width: 25px;
}

#poems{
    margin-top: 2rem;
}
#poems h2,
#audios h2{
    font-size: 24px;
    color: #4a665b;
}
.poems-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.poems-list > li{
    flex: 0 0 32%;
    padding: 15px;
    margin-bottom: 2%;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}
.poems-list > li > a {
    color: #4A665C;
    cursor: pointer;
}
.poems-list > li > a > h3{
    margin-top: 0;
}
.poems-list > li > a > p{
    color: #888888;
    margin-top: 0;
}
.poems-list > li > a > h6 {
    margin: 0;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}
#poem-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
}
#poem-modal > div {
    background: #ffffff;
    max-width: 90%;
    width: 700px;
    margin: 0 auto;
    max-height: 80vh;
    margin-top: 10vh;
    position: relative;
}
#poem-modal .poem-title {
    padding: 15px;
    color: #4a665b;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}
#poem-modal .poem-content {
    padding: 15px;
    max-height: calc(80vh - 56px);
    overflow-y: scroll;
}
#poem-modal .poem-content p {
    margin-top: 0;
    margin-bottom: 10px;
}
#poem-modal .close {
    position: absolute;
    right: 15px;
    top: 17px;
    background: #222;
    opacity: 1;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
}

.course-video > div{
    margin-bottom: 1rem;
}

.mini-courses > ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.mini-courses > ul > li {
    flex: 0 0 49.5%;
    padding: 25px;
    margin-right: 1%;
    background-color: #fff3d9;
    text-align: center;
    margin-bottom: 1%;
}
.mini-courses > ul > li:nth-child(2n) {
    margin-right: 0;
}
.mini-courses > ul > li h4 {
    font-size: 20px;
    font-weight: normal;
    color: #4a665b;
}
.mini-courses > ul > li p{
    color: #747474;
}

.mini-course-container {
    background-color: #fff3d9;
    padding: 25px;
    text-align: center;
}
.mini-course-container h4 {
    font-size: 20px !important;
    color: #4a665b !important;
}
.mini-course-container p {
    color: #747474;
}


.upcoming-content-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    z-index: 999999999999;
    justify-content: center;
    align-items: center;
    display: flex;
    zoom:  0.9;
}
.upcoming-content-popup > .popup-content {
    background: #ffffff; /*#fff3d9;*/
    padding: 25px;
    width: 100%;
    max-width: 650px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
    border-radius: 0;
    position: relative;
    max-height: 95%;
    overflow-y: auto;
}
.upcoming-content-popup > .popup-content a.close {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-size: 15px;
    position: absolute;
    opacity: 0.8;
    right: 10px;
    top: 10px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 99;
}
.upcoming-content-popup > .popup-content a {
    color: #ff9800 !important;
}
.title-heading-center {
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.upcoming-content-popup .fusion-imageframe.icon-calendar {
    max-width: 40px;
    margin-bottom: 10px;
}
.upcoming-content-popup > .popup-content{
    font-family: 'Montserrat', sans-serif;
}
.upcoming-content-popup .popup-links-area {
    position: relative;
    padding-top: 5px !important;
}

/*.upcoming-content-popup .popup-links-area:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: calc(100% + 50px);
    height: calc(100% + 25px);
    left: -25px;
    top: 0;
}*/
/*.upcoming-content-popup .popup-links-area:after {
    content: "";
    width: 1px;
    height: calc(100% - 25px);
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 25px;
    left: calc( 50% - 0.5px );
}*/
.upcoming-content-popup h3.title-heading-left {
    font-size: 22px;
    /*color: #333;*/
}
.upcoming-content-popup .fusion-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.upcoming-content-popup .fusion-text ul > li {
    background-image: url(../images/next.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-y: 5px;
    padding-left: 20px;
    margin-bottom: 5px;
}
.upcoming-content-popup .fusion-text ul > li > ul {
    margin-top: 5px;
    margin-bottom: 10px;
}

#sidebar .menu > li {
    padding: 0 12px 5px 12px;
    line-height: 15px;
    border-bottom: 0px;
    color: red !important;
}
#sidebar .menu > li > a:before{
    position: absolute;
    font-family: icomoon;
    content: "\f105";
    margin-left: -12px;
    /*color: #f76c32;*/
    color: #6d6c6a !important;
}

/*#sidebar .menu > li > a:before{
    position: absolute;
    font-family: icomoon;
    content: "\f105";
    margin-left: -12px;

    color: #6d6c6a !important;
}*/


/*******/

.agl-notice-box.fusion-alert {
    padding: 0;
    border-color: #f2be0b !important;
}
.agl-notice-box.fusion-alert .alert-icon {
    font-size: 1.5rem !important;
    background: #f2be0b;
    color: #ffffff !important;
    padding: 18px 20px;
}
.agl-notice-box.fusion-alert .fusion-alert-content-wrapper {
    display: flex;
    align-items: center;
    padding-right: 1rem;
}
.agl-notice-box.fusion-alert .fusion-alert-content {
    color: #ab8501 !important;
    font-weight: 600;
}
.workshop-event-meta {
    display: flex;
}
.workshop-event-meta > i {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

/****************/
.videos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videos-grid > a {
    flex: 0 0 32%;
    display: block;
    padding: 0;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 1.5%;
}
.videos-grid > a:nth-child(3n) {
    margin-right: 0;
}
.videos-grid > a:after {
    content: "";
    background-image: url(../images/play-icon-red.svg);
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    background-size: 50px;
    top: 0;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.4);
}
.videos-grid > a:hover:after {
    background-image: url(../images/play-icon-red-hover.svg);
    background-color: rgba(0,0,0,0.6);
}
.videos-grid > a > span {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playlist-layout-content .featured-image{
    margin-bottom: 1rem;
}
.playlist-layout-content .hot-topic-description{
    margin-bottom: 1.5rem;
}


/** Partner Offering***/
.partner-offering {
    background: #fff3d9;
    padding: 25px;
    display: flex;
}
.partner-offering h3{
    margin-top: 0;
    /*min-height: 48px;*/
}
.partner-offering p{
    /*min-height: 72px;*/
}
.partner-offering .button {
    padding: 10px 20px;
}
.partner-offering .partner-logo {
    margin-bottom: 0;
    flex: 0 0 165px;
    margin-right: 15px;
}

.partner-offering .partner-logo img {
    max-width: 100%;
    max-height: 200px;
}


/**************/
.our-partners{
    margin-top: 1rem;
}
.our-partners .partner > div:not(.featured-ribbon) {
    display: flex;
    border: 1px dashed #718e3f70;
    padding: 15px;
}
.our-partners .partner .partner-logo {
    flex: 0 0 40%;
}
.our-partners .partner .partner-info > h4 {
    margin-top: 0;
}
.our-partners .partner {
    display: flex;
    padding: 12px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    margin-bottom: 1rem;
    border-radius: 5px;
    position: relative;
}

.our-partners .partner .partner-logo {
    flex: 0 0 35%;
    margin-right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-partners .featured-ribbon{
    background-image: url('../images/featured-ribbon.png');
    position: absolute;
    right: -8px;
    height: 90px;
    background-size: 100%;
    width: 90px;
    top: -8px;
}
.our-partners .featured-ribbon > span {
    text-transform: uppercase;
    color: #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 28px;
    top: 23px;
    font-weight: bold;
    font-size: 14px;
}

.fc-h-event .fc-event-main-frame {
    display: block !important;
    overflow: hidden;
}

.fc-h-event .fc-event-main-frame > div {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.fc-daygrid-event {
    color: #333;
}

#partner-event-calendar a {
    color: #333;
}
#partner-event-info-popup {
    position: fixed;
    top: 50px;
    right: calc( ((100% - 1000px) / 2) + 2px );
    z-index: 999;
    width: 280px;
    background: #2c3e50;
    color: #fff;
    padding: 15px;
}
.admin-bar div#partner-event-info-popup {
    top: 80px;
}
#partner-event-info-popup h4 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 8px;
    padding-right: 18px;
    color: #f76c32;
}
#partner-event-info-popup p {
    margin-top: 0;
    margin-bottom: 5px;
}
#partner-event-info-popup p:last-child {
    margin-bottom: 0;
}
#partner-event-info-popup .btn {
    background: #f76c32;
    color: #fff;
    padding: 5px 20px;
    margin-top: 5px;
    display: inline-block;
    transition: 0.5s;
}
#partner-event-info-popup .btn:hover {
    background: #fff;
    color: #f76c32;
}
#partner-event-info-popup .custom-event-popup .close {
    color: #ffffff;
    background: #f76c32;
    position: absolute;
    right: -5px;
    z-index: 99;
    opacity: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    padding-left: 1px;
    padding-bottom: 1px;
    top: -5px;
    cursor: pointer;
}
#partner-event-info-popup .custom-event-popup .close:hover{
    color: #f76c32;
    background: #ffffff;
}
#partner-event-info-popup .custom-event-popup {
    position: relative;
b}

.post-content .block-event-details p {
    margin-bottom: 8px;
    margin-top: 0;
}

/***/
#partner-event-info-popup .flag-icon {
    width: 1.5rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
}
.flag-icon-shortcode {
    margin-bottom: 10px;
}
.flag-icon-shortcode > span {
    display: inline-block;
    margin-right: 5px;
}
.flag-icon-shortcode > span:last-child{
    margin-right: 0;
}


/*****/
.upcoming-content-popup > .popup-content > .popup-inner {
    display: flex;
}
.upcoming-content-popup > .popup-content > .popup-inner > .popup-image {
    flex: 0 0 180px;
    margin-right: 1.5rem;
}
.upcoming-content-popup > .popup-content > .popup-inner > .popup-image > img {
    height: 100%;
    object-fit: cover;
    /*max-height: 500px;*/
}

.upcoming-content-popup h2.title-heading-left {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
}
.upcoming-content-popup > .popup-content h3{
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
}

/*** EVENTS GRID ***/
#partner-events-grid .partner-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#partner-events-grid .partner-events > div {
    background-color: rgb(255, 243, 217);
    padding: 20px;
    box-sizing: border-box;
    flex: 0 0 48.5%;
    max-width: 50%;
    margin-bottom: 15px;
}
#partner-events-grid .partner-events > div h3 {
    color: rgb(74, 102, 91);
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
#partner-events-grid .partner-events > div p{
    margin-bottom: 8px;
    margin-top: 0;
}
#partner-events-grid .no-result {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0px;
}
/****/

.widget-hot-topics-list > li{
    margin-bottom: 5px;
    border-bottom: 1px solid #fff3d947;
    padding-bottom: 5px;
}
.widget-hot-topics-list > li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.widget-hot-topics-list > li > a:hover{
    color: #f76c32 !important;
}
.hot-topic-btn {
    background: #718e3f;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
}
#text-55 .fusion-button.button-flat {
    background: #718e3f;
}
#text-55 .fusion-button.button-flat  .fusion-button-icon-divider.button-icon-divider-left {
    color: #fff;
}

/*** Featured Recordings ***/

.featured-recordings > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.featured-recordings > ul > li {
    flex: 0 0 32%;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    margin-right: 2%;
}
.featured-recordings > ul > li:nth-child(3n){
    margin-right: 0;
}
.featured-recordings > ul > li > a.open-recording {
    cursor: pointer;
    position: relative;
}
.featured-recordings > ul > li > a.open-recording:after{
    content: "";
    background-image: url(../images/play-icon-red.svg);
    display: block;
    width: 100%;
    height: 155px;
    background-size: 50px;
    top: 0;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.4);
}
.featured-recordings > ul > li > a.open-recording:hover:after {
    background-image: url(../images/play-icon-red-hover.svg);
    background-color: rgba(0,0,0,0.6);
}
.featured-recordings > ul > li > a.open-recording > img {
    width: 100%
}
.featured-recordings .recording-meta > h5 {
    margin: 0;
    padding: 10px 12px;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.25 !important;
}
.featured-recordings .recording-meta > h5 > a{
    color: inherit;
}
.featured-recordings .recording-meta .presenters {
    padding: 0 10px 12px;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #f76c32;
    font-weight: 500;
    margin: 0;
}
.featured-recordings .no-result {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

/****/
#page-loader {
    background: #000;
    position: fixed;
    bottom: -200px;
    left: 50%;
    z-index: 9999;
    padding: 5px 15px;
    transition: 0.3s;
    transform: translateX(-50%);
    border-radius: 3px;
}
#page-loader.is-visible{
    bottom: 20px;
}
#page-loader > img {
    width: 20px;
}
#page-loader > span {
    display: inline-block;
    color: #fff;
    margin-left: 6px;
}


#page-toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -200px;
    background: #000;
    z-index: 99999;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    transition: 0.3s;
}
#page-toast.is-visible{
    bottom: 20px;
}
#page-toast.success{
    background: #28a745;
}
#page-toast.error{
    background: #dc3545;
}
/****/

.fusion-alert.in-course-box {
    padding: 10px;
}


/***/
#guest-user-window{
    width: 375px;
}
#guest-user-window #loginform .input {
    max-width: 100% !important;
}

/****/

.admin-bar .nt-note-tab.top {
    z-index: 999999;
}

#pp-payment-window{
    max-width: 480px;
}
#pp-payment-window > h3 {
    margin-top: 0;
}
#pp-payment-window > p {
    margin: 0;
    margin-bottom: 10px;
}
#pp-payment-window .prices-options {
    margin-bottom: 20px;
}
#pp-payment-window .prices-options input[type="radio"] {
    margin-left: 0;
    margin-top: -2px;
}

/***/
.no-scroll {
    overflow: hidden;
}

#comments_drawer {
    font-family: 'Montserrat', sans-serif !important;
    position: fixed;
    width: 320px;
    height: 100%;
    right: -500px;
    top: 0;
    background: #ffffff;
    z-index: 99999999999;
    box-shadow: -1px 0px 5px 1px rgb(0 0 0 / 20%);
    transition: 0.3s;
    padding: 15px;
}
#comments_drawer.open {
    right: 0;
}

.comments-drawer-open .comments-drawer-overlay {
    position: fixed;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

#comments_drawer #close-drawer {
    background: #4a665b;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
#comments_drawer #drawer-title {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
#comments_drawer #drawer-input {
    padding: 15px;
    border-top: 1px solid #eee;
    margin-left: -15px;
    margin-right: -15px;
}
#comments_drawer #drawer-input > form > textarea {
    width: 100%;
    resize: none;
    padding: 10px;
}
#comments_drawer #drawer-input > form > button {
    background: #4a665b;
    border: 0;
    padding: 10px 40px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    cursor: pointer;
    height: 36px;
}
#comments_drawer #drawer-content.is-loading {
    background-image: url('../images/loading.gif');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

#comments_drawer.is-loading #drawer-input > form > button{
    background-image: url('../images/loading.gif');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    font-size: 0;
}
#comments_drawer.is-loading #drawer-input > form{
    opacity: 0.8;
    pointer-events: none;
}


#drawer-content > ul {
    list-style: none;
    margin: 0;
    padding: 15px;
}

#comments_drawer #drawer-content {
    margin: 0 -15px;
    overflow-y: auto;
}
#comments_drawer #drawer-content > ul > li {
    display: flex;
    margin-bottom: 10px;
}
#comments_drawer #drawer-content > ul > li:last-child {
    margin-bottom: 0px;
}
#drawer-content > ul > li > .comment {
    width: 100%;
    margin-left: 10px;
    background: #f4f3eb;
    padding: 5px 10px;
    border-radius: 5px 5px 5px;
    position: relative;
}
#drawer-content > ul > li > .comment:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f4f3eb;
    display: block;
    position: absolute;
    left: -4px;
    top: 4px;
    transform: rotate(45deg);
}
#comments_drawer #drawer-content > ul > li .user > img {
    max-width: 40px;
    border-radius: 50%;
}
#drawer-content > ul > li > .comment > p {
    margin: 0;
}
#drawer-content > ul > li > .comment > .author {
    font-weight: 500;
    color: #f76c32;
    display: block;
    margin-bottom: 2px;
}
#drawer-content > ul > li > .comment > .author > .comment-date {
    font-size: 10px;
    color: #999;
    float: right;
    display: inline-block;
    margin-top: 3px;
}
#drawer-content > ul > li.no-comment {
    font-size: 12px;
    text-align: center;
    color: #888;
    justify-content: center;
}


#pp-payment-window .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.9);
    z-index: 999;
    display: none;
}
#pp-payment-window.is-loading .loader{
    display: flex;
}
#pp-payment-window .loader > img {
    max-width: 25px;
}

body.pp-loading{
    pointer-events: none;
}

/***/
#recordings-filter-form {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 20px;
}
#recordings-filter-form .events-filters {
    display: block;
    margin: 0;
}
#recordings-filter-form .events-filters > input[type="search"] {
    margin-right: 0;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    height: 42px;
}
#recordings-filter-form .events-filters > h4 {
    margin-top: 0;
}
.nice-select{
    display: none;
}
#recordings-filter-form .filter-presenter-wrap {
    float: left;
    width: 49%;
    margin-right: 1%;
}
#recordings-filter-form .filter-topic-wrap {
    float: right;
    width: 49%;
    margin-left: 1%;
}
#recordings-filter-form .filters-button-wrap {
    margin-top: 10px;
}
#recordings-filter-form .filters-button-wrap button {
    background-color: #719041;
    border: 0;
    color: #fff;
    padding: 12px 50px;
    cursor: pointer;
    text-transform: uppercase;
}

#recordings-filter-form .select2.select2-container {
    min-width: 100%;
    max-width: 100%;
}
#recordings-filter-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #000;
}
#recordings-filter-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-bottom-color: #000;
}
.page-id-36292 .select2-container--default .select2-search--dropdown .select2-search__field {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    font-family: inherit;
}
.page-id-36292 .select2-container--default .select2-search.select2-search--dropdown {
    padding: 10px !important;
}
#recordings-filter-form .select2-container--default .select2-selection--single{
    background: transparent;
    font-size: 14px;
    height: 42px;
}
#recordings-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
#recordings-filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

/***/
.hot-topic-description > .quote {
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}
.hot-topic-description > .quote > p {
    margin-bottom: 5px;
    font-size: 1.25rem;
}
.hot-topic-description > .quote {
    text-align: center;
}

/****/
.hot-topic-description h3 {
    color: #cf5827;
    font-size: 20px;
}

/***/
.agl-cal-event {
    display: flex;
    justify-content: space-between;
    text-decoration: none !important;
}
.agl-cal-event > div:last-child {
    text-align: right;
    margin-left: 15px;
}

/** Events List **/
#agl-events-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    
}
#agl-events-list > ul > li > a {
    display: flex;
    justify-content: space-between;
    color: inherit;
    cursor: pointer;
    align-items: flex-start;
    padding: 5px 5px 5px 10px;
    font-family: Montserrat;
    border-left: 5px solid;
    background: #f4f3eb;
    
    border-radius: 10px;
}
#agl-events-list > ul > li {
    margin-bottom: 15px;
}
#agl-events-list > ul > li > a .event-title {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
#agl-events-list > ul > li > a:hover {
    background: #f4f3eb;
}
#agl-events-list p {
    margin-bottom: 5px;
}


/*********/
.partner-offerings-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
.partner-offerings-list > li {
    background: #f4f3eb;
    padding: 10px;
    margin-bottom: 20px;
    font-family: Montserrat;
    position: relative;
    border-radius: 10px;
}
.partner-offerings-list > li .title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    margin-right: 30px;
}
.partner-offerings-list > li .flag-icon-shortcode {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.partner-offerings-list > li > .content > p:last-child {
    margin-bottom: 0;
}
.partner-offerings-list > li > .content > p {
    margin-bottom: 10px;
}
.partner-offerings-list > li .event-action > a {
    font-weight: 500;
}

/** Interview Template **/
.interview-content-comments #respond {
    margin-top: 20px;
}
.interview-transcript .interview-answer{
    border-bottom: 1px solid #dbdfc4;
}
.interview-transcript:last-child .interview-answer,
.fusion-column-wrapper .interview-transcript:nth-last-child(3) .interview-answer {
    border-bottom: 0;
}
.interview-transcript > p:first-child {
    margin-left: 48px;
}
.interview-transcript span.interview-question-num {
    font-size: 28px;
    display: inline-flex;
    float: left;
    margin-right: 0;
    line-height: 38px;
    border-radius: 50%;
    background: #e18626;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: -48px;
}
.interview-transcript .interview-answer{
    margin-left: 48px;
    /*font-style: italic;*/
}
.interview-content h3 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    color: #b32412 !important;
}
.interview-content-comments h3#reply-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}
.interview-content h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    line-height: 32px !important;
}
.interview-transcript p {
    font-size: 16px;
}
.interview-answer em {
    font-style: italic;
    color: #767676;
}

/** Resource Box ***/
.agl-resource-box {
    padding: 15px;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 10%);
    height: 100%;
}
.agl-resource-box h4 {
    color: #4A665C;
    font-size: 16px;
    line-height: 18px !important;
    margin-top: 10px;
}
.agl-resource-box p{
    color: #888888;
}
.agl-resource-box .resource-btn {
    display: inline-block;
    background: #7a9549;
    padding: 5px 15px;
    color: #ffffff;
    border: 1px solid #7a9549;
    transition: 0.3s;
}
.agl-resource-box .resource-btn:hover {
    background: #ffffff;
    color: #7a9549;
}
.agl-resource-box .resource-image {
    height: 168px;
    width: 100%;
    object-fit: cover;
}

/** Featured Playlist Player ***/
.yt-featured-player.featured-playlist{
    padding: 10px;
    padding-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.yt-featured-player.featured-playlist > div > .topic-youtube-playlist {
    max-height: 250px;
}
.yt-featured-player.featured-playlist > div > .player.has-playlist {
    flex: 0 0 400px;
    margin-right: 10px
}
.yt-featured-player.featured-playlist > div > .topic-youtube-playlist .play-video > span {
    font-size: 12px;
}
.yt-featured-player.featured-playlist > div > .topic-youtube-playlist .play-video{
    padding: 5px;
    border-left-width: 2px;
}
.yt-featured-player.featured-playlist > div > .topic-youtube-playlist .play-video > img{
    max-width: 40%;
}
.yt-featured-player.featured-playlist > div > .topic-youtube-playlist .play-video > span{
    padding-left: 5px;
}

/***/
.interview-questions {
    margin-bottom: 35px;
}
.interview-video-title{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    color: #b32412 !important;
}
.interview-content .separator {
    border-bottom: 1px solid #dbdfc4;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*******/
.quote > p {
    margin-bottom: 0;
}
.quote > p:last-child {
    margin-top: 10px;
}
.quote > p:last-child:before {
    content: "";
    width: 25px;
    height: 1px;
    background: var(--body_typography-color);
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
}
.quote > p:last-child:after {
    content: "";
    width: 25px;
    height: 1px;
    background: var(--body_typography-color);
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 10px;
}
.document-outline h4 {
    display: block;
    font-size: 16px !important;
    line-height: 16px !important;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #cf5827 !important;
}
.document-outline > div {
    padding-left: 25px;
}
.document-outline > div > div:before {
    content: "";
    display: block;
    width: 20px;
    height: calc( 100% + 20px );
    position: absolute;
    border-top: 1px solid #c9d1a7;
    left: -25px;
    top: 8px;
    border-left: 1px solid #c9d1a7;
}
.document-outline > div > div {
    position: relative;
}
.document-outline > div > div:last-child:before {
    border-left: 0;
}
.document-outline p {
    text-align: left;
    color: #666666;
}
.document-outline h4:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #c9d1a7;
    display: block;
    position: absolute;
    left: -27px;
    border-radius: 50%;
    top: 6px;
}

/****/
.contributor-item {
    text-align: center;
}
.contributor-item img {
    width: 175px;
    display: block;
    margin: 0 auto;
}
.contributor-item h5 {
    font-size: 20px;
}
.contributors-list .slick-prev:before, 
.contributors-list .slick-next:before,
.contributors-list .slick-dots li.slick-active button:before{
    color: #e18727 !important;
}
.contributer-about {
    padding-left: 35px;
    padding-right: 35px;
}
.contributors-list .slick-prev{
    left: 0 !important;
    z-index: 99;
}
.contributors-list .slick-next{
    right: 0 !important;
    z-index: 99;
}
.contributors-list .slick-dots {
    margin-top: 1rem;
}
.contributors-list .slick-dots {
    margin-top: 1rem;
}

/******/

.interview-questions.interview-questions-list .interview-transcript span.interview-question-num {
    font-size: 20px;
}
.interview-questions.interview-questions-list .interview-transcript {
    margin-bottom: 1rem;
}
.interview-questions.interview-questions-list .interview-transcript p{
    margin-bottom: 1rem;
}
.interview-questions.interview-questions-list > h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.interview-questions.interview-questions-list .interview-transcript .interview-answer {
    border-bottom: 1px solid #dbdfc4;
}
.interview-questions.interview-questions-list .interview-transcript-page .interview-transcript:last-child .interview-answer {
    border-bottom: 0px;
}
.interview-questions.interview-questions-list .interview-transcript-page {
    display: none;
}
.interview-questions.interview-questions-list .interview-transcript-page.active {
    display: block;
}
.transcript-pagination > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.transcript-pagination > ul > li > a {
    padding: 5px;
    width: 30px;
    height: 30px;
    background: #cccccc;
    color: #222222;
    display: block;
    text-align: center;
    cursor: pointer;

}
.transcript-pagination > ul > li {
    display: block;
    margin: 0 2.5px;
}
.transcript-pagination > ul > li > a.active {
    background: #e18626;
    color: #ffffff;
}

/***/
.fusion-megamenu-title{
	padding: 25px 15px !important;
}

#post-37655 .wp-post-image, 
#post-37666 .wp-post-image {
    width: auto;
}

/***/
.agl-content-modal {
    z-index: 99999999999 !important;
}
.agl-content-modal .modal-content.fancybox-content {
    max-width: 920px;
}

.readmore-content .read-more{
    cursor: pointer;
}
.readmore-full p:empty {
    display: none;
}

/****/
.letter-content-boxes .content-box-column .image {
    margin-bottom: 20px;
}

/*****/
.post-content blockquote {
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    padding-left: 25px !important;
    padding-top: 20px !important;
    position: relative;
}
.post-content blockquote p{
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.post-content blockquote:before {
    content: "";
    background-image: url(../images/quote.png);
    width: 22px;
    height: 22px;
    display: block;
    background-size: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


/***/
.amys-letter > .fusion-column-wrapper {
    min-height: auto !important;
}

/****/
.membership-boxes .fusion-layout-column > .fusion-column-wrapper {

    background-color: #f4f3eb;
    padding: 25px !important;
    border-radius: 5px;
}
.membership-boxes .fusion-layout-column > .fusion-column-wrapper .fusion-text ul {
    margin:  0;
    padding: 0;
    list-style: none;
}
.membership-boxes .fusion-layout-column > .fusion-column-wrapper .fusion-text ul > li{
    margin-bottom: 10px;
}
.membership-boxes .fusion-layout-column > .fusion-column-wrapper .fusion-title h3{
    text-transform: none;
    font-weight: 600;
}   


/*Added 19 Nov*/

#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li a.tab-link {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #cccccc;
}
#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li a.tab-link h4 {
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 13px;
}
#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li.active a.tab-link {
    border-bottom-color: var(--h4_typography-color);
}
#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li.active a.tab-link h4 {
    color: var(--h4_typography-color);
}
#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li a.tab-link h4:hover {
    color: var(--h4_typography-color);
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column {
    background-color: #ffffff;
    min-height: 305px;
    max-width: 215px;
    padding: 15px;
    position: relative;
    border-radius: 5px;
}
#wrapper .tab-content .fusion-builder-row.fusion-row {
    display: flex;
    justify-content: space-between;
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column a {
    position: absolute;
    bottom: 15px;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: 600;
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column .price {
    font-size: 20px;
    font-weight: 800;
    color: var(--h4_typography-color);
    margin: 3px 0 0;
    line-height: 23px;
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column h5,
#wrapper .fusion-tabs.fusion-tabs-1{
    margin: 0;
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column ul li {
    padding: 0 0 0 15px;
    position: relative;
    font-size: 13px;
    margin: 0 0 5px;
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column ul li:before {
    content: "\f00c";
    font-family: 'awb-icons';
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}
#wrapper .tab-content h3 {
    margin-top: 0;
}
#wrapper .tab-content ul.agl-espresso-events li {
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 5px;
}
#wrapper .tab-content .fusion-builder-row.fusion-row .fusion-layout-column h5 {
    font-size: 18px;
}
form#events-filter-form .events-filters select {
    background-color: #ffffff;
}
#wrapper .tab-content .gform_wrapper {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}
#wrapper .tab-content .gform_wrapper form ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
#wrapper .tab-content .gform_wrapper form ul li input {
    height: 45px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background-color: transparent;
    width: 100%;
}
#wrapper .tab-content .gform_wrapper form ul li:nth-child(3) {
    width: 100%;
}
#wrapper .tab-content .gform_wrapper form ul li {
    width: 50%;
    margin: 0 0 15px;
    padding: 0;
}
#wrapper .tab-content .gform_wrapper form ul li div#input_1_4.ginput_recaptcha {
    margin: 10px 0 0!important;
}
#wrapper .tab-content .gform_wrapper form .gform_footer.top_label {
    margin-top: 0;
}
#wrapper .tab-content .gform_wrapper form ul li:nth-child(1){
    padding: 0 5px 0 0;
}
#wrapper .tab-content .gform_wrapper form ul li:nth-child(2) {
    padding: 0 0 0 5px;
}
#wrapper .join-rt .tab-content  .tab-pane[aria-labelledby="fusion-tab-ntdiscounts"] ul,
#wrapper .join-rt .tab-content  .tab-pane[aria-labelledby="fusion-tab-resources"] ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
#wrapper .join-rt .tab-content .tab-pane[aria-labelledby="fusion-tab-ntdiscounts"] ul li,
#wrapper .join-rt .tab-content .tab-pane[aria-labelledby="fusion-tab-resources"] ul li {
    padding: 0 15px 10px;
    position: relative;
}
#wrapper .join-rt .tab-content  .tab-pane[aria-labelledby="fusion-tab-ntdiscounts"] ul li:before,
#wrapper .join-rt .tab-content  .tab-pane[aria-labelledby="fusion-tab-resources"] ul li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
}

/*Added 19 Nov*/


/*Added 10 Dec*/

.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses div {
    background-color: #ffffff;
    padding: 20px 20px 55px;
    margin: 30px 13px 0;
    width: 33.333%;
    border-radius: 5px;
    position: relative;
    text-align: center;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses div:last-child{
    margin: 30px 0 0;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses div:first-child {
    margin: 30px 0 0;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses div h4 {
    color: #003333;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses div img {
    max-width: 100px;
    margin: -55px 0 0;
    border: 7px solid #f4f3eb;
    border-radius: 100px;
    background-color: #ffffff;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses div a.fusion-button{
    position: absolute;
    bottom: 20px;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: 600;
    left: 0;
    right: 0;
    max-width: 133px;
    margin: 0 auto;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-faculty-offerings{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: -7px;
    margin-right: -7px;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-faculty-offerings > div {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin: 0 7px;
    flex: 0 0 calc(33.33% - 14px );
    margin-bottom: 1rem;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-faculty-offerings > div > img {
    max-width: 150px;
    margin: 0 auto;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-faculty-offerings > div > a.fusion-button{
    font-size: 13px;
    padding: 8px 20px;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-faculty-offerings > div > h4 {
    color: #003333;
}
.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-faculty-offerings > div > h6 {
    font-size: 14px;
    margin: 0 0 15px;
}

.tab-pane[aria-labelledby="fusion-tab-discounts"] .rt-courses.rt-future-workshops {
    margin-bottom: 0;
    justify-content: flex-start;
}

.rt-courses.rt-future-workshops > div {
    margin-right: 13px !important;
}

/***/
.header-custom-menu{
    position: relative;
}
.header-custom-menu .become-a-member {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--menu_hover_first_color);
    padding: 5px 15px;
    color: #fff;
    z-index: 9999;
    border-radius: 3px;
}

/**/
.pp-donate-button div#donate-button {
    width: 250px;
    height: 40px;
    background: #e18627;
    color: #fff;
    font-size: 1.15rem;
    padding: 8px;
    margin-bottom: .75rem;
    position: relative;
    transition: 0.3s;
}
.pp-donate-button div#donate-button:hover{
    background-color: #718f3f;
}
.pp-donate-button #donate-button > img {
    max-width: 275px;
    margin-bottom: 5px;
}
.pp-payment-methods {
    text-align: center;
}
.pp-payment-methods > img {
    max-width: 30px;
    margin-right: 2px;
}
.pp-payment-methods > img:last-child {
    margin-right: 0;
}
.pp-donate-button-container .pp-donate-inner-wrap{
    max-width: fit-content;
    text-align: center;
}
.pp-donate-button #donate-button > img {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.pp-donate-button {
    display: flex;
    justify-content: space-between;
}
.pp-donate-button > div {
    flex: 0 0 48%;
}
.pp-qr-code > img {
    max-width: 175px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.pp-donate-note {
    margin-top: 3rem;
}

/******/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.fusion-content-boxes.content-boxes-icon-boxed .heading .fontawesome-icon {
    left: 0;
    top: 0;
}
span.entry-title.rich-snippet-hidden, span.updated.rich-snippet-hidden, span.vcard.rich-snippet-hidden {
    display: none;
}
.fusion-button-wrapper.fusion-aligncenter {
    margin-top: 10px;
    width: 100% !important;
}

.page-id-25664 a.fusion-button.button-flat.button-square.button-large.button-default.button-4 {
    width: 98%;
}

/*-------------------*/

.single-navigation {
    display: none;
}
.list_arrow.expand.flippable {
    background-size: 10px;
    background-position: 2px 12px;
}
.list_arrow.flippable {
    background-size: 5px;
    background-position: 2px 12px;
}
.list_arrow.flippable.lesson_incomplete {
    background-size: 5px;
    background-position: 3px 9px;
}
.learndash_navigation_lesson_topics_list {
    background-color: #f5f5f5;
    padding: 10px 10px;
    border-radius: 5px;
}
#learndash_back_to_lesson a {
    font-size: 12px;
    border-radius: 100px;
    display: inline-block;
    padding: 10px 20px;
}
.fusion-text blockquote {
    margin: 0 0 20px;
    background-color: #f4f4f4 !important;
    padding: 30px 30px 20px !important;
}
.fusion-text blockquote:before {
    content: "";
    left: 10px;
    top: 10px;
}
.fusion-title {
    margin-bottom: 8px !important;
}
.fusion-text p {
    font-size: 16px;
}
.featured-video-plus {
    background-color: #b7c089;
    padding: 11px 11px;
    border-radius: 5px;
}
/* .fusion-video {
    border: 12px solid #b7c089;
    border-radius: 5px;
    overflow: hidden;
    width: 100% !important;
    max-width: none !important;
}*/
/*h3.title-heading-left {
    font-size: 28px;
}*/
/*.rev_slider_wrapper {
    height: 457px !important;
}*/
.fusion-slider-revolution.rev_slider_wrapper {
    height: 400px !important;
}

.fusion-content-boxes.fix-padding .content-wrapper-background {
    padding: 15px 20px;
}

@media screen and (max-width:  999px){
   .fusion-slider-revolution.rev_slider_wrapper {
    height: 190px !important;
}
}

.fusion-text p.bio_name {
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0 0;
    margin: 0;
}
.bio_wrap span.fusion-imageframe img {
    width: 250px;
    border-radius: 200px;
    border: 5px solid #4b675c;
    height: 250px;
    padding: 2px;
}
.bio_wrap .fusion-text p, .bio_wrap, #comments, .post {
    margin: 0;
}
input#learndash_mark_complete_button, #learndash_next_prev_link a {
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 0;
}
#learndash_next_prev_link {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
    border-top: 1px solid;
    padding: 15px 0 0;
}
#comments .wpd-thread-list {
    padding: 0;
}
/*.learndash_topic_widget_list ul li span a span {
    background-size: 5px;
    background-position: 6px 7px;
}*/

.course_navigation .learndash_topic_widget_list a>span {
    background-size: 5px;
    background-position: 6px 7px;
}

@media screen and (max-width:  991px)
{
    .header-custom-menu .become-a-member {
        display: none;
    }
}
/*.fusion-responsive-typography-calculated{
    text-align: left;
    background: #cf5827;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    width: fit-content;
}*/
/*  fusion tab css*/
.agl-side-tab .tab-content .tab-pane {
    background-color: #f4f3eb !important;
    border-radius: 5px;
    border-color: transparent !important;
    padding-top: 10px !important;
}
.agl-side-tab .tab-link .fusion-tab-heading {
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 13px;
}
.agl-side-tab  ul.nav-tabs li .tab-link h4 {
    color: #9d9d9d!important;
}
.agl-side-tab.fusion-tabs.vertical-tabs .nav-tabs > li.active > .tab-link {
    border-left: none;
    border-right: 2px solid var(--primary_color) !important;
    /*padding: 8px 12px !important;*/
    background-color: transparent !important;
}
.agl-side-tab .nav-tabs li .tab-link h4 {
    font-size: 13px !important;
}
.agl-side-tab .nav-tabs li.active .tab-link h4 {
    color: #718e3f !important;
}
.agl-side-tab .nav-tabs li .tab-link h4:hover {
    color: #718e3f !important;
}
.agl-side-tab .nav-tabs li .tab-link {
    background-color: transparent !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    border-right: 2px solid transparent !important;
}
.agl-side-tab .nav-tabs li .tab-link:hover {
    border-color: transparent !important;
}
.agl-side-tab .nav-tabs li.active .tab-link {
    background-color: transparent;
    /*border-bottom: 2px solid #718e3f !important;
    border-left: none !important;*/
}
.agl-side-tab.fusion-tabs {
    padding: 10px 20px;
    background: #f4f3eb;
    border-radius: 5px;
}
.agl-side-tab.fusion-tabs .nav-tabs {
    background-color: transparent !important;
    border-color: transparent !important;
}
.agl-side-tab .nav {
    border-right: 2px solid #cccccc;
}

.agl-side-tab h3 h4 {
    margin-top: 0px !important;
}

.agl-read-letter {
    border: none;
    background-color: #cf5827;
    color: #fff;
    padding: 3px 6px;
}


.agl-vimeo{
    background: black;
}

.title-small-caps span{
    font-variant: small-caps;
    display: inline-block !important;
}

/*end fusion tab css*/

/*Added 10 Dec*/

/**

@media screen and (min-width: 801px) and (max-width: 824px){

    .agl-espresso-events > li {
        flex: 0 0 49%;
    }
    .agl-espresso-events > li:nth-child(3n){
        margin-right: 2%;
    }
    .agl-espresso-events > li:nth-child(2n){
        margin-right: 0;
    }

    .yt-featured-player > div > .player.has-playlist {
        flex: 0 0 480px;
    }
    .yt-featured-player > div > .topic-youtube-playlist {
        max-height: 295px;
    }
    .yt-featured-player > div > .topic-youtube-playlist .play-video > img {
        max-width: 95px;
    }

}
@media screen and (max-width: 800px){
    .yt-featured-player > div {
        flex-wrap: wrap;
    }
    .yt-featured-player > div > .player.has-playlist {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .yt-featured-player > div > .topic-youtube-playlist .play-video > img {
        max-width: 100px;
    }
    .yt-featured-player > div > .topic-youtube-playlist {
        flex: 0 0 100%;
    }

    .interview-featured-video {
        width: calc( 100% + 60px );
    }
    .featured-video {
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        position: relative;
    }
    .interview-featured-video .featured-video > iframe {
        width: 100%;
    }
    .interview-featured-video .featured-video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 668px){
    .agl-espresso-events > li {
        flex: 0 0 49%;
    }
    .agl-espresso-events > li:nth-child(3n){
        margin-right: 2%;
    }
    .agl-espresso-events > li:nth-child(2n){
        margin-right: 0;
    }
}

@media screen and (max-width: 575px){
    .events-filters {
        flex-wrap: wrap;
    }
    .events-filters > input[type="search"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .events-filters > select[name="presenter"] {
        width: calc(50% - 2.5px);
        margin-right: 2.5px;
    }
    .events-filters > select[name="hot_topic"] {
        width: calc(50% - 2.5px);
        margin-left: 2.5px;
        margin-right: 0;
        max-width: 100%;
    }
    .events-filters > button {
        margin-left: 0;
        margin-top: 5px;
        padding: 5px 20px;
    }

    .hot-topics-leaders > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0 !important;
         margin-bottom: 25px;
    }
    .hot-topics-leaders .leader-img{
        text-align: center;
    }
    .hot-topics-leaders .leader-img > img {
        max-width: 320px;
    }

    .upcoming-content-popup > .popup-content > .popup-inner > .popup-image {
        display: none;
    }

    .upcoming-content-popup > .popup-content {
        max-width: 95%;
    }

    /***/
    /*.fusion-text.has-captions ul > li {
        flex: 0 0 50%;
        margin-right: 10px;
    }*/

    /***/
    .videos-grid > a {
        flex: 0 0 49.2%;
        margin-right: 1.5%;
    }
    .videos-grid > a:nth-child(2n) {
        margin-right: 0;
    }
    .videos-grid > a:nth-child(3n) {
        /*margin-right: 1.5%;*/
    }

    .interview-featured-video {
        padding: 20px;
    }

    .interview-transcript span.interview-question-num {
        font-size: 18px;
        width: 28px;
        height: 28px;
        margin-left: -33px;
    }
    .interview-transcript > p:first-child {
        margin-left: 33px;
    }
    .interview-transcript .interview-answer {
        margin-left: 33px;
    }

}

@media screen and (max-width: 479px){

    .agl-members-list > li {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .agl-members-list > li:nth-child(3n) {
        margin-right: 4%;
    }
    .agl-members-list > li:nth-child(2n) {
        margin-right: 0;
    }
    .agl-members-list > li > .member_image {
        text-align: center;
    }

    .single-espresso_events.postid-37617 .fusion-text.fusion-text-9 .wp-image-36393,
    .single-espresso_events.postid-37617 .fusion-text.fusion-text-10 .wp-image-36395{
        width: 100%;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 360px){

    .agl-espresso-events > li {
        flex: 0 0 100%;
        margin-right: 0 !important;
    }
    .agl-members-list > li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .videos-grid > a {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .interview-featured-video {
        padding: 15px;
    }

   
}
 .timezone-notice 
    {
    margin-top: 10px;
    color: #f76c32;
    }

/*Donate widget css */
.ribbon-widget {
    text-align: center;
    color: #fff;
    background: #d05826;
    padding: 5px;
    font-size: 14px;
}

a.ribbon-button {
    padding: 2px 8px;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 10px;
}
a.ribbon-button:hover {
    background-color: #fff;
    color: #d05826;
    transition: 0.3s;
}


/*Event Admin CSS*/

body.espresso-admin.espresso-legacy-editor .fusion-builder-sortable-options li .fusion-builder-controls {
    width: 131px;
}

.transcript-style {
    margin-bottom: 15px;
}

.new-class-readmore-view{
    font-size: 16px;
}

.learndash_topic_dots.type-list ul li span.topic_item a span {
    font-weight: normal;
    font-family: 'Volkhov';
}

.fusion-main-menu .menu-item a {
    text-transform: none !important;
}

nav .menu-item a {
    text-transform: none !important;
}

/* Start Event Registration Button and Modal Css*/

.custom-login-button {
    cursor: pointer;
    padding: 12px 20px;
    background-color: #e18626;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}
.login-notification {
    color: #ff0000;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 12px;

}

.button-container {
    clear: both;
    text-align: right;
}
.custom-login-button:hover {
background-color: #718f40;
}           
.modal {
display: none; 
position: fixed;
z-index: 9999; 
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}

.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 600px; 
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.registration-disabled {
display: none;
pointer-events: none;
opacity: 0.5;
cursor: not-allowed;
}



.additional-text {
color: #000;
font-size: 16px;
display: block;
text-align: center;
margin-top: 10px; 
}

/*End Event Css*/

.agl-event-style{
    font-size: 16px;
}

.agl-single-line-stlye{
    margin-top: 15px;
    margin-bottom: 10px;
}

.ticket-selector-submit-btn {
    margin-top: 10px;
}


/* Event Espresso Ticket Css */
.event-tickets > br{
    display: none;

}

.event-tickets >form >br {
    display: none;
}

.event-tickets{
    margin-top: 5px;
}

/* End Event Ticket Css */

/*Comments Css*/

.agl-comments
{
    display: none;
}
/*End Comments Css */

/*online course heading css*/

h2.content-box-heading.agl-heading-style {
    font-size: 19px !important;
    line-height: unset !important;
}

/*End online course css*/


.agl-event-container {
    background-color: #f4f3eb;
    border-radius: 8px;
}

.agl-img{
    margin-top: 8px;
    border-style: solid;
    border-width: 8px;
    color: #c9d1a7;
    border-radius: 5px;
}

.agl-event-container .agl-img{
    margin-top: 0;
}
.agl-event-container .event-title{
    margin-top: 0;
    margin-bottom: 16px;
}
.agl-event-container .event-date{
    margin-bottom: 5px;
}

.event-questions {
    margin-top: 0;
    list-style: none;
    padding-left: 0px;
}
.event-questions > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 0.5em;
}
.event-questions > li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
    position: absolute;
    left: 0;
}

/*.fusion-imageframe img {
    vertical-align: top;
    box-shadow: none!important;
    height: 200px;
    width: 600px;
}*/

.image-container {
  /*display: inline-block;*/
  /*padding: 1px;   */
  border: 1px solid #c9d1a7;
  border-width: 8px;
  border-radius: 50%;
}

.image-container img {
  width: 158px;  
  height: 158px;
  object-fit: cover;
  border-radius: 50%;
  /*display: block;*/
  background-color: #c9d1a7; 
}
.fusion-content-boxes .content-wrapper-background {
   
    margin-left: 5px;
}