/**
Theme Name: BetterLifeSummits
Author: BetterLifeSummits
Author URI: https://betterlifesummits.com
Description: Summit theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: betterlifesummits
Template: astra
*/


/********************
Search & replace color scheme

https://www.colorhexa.com/00f896
Primary: #00f896
Background: #5400a8
CTA: #f89600
Complementary / Highlights: #f80062
Subtle: #00def8

*/

/*cta button color - used for buttons*/
.searchreplace1 {
    color: #f89600;
}

/*cta button color - used for buttons in hover state*/
.searchreplace1hover {
    color: #e98b00;
}

/*cta area background color - used in all CTA areas with buy button, countdowns, etc.*/
.searchreplace2 {
    color: #5400a8;
}   

/*tertiary color - used for CTA columns in complimentary color like teaser pages*/
.searchreplace3 {
    color: #00c577;
}   

/*fourth color - used as background for divider sections on pages (single color) */
.searchreplace4 {
    color: #3434ce;
}   

/*brand color - used for underlines, icons, etc.*/
.searchreplace5 {
    color: #00f896;
}


/*cta color*/
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    border: none;
}

a.cta_btn, 
.fl-builder-content .cta_btn a.fl-button, 
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit],
span.cta_btn  { 
    background: #f89600;
    border-bottom: 3px solid #e98b00;
}

a.cta_btn:hover, 
.fl-builder-content .cta_btn a.fl-button:hover, 
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
span.cta_btn:hover  { 
    background: #e98b00; 
    border-bottom: 3px solid #e98b00;
}



/*button global settings*/

a.cta_btn, 
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit],
span.cta_btn, 
a.fl-button, 
body .popmake-content .gform_wrapper .gform_footer input[type=submit]  {
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

a.cta_btn.buybtn {
    width: 100%;
    max-width: 350px;
}

.fl-builder-content .cta_btn a.fl-button span {
    color: #fff;
}

/*normal buttons on hover / focus */
.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
}

/*general rules*/
.p_small_margin {
    margin-bottom: 10px;
}

.p_no_margin, 
.p_no_margin p {
    margin-bottom: 0;
}

.bold_text {
    font-weight: bold;
}

.align_center {
    text-align: center;
}

.inline_block {
    display: inline-block;
}

.align_right {
    text-align: right;
}

.white_text {
    color: #fff;
}

/*used when I toggle it on with actions or conditions*/ 
.hide_element {display: none !important;}


/*hide comments on blogs*/
#main #comments {display: none;}

/*brand colors applied*/
.brandcolor_text p, 
.brandcolor_text h3, 
.brandcolor_text h2,
.brandcolor_text h1 {
    color: #00f896;
}

.brandcolor_bg {
	background-color: #00f896;
}

/*cta colors applied*/
.ctacolor_text p, 
.ctacolor_text h3, 
.ctacolor_text h2,
.ctacolor_text h1 {
    color: #f89600;
}

/*cta colors applied*/
.bgcolor_text p, 
.bgcolor_text h3, 
.bgcolor_text h2,
.bgcolor_text h1 {
    color: #5400a8;
}

/***********++
BEAVER BUILDER
*/
.callout_small_icon .fl-photo-content img {
    width: 100px;
    height: 100px;
}

/*colored bg small headline */

h4.small_header_with_bg {
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    background-image: -webkit-linear-gradient(50deg,#3800bf,#8700ec);
    background-image: -o-linear-gradient(50deg,#3800bf,#8700ec);
    background-image: linear-gradient(50deg,#3800bf,#8700ec);
    display: inline-block;
    margin-bottom: 20px;
}

/*large_bullet_points*/
body .large_bullet_points i {
    font-size: 20px;
}

body .large_bullet_points h3.fl-callout-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
}

body .large_bullet_points .fl-module-content {
    margin-top: 5px;
}

.highlightstroke .fl-heading-text {
    background: url(/wp-content/uploads/manualuploads/globalimages/Strokes-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 50px;
    color: #fff;
}

/*host_profile_col*/
.host_profile_col .fl-callout-photo {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
}

.host_profile_col {padding-top: 80px;}
.host_profile_col .fl-callout-photo img {border: 5px solid #fff;}

.host_profile_col>.fl-col-content {
            border: 2px solid #347c9d;
    position: relative;
    padding: 80px 20px 20px 20px;
    margin: 0 20px;
}
@media (max-width: 768px) {
    .host_profile_col.fl-col[data-node] .fl-col-content {
        border-left: 2px solid #347c9d;
        border-right: 2px solid #347c9d;
    }
}

/*header with gradient background*/
h4.header_with_bg {
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    background-image: -webkit-linear-gradient(50deg,#00a2ea,#b814e0);
    background-image: -o-linear-gradient(50deg,#00a2ea,#b814e0);
    background-image: linear-gradient(50deg,#00a2ea,#b814e0);
    display: inline-block;
    margin-bottom: 20px;
}

/*cta_textbox - give headlines less margin*/
.cta_textbox h1, 
.cta_textbox h2, 
.cta_textbox h3,
.cta_textbox p {
    margin-bottom: 5px;
    margin-top: 0px;
}

.offer_includes_column .fl-col-content {
    border-top: 5px solid #5400a8;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); 
}

.text_linethrough h2 {
    position: relative;
    z-index: 1;
}    

.text_linethrough h2:before {
        border-top: 2px solid #5400a8;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
}

.text_linethrough h2 span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #fff; 
        padding: 0 15px; 
} 

.white_bg {
    background: #fff;
}

.padding_20 {
    padding: 20px;
}
.padding_10 {
    padding: 10px;
}
.maring_20 {
    margin: 20px;
}    


/****************
GRAVITY FORMS
*/

/*text not smaller size */
body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
    font-size: inherit;
}

/*center align footer with CSS class gf_center_algin in form settings */
.gform_wrapper form.gf_center_align .gform_footer {
    text-align: center;
}

/*gf fields floating*/
/*application form - float field next to each other (halfs) */
@media only screen and (min-width: 800px) {

    .gform_wrapper ul li.gfield.gf_1_2 { 
        width: 49%;
        margin-right: 1%;
        float: left;
        display: inline-block;
        clear: none;
    }

}

@media only screen and (min-width: 641px) {
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 20px;
    }
}

/*spacing identical to email field */
body .gform_wrapper ul.gfield_radio li, 
body .gform_wrapper ul.gfield_checkbox li  {
    padding: 0 16px 10px 0 !important;
    margin: 0;
}

body .gform_wrapper .gfield_radio li label, 
body .gform_wrapper .gfield_checkbox li label {
    margin: 5px 0;
    padding: 0px 10px 0;
        font-size: 18px;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
    margin-bottom: 20px;
}

body .gform_wrapper .top_label .gfield_label {
    font-size: 22px;
    font-weight: normal;
}

body .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 8px;
    background: none;
    color: #e7e7e7;
    padding: 0 20px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin: 0.5em 0;
}

/*optin form on invite page */
.invite_optin_form .gform_wrapper li.hidden_label input {
    margin: 0px;
}

body .invite_optin_form .gform_wrapper ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}

body .invite_optin_form .gform_wrapper .gform_footer {
    padding: 10px 0;
    margin: 0;
    clear: both;
    width: 100%;
}

body .gform_wrapper input:button {
    background-color: #fff;
}

/*gravity forms progress bar*/
#gf_progressbar_wrapper_2 .gf_progressbar_title {display: none;}
#gf_progressbar_wrapper_2 .gf_progressbar {
    padding: 0;
    position: relative;
    background-color: transparent;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
    width: 100%;
}
#gf_progressbar_wrapper_2.gform_wrapper .percentbar_blue {
    background-color: #33ad76;
    color: #FFF;
}
#gf_progressbar_wrapper_2.gform_wrapper .gf_progressbar_percentage {
background: none;
}

#gf_progressbar_wrapper_2 {display: none !important;}


/*gravity forms checkboxes */
body #gform_wrapper_2.gform_wrapper ul.gfield_checkbox li {
    padding: 0 10px !important;
    margin: 0;
}

body #gform_wrapper_2.gform_wrapper ul.gfield_checkbox li:nth-child(even) {
    background: #eee;
}


/**********
Classes to customize colum colors
*/
body .invite_optin_column > .fl-col-content, 
body .invite_optin_column > .fl-row-content-wrap {
    background: #5400a8;
}

.invite_optin_column .countdownsection {
    background: rgba(120, 120, 120, 0.25);
}

.invite_optin_column ul, 
.no_margin_ul ul {
    text-align: left;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4em;
}

body .color3 > .fl-col-content, 
body .color3 > .fl-row-content-wrap {
    background: #00c577;
}


/*************
Customize footer
*/

.site-footer #footer_2 ul li {
    display: inline-block;
    float: right;
    margin-right: 20px;
    padding: 20px;
    font-size: 18px;
}

#footer_credits {
    font-size: 12px;
    color: #bababa;
    line-height: 16px;
    margin-top: 40px;
}

.footer_menu_button {
    background: #4a4a4a;
}

/*cookie settings link*/
footer a.cli_settings_button {
    color: inherit;
}



/**********************
Cusotmize header
*/
.main-header-bar #custom_header_menu {line-height: 1em;}
#custom_header_menu {text-align: right; padding: 10px 0;}
#custom_header_menu .menu_btn {margin-left: 20px;}
#custom_header_logo img {max-height: 50px; width: auto;}

@media only screen and (max-width: 543px) {

    #custom_header_logo, #custom_header_menu {text-align: center;}

}

.logo_img img { max-width: 200px; height: auto;}


/**********************
Cusotmize presentation pages
*/
.presentation_title_wrapper {
    padding: 20px;
    /* background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0.75)), url(/wp-content/uploads/manualuploads/globalimages/presentationtitlebg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-color: rgba(255,255,255,0.7); */
    text-align: center;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
    /* color: #fff;*/

}
.presentation_title, 
.presentation_presenter_area {    
    max-width: 1100px;
    margin: 0 auto;
}
.presentation_title_wrapper h2 {
    font-size: 36px;
    font-weight: bold;
    padding-top: 50px;
    max-width: 800px;
    margin: 0 auto;
}
.presentation_sub_title {   
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.presentation_wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.presentation_sidebar {
    padding: 0 !important;
}

.bio_popup_btn {
    display: inline-block;
    margin: 20px 0 0;
}

.social-links-area {
    margin-top: 5px;
}

.social-links-area h4 {
	display: inline-block;
}

.expert_title {
    color: #868686;
    font-style: italic;
    font-size: 18px;
}

.presenter_name {
    font-weight: bold;
}

.presentation_speaker_image {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.presentation_presenter_area {
    display: flex;
    align-items: center;    
}

@media (max-width: 992px) {
    .presentation_presenter_area {
        display: block;
        text-align: center;    
    }
    .presentation_speaker_image {width: 250px;}
}


.presentation_presenter_area, .presentation_cta_area {margin: 40px auto;}
.presenter_links_a img {width: 40px; margin-right: 10px;}
.presenter_links_header {margin-top: 20px;  margin-bottom: 10px;}

.presentation_sidebar_area a.cta_btn {   display: block; }

/*audio player */
.presentation_video_area .sm2-bar-ui.compact {
    margin-top: 10px;
}
.presentation_video_area .sm2-bar-ui .bd, 
.presentation_video_area .sm2-bar-ui .sm2-extra-controls {
    background-color: #eaeaea;
    color: #444;
    border: 1px solid #eee;
}

.presentation_video_area .sm2-bar-ui .sm2-inline-gradient {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: none;
}   

.presentation_video_area .sm2-inline-element.sm2-button-element {
    background: #3d97d2;
}
.presentation_video_area .sm2-bar-ui .bd .sm2-button-element:hover,
.presentation_video_area .sm2-inline-element.sm2-button-element:hover {
    background: #2b7eb5;
}

.presentation_video_area .sm2-inline-element.sm2-button-element.sm2-volume {
    background: #b9b9b9;
}
.presentation_video_area .sm2-inline-element.sm2-button-element.sm2-volume:hover {
    background: #989898;
}

.nav_presentationpage a.cta_btn.buybtn {
    padding: 10px 30px;
    margin: 0 20px;
    width: auto;
}


/*sidebar*/

.ast-page-builder-template.ast-right-sidebar #secondary {
    padding-right: 0;
}

@media (min-width: 993px) {
    .ast-right-sidebar #secondary {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .ast-right-sidebar #secondary {
        padding-left: 0px;
    }
}

@media (max-width: 921px) {
    .ast-page-builder-template.ast-right-sidebar #secondary {
        padding-left: 0;
    }
}

@media (max-width: 921px) {
    .ast-page-builder-template #secondary {
        margin-top: 0;
    }
}



/**************
CTA box on presentation pages
*/
#cta_box_next_to_presentation {
    text-align: center;
    background: #5400a8;
    padding: 20px;
    color: #fff;
}

#cta_box_next_to_presentation ul {
    text-align: left;
    margin-left: 25px;
        margin-bottom: 10px;
    margin-top: 10px;
}

#cta_box_next_to_presentation > div {
background: #fff;
    padding: 10px;    
}

#cta_box_next_to_presentation h4 {
font-size: 28px;
    font-weight: bold;
    line-height: 1em;
    margin: 10px 0 15px 0;
    color: #fff; 
}

#cta_box_next_to_presentation .cta_btn {
    font-size: 18px;
    font-weight: bold;
}


/*cta box under live stream*/
.justify_columns {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#cta_box_under_live h2 {
        font-weight: 700;    font-size: 24px;    text-align: left;    text-transform: uppercase; color: #fff;
}

.flex_justified_center {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    /* width: 250px; */
    text-align: center;
    align-items: center;
    /* text-align: center;*/
}

#cta_box_under_live {
    max-width: 960px;
    margin: 0 auto;   
}

@media only screen and (max-width: 580px) {
    .flex_justified_center {
        flex-direction: row;
        width: 100%;
        text-align: center;
        justify-content: normal;
        flex-wrap: wrap;
        padding: 1rem 0;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
    }
}

.cta_color_background {
    background: #00104c;
    color: #fff; 
}

.cta_color_background p, 
.cta_color_background h2, 
.cta_color_background h3,
.cta_color_background h4 {
    color: #fff;
}

.cta_color_background h2 {
    font-weight: 700;    font-size: 24px;    text-align: left;    text-transform: uppercase; 
}



/****************
customize home page
*/

/*bar with dynamic welcome message*/
#home-welcome-bar {
    padding: 5px;
    background: #00c577;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
#home-welcome-bar a {color: #fff;}


/*huge section headlines on homepage*/
.home_section_header h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}
@media only screen and (max-width: 800px) {
    .home_section_header h2 {
        font-size: 40px;
    }
}

body .home_section_header_underline .fl-separator {
    opacity: 1;
    width: 20%;
    max-width: 250px;
    border-top: 3px solid #00f896;
}



/****************
speaker list
*/
.button.more_info_btn {
    background: #c5c5c5;
    border: 1px solid #eee;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    color: #2b2b2b;
}
.button.more_info_btn:hover {
    color: #000;
    background: #989898;
}

.presenter_img {
        margin: 0 ;
            border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
        max-height: 200px;
        width: auto;
        display: inline-block;
            margin-bottom: 10px;
}

.summitcontent_presentation_col .cta_btn {
    display: inline-block;
    margin: 10px 0; 
    padding: 5px 20px;
    font-size: inherit;
}


/*NEW VERISON
.summitcontent_presentation_col {
    text-align: center;
    margin: 25px 0px;
}
*/
.summitcontent_presentation_col {
    text-align: center;
    margin: 25px 0px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.entry-content h3.summitcontent_h3 {
font-size: 1rem;
    text-transform: none;
    margin-bottom: 10px;
}

.summitcontent_presentername {
    display: block;
    margin: 5px 0;
    line-height: 1em;
    color: #7c7c7c;
}   

.summit_content_list {
    margin: 24px 0;
}

.summit_content_list a {
    color: #444;
}


/*cta area in speaker list */
.summit_content_cta_row {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+20,ffffff+80,f9f9f9+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(left, #f9f9f9 0%, #ffffff 20%, #ffffff 80%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f9f9f9 0%,#ffffff 20%,#ffffff 80%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f9f9f9 0%,#ffffff 20%,#ffffff 80%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.cta_row_intro {
    display: inline-block;
    font-size: 20px; 
    text-transform: uppercase;
    margin-right: 10px;
}

.cta_row_btn.cta_btn {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    line-height: 20px;
}
.cta_row_btn.cta_btn .fl-button-text{
    padding: 10px 25px;
    display: inline-block;
}



/**********
dynamic speaker columns
*/

.speaker_column_1of2,
.speaker_column_1of3, 
.speaker_column_1of4, 
.speaker_column_1of5, 
.speaker_column_1of6 {
    width: 250px;
    display: inline-block;
    vertical-align: top;
}

.speaker_row_wrapper, 
.summit_content_list.ast-row {
    vertical-align: top;
    text-align: center;
}

/*New*/
@media (min-width: 544px) {
    .summit_content_list .ast-col-sm-6 {
        width: 49%;
    }
}

@media (min-width: 768px) {
    .summit_content_list .ast-col-md-3 {
        width: 24%;
    }    
}


/****************
NEW STYLING FOR SPEAKER ROWS
https://web.dev/one-line-layouts/
*/
.parent {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

.card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: space-between;
    width: 250px;
    text-align: center;
        align-items: center;
    text-align: center;
  }  
.card_image {
    border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
    /*width: 200px;*/
    height: auto;
}  
h3.card_speaker_name, 
h3.card_speaker_name_mobile {
    margin: 8px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1em;
}
h4.card_presentation_title {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.1em;
}

.presentation_info {
        flex-direction: column;
}

h3.card_speaker_name_mobile, 
.presentation_info_mobile {display: none;}

.speaker_info {
    position: relative;
}

.featurebadge {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 90px;
}


@media only screen and (max-width: 580px) {
    .presentation_info_mobile {display: block; width: 66%;}
    
    .card > .card_presentation_title,
    .card > .more_info_btn,
    h3.card_speaker_name {display: none;}

    h3.card_speaker_name_mobile {display: block; margin: 5px 0 5px 0;}
    
    .card {
        flex-direction: row;
        width: 100%;
        text-align: left;
        justify-content: normal;
        flex-wrap: wrap;
        padding: 1rem 0;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
    }
    
    .speaker_info {width: 30%; margin-right: 3%;}

    .live_presentations_row .card .speaker_info {
        width: 100%;
    }
    .live_presentations_row .card {
        justify-content: center;
        text-align: center;
        max-width: 350px;
    }

    .live_presentations_row .card > .card_presentation_title,
    .live_presentations_row .card > .more_info_btn,
    .live_presentations_row h3.card_speaker_name {display: block;}    

    .featurebadge { max-width: 40px; }

}



.speakers_5 {
    max-width: 800px;
    margin: 0 auto;
}
@media only screen and (max-width: 1096px) {
    .speakers_4 {max-width: 700px; margin: 0 auto;}
}


/*replay section on live page */
.replay_section .card {
    width: 200px;
    justify-content: normal;
}

.replay_section .parent.speakers_5 .card {
    width: 160px;
}


.live_presentations_row a.cta_btn, 
.live_presentations_row span.cta_btn {
    font-size: 20px;
    padding: 5px 15px !important;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #e4e4e4;
    color: #444;
    border-bottom: 2px solid #06bf8e;
}

/********
speaker cards sales pages
*/
.small_speaker_image {
    width: 30%;
    margin-right: 3%;
    position: relative;
}
.small_presentation_info {
    display: block;
    width: 66%;
}
p.small_card_speaker_name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 3px;
}
p.small_card_speaker_title {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 3px;
    font-style: italic;
}
.small_card {
    flex-direction: row;
    width: 100%;
    text-align: left;
    justify-content: normal;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    margin-bottom: 5px;
    padding-bottom: 5px;
}




/*************
Customize registration pop up 
*/
.pop_up_header h2{
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.pum-container.popmake, 
body .pum-theme-enterprise-blue .pum-container {
    padding: 0;
}

.pop_up_header {
    background: #5400a8;
    color: #fff;
    padding: 20px 28px 20px 28px;    
}
.pop_up_header h2 {color: #fff;}

.pop_up_body {
    padding: 10px 28px 30px 28px;    
}

body .pum-theme-enterprise-blue .pum-content + .pum-close {
    font-size: 30px;
    line-height: 30px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
}

body .pum-theme-enterprise-blue .pum-container .gform_button {font-size: 24px;}

.popmake-content .ast-row {padding: 20px;}


/*********************
Customize countodwn timer
*/
.countdown_wrapper { 
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.presentation_video .countdown_wrapper {
    margin-top: 0px;
}

ul.countdown {
    list-style: none;
        margin: 0 0 0 5px;
    padding: 0;
    display: inline-block;
}

ul.countdown li {
    display: inline-block;
    text-align: center;
}

ul.countdown li span {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

ul.countdown li.seperator {
    font-size: 20px;
    line-height: 18px;
    vertical-align: top;
    display: none;
}

ul.countdown li .days_ref, ul.countdown li .minutes_ref, ul.countdown li .seconds_ref, ul.countdown li .hours_ref {
    color: #a7abb1;
    font-size: 14px;
    margin-left: 2px;
}

/* large countdown */
.large_countdown ul.countdown li {  margin-left: 10px; }
.large_countdown ul.countdown li span { font-size: 2rem;  font-weight: normal;  line-height: 1.5;  display: block; }
.large_countdown ul.countdown li .days_ref, .large_countdown ul.countdown li .minutes_ref, .large_countdown ul.countdown li .seconds_ref, .large_countdown ul.countdown li .hours_ref {  display: block; font-size: 14px;}
.countdown_wrapper.large_countdown { margin-bottom: 0;  margin-top: 0; }
.large_countdown h3 {
    display: inline-block;
        font-weight: normal;
    position: relative;
    top: -27px;
}
@media only screen and (max-width: 580px) {
    .large_countdown h3 {
        display: block;
        top: 0px;
    }
}

/*equal countdown timer to h2 */
.home_bb_countdown_timer .large_countdown ul.countdown li span { font-size: 2.8rem; line-height: 1.3; margin-bottom: 5px; }
.home_bb_countdown_timer .large_countdown ul.countdown li .days_ref,
.home_bb_countdown_timer .large_countdown ul.countdown li .minutes_ref, 
.home_bb_countdown_timer .large_countdown ul.countdown li .seconds_ref, 
.home_bb_countdown_timer .large_countdown ul.countdown li .hours_ref {  display: block;     font-size: 16px;}
.home_bb_countdown_timer .large_countdown {text-align: center;}


/*countdown widget of builder */
@media only screen and (max-width: 450px) {
    body.page .fl-countdown .fl-countdown-unit-label {
        min-width: 60px;
    }
    body.page .fl-countdown .fl-countdown-number {
        font-size: 1px;
        margin-left: 0px;
        margin-right: 3px;
    }   
}



/********************
Customize live page
*/


#livetopbar {
    background: #00104c;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.3em;
}

#logowrapper {
    text-align: center;
}
#logowrapper img {
    max-height: 90px;
    margin: 20px;
}

#livepage_timewrapper {
    text-align: center;
    position: relative;
    top: 30px;    
}
.livepage_timeelement {
    display: inline-block;
    border: 1px solid #06bf8e;
    padding: 10px 15px;
    font-size: 24px;    
    background-color: #fff;
}

.livepage_timeelement a {
    color: #3a3a3a;
}

#livepage_daycounter {
    background: #06bf8e;
    color: #fff;
}

#livepage_topcountdown {
    position: relative;
    left: -5px;
}

#livepage_topcountdown ul.countdown li.seperator {
    display: inline-block;
    font-size: 24px;
    line-height: inherit;
}

#livepage_schedulebutton {
    margin-left: 20px;
}

.graybg_wrapper {
    background: #f2f4f7;
}

#live_video_wrapper {
    padding-top: 60px;
}

#livepage_broadcastsection_header {
    text-align: center;
    padding-bottom: 120px;
    padding-top: 60px;
}

.list_of_presentations {
    text-align: center;
    position: relative;
    top: -90px;
    margin-bottom: -70px;
}

.list_of_presentations .card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);   
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    margin: 10px;
    width: 200px;
padding: 0;

}
.list_of_presentations .card > h3, 
.list_of_presentations .card > h4, 
.list_of_presentations .card > a {
    padding: 0 10px;
}

.list_of_presentations .card > h3 a, 
.list_of_presentations .card > h4 a {
    color: inherit;
}

#livepage_helpsection .small_speaker_image {
    max-width: 90px;
}

#livepage_helpsection p.small_card_speaker_title{
    line-height: 1em;
}

.small_card_learnmorelink {
    font-size: 0.9em;
    font-weight: bold;
}

#livepage_helpsection h2 {
    font-weight: bold;
    font-size: 24px;
}

#livepage_helpsection .small_card:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.helpsection_header {
    display: inline-block;
}

#helpsection_countdown {
    display: inline-block;
}

ul#helpsection_countdown.countdown li.seperator {
    display: inline-block;
    font-size: 24px;
}

#comingup_column {
    border: 5px #f2f4f7 solid;
    margin-bottom: 20px;
    background: #f2f4f7;
}





#hidechatwrapper {
    padding: 10px 0;
}

#chatreplacement {
    display: none;
}

/*toggle*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}








/****************** END NEW */

.page-template-CustomPageSummit .countdown_wrapper {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    display: inline-block;
    padding: 20px 20px 5px 20px;
    border-bottom: 1px solid #eee;
}

.live_countdown_timer_container {text-align: center;}

.ast-container.replay_section {
    padding-top: 30px;
    border-top: 3px solid #00f896;
    background: #efefef;
    margin-top: 50px;
}

.live_menu_column {
    text-align: right;
}
@media (max-width: 768px) {
    .live_menu_column {
        text-align: center;
    }
}

.presentation_day_number {
    text-align: center;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
    margin-left: 20px;
}
.presentation_day_number h2 {color: #fff; }


.live_info_bar {
        text-align: center;
    background: #efefef;
    border: 2px dashed #98dcc0;
    max-width: 700px;
    margin: 20px auto;
    padding: 5px;
}    





/*presentation replay section on summit live page */
.replay_section .summitcontent_presentation_col {    margin: 25px 0px 80px 0px; }
.replay_section .more_info_btn {    margin: 10px 0; }
.replay_section .summitcontent_h3 {font-size: 24px;}


/*FB comment box*/
#fbcommentsboxwrapper #fbcommentsbox iframe {
    width: 100% !important;
}


/***************
customize welcome page
*/

/*segment header rows */
.ast-container.welcome_page_steps.arrow_down.cta_textbox {
        max-width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.ast-container.welcome_page_steps.arrow_down.cta_textbox .ast-row {
    padding: 30px;
}
.ast-container.welcome_page_steps.arrow_down.cta_textbox h2 {
    font-weight: bold;
    color: #fff;
}


/*** CSS Arrows*/ 
.arrow {
    border: solid #00f896;
    border-width: 0 8px 8px 0;
    display: inline-block;
    padding: 12px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/**********************
Customize SALES PAGES
*/

.divider_area {
    background-color: #3434ce;
    text-align: center;
    padding: 0;
    margin: 20px 20px 40px 20px;
    position: relative;  
}
.divider_area::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -120px;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 10px solid #3434ce;
    clear: both;
}

.divider_area .fl-row-content-wrap {
    padding: 0px;
}
.divider_area .fl-col-content h1,
.divider_area .fl-col-content h2, 
.divider_area .fl-col-content h3,
.divider_area .fl-col-content h4,
.divider_area .fl-col-content p { color: #fff;}

.steps_callout .fl-callout-content img, 
.steps_callout .fl-callout-has-photo .fl-callout-photo {
    width: 15%;
display: inline-block;
}
.steps_callout .fl-callout-content .fl-photo-align-center {
    text-align: left;
}

.steps_callout .fl-callout-photo-left .fl-callout-content {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}    

.sales_page_positive_ul ul, 
.sales_page_negative_ul ul {
    margin-left: 0;
}

.sales_page_positive_ul ul li:nth-child(even) {
    background: #f7f7f7;
    background-image: url('/wp-content/uploads/manualuploads/globalimages/Strokes-16.png');
        background-repeat: no-repeat;
        background-position: 5px 2px;
    background-size: 30px;
}

.sales_page_positive_ul ul li:nth-child(odd) {
    background: #fff;
    background-image: url('/wp-content/uploads/manualuploads/globalimages/Strokes-16.png');
        background-repeat: no-repeat;
        background-position: 5px 2px;
    background-size: 30px;
}

.sales_page_negative_ul ul li:nth-child(even) {
    background: #f7f7f7;
    background-image: url('/wp-content/uploads/manualuploads/globalimages/Strokes-17.png');
        background-repeat: no-repeat;
        background-position: 5px 2px;
    background-size: 30px;
}

.sales_page_negative_ul ul li:nth-child(odd) {
    background: #fff;
    background-image: url('/wp-content/uploads/manualuploads/globalimages/Strokes-17.png');
        background-repeat: no-repeat;
        background-position: 5px 2px;
    background-size: 30px;
}

.sales_page_positive_ul ul li,
.sales_page_negative_ul ul li {
    color: inherit;
    margin: 5px 0;
    padding: 5px;
    list-style: none;
    padding-left: 40px;  
}


.offerbox_guarantee_p {
    border-bottom: 1px solid #eee;
}

.offerbox_guarantee_p p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1em;
}

.offer_box_column .fl-module-content p {
    font-size: 1.5em;
}

.offer_box_column .fl-row-content-wrap, 
.fl-col.offer_box_column  {
    border-style: solid;
    border-color: #5400a8;
    border-width: 2px;
    padding: 10px;
    background-color: #fff;
}

.offerbox_paymentmethods img {
    max-height: 24px;
    width: auto;
}

body .caption_text .fl-module-content p {
    font-size: 0.9em;
    line-height: 1.2em;
    font-style: italic;
    text-align: center;
}

.bonus_row_color {
    border-bottom: 1px solid #f1f1f1;
    background: #fffef5;
    /* border-radius: 5px; */
    /* box-shadow: 1px 1px 2px 1px #f8f8f8; */
    color: #212121;
}

.bonus_row img, 
.bonus_row_color img {
    max-height: 300px !important;
    width: auto;
}

.bonus_row .fl-module-photo .fl-module-content, 
.bonus_row_color .fl-module-photo .fl-module-content {
    margin: 5px;
}

.offerbox_header {
    background: #444;
    color: #fff;
}

.offerbox_half {
    width: 50%;
    background: #fff;
    padding: 0;
    /* border-radius: 10px; */
    border: 2px dashed #ff8484;
}

body .img_height_200px img {
    max-height: 200px !important;
}

.testimonial_accordion .fl-accordion-button-label {
    text-align: center;
    font-size: 20px;
}

.pricing_table_h1 h3, 
.pricing_table_h2 h3, 
.pricing_table_h3 h3 {
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.pricing_table_h1>.fl-module-content:first-child,
.pricing_table_h2>.fl-module-content:first-child  {
        background: #347c9d;
}

.pricing_table_h3>.fl-module-content:first-child {
        background: #165c7c;
            background-image: url('/wp-content/themes/betterlifesummits/images/betterlifeicons-62.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90px;
}
.pricing_table_h3>.fl-module-content:first-child,
.pricing_table_h2>.fl-module-content:first-child,
.pricing_table_h1>.fl-module-content:first-child {
    margin: 0;
    padding: 20px;
    color: #fff;
}    

.pricing_table_col1 .price_wrapper,
.pricing_table_col2 .price_wrapper,
.pricing_table_col3 .price_wrapper {
    background: #fbfbfb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pricing_table_btn_wrapper {
    text-align: center;
    padding: 10px;
    margin: 20px 0;
}
.pricing_table_btn_wrapper .fl-module-content {margin: 0;}
.pricing_table_btn_wrapper .fl-module-content p {width: 100%; margin: 0;}
.pricing_table_btn_wrapper a {
        font-size: 24px;
    color: #fff;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f89600;
    border-bottom: 2px solid #e98b00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing_table_col1 .sales_page_positive_ul ul li:nth-child(even), 
.pricing_table_col2 .sales_page_positive_ul ul li:nth-child(even), 
.pricing_table_col3 .sales_page_positive_ul ul li:nth-child(even) {
    background-color: transparent;
}

.row_first_half_white_bg .fl-row-content-wrap:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+44,ffffff+100&1+44,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 44%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 44%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.8) 44%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.row_first_half_white_bg .fl-row-content {
    position: relative;
    z-index: 1;
}

.entry-content .summit_content_list.sales_page h4 {
    font-size: 1rem;
}
.entry-content .summit_content_list.sales_page .more_info_btn {
    font-size: 0.9rem;
}
.entry-content .summit_content_list.sales_page .presenter_img{    max-height: 180px;}


/*
Pre-Launch Teaser Page and post summit action series page
*/

.steps_callout_small .fl-callout-has-photo .fl-callout-photo img {
    max-width: 60px !important;
} 
.steps_callout_small .fl-callout-has-photo .fl-callout-photo {
    width: 15%;
display: inline-block;
}
.steps_callout_small .fl-callout-content .fl-photo-align-center {
    text-align: left;
}

.steps_callout_small .fl-callout-photo-left .fl-callout-content {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}  


/*underline images*/
.underline_medium img {
	width: 300px;
    height: 15px;
}
.underline_small img {
	width: 240px;
    height: 15px;
}

.underline_stroke {
height: 15px;
    width: 300px;
}


.summitcontent_h2, 
.summitcontent_h2 h2 {
        text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}


/***************+
Customize cta_bar that pops up on optin and sales pages with shortcodes
*/

/*cta bar toggle */
#toggle_ctabar {
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.cta_bar p {position: relative;}



/************
Customize share buttons
*/

.sharebuttons_wrapper {
    text-align: center;
    margin: 10px 0;
}

/*presentation page*/
.presentation_sharebuttons .sharebuttons_wrapper{
    text-align: left;
    margin: 10px;
    display: inline-block;
}

.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn {
    padding-bottom: 5px;
    padding-top: 5px;
}

.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.fb_cta_btn, 
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.whatsapp_cta_btn, 
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.twitter_cta_btn,
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.email_cta_btn {
    background: #eaeaea;
    border: 1px solid #eee;
    color: #444;
    margin-right: 10px;
    margin-bottom: 20px;
}
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.fb_cta_btn {border-bottom: 3px solid #4b8bc3;}
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.whatsapp_cta_btn {border-bottom: 3px solid #12b31e;}
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.twitter_cta_btn {border-bottom: 3px solid #00b8ff;}
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.email_cta_btn {border-bottom: 3px solid #7c7c7c;}

.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.fb_cta_btn:hover, 
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.whatsapp_cta_btn:hover, 
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.twitter_cta_btn:hover,
.presentation_sharebuttons .sharebuttons_wrapper a.cta_btn.email_cta_btn:hover {
    background: #d6d6d6;
}


.sharebuttons_wrapper a.cta_btn {
    font-size: 17px;
    margin-bottom: 10px;
}

a.cta_btn.whatsapp_cta_btn {
    background: #12b31e;
    border-bottom: 3px solid #12b31e;
}
a.cta_btn.email_cta_btn {
    background: #7c7c7c;
    border-bottom: 3px solid #7c7c7c;
}
a.cta_btn.twitter_cta_btn {
    background: #00b8ff;
    border-bottom: 3px solid #00b8ff;
}
a.cta_btn.fb_cta_btn {
    background: #4b8bc3;
    border-bottom: 3px solid #4b8bc3;
}


.badge100off {
	position: absolute;
    top: 0;
    right: 0;
    max-width: 120px;
}

.header_shift_left {
	background-color: #06bf8e;
    padding: 10px;
    position: relative;
    left: -100px;
}

@media only screen and (max-width: 900px) {
	.header_shift_left {
		left: 0;
	}

}



#sidebar_speakerlist .small_card {
	padding: 0;
	border: none;
	background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}

#sidebar_speakerlist a {
	color: inherit;
}

#sidebar_speakerlist p.small_card_speaker_name {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0px;
}

#sidebar_speakerlist p.small_card_speaker_title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 3px;
     font-style: normal;
    line-height: 16px;
    color: #4e4e4e;
}

#sidebar_speakerlist .small_card img {
	border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

#livepage_timewrapper a.cat_btn {
	border-bottom: none;
}


#presenter_profile_wrapper {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 50px 0;
}

.presenter_img_wrap .presentation_speaker_image {
	max-width: 190px;
}

.presenter_details_wrap {
	padding: 0 20px;
}


@media only screen and (max-width: 760px)  {

    #presenter_profile_wrapper {
        display: block;
        /* flex-direction: column; */
        /* align-items: center; */
        /* justify-content: flex-start; */
        margin: 50px 0;
        text-align: center;
    }

    .presenter_details_wrap {
        padding: 20px 0;
    }    

}




/******************+
customize section headers / dividers
*/

/*down arrows*/
.arrow_down:after {
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  clear: both;
    margin: 0 auto;
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.welcome_header.arrow_down:after {
  border-top: 20px solid #5400a8;    
}

.section_divider.arrow_down:after, 
.invite_optin_column.arrow_down:after {
  border-top: 20px solid #5400a8;    
}

/*orange 
.welcome_page_steps.arrow_down:after {
  border-top: 20px solid #fd3072;    
}
*/
.welcome_page_steps.arrow_down:after {
  border-top: 20px solid #1cc8c8;    
}

.welcome_page_darkoverlay.arrow_down:after {
  border-top: 20px solid #242525;    
}

.white_arrow_top {
    position: relative;
}
.white_arrow_top:before {
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  clear: both;
    margin: 0 auto;
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
} 

/*orange
.welcome_page_steps {
    background-image: linear-gradient(-13deg,#fa109d,#fb3471,#fc763a,#fdac27);
}
*/

/*blue */
.welcome_page_steps .fl-row-content-wrap, 
.welcome_page_steps.presentation_day_number  {
    background-image: linear-gradient(-13deg,#06bf8e,#1fc6c6,#00bcd4,#3434ce);
}


/*youtube embed wrapper */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.live_video_wrapper {
    background-color: #efefef;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.32);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    margin-top: 20px;
    max-width: 960px;
    margin: 0 auto;    
}

/*NEW live page rules*/
#live_video_wrapper .ast-row .ast-col-lg-12, 
#live_video_wrapper .ast-row .ast-col-lg-8,
#live_video_wrapper .ast-row .ast-col-lg-4,
#live_video_wrapper .ast-row .ast-col-md-12, 
#live_video_wrapper .ast-row .ast-col-md-8,
#live_video_wrapper .ast-row .ast-col-md-4,
#live_video_wrapper .ast-row .ast-col-sm-12, 
#live_video_wrapper .ast-row .ast-col-sm-8,
#live_video_wrapper .ast-row .ast-col-sm-4,
#live_video_wrapper .ast-row .ast-col-xs-12 {
    padding: 0;
}

#livechat_wrapper {
    padding: 0 10px;
}

#livechat_wrapper .livechat_style_wrapper {
    /*border-top: 2px solid #98dcc0;*/
    background: #fff;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}

a#live_buybutton.cta_btn {
    font-size: 24px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);   
}

#live_supportus {
    width: 219px;
}

.belowvideosection {
    padding: 20px 0;
    display: flex;
}

.belowvideo_imgcol {
    width: 30%;
    padding: 20px 0;
    display: inline-block;
    float: left;
    text-align: center;
}

.belowvideo_btncol {
    width: 70%;
    padding: 0;
    display: inline-block;
    float: left;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .belowvideosection { display: block; }
    .belowvideo_imgcol, 
    .belowvideo_btncol {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
    }

    #live_supportus {
        max-width: 200px;
    }

}

@media only screen and (max-width: 768px) {
    #live_video_wrapper .ast-row .ast-col-lg-12, 
    #live_video_wrapper .ast-row .ast-col-lg-8,
    #live_video_wrapper .ast-row .ast-col-lg-4,
    #live_video_wrapper .ast-row .ast-col-md-12, 
    #live_video_wrapper .ast-row .ast-col-md-8,
    #live_video_wrapper .ast-row .ast-col-md-4,
    #live_video_wrapper .ast-row .ast-col-sm-12, 
    #live_video_wrapper .ast-row .ast-col-sm-8,
    #live_video_wrapper .ast-row .ast-col-sm-4,
    #live_video_wrapper .ast-row .ast-col-xs-12 {
        padding-left: 20px;
        padding-right: 20px;
    }

}




.page-template-CustomPageSlideDailySchedule #wpadminbar {
    display: none !important;
}

body.page-template-CustomPageSlideDailySchedule {
    overflow: hidden; /* Hide scrollbars */
    margin: 0;
    padding: 0;
}


.schedule_plannedtime_wrapper {
	background: #c5c5c5;
    font-size: 14px;
    position: relative;
    top: -10px;
	text-align: center;
    padding: 2px;
}


/*************
QUIZ
*/
/*quizresults */
.quizresults .gquiz-container .gquiz-field-label {
    font-size: 18px;
    font-weight: 500;
}

.quizresults .gquiz-field-choice ul {
    margin: 10px 0px;
}

.quizresults .gquiz-field-choice ul li {
    padding: 5px 10px;
}

.gquiz-incorrect-response {
border: 1px solid #ff9494;
    background: #ffefef;
}

.gquiz-correct-response {
border: 1px solid #7fd6a6;
    background: #d9f9eb;
}

.quizresults .gquiz-answer-explanation {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 10px;
    margin: 10px 30px;
}

.quizresults .gquiz-field-choice ul li img { margin-left: 10px; }

.quizresults {color: #fff;}
.quizresults .gquiz-container {color: #000;}

.quizresults .gquiz-correct-choice, 
.quizresults .gquiz-incorrect-choice, 
.quizresults .gquiz-field-choice li {
    display: none;
}
.quizresults .gquiz-correct-choice.gquiz-correct-response,
.quizresults .gquiz-incorrect-choice.gquiz-correct-response, 
.quizresults .gquiz-field-choice li.gquiz-incorrect-response  {
    display: block;
}


/*gravity forms radio btns 
body .gform_wrapper .quiz_form .gf_radio_btns_1_2 ul.gfield_radio li {
    padding: 0 !important;
    width: 250px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: #fbfdfd;
    margin: 0 20px;
}

body .gform_wrapper .quiz_form .gf_radio_btns_1_5 ul.gfield_radio li {
    padding: 0 !important;
    width: 150px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: #fbfdfd;
    margin: 0 20px;
}
*/
body .gform_wrapper .quiz_form .gf_radio_btns_vertical ul.gfield_radio li {
    padding: 0 !important;
    max-width: 500px;
    display: block;
    border: 1px solid #d8d8d8;
    background: #fbfdfd;
    clear: both;
    margin-left: auto !important;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}




body .gform_wrapper .quiz_form .gf_radio_btns_vertical.gquiz-field ul.gfield_radio li:last-child input[type=radio]:checked+label {
        background: #fad7d3;
}



body .gform_wrapper .quiz_form .gf_radio_btns_1_2 ul.gfield_radio li label, 
body .gform_wrapper .quiz_form .gf_radio_btns_1_5 ul.gfield_radio li label,
body .gform_wrapper .quiz_form .gf_radio_btns_vertical ul.gfield_radio li label {
    margin: 0; 
    padding: 10px;
}

body .gform_wrapper .quiz_form .gf_radio_btns_1_2 ul.gfield_radio li:hover, 
body .gform_wrapper .quiz_form .gf_radio_btns_1_5 ul.gfield_radio li:hover, 
body .gform_wrapper .quiz_form .gf_radio_btns_vertical ul.gfield_radio li:hover  {
    background: #efefef;
}



/*.gform_wrapper .quiz_form .gform_page_footer .button.gform_next_button {display: none;} */
.gform_wrapper .quiz_form .gform_page_footer .button.gform_next_button:hover, 
.gform_wrapper .quiz_form .gform_page_footer .button.gform_next_button:visited,
.gform_wrapper .quiz_form .gform_page_footer .button.gform_next_button:focus,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover, 
.gform_wrapper .gform_page_footer .button.gform_next_button:visited,
.gform_wrapper .gform_page_footer .button.gform_next_button:focus {
    background-color: #1b7dca !important;
}

.gform_wrapper .quiz_form .gform_page_footer .button.gform_previous_button{
    display: none;
    background: #eee;
    color: #444;
    padding: 5px 15px;
}

.gform_wrapper .quiz_form .gform_page_footer {border-top: none;}

.gform_wrapper .quiz_form .gform_body {text-align: center;}

.gform_wrapper .quiz_form .gf_progressbar_wrapper {
    margin: 0 auto;
    max-width: 500px;
}

.gform_wrapper .quiz_form .gf_progressbar_title {display: none;}

.gform_wrapper .quiz_form .gf_progressbar_wrapper {
    padding: 0;
    position: relative;
    background-color: transparent;
}

.gform_wrapper .quiz_form .gf_progressbar_percentage {
    background: none;
}

.gform_wrapper .quiz_form .gf_progressbar  {
    background: no-repeat;
    border: none;
    box-shadow: none;
}

.gform_wrapper .quiz_form .percentbar_blue {
    background-color: #00e290;
    color: #FFF;
}

.gform_wrapper .quiz_form .gfield_description {
    padding: 5px;
    font-size: 14px;
    margin: 0 auto;
    /* background: #efefef; */
    border-top: 1px dashed #eee;
    margin-top: 30px;
}
.gform_wrapper .quiz_form .top_label .gfield_label {font-size: 24px;}

body .gform_wrapper .quiz_form .gform_page_footer input[type=submit] {
  font-size: 24px;
    line-height: 26px  
}




.gform_wrapper .quiz_form ul.gfield_radio li input {
    display: none;
}

.gform_wrapper .quiz_form ul.gfield_radio li input[type=radio]+label {
    background: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
}



body .gform_wrapper .quiz_form .gf_radio_btns_vertical.gquiz-field ul.gfield_radio li:first-child {
        background: #ecfff2;
    border: 1px solid #48df99;
}
body .gform_wrapper .quiz_form .gf_radio_btns_vertical.gquiz-field ul.gfield_radio li:last-child {
        background: #ffefed;
    border: 1px solid #ff8c8c;
}



body .gform_wrapper .quiz_form .gquiz-field ul.gfield_radio li:first-child input[type=radio]:checked+label {
        background: #c9f8d7;
}

body .gform_wrapper .quiz_form .gquiz-field ul.gfield_radio li:last-child input[type=radio]:checked+label {
        background: #fad7d3;
}
