/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge 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: 6.3
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.

*/

#qode-homepage-slider > div.carousel-inner.relative_position > div > div.slider_content_outer > div > div > a {
	color: rgb(255, 255, 255);
  	border-color: rgb(255, 255, 255);
  	background-color: transparent;
}

#qode-homepage-slider > div.carousel-inner.relative_position > div > div.slider_content_outer > div > div > a:hover {
	color: rgb(255, 255, 255);
  	border-color: rgb(32, 182, 188);
  	background-color: rgb(32, 182, 188);
}

/**---------------- Contact Form ----------------**/
#responsive-form{
	max-width:1100px;
	margin:0 auto;
        width:100%;
	color: #202b36;
}
.form-row{
	width: 100%;
}
.column-half,
.column-full,
.column-20,
.column-25,
.column-75,
.column-80{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#responsive-form input[type='submit'] {
	color: #0073bd;
}

#responsive-form input[type='submit']:hover {
	color: #ffffff;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
	.column-20{
		width: 20%;
	}
	.column-25{
		width: 25%;
	}
	.column-75{
		width: 75%;
	}
	.column-80{
		width: 80%;
	}
}

h1 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.phone-number {
	color:white;
	font-weight: 600;
	font-size: 24px;
}


input {
	border: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	-webkit-appearance: none;
}

p {
	line-height: 1.5em;
}

.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after { clear: both; }
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- FOOTER FORM ---------- */

#footer-form {
	margin: 0px auto;
	width: auto !important;
}

#footer-form input {
	height: 50px;
}

#footer-form input[type="text"],
#footer-form input[type="textarea"],
#footer-form textarea {
	width: 100%;
	max-width: 280px;
	background-color: #ffffff;
	color: #202b36;
	border-style: solid;
    	border-color: #0073bd rgba(0,115,189,1);
    	color: #303030;
	border-width: 2px;
	-webkit-box-shadow:0px 1px 2px 1px rgba(32,43,54,0.25);
	   -moz-box-shadow:0px 1px 2px 1px rgba(32,43,54,0.25);
			box-shadow:0px 1px 2px 1px rgba(32,43,54,0.25);
}

#footer-form input[type="submit"] {
	height: 48px;
	background-color:transparent;
	border: 2px solid #0073bd !important;
	color: #0073bd !important;
	font-weight: bold;
	margin-top: 1em;
	text-transform: capitalize;
	/*width: 280px;*/
	transition: all 0.3s ease 0s;
}

#footer-form input[type="submit"]:hover {
	background-color: #0073bd !important;
	color: #fff !important;
}

#footer-form > p {
	text-align: center;
}

#footer-form > p span {
	padding-left: 5px;
}

#footer-form span.wpcf7-not-valid-tip{font-size:10px !important;font-weight:400;color:#f88;}


div.wpcf7-response-output{font-size:12px !important;padding:17px 20px 17px 45px !important;}


.tabs-nav > li.active::after {
	Content: "\00a0\00a0\00a0\00a0";
	border-bottom: 3px solid #0073bd;
	transition: all 0.3s ease 0s;
}

.tabs-nav > li.active:hover::after {
	Content: "\00a0\00a0\00a0\00a0";
	border-bottom: 3px solid;
	transition: all 0.3s ease 0s;
}
.call_to_action {
    background: #0674bb !important;
}

.fbx-column-center {
                Text-align: center;
}
