/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




#header.transparent-header.floating-header .container {
	border-radius:5px;
}

#top-search form input {
	padding:10px 80px 10px 20px;
}

.heading-block:after {
	border-top:none;
}

.emphasis-title h1{
	letter-spacing:2px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;		
}

#content {
/* 	background-color:#f0f0eb; */
}

.whitecontainer {
	background-color:#f0f0eb;
	border-radius:5px;
}


h1, h2, h3, h4, h5, h6 .serif {
	font-family: 'PT Serif', serif;
	font-weight:400;
	line-height:1.5;
	letter-spacing:1px;
	color:#363636;

}
.bluetext{
	color:#196e91;
}
.whitetext{
	color:white !important; 
}
.whitetextlink{
	color:white;
	border-bottom:2px solid white;
}
.smalltext{
	color:#bbbbbb;
	letter-spacing:0.2em;
	font-size:13px;
	margin-bottom:5px;
}

.bluebackground{
    background: -moz-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00dbcf), color-stop(100%, #6b59ef));
    background: -webkit-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: -o-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: -ms-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: linear-gradient(285deg, #6b59ef 0%, #00dbcf 100%);
/* 
	background-color:#196e91;
 */
	border-radius:5px;
}
body{
/* 
	background-image: url('imgs/background_pattern.png');
 */
/* 
	&:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
	opacity: .6; 
	}
 */
}

img.hero-illustration .hero-illustration1 {
    right: -200px;
    bottom: -200px;
    mix-blend-mode: color-dodge;
    z-index: 0;
    position: absolute;
    }
#contact-form-overlay-mini ul{
	width:300px:
	list-style-type:none !important;
}    
.category-headers{
    background: -moz-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00dbcf), color-stop(100%, #6b59ef));
    background: -webkit-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: -o-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: -ms-linear-gradient(165deg, #6b59ef 0%, #00dbcf 100%);
    background: linear-gradient(285deg, #6b59ef 0%, #00dbcf 100%);
    border-radius: 10px;
    color:white;
 }
 
.whitebackground{
	background:white;
 }
 
 .col-padding{
 	padding:20px;
 }
 
.clients-grid li:after, .testimonials-grid li:after {
 	border-bottom:none !important;
 	}
.col_one_fifth {
		margin-right:none !important;
		width:20%;
	}
@media (max-width: 479px) {
	#header.transparent-header.floating-header .container{ 
		width:95% !important; 
		}
	.container {
		width:95% !important;
		}
	.rightmargin-lg {
		margin-right: 5% !important
		}
	.leftmargin-lg {
		margin-left: 5% !important
		}
	.topmargin-lg {
		margin-top: 10% !important
		}						
	.bottommargin-lg {
		margin-bottom: 10% !important
		}	
	.mapinfo {
		margin-top:20%;
		}
	#map-overlay #google-map {
		height:40%;
		}
	#contact-form-overlay-mini {
		width:100% !important;
		}
	#map-overlay {
		padding-bottom:30px;
		}
	div {
		border-right:none !important;
	}
	img.whatwedo{
		width:90%;
	}
	.col_one_fifth {
		margin-bottom:none !important;
	}
	.whoweare{
		width:90%;
	}
	.feature-box.fbox-plain.fbox-small p {
		margin-left:0px !important;
	}
	.feature-box.fbox-plain.fbox-small {
		padding-left:80px !important;
	}				
} 

@media (max-width: 767px) {
	.col_one_fifth {
		margin-bottom:0px !important;
	}		
}






