/*
Theme Name: Zephyr Construction LLC
Theme URI: http://www.zephyrconstructionllc.com
Description: Created for Zephyr Construction
Author: Zac Hines
Author URI: http://www.zhineswebdev.com
*/

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**** RECENT POSTS WIDGET ****/

.recent-posts-widget-with-thumbnails ul li{
	display:block;
	float:left;
	width:25%;
}
.rpwwt-post-title {
	margin:0px 15px 10px;
	font-size:1.25em;
	font-weight:bold;
}
.rpwwt-post-excerpt {
	margin:0px 15px;
}
#recent-posts-widget-with-thumbnails-2, #text-2 {
	float:left;
	width:100%;
}
div#wprev_widget-2 {
	float:left;
	width:100%;
}
div.w3_wprs-row-padding-small {
	width:25%;
	float:left;
	padding:0px;
}
#text-3 {
	float:left;
	width:100%;
}
div.w3_wprs-col {
	padding:0px 4px;
}

/******* GENERAL *******/

div#livesite_action_buttons {
	padding-top:35px;
}

a img, a:hover,  {
	border: none;
}

p, a {
	font-size:.9em;
	text-decoration:none;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #333;
    max-width: 100%;
	min-width:352px;
	height:100%;
}

a {
	font-family: Arial;
	color:rgba(30,86,150,1.00);
}

a:hover {
	color:rgba(234,155,50,1);
}

.orange, ul#nav-links a.orange, ul#nav-links a:hover {
	color:rgba(234,155,50,1);
}

.left {
	float:left;
}

.darkgrey {
	color:#333;
}

.center {
	text-align:center;
}

.width100 {
	width:100%;
}

.invisible {
	display:none;
}

#quotebutton {
	background-color: #fff;
	border: 3px solid rgba(49,49,49,1.00);
	color: #333;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	display: inline-block;
	font-size: 16px;
	letter-spacing:2px;
	transition: background 0.4s, color 0.2s;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#quotebutton:hover, #pagetopimg .quotebuttonhover {
	background-color:rgba(49,49,49,1.00);
	border-color:#fff;
	color:#fff;
	cursor:pointer;
}

#postquotebutton {
	background-color: #fff;
	border: 2px solid rgba(234,155,50,1);
	color: #333;
	padding: 12px 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:2px;
	transition: background 0.4s, color 0.2s;
	margin-left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top:30px;
	margin-bottom:0px;
}

#postquotebutton:hover, div .postquotebuttonhover {
	background-color:rgba(234,155,50,1);
	color:#fff;
	cursor:pointer;
}

input.wpcf7-text, textarea.wpcf7-textarea {
	width:100%;
	height:40px;
	border:1px solid #a9a9a9;
	font-size:18px;
	padding:5px;
}

textarea.wpcf7-textarea {
	height:150px;
}

.wpcf7-not-valid-tip {
	color:red;
}

input.wpcf7-submit {
	background-color:white;
	border:2px solid rgba(49,49,49,1.00);
	text-align:center;
	padding:15px 35px;
	font-weight:bold;
	letter-spacing:2px;
	font-family:arial;
	color:#333;
	display: block;
	margin: 0 auto;
	transition:background-color .5s;
	-webkit-appearance: none;
	text-transform:uppercase;
}

input.wpcf7-submit:hover {
	cursor:pointer;
	background-color:rgba(234,155,50,1);
	border-color:rgba(234,155,50,1);
	color:#fff;
}

.wpcf7 label {
	font-weight:bold;
}

.wpcf7 .screen-reader-response {
	display:none;
}

#commentform textarea {
	width:100%;
}

a.tag-cloud-link {
	font-size: .9em !important;
	float:left;
	display:inline-block;
	padding:2px 5px;
	margin:0 5px 5px 0;
	border:1px solid #333;
}

/******* LAYOUT *******/

.container {
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding:0px 15px;
}

div#secondary-header {
	background-color:rgba(234,155,50,1);
	position:relative;
	overflow:hidden;
	height:40px;
}

div#secondary-header p {
	color:#333;
	line-height:40px;
	float:left;
}

div#secondary-header a {
	color:#fff;
}

div#secondary-header a:hover {
	color:#333;
}

div#secondary-header a, div#secondary-header p, div#footer-area a, div#footer-area p{
	font-size:12px;
	text-decoration:none;
	margin:0px;
}

div#footer-area {
	float:left;
	height:48px;
	transition:height .5s;
	overflow:hidden;
	bottom:0px;
	left:0px;
	width:100%;
}

div#secondary-header i#header-fb-icon {
	float:right;
	padding-left:21px;
	padding-right:21px;
	line-height:40px;
	font-size:1.5em;
}

div#footer-area p, div#footer-area a {
	color:white;
}

div#navigation-area {
	background-color: rgba(49,49,49,1.00);
	box-shadow: 0 1px 5px rgba(119,119,119,1.00);
	top:0;
	right:0;
	left:0;
	z-index:1030;
	margin:0 auto;
	height:80px;
	position:relative;
	clear:both;
	min-width:362px;
	transition:height .5s;
}

img#nav-logo {
	float:left;
}

img#mobile-drop-button {
	float:right;
	display:none;
	padding:10px;
}

img#mobile-drop-button:hover, ul#nav-links a:hover {
	cursor:pointer;
}

ul#nav-links {
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:80px;
	float:right;
	display:none;
}
div#nav-links-container .visible {
	display:block;
}

ul#nav-links a {
	font-family:Lato;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	color:white;
	line-height:80px;
	font-size:10px;
	display:block;
	float:left;
	padding:0px 10px 0px;
	background-color: rgba(49,49,49,1.00);
}

ul#services-links, ul#about-links {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div ul#services-links a, div ul#about-links a {
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	line-height:30px;
	font-size:12px;
	display:block;
	float:left;
	clear:both;
}

div#body-area {
	min-height:82.6%;
}

div#footer-area {
	background-color: rgba(49,49,49,1.00);
}

div#footer-area a {
	color:rgba(234,155,50,1);
}

div#footer-area a:hover {
	color:white;
}

div#footer-area i#footer-fb-icon {
	line-height:48px;
	font-size:1.5em;
	float:right;
	padding-left:21px;
	padding-right:21px;
	color:#fff;
}

div#footer-area i#footer-fb-icon:hover {
	color:rgba(234,155,50,1);
}

div#footer-area p {
	float:left;
	line-height:48px;
}

#scrollTopButton {
	position:absolute;
	display: none;
	position: fixed;
	bottom: 75px;
	right: 15px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: rgba(49,49,49,1.00);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 5px;
	font-size: 18px;
	opacity:0.6;
}

#scrollTopButton:hover {
	background-color:#555;
}

/************ BLOG CSS **************/

h3 .pagetitle {
	color: #333;
}

div#pagetopimg {
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	font-size:48px;
	position:relative;
	transition:height .5s;
}

h1#topimg-title {
	color:#fff;
	text-align:center;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

h1#page-title {
	font-size:22px;
}

h3.storytitle {
	font-size:24px;
}

body.page-template-main-pages #body-area, body.page-template-front-page #body-area {
	text-align:center;
}

body.page-template-main-pages .content p, body.page-template-front-page .content p {
	line-height:32px;
}

body.page-template-main-pages div.content, body.page-template-front-page div.content {
	padding-top:30px;
	padding-bottom:30px;
}

div#sidebar-container {
	float:right;
	width:41%;
}

div#sidebar-primary {
	padding-left:15px;
}

div#posts-container {
	float:left;
	width:59%;
	margin-bottom:30px;
}

div#posts {
	padding-right:15px;
}

div#searchbox-container {
	width:100%;
	position:relative;
	height:48px;
}

form#searchform #s {
	font-size:17px;
	color: #555;
	border:1px solid #ccc;
	float:left;
	display:inline-block;
	line-height:40px;
	height:40px;
	padding:0px 10px;
	-webkit-appearance: none;
}

form#searchform #s:focus {
	outline:none;
	box-shadow: 0 0 10px #719ECE;
}

form#searchform #b {
	float:left;
	display:inline-block;
	height:42px;
	width:42px;
	border:4px solid rgba(234,155,50,1);
	color:#fff;
	background-color:rgba(234,155,50,1);
	transition: background-color .5s;
	outline:none;
}

form#searchform #b:hover {
	color:#000;
	background-color:#fff;
	cursor:pointer;
}

div#sidebar-primary a {
	color:#333;
	transition:color .3s;
}

div#sidebar-primary a:hover {
	color:rgba(234,155,50,1);
}

div#mainheader {
	float:left;
	width:100%;
}

/*********** RESPONSIVE DESIGN **************/

/*mobile version*/

@media all and (max-width: 767px) {
	
	.recent-posts-widget-with-thumbnails ul li{
		display:block;
		float:left;
		width:50%;
	}
	
	div.w3_wprs-row-padding-small {
		width:50%;
		float:left;
		padding:0px;
	}
	
	div#secondary-header {
		height:32px;
	}
	
	div#secondary-header, div#footer-area {
		text-align:center;
	}
	
	div#secondary-header p {
		float:none;
	}
	
	div#secondary-header p, div#secondary-header a {
		line-height:34px;
	}
	
	div#secondary-header i#header-fb-icon {
		display:none;
	}
	
	img#mobile-drop-button {
		display:block;
	}
	
	ul#nav-links a {
		line-height:44px;
		width:100%;
		font-size:11px;
		padding-left:30px;
	}
	
	div#nav-links-container {
		position:absolute;
		top:80px;
		left:0px;
		height:0px; 
		transition:height .5s;
		overflow:hidden;
	}
	
	#nav-services-arrow, #nav-about-arrow {
		margin-left:2px;
	}
	
	ul#services-links, ul#about-links {
		height:0px;
		transition:height .5s;
		overflow:hidden;
		float:left;
		width:100%;
	}
	
	div#services-container, div#about-container {
		background-color:rgba(49,49,49,1.00);
		float:left;
		width:100%;
	}
	
	ul#services-links, ul#about-links {
		padding-left:20px;
	}
	
	div#footer-area {
		height:132px;
	}
	
	div#footer-area p, div#footer-area a {
		line-height:34px;
	}

	div#footer-area p {
		float:none;
	}
	
	div#footer-area i#footer-fb-icon {
		margin-right:auto;
		margin-left:auto;
		padding-left:50%;
		padding-right:50%;
		float:none;
	}
	
	body.page-template-main-pages div.content {
		padding-left:15px;
		padding-right:15px;
	}
	
	#quotebutton {
		border-width:2px;
		padding: 12px 26px;
		font-size: 12px;
		letter-spacing:1px;
	}
	
	h1#page-title {
		font-size:22px;
	}
	
	div#pagetopimg {
		height:200px;
		font-size:20px;
	}
	
	div#sidebar-container {
		width:100%;
	}

	div#posts-container {
		width:100%;
	}
}

/*larger devices*/
@media all and (min-width: 768px) {
	.container {
		width:738px;
	}
	ul#nav-links a {
		font-size:11px;
		padding:0px 15px 0px;
		letter-spacing:0px;
	}
	ul#nav-links ul a {
		letter-spacing:1px;
	}
	#nav-services-arrow, #nav-about-arrow {
		float:right;
		margin-left:3px;
		margin-right:-8px;
		padding-top:35px;
		padding-bottom:34px;
	}
	div#services-container, div#about-container {
		float:left;
	}

	ul#services-links, ul#about-links {
		position:absolute;
		top:80px;
		height:0px;
		transition:height .5s;
		overflow:hidden;
		background-color: rgba(49,49,49,1.00);
	}
	
	body.page-template-main-pages div.content {
		padding-left:50px;
		padding-right:50px;
	}
	
	#quotebutton {
		border-width:2px;
		padding: 16px 32px;
		font-size: 14px;
		letter-spacing:1px;
	}
	
	h1#page-title {
		font-size:28px;
	}
	
	div#pagetopimg {
		height:300px;
		font-size:26px;
	}
}

@media all and (min-width: 992px) {
	.wpcf7 {
		text-align:left;
	}
	.container {
		width:962px;
	}
	
	ul#nav-links {
		margin-right:10%;
	}
	
	ul#nav-links a {
		letter-spacing:1px;
	}
	
	body.page-template-main-pages div.content {
		padding-left:100px;
		padding-right:100px;
	}
	
	#quotebutton {
		border-width:2px;
		padding: 18px 36px;
		font-size: 15px;
		letter-spacing:2px;
	}
	
	h1#page-title {
		font-size:38px;
	}
	
	div#pagetopimg {
		height:400px;
		font-size:36px;
	}
}

@media all and (min-width: 1200px) {
	.container {
		width:1170px;
	}
	
	ul#nav-links {
		margin-right:15%;
	}
	
	body.page-template-main-pages div.content {
		padding-left:200px;
		padding-right:200px;
	}
	
	#quotebutton {
		border-width:3px;
		padding: 20px 40px;
		font-size: 16px;
		letter-spacing:2px;
	}
	
	h1#page-title {
		font-size:44px;
	}
	
	div#pagetopimg {
		height:500px;
		font-size:42px;
	}
}