/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

*::before, *::after {
    content: '';
    display: none !important;
}
strong {
    margin: 0 0 20px 0 !important;
    display: inline-block;
}
.row.main-content-area.cf {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    width: 960px;
    padding: 0 30px;
    margin: 0px auto;
    box-sizing: content-box;
}
.element.title {
    font-size:  28px;
    text-align:  center;
    font-weight: bold;
    margin: 10px 0;
}
.payment_icon, .timer_icon{margin: 10px 0;}
.fixed-width {
    margin-left: auto;
    margin-right: auto;
    /*width: 960px;*/
    margin: 0px auto ;
    /*bottom: 15px;*/
}
.fixed-width {
    z-index: 20;
    position: relative;
}
.element {
    text-align: center;
    margin: 0px 0;
    word-break: break-all;
}
a.button-style-3 img {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    width: auto;
    height: auto;
}
a.button-style-3 {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
    height: auto;
}
.button-style-3 {
    background-color: transparent;
    /*background-image: url(../images/button-style-2-yellow.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    border: 0;
    height: 104px;
    width: 400px;
    cursor: pointer;
}

a.css-button {font-size:28px;color:#000000;font-weight:bold;}
a.css-button .subtext {text-shadow:#ffff00 0px 1px 0px;}
a.css-button {
    padding:20px 25px;
    border-color:#000000;
    border-width:1px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#ffff00;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffff00), color-stop(100%, #ffa035));
    background:-webkit-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background:-moz-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background:-ms-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background:-o-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background:linear-gradient(to bottom, #ffff00 0%, #ffa035 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#ffa035, GradientType=0);
    /*box-shadow:0px 1px 1px 0px rgba(0,0,0,0.5),inset 0px 0px 0px 1px rgba(255,255,0,0.5);*/
    width:auto;
    min-width: 60%;
}
a.css-button .gradient {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
a.css-button .shine {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
a.css-button .active {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
a.css-button .hover {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.css-button.style-1 .text {
    padding: 0 15px;
    white-space: normal;
}
.css-button .subtext, .css-button .text {
    display: block;
    position: relative;
    z-index: 1;
}
.css-button .subtext, .css-button .text {
    display: block;
    position: relative;
    z-index: 1;
}
.css-button .active, .css-button .gradient, .css-button .hover, .css-button .shine {
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
/*.css-button .shine {
    background: url(../images/button-shine.png);
    background: -webkit-linear-gradient(top, rgba(255,255,255,.25) 0, rgba(255,255,255,.25) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='#00ffffff', GradientType=0);
}*/
.css-button .active, .css-button .gradient, .css-button .hover, .css-button .shine {
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
.css-button.style-1 {
    line-height: 1;
    text-align: center;
    text-decoration: none;
    position: relative!important;
    display: inline-block!important;
    border-style: solid;
    cursor: pointer;
}
.css-button {
    padding: 30px 40px;
    border-color: #000000;
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffff00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffff00), color-stop(100%, #ffa035));
    background: -webkit-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background: -moz-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background: -ms-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background: -o-linear-gradient(top, #ffff00 0%, #ffa035 100%);
    background: linear-gradient(to bottom, #ffff00 0%, #ffa035 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#ffa035, GradientType=0);
    /*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5), inset 0px 0px 0px 1px rgba(255,255,0,0.5);*/
}
div#le_body_row_2_col_2_el_2 {
    /*margin-top: 50px;*/
}
div#le_body_row_3_col_3_el_3 {
    /*margin-top: 50px;*/
    padding-bottom: 20px;
}
.element.link_section {
    margin: 40px 0 20px 0;
}
.title_section {
    background: #242424;
    /*border-top-style: solid;*/    
    /*border-bottom-style: solid;*/
}
.title_section {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
    /*margin-bottom: 50px;*/
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}
b {
    font-weight: 700 !important;
}
a#free_viral_leads_url.css-button.style-1.disabled{
/*    color: #444 !important;*/
color: #fff !important;
background: red !important;
text-shadow: none;
}
#funnelgenerator_free_viral_leads_url_front a.css-button.style-1.not_disabled {
/*    color: #444 !important;*/
color: #fff !important;
background: green !important;
text-shadow: none;
}
#funnelgenerator_free_viral_leads_url_front a.css-button.style-1.not_disabled .shine,#funnelgenerator_free_viral_leads_url_front a.css-button.style-1.disabled .shine {
    background: none;
}
/*.title_section p {
    margin: 0px !important;
}*/
.link_group_section {
    margin: 50px 0 0px 0 !important;
}
/*.element.title_section {margin-bottom: 50px;}*/
.btn_element {
    margin: 35px;
}
.af-standards .text-boxes .text-box {
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #dbdbdb;
    color: #686868;
    padding: 15px;
    display: block;
    margin: 0 auto 15px !important;
    font-size: 17px;
    box-sizing: content-box;
    box-shadow: inset 0 0 2px rgba(0,0,0,.3);
}
.af-standards .text-box.name input {
    background-image: url(../images/user.png);
}
.af-standards .text-box.email input {
    background-image: url(../images/mail.png);
}
.af-standards input[type=email], .af-standards input[type=text] {
    display: block;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 0 33px 0 0;
    font-size: 17px;
    box-sizing: border-box;
}
af-standards button.default-button:active {
    background: #c64f01;
    background: -webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);
    background: linear-gradient(to bottom,#c64f01 0,#f39d13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0);
}
.af-standards button.default-button {
    background: #f39d13;
    background: -webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);
    background: linear-gradient(to bottom,#f39d13 0,#c64f01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);
    border-radius: 8px;
    margin: 14px 0 10px;
    display: block;
    width: 100%;
    border: 3px solid #f0f0f0;
    border: 1px solid #c94f00;
    text-shadow: 0 1px #bf1802;
    font-size: 20px !important;
    color: #fff;
}
/*.one-column{padding: 50px 0;}*/
.optin-box-content{margin: 0 auto 20px; text-align: center;width: 400px;max-width: 100%;}
.disabled {color: grey !important;}
/*.element-container .op-text-block p{color: #444;line-height: 1.5;}*/
.w3-border {
    background: #f7f7f7;
    padding: 5px;
}
.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #000!important;
    background-color: rgb(186, 80, 74);
}
.w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}
.w3-grey span {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-family: "helvetica neue",helvetica,arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: left;
}
div#le_body_row_1_col_1_el_1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
body p{color: #444}
.main_heading_section .fixed_block{margin: 0 auto;text-align:center; width: 95%;}
/*.main_heading_section p.main_heading_p{font-size:45px;color:#ffffff;text-align: center;}*/
.main_heading_section p.sub_heading_text{font-size:45px;color:#ffffff;text-align: center;}
.main_heading_section .main_span{color: #ffcc00;}
.main_heading_section .sub_span,
.sub_heading_text p,
.footer_sub_text .footer_sub_text_p p{color: #ffffff;}

.main_heading_section .main_heading_p p,
.main_heading_section .main_heading_p .main_heading_text p{
    font-size:35px;color:#ffffff;text-align: center; margin: 0px !important;font-weight: bold;
}
.middle_sub_text .middle_sub_p p,
.sub_heading_text p,
.footer_sub_text .footer_sub_text_p p{
    font-size:35px;text-align: center; margin: 0px !important;font-weight: bold;
}
.main_heading_p strong,.middle_sub_p strong{font-weight: 600;}

.middle_sub_text div.fixed_block{text-align: center;}
/*.middle_sub_text p.middle_sub_p{font-size:35px;text-align: center;}*/
.video_embeded div.fixed_block{margin: 0 auto;text-align:center;}
.video_embeded p{font-size:28px;text-align: center;}

.progress_bar_funnel .thankyou{height:42px;width:50%}
.progress_bar_funnel .download{height:42px;width:75%}
.footer_sub_text div.fixed_block{text-align: center;width: 95%;margin: 0 auto;}
.footer_sub_text p.footer_sub_text_p{font-size:35px;text-align: center; color: #ffffff}
.footer_sub_text a.footer_sub_text_a{margin-top: 50px}
p.sub_heading_text {margin-top: 40px;}
.sub_heading_text{margin-top: 20px}
.op-text-block p {
    /*line-height: 1.6em;*/
    line-height: initial;
}
/*width:750px;margin: 0 auto;text-align:center;*/
#element_to_pop_up { display:none; }
#element_to_pop_up { 
    background-color:#fff;
    border-radius:0px;
    color:#000;
    /*display:none;*/ 
        padding: 35px 50px;
    top: 35% !important;
    position: fixed !important;
    min-height: 180px;
    width: 30% !important;
    min-height: 180px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}
#element_to_pop_up img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
embed, iframe, object{
    margin-bottom: 0px !important;
}
/*.element.title_section.footer_sub_text {
    margin-bottom: 0px !important;
}
.element.middle_section.frm_popup {
    margin: 0px !important;
}
.element.timer_icon.link_section,div#funnelgenerator_free_viral_leads_url_front {
    margin-bottom: 0px !important;
}*/
.funnel_footer {margin-left: -30px;margin-right: -30px;background:#242424;border-top-width:px;border-top-style:solid;border-bottom-width:px;border-bottom-style:solid;padding: 35px 0;}
.funnel_footer.op-text-block{width:100%;text-align: left;}
.funnel_footer.op-text-block p{font-size:18px;text-align: center;}
.funnel_footer.op-text-block p span, .funnel_footer_text_blcok.op-text-block p span span{color: #999999 !important;}
.funnel_footer .funnel_footer_bottom .funnel_footer_bottom_text_block{width:100%;text-align: left;}
.funnel_footer .funnel_footer_bottom .funnel_footer_bottom_text_block p{font-size:18px;text-align: center;}
.funnel_footer.op-text-block p span, .funnel_footer_bottom_text_block.op-text-block p span{color: #999999 !important;}
.download_funnel_container .footer_sub_text{margin-bottom: 0px !important;padding: 0px}
/*#funnel_container{height: 100vh}*/
.button_3{margin: 0px 0 100px 0 !important;}
.download_free_button{margin: 70px 0 100px 0 !important;}
/*.first_time_offer_text .footer_sub_text_a{margin-bottom: 20px !important}*/
.main_funnel_container{ height: 100vh; padding: 35px 20px !important; }
.element.link_section.progress_bar_funnel {margin: 40px 0 0px 0;}
.element.link_section.video_embeded {margin: 0px 0 50px 0;}
.element.title.simple_title_section.link_section {width: 95%;margin: 0 auto;word-break: break-all;}
a.css-button strong {margin: 0px !important;}
.add_to_cart a.button-style-3 {border-radius: 20px;background: none !important;}
.element.title_section.footer_sub_text_title {margin-bottom: 0;}
/*.element.title_section.footer_sub_text_sub_title {margin-bottom: 0;}*/
a.css-button.style-1.footer_sub_text_a {margin-top: 35px;}
body * {
    word-break: normal;
    word-wrap: anywhere;
    /*overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
}
.user-np {
    margin: 20px 0;
    width: 200px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    line-height: 16px;
}
.user-np .user-bh h2, .user-np .user-n h2 {
    text-align: left;
    font-size: 16px;
    margin: 0;
    line-height: 19px;
}
.user-np .user-bh h2::before, .user-np .user-n h2::before {
    content: '';
    display: none !important;
}
.user-n {
    margin-bottom: 10px;
    text-align: left;
}
.user-n h2 {
    /*text-align: center;*/
}
.user-p {
    margin: 30px auto;
}
.user-p img {
    max-width: 100%;
    max-height: 100%;
}
#funnel_container p {
    margin: 0 auto;
}
