/* ==========================================================================
   01. POPUP
   ========================================================================== */

.stm-popup,
.stm-popup *{
	font-family: Lato;
}
.modal-header.stm-popup{
	background: rgba(0, 100, 193, 0.53);
}
.modal-header.stm-popup h4{
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1;
}
.stm-popup-cover-img{
	left: -2.5rem;
	max-width: calc( 100% + 2.5rem );
	position: absolute;
}
.modal-body.stm-popup h4{
	color: #000000;
	font-weight: 300;
}
.modal-body.stm-popup h4 b{
	font-weight: 700;
}
.modal-body.stm-popup form .btn_submit{
	padding-bottom: 4px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

@media screen and (min-width: 768px) {


.modal-body.modal-body-full {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

}

.modal-body h4 {
	margin-bottom: .9rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 1.5rem;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;

}
/* ==========================================================================
   02. FORM
   ========================================================================== */

form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #333333;
}
form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #333333;
	opacity: 1;
}
form input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #333333;
	opacity: 1;
}
form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333333;
}
form input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #333333;
}

form input:invalid {
	box-shadow: none;
}
form input:not([type="submit"]){
	border: solid 1px #232323;
	border-radius: 3px;
	box-sizing: border-box;
	white-space: nowrap;
	line-height: 42px;
	padding: 0px 10px 0px 43px;
	margin: 0px auto 10px;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
form .input_name input{
	background: url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_content_text2_form_input_name.png") no-repeat scroll 11px center transparent;
}
form .input_email input{
	background: url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_content_text2_form_input_email.png") no-repeat scroll 11px center transparent;
}
form .btn_submit input{
	border: none;
	border-radius: 4px;
	background-color: #91c938;
	box-shadow: 0px 4px 0px 0px #497208;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(5, 17, 25, 0.3);
	cursor: pointer;
}
form .btn_submit input:hover{
	background-color: #74a920;
}

form p{
	margin-bottom: 20px;
	color: #000000;
	font-size: 0.75rem;
	text-align: center;
}




.stm-header .stm-header-text > div > *{
	font-family: 'Roboto';
	font-weight: 300;
	color: rgb(0, 0, 0);
	line-height: 1.2;
}

.stm-subscribe-text h3{
	color: rgb(253, 16, 10);
	line-height: 1.2;
}
.stm-subscribe-text h5{
	font-weight: 400;
	color: rgb(50, 46, 50);
	line-height: 1.2;
}

.stm-subscribe-arrow{
	position: relative;
}
.stm-subscribe-arrow-text{
	font-size: 24.15px;
	font-family: 'Festus';
	color: rgb(253, 16, 10);
	line-height: 0.618;
	text-align: center;
}
.stm-subscribe-arrow-img{
	position: absolute;
	-ms-transform: rotate(15deg); /* IE 9 */
	-webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
	transform: rotate(15deg);
	right: 0.5rem;
	top: 4rem;
}

@media (min-width: 544px){
	.stm-header-text h5{
		width: -moz-min-content;
		width: -webkit-min-content;
		white-space: nowrap !important;
	}
}

/* Extra small devices (portrait phones, less than 544px) */
@media (max-width: 543px) {
	.stm-subscribe-text h3{
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) and (max-width: 767px){
	.stm-subscribe-text h3{
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px){
	.stm-subscribe-arrow-img{
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
		right: -3rem;
		top: 7rem;
	}

	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){
	.stm-subscribe-arrow-img{
		-ms-transform: rotate(25deg); /* IE 9 */
		-webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
		transform: rotate(25deg);
		right: -2rem;
		top: 6rem;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){

}

	/*
	#	Modal subscribe with form
	*/
#modalsubscribeform .modal-header{
	background-color: #ff0000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 15px;
}
#modalsubscribeform .modal-header .stm-form-progress{
	padding:10px;
	width:90%;
	margin:0 auto;
	font-size:14px;
	/* background: #ff9016; */ /* Old browsers */
	/* background: #ff9016; */ /* Old browsers */
	background: -moz-linear-gradient(left,  #ff9016 0%, #ff9016 50%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff9016), color-stop(50%,#ff9016), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); */ /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(left,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9016', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	text-align: center;
}

.form_register_btn {
	text-align: center;
}

#modalsubscribeform .btn {
	font-size: 14px;
	background: #ff0000;
	border: none;
}




@media (max-width: 768px){
	#modalsubscribeform .btn {
		font-size: 12px;
	}
}