/*
Theme Name: MIH
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: MIH Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 10.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* CUSTOM HEADER */

.header_bottom.black{
	background-color: #000000;
	padding: 0px 45px !important;
}
header.fixed.scrolled .header_bottom.black{
	background-color: #000000 !important;
	padding: 0px 45px !important;
	box-shadow: 0px 10px 20px -9px rgba(0,0,0,0.75);	
}
header.scrolled .drop_down .second {
    top: 75px !important;
}
.header_bottom.black *{
	color: #ffffff;
}
.header_bottom.black nav.main_menu.left{
	left: auto !important;
}
.header_bottom.black nav.main_menu>ul>li>a{
	line-height: 50px !important;
	padding: 0 44px;
}
header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a{
	opacity: 1;
}
.header_bottom.black nav.main_menu li a:hover span{
	color: #00adef;
}
.content.content_top_margin .content_inner{
    padding-top: 50px !important;
}
.header-contact {
    position: absolute;
    bottom: 17px;
    width: 260px;
    right: 0px;
    text-align: right;
    font-size: 20px;
    color: #333333;
}
.header-contact .tel a{
	color: #00adef;
	font-weight: 600;	
}

.slider-overlay{
	left: 33%;
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.65) 100%) !important;
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 100%) !important;
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 100%) !important;

}

/* Page Elements */
.blue-box *,
.black-strip *{
	color: #ffffff !important;
}
.blue-box h3{
	padding:12px 0px;
}
.investor-strip{
	padding: 64px 0px;
}
.investor-strip h2{
	text-transform: none;
	margin-bottom: 12px;
}
.testimonials_c_holder .testimonial_content_inner{
	padding: 32px 20px !important;
	background: transparent !important;
}
.black-strip h2{
	text-transform: none;
}
.footer_top .widget.widget_nav_menu li{
	padding: 0px !important;
}
.footer_top h5{
	margin: 0 0 12px;
}
.footer_bottom a img{
	vertical-align: sub;
}
/* Buttons */
a.qbutton.default{
	background-color: #00adef !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0px !important;
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0px;
	padding-right: 30px;
}
a.qbutton.default:hover{
	background-color: #000000 !important;
}
a.qbutton.default:after{
	content: " ";
	height: 20px;
	width: 30px;
	background-image: url('../mih-child/images/btn_arrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	right: 0px;
	top: 10px;
}

.black-strip a.qbutton.default{
	min-width: 160px;
	text-align: center;
	border: 1px solid #00adef !important;
	font-weight: 600 !important;
}
.black-strip a.qbutton.default:hover{
	border: 1px solid #ffffff !important;
}

/* Form Styling */
body .gform_wrapper input[type=text],
body .gform_wrapper textarea{
	border: 1px solid #bababa;
}
body .gform_wrapper select{
	border:1px solid #bababa;
	height: 32px;
}
body .gform_wrapper input[type=submit]{
	background-color: #00adef !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0px !important;
	font-weight: 600 !important;
	text-align: center;
}
body .gform_wrapper input[type=submit]:hover{
	background-color: #000000 !important;	
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 0px !important;
}

.blue-box .gfield_label{
	display: none !important;
}
.blue-box .gfield{
	margin: 0 0 0px !important;
}
body .blue-box .gform_wrapper input[type=text], 
body .blue-box .gform_wrapper textarea{
	color: #222222 !important;	
}
body .blue-box .gform_wrapper input[type=submit]{
    background-color: #ffffff !important;
    color: #00adef !important;
    border: none !important;
    border-radius: 0px !important;
    width: 66.66666666%;
    font-weight: 600 !important;
    text-align: center;
    display: block;
    margin: 24px auto 0px;	
}
body .blue-box .gform_wrapper input[type=submit]:hover{
	opacity: 0.95;
	color: #00adef !important;
}
body .blue-box .gform_wrapper .gform_footer{
	margin: 0px !important;
	padding: 0px !important;
}
div#input_2_10 > div{
	margin: 0px auto !important;
}
.wpb_text_column.wpb_content_element ul{
	margin-top: 16px;
}
.wpb_text_column.wpb_content_element li{
	text-indent: -33px;
    padding-left: 38px;
}
@media(max-width:600px){
	.header-contact{
		display: none;
	}
	.vc_column_container>.vc_column-inner{
		padding-bottom: 16px;
	}
	.gform_wrapper.gf_browser_chrome .gform_body{
		width: 100% !important;
	}
}