/* Enter Your Custom CSS Here */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  	font-family: 'Roboto', sans-serif; 
  	font-weight: 300;
}
textarea, input {
  	font-family: 'Roboto', sans-serif !important; 
  	font-weight: 300 !important;
}

/* Extra Header */
#header_meta div.container { padding: 10px 0 8px; }
.phone-info a {
    margin-right: 15px;
    background: #fff;
    color: #0298fc !important;
    border: 1px #fff solid;
    padding: 2px 15px;
    border-radius: 5px;
}
.phone-info a:hover { 
	background: #0298fc;
	color: #fff !important; 
	text-decoration: none;
}
.phone-info  span, .phone-info  a {
	font-size: 18px;
    font-weight: 700;
}

/* Slider Caption */ 
.checkbox-home { 
	max-width: 960px;
	margin: 0 auto;
}
#caption-responsive h2.avia-caption-title {  
	color: #fff;
	font-weight: 700;
	text-transform: none !important;
	line-height: 36px;
	text-align: center;
}
ul.caption-thirds { 
    width: 30%;
    float: left;
    margin: 0px 0 0 3%;
}
ul.caption-thirds li {
    visibility: visible !important;
    opacity: 1;
    position: relative !important;
	margin: 10px 0;
	list-style: none; 
	color: #fff;
	font-weight: 700;
}
ul.caption-thirds li:before {
	content: url(/wp-content/uploads/2016/05/home-bullet.png);
	position: relative;
    top: 2px;
    margin-right: 10px;
} 
.page-id-9  .template-page .entry-content-wrapper h2 {
	text-transform: none !important;
}

/* Home Contact Button */
.contact-home-btn a { 
    border-radius: 10px !important;
	padding: 20px 25px 15px !important;
	margin-top: 20px !important;
}
.contact-home-btn span { font-size: 28px; }
.contact-home-btn strong { 
    font-weight: 700;
    color: #fff;
}

/* Homepage Shed Type */
#shed-type-container { background-size: cover; }
#shed-type-container div.av_one_fifth {
    margin-left: 1%;
    width: 19%;
}
#shed-type-container p {
 	color: #fff;
  	margin: 0;
	text-align: center;
}

/* About Us */
.services-heading { margin-top: 30px; }
.services-heading h3 { font-weight: 700 !important; }
.service-title h2 {
    color: #0298fc;
    font-weight: 700 !important;
    letter-spacing: 10px !important;
}
a.facebook-like {
    width: 250px;
    height: 60px;
    background: url(/wp-content/uploads/2016/05/Like-us-on-Facebook-sprite.png);
    background-position: left top;
    display: block;
}
a.facebook-like:hover {
    background-position: left bottom;
    background-color: #40598D;
    border-radius: 3px;
}

/* Contact Us */
.contact-container br { display: none; }
.contact-container p { margin: 0; }
.contact-container input, .contact-container textarea { margin-bottom: 5px !important; }
.contact-container textarea { max-height: 170px; }
.contact-container .wpcf7-submit {
	margin-top: 4px;
    background-color: #0298fc !important;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #0298fc !important;
}
.contact-container .wpcf7-submit:hover { 
	background-color: #fff !important; 
	color: #0298fc !important;
}

@media screen and (min-width: 1320px) {
	.container.av-logo-container { padding-right: 0px !important; }
} 
@media screen and (min-width: 990px) {
	.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 170px !important; }
}


@media screen and (max-width: 1320px) {
	#header_meta .container { padding: 10px 50px 8px !important; }
}   
@media screen and (max-width: 1270px) {
	#shed-type-container .flex_column.av_one_fifth {
		margin-left: 1%;
		width: 24%;
		clear: none;
	}
	.empty-column { display: none; }
	/*#shed-type-container .avia-builder-el-17, #shed-type-container .avia-builder-el-24 { display: none; }*/
}
@media screen and (max-width: 1030px) {
	#shed-type-container .flex_column.av_one_fifth {
		margin-left: 1%;
		width: 49%;
		clear: none;
	}
}
@media screen and (max-width: 768px) {
	#header_meta div.container {
		padding: 10px 0 8px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	ul.caption-thirds {
		width: 47%;
		margin: 0px;
	}
	/*ul.caption-thirds:last-child {
	    margin: 0 auto; 
		float: none;
	} */
}	
@media screen and (max-width: 560px) {  
	.contact-home-btn span { font-size: 14px; }
	#header_meta div.container .phone-info  span, 
	#header_meta div.container .phone-info  a{ font-size: 11px; }
	ul.caption-thirds {
		width: 100%;
		margin: 0px;
	}
}

@media screen and (max-width: 360px) {
	.wpcf7-form-control-wrap iframe {
		transform: scale(0.90) !important;
		-webkit-transform: scale(0.90) !important;
		transform-origin: 0 0 !important;
		-webkit-transform-origin: 0 0 !important;
	}
}