/*
 Theme Name: Bootestrap Basic4 Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Bootstrap Basics Child
 Author:       Vee Winch, christianoliff
 Template:     bootstrap-basic4
 Version:      1.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog
 Text Domain:  bootstrap-basic4
*/
.row{margin:0 !important;}
.no-padding{padding:0 !important;}
/*#preview_div{display:none; position:absolute; background-color:#FFF; z-index:2; right:10%; width:40%; top:100%;}*/ 
.hideondesk{display:none;}
.top_menu_bar{background-color:#fdd207; color:#ffffff; padding:10px 5px;}
#menu-header-menu-1{
    margin:0;
    list-style-type:none;
    display:flex !important;
}


#menu-header-menu-1 a{
    color:#00008B;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
	padding:0;
}
.top_menu_bar{position: -webkit-sticky; /* Safari */position: sticky;top: 0;z-index: 9999;}
/***************/
#menu-header-menu{
    list-style-type:none;
}

.editor_2{
    margin:3% 0 !important;
}

.head_text{
    font-size: 40px !important;
    font-weight: 700;
    text-align: center;
}
.m_padding{padding:15px;}
/*.top_menu{
    text-align: right;
    padding: 0 5%;
    font-size: 35px;
    background-color: #FFFFFF;
    color: #00008B;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
	border-top: 2px solid #00008B;
    border-bottom: 2px solid #00008B;
}*/
#mobile_menu{ 
	background-color: #fdd207;
    position: fixed;
	top:0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    display:none;
}
.close_menu{
    font-size: 10vw;
    padding: 20px;
    font-weight: 700;
    color:#00008B;
}
.active_menu a{
    color:#00008B !important;
    border-bottom: 2px solid #00008B;
}
.join_btn{
    background-color:#000000;
    padding: 15px 25px;
    font-size: 45px;
    margin:5% 0;
}
.join_btn a{
    color:#FFFFFF;
    text-decoration:none;
}
.join_btn a:hover{
    color:#99d9ea;
}
.menu-item-202{
    cursor:pointer;
}
.about_me_video iframe{
    width:100%;
    height:450px;
}
.insider_btn{
    background-color: #0020c6;
    color: #FFFFFF;
    border: none;
    padding: 10px 10px;
    margin: 5px 3px;
    border-radius: 5px;
    font-size: 1.1vw;
    font-weight: 700;
}
.insider_btn a{
    color:#FFFFFF;
    text-decoration:none;
} 
#change_password_div{
    width:100%;
    padding:0 15px;
}
#change_password_div input{
    width:100%;
    height:50px;
    border-radius:5px;
    margin:0 0 15px 0 !important;
}
.pass_label{
    font-size:19px;
}
.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info {
    display:none;
}
#login_help_text{
    color:#FFFFFF;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 5px;
    position: absolute;
    width: 67%;
    right: 2%;
    bottom: 34%;
    font-weight:700;
    border-radius:5px;
    font-size: 1.1vw;
}

.ebook_disk a{
	background-color: rgb(29, 102, 255);
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 35px;
    border: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

@media only screen and (max-width: 319px){
	.hideondesk{display:block !important;}	
	.m_padding{padding:0 !important;}
    #menu-header-menu a{
        color:#00008B;
        font-size:18px;
    }	
    #menu-header-menu{
        display:unset;
    }
    #menu-header-menu li{
        margin: 0 10% !important;
        border-bottom: 3px solid #00008B;
        padding:10px 0;
    }
    .active_menu a{
        color:#99d9ea !important;
        border-bottom: none !important;
    }
    .about_me_video iframe{
        height:250px !important;
    }
    .insider_btn{
        width:100%;
        font-size:20px !important;
    }
    #login_help_text{
        position: unset !important;
        font-size:20px !important;
        width:100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){
	.hideondesk{display:block !important;}	
	.m_padding{padding:0 !important;}
    #menu-header-menu a{
        color:#00008B;
        font-size:18px;
    }	
    #menu-header-menu{
        display:unset;
    }
    #menu-header-menu li{
        margin: 0 10% !important;
        border-bottom: 3px solid #00008B;
        padding:10px 0;
    }
    .active_menu a{
        color:#99d9ea !important;
        border-bottom: none !important;
    }
    .about_me_video iframe{
        height:250px !important;
    }
    .insider_btn{
        width:100%;
        font-size:20px !important;
    }
    #login_help_text{
        position: unset !important;
        font-size:20px !important;
        width:100% !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.hideondesk{display:block !important;}	
	.m_padding{padding:0 !important;}
    #menu-header-menu a{
        color:#00008B;
        font-size:25px;
    }	
    /*#menu-header-menu{
        display:unset;
    }*/
    #menu-header-menu li{
        margin: 0 10% !important;
        border-bottom: 3px solid #00008B;
        padding:10px 0;
    }
    .active_menu a{
        color:#99d9ea !important;
        border-bottom: none !important;
    }
    .about_me_video iframe{
        height:350px !important;
    }
    .insider_btn{
        width:100%;
        font-size:20px !important;
    }
    #login_help_text{
        position: unset !important;
        font-size:20px !important;
        width:100% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.hideondesk{display:block !important;}	
	.m_padding{padding:0 !important;}
	.header_div{margin-top: 50px !important;}
	#menu-header-menu a{
        color:#00008B;
        font-size:32px;
    }	
    /*#menu-header-menu{
        display:unset;
    }*/
    #menu-header-menu li{
        margin: 0 10% !important;
        border-bottom: 3px solid #00008B;
        padding:10px 0;
    }
    .active_menu a{
        color:#99d9ea !important;
        border-bottom: none !important;
    }
    .about_me_video iframe{
        height:400px !important;
    }
    .insider_btn{
        width:100%;
        font-size:20px !important;
    }
    #login_help_text{
        position: unset !important;
        font-size:20px !important;
        width:100% !important;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1100px){
	.about_me_video iframe{
        height:400px !important;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1439px){
	.about_me_video iframe{
        height:470px !important;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px){
	.about_me_video iframe{
        height:500px !important;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px){
	.about_me_video iframe{
        height:650px !important;
    }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
	.about_me_video iframe{
        height:700px !important;
    }
    .insider_btn{
        font-size:20px !important;
    }
}
@media only screen and (min-width: 1921px) and (max-width: 2160px){
	.about_me_video iframe{
        height:800px !important;
    }
    .insider_btn{
        font-size:20px !important;
    }
}
@media only screen and (min-width: 2161px){
    .insider_btn{
        font-size:20px !important;
    }
    #login_help_text{
        font-size: 17px !important;
    }
}

/*.mepr-stripe-card-element {
    height: 50px;
}*/ 
.previewLoading img {
    width: 20px;
}
.wpcf7 form.spam .wpcf7-response-output{
	border-color: #46b450 !important;
}