/*
THIS FILE INCLUDES THE CSS FOR BOTH THE DESKTOP AND THE RESPONSIVE.
*/

#sl-footer{
	background-color: #091a42;
	background-image: url('../images/newhome/footer-background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	color: #a7a7a7;
	/*margin-top: 50px;*/
	overflow-x: hidden;
}

#sl-footer > img{
	width: 100%;
	margin-top: -40px;
}

#sl-footer h4{
	font-size: 16px;
	font-family: 'A-Love-of-Thunder';
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.sl-top-footer{
	padding-top: 60px;
}

.footer-h4_followus-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
}

#sl-footer .footer-h4_followus-wrapper h4.footer-h4_followus{
	padding-right: 30px;
}

/*footer sign up*/
.footer-h4_stayintouch-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: start;
	        -ms-flex-pack: start;
	            justify-content: flex-start;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    height: 42px;
}

.footer-h4_stayintouch-wrapper h4{
	width:200px;
}

.footer-h4_stayintouch-wrapper .subscription{
	max-width: 400px;
}

.dowload-wrapper-image {
	background-color: #fff;
	color: #000;
	width:30px;
	height: 30px;
	font-size: 20px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right:20px;
}

.download-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color:#fff;
	margin-bottom: 15px;
}

.socialmedia .twicon a{
	color: #fff;
}

.social-flex-item{
	width: 35px;
	height: 35px;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 22px;
	border-radius: 50%;
	color: #091a42;
	margin-left: 9px;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.social-flex-item a{
	color: inherit;
	display: flex;
}

.socialmedia-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	margin-bottom: 15px;
}

.socialmedia-wrapper-image{
	background-color: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
}






.footer-menu-wrapper li{
	margin-top: 10px;
	font-weight: 500;
}

.footer-menu-wrapper li a{
	color: inherit;
}

.footer-menu-download-container{
	margin-top: 80px;
}

#mc_embed_signup_scroll .input-group-lg>.form-control, #mc_embed_signup_scroll .input-group-lg>.input-group-addon, #mc_embed_signup_scroll .input-group-lg>.input-group-btn>.btn{
	height: 40px;
	padding: 6px 16px;
	font-size: 12px;
}

#mc_embed_signup_scroll .input-group-lg>.input-group-btn>.btn{
	font-size: 16px;
	font-weight: 500;
	min-width: 143px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

#mc_embed_signup_scroll .input-group-lg>.input-group-btn>.btn:hover{
	/*background-color: #fff;*/
	color:#f03526;
	border-radius: 1px solid #f03526;
	background-color: #091a42;
}

.footer-copyright__text{
	margin: 20px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
}

.copyright-text{
	font-size: 12px;
	font-weight: 700;
}

.twitter-head p{
	padding-bottom: 0;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}

.social-flex-item:hover{
	background-color: #ef130f;
	color: #fff;
}

.footer-copyright__text a{
	color: inherit;
}

.download-wrapper a{
	color: inherit;
}

.widget_nav_menu ul{
	padding-left: 0;
	list-style: none;
}

.footer-copyright__text ul{
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	float: right;
}

.footer-copyright__text li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


	.footer-h4_stayintouch-wrapper {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    text-align: center;
	    margin-bottom: 25px;
	}

	#sl-footer .footer-h4_stayintouch-wrapper h4{
		padding: 15px 0; 
	}
	.footer-h4_followus-wrapper{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		margin-bottom: 25px;
		height: auto;
	}

	#sl-footer .footer-h4_followus-wrapper h4.footer-h4_followus{
		padding: 15px 0;
	}

	.footer-menu-download-container{
		margin-top: 15px;
		text-align: center;
	}

	.footer-menu-wrapper{
		margin-bottom: 20px;
	}

	.download-wrapper{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.copyright{
		text-align: center;
	}

	.footer-copyright__text {
		display: block;
	}

	.copyright-text{
		text-align: center;
		float: none !important;
	}

	.footer-copyright__text ul{
		text-align: center;
		float: none !important;
	}

	#sl-footer .footer-h4_followus-wrapper h4.footer-h4_followus{
		margin-top: 50px;
	}

	#mc_embed_signup_scroll .input-group-lg>.input-group-btn>.btn{
		min-width: auto !important;
	}



}
