/*
Theme Name: brianssealcoating
Template: skt-coffee
Version: 0.1
*/

/* This @import line loads the stylesheet from the parent theme */
@import url("../skt-coffee/style.css");

body{

}

/*============
	Header
=============*/
.header{
	background-color: #353535;
}
.logo{
	padding:0;
	margin-top:10px;
}
.logo img{
	max-width:260px;
}

.sitenav ul li a {
    padding: 10px 4px;
    display: block;
    color: #fff;
    font-weight: 100;
}

.sitenav ul li.current_page_item a{
	color:#d84b4b !important;
}


.topspace{
	padding-top:0;
}
.page_content{
	padding:0 0;
}
.toggle a{
	background: url(images/mobile_nav_right.png) no-repeat right center #d84b4b;
}
body.custom-background{
	background-color:#353535 !important;
}


/*============
	Home
=============*/
.nivo-caption{
	display:none !important;
}
.header, section#home_slider{
	border-color:#d84b4b!important;
}
section#home_slider {
    padding: 0;
    border-bottom: 4px solid #d84b4b;
}
.site-main{
	width:100%;
	color:#fff;
}
#home-icons{
	margin-top:50px;
}
#home-icons h2{
	color:#d84b4b;
	font-weight: bold;
}
#home-icons img:hover{
-webkit-box-shadow: 0px 0px 30px 2px rgba(255,0,0,1);
-moz-box-shadow: 0px 0px 30px 2px rgba(255,0,0,1);
box-shadow: 0px 0px 30px 2px rgba(255,0,0,1);
}
.home-info{
	color:#fff;
	margin-top:80px;
}
.home-info h2{
	color:#d84b4b;
}
.home-info h4{
	color:#d84b4b;
}
.gform_title{
	color:#d84b4b;
}
.home-info-should,.home-info-how{
	background-color:#000;
	border-radius: 30px;
	padding:30px;
}
.call-to-action,.call-to-action-btn{
	padding:30px;
}
.call-to-action h1{
	color:#fff;
}



/*============
	Pages
=============*/
#inner-page{
	margin-top:100px;
}
#inner-page h1,#inner-page h2,#inner-page h4{
	color:#d84b4b;
	font-weight: bold;
}
#panel-72-0-0-1 .widget-title{
	display:none;
}
.btn{
	background-color:#d84b4b;
	color:#000;
	padding:10px;
}
a:hover{
	color:red;
}


/*=====================
   Contact / Location
======================*/

#panel-72-0-0-1 .widget-title {
	display: block;
}


/*===========
	Footer
============*/
.footerlogo{
	background-color:rgba(0,0,0,0);
}
#footer-wrapper{
	background-image:url('images/Asphalt_deterioration3.jpg');
}
#footer-wrapper{
	border-top: 9px solid #000;
}
.copyright-wrapper{
	background-color:#000;
}
.cols-4 h5{
	border-bottom: 2px solid #777;
}
.phone-no{
	font-size: 2em;
}



/*===========
	Media
============*/
@media screen and (max-width: 1099px) and (min-width: 768px){
	.site-main{
		width:100% !important;
	}
	.header_right{
		width:50% !important;
	}

}

@media screen and (max-width: 768px) {
	.headerinfo img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 100px;
	}
	.headerinfo .facebookheader {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 100px;
	}
}