/*  
Theme Name: Diamond Electric & Automation
Theme URI: diamondstl.com
Description: One page theme for Diamond Electric & Automation
Version: 1.0
Author: Site Up Solutions
Author URI: https://www.siteupsolutions.com

*/
h1{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:44px;
}
.carousel-item {
    height: 85vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-blk{
	background-color:#000;
}
.bg-nav{
	background-color:#fff;
}
.txt-grey{
	color:#666;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
}
.btn-primary {
    color: #fff;
    background-color: #073b87;
    border-color: #073b87;
	font-size:18px;
	font:'Open Sans';
	padding-left:30px;
	padding-right:30px;
}
#contact-right{
	text-align:right;
	font-size:15px;
	font:'Open Sans';
}
#contact-right #lnkin{
	margin-right:20px;
}

.services {
    border-radius: 10px;
    background: #ebebeb;
    padding:20px; 
	margin-bottom:20px;
    width: 100%;
}
.services h2{
	color:#073b87;
	font-family:Lato, Arial, Helvetica, sans-serif;
}
.col-sm-8 p, .col-sm-9 p{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
}
.col-sm-4, .col-sm-3{
	background-color:#fff;
	text-align:center;
	margin:20px;
}
.services img{
	margin-left:15px;
	border-radius: 5px;
	border: 2px solid #CCC;
}
.col p{
	font-weight:bold;
}
.col{
	background-color:#fff;
	border-radius: 5px;
	text-align:center;
}
hr {
	background-color: #073b87;
	height: 1px;
}
.contact{
	background-color: #000;
	background-image:url(../../uploads/2017/08/map.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:-40px;
}
footer hr{
	background-color:#333;
	border-color:#000;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#contact-us{
	background-color:rgb(0,0,0);
}
@media (min-width: 768px) {
form .label{
	text-align:right;
}
}
form .label{
	color:#fff;
}
form h3, form i, form span{
	color:#fff;
}
form i{
	font-size:14px;
}
form input, form textarea{
	max-width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
form textarea{
	max-height:100px;
}
.wpcf7-submit{
	color: #fff;
    background-color: #073b87;
    border-color: #073b87;
    font-size: 18px;
    font: 'Open Sans';
    padding-left: 30px;
    padding-right: 30px;
	
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: transparent;
	border: 1px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#mailto {
    text-decoration: none;
	color:#333;
}
#mailto2 {
	text-decoration: none;
	color:#fff;
}
#sitemap{
	text-decoration: none;
	color:#666;
}