/*
Template Name: SalesPage
Author URI: https://themeforest.net/user/epic-themes
Author Name: Epic Themes
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. HERO SECTION
05. MEDIA QUERIES

--- */

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */

ul {
	padding: 0;
}

ul, ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
	color:#858585;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 17px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
}

ul li i{
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 17px;
    line-height: 28px;
	font-weight: 400;
	color: #7c8595;
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
	outline: 0;
}

a:hover{
	color: #017df7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom:20px;
  color: #071e55;
  font-weight: 500;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.align-items-center{
	text-align: center;
}

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

.navbar-brand{
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #821156;
}

.navbar-brand:hover{
	color: #821156;
}

.navbar-brand img{
	width: 100%;
    max-width: 200px;
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer{
	position: relative;
	overflow: hidden;
    display: block;
	padding: 30px 0 40px 0;
}

.footer p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.footer p > a {
	font-size: 16px;
	color: #000;
	text-decoration:underline;
}

.footer p > a:hover {
	color: #000;
	text-decoration:underline;
}

span.template-name{
	font-weight: bold;
}

/* ========================================================== */
/* 			             04. HERO SECTION                     */
/* ========================================================== */

.hero-section {
	position: relative;
  	padding-top: 25px;
  	padding-bottom: 37px;
  	background-color: #fff;
}

.col-md-5.grey{
	background-color: #000;
	border-radius: 5px 0 0 5px;
}

.col-md-5.yellow{
	background-color: #feb703;
	border-radius: 0 5px 5px 0;
}

/* -----  Left Wrapper ----- */
.left-wrapper {
	padding: 60px 40px;
}

.left-wrapper h1{
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}

.left-wrapper p{
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
}

.left-wrapper h1, .left-wrapper h2, .left-wrapper h3, .left-wrapper h4, .left-wrapper h5{
	color: #fff;
	text-transform: uppercase;
}

span.yellow{
	color: #feb703;
	font-weight: 700;
}

.left-wrapper img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 25px;
	border-radius: 50%;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
}

/* -----  Right Wrapper ----- */
.right-wrapper {
	padding: 60px 40px;
}

.right-wrapper h2{
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 24px;
	color: #000;
}

.right-wrapper p{
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
}

.right-wrapper h1, .right-wrapper h2, .right-wrapper h3, .right-wrapper h4, .right-wrapper h5{
	color: #000;
	text-transform: uppercase;
}

.register-form-wrapper .webinar-date{
	margin-bottom: 40px;
	font-weight: 700;
	text-decoration: underline;
}

/* -----  Register ----- */
.register-form{
	margin-top: 40px;
}

input.register-input, select.register-input{
	width: 100%!important;
    height: 52px!important;
    padding-left: 11%!important;
    padding-right: 5%!important;
    margin-bottom: 15px!important;
    color: #252525!important;
    border: 1px solid #e5e5e5!important;
    background-color: #f5f5f5!important;
    font-size: 16px!important;
    border-radius: 5px 5px 5px 5px!important;
}

input.name-input{
    background: url('../images/input-user.png') no-repeat 12px 15px;
}

input.name-email{
    background: url('../images/input-envelope.png') no-repeat 12px 15px;
}

select.register-input{
    background: url('../images/input-select.png') no-repeat 12px 15px;
}

input.register-submit{
	background: #000;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	background:#6b0a45;
	border-color:#6b0a45;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#e5e5e5!important;
  color: #252525!important;
  outline: none;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#e5e5e5!important;
  color: #252525!important;
  outline: none;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#252525;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#252525;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#252525;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#252525;
}

p.register_success_box{
	display:inline-block;
	color:#6b0a45;
	border: 1px solid #6b0a45;
	padding: 25px 25px;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	border-radius: 8px 8px;
	margin:15px 0;
}

p.register-form-terms{
	margin: 10px 0 5px 0;
	font-size: 14px;
	color: #000;
    text-shadow: none;
}

/* ----- Countdown ----- */
ul#countdown {
 	margin:25px 0 40px 0;
}

ul#countdown li {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
 	margin:8px 8px;
 	padding: 6px 0 4px 0;
	width:70px;
	height:70px;
	background-color:transparent;
	border:2px solid #000;
	-webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
  	text-align: center;
	vertical-align:middle;
}

ul#countdown li span {
	color:#000;
  	font-size: 30px;
	line-height:30px;
  	font-weight: 500;
  	position: relative;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	color:#000;
	margin-top:2px;
  	text-transform: uppercase;
  	font-size: 13px;
	line-height:14px;
  	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

/* ========================================================== */
/* 			             05. MEDIA QUERIES                    */
/* ========================================================== */

@media (max-width: 991px) {

}

@media (max-width: 768px) {

	.navbar-brand{
		width: 100%;
		max-width: 768px;
		text-align: center!important;
	}

	.footer {
	    padding-top: 30px;
	}

	.footer-top i {
		display: block;
	    margin-top: 50px!important;
	}

	ul.footer_social li a i {
	    margin: 0 8px!important;
	}

	.top-margins-images{
		margin-top: 50px;
	}

	.margin-right-15{
		margin-bottom: 40px;
	}

}

@media (max-width: 375px) {

	input.register-input, select.register-input{
	    padding-left: 12%!important;
	}

	input.name-input{
	    background: url('../images/input-user.png') no-repeat 5px 15px;
	}

	input.name-email{
	    background: url('../images/input-envelope.png') no-repeat 5px 15px;
	}

	select.register-input{
	    background: url('../images/input-select.png') no-repeat 5px 15px;
	}

	input.contact-submit{
		margin-bottom: 40px;
	}

}