/*
Theme Name:     Door Installer Custom Theme
Description:    Custom theme for Door Installer, child theme of WPnaked starter theme
Author: 		Dave Rooney || Zava Design
Author URI: 	http://zavadesign.com
Template:       wpnaked
Version:        1.0
*/

/* ============= Custom CSS ============= */


/* Global */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #555555;
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
}
a {
	color: #0e76bc;
}
a:hover {
	color: #555555;
}
.button {
	border: 1px solid #231f20;
	background: none;
	display: inline-block;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
}
.button.white {
	border-color: #fff;
	color: #fff;
}
.button.white:hover {
	background: #fff;
	border-color: #fff;
	color: #231f20;
}


/* Header */
.wrapper-topbar {
	background: #231f20;
	color: #fff;
	padding: 8px 0;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
}
.wrapper-topbar a {
	color: #fff;
	text-decoration: none;
}
.wrapper-topbar i {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.wrapper-topbar .free-quote {
	display: none;
}
@media (min-width: 600px) {
	.wrapper-topbar .free-quote {
		display: inline-block;
		border: 1px solid #fff;
		padding: 1px 6px;
		text-transform: uppercase;
		margin-right: 30px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.wrapper-topbar .free-quote:hover {
		background: #fff;
		color: #231f20;
	}
}
.wrapper-topbar .email-link {
	margin-left: 30px;
}
.wrapper-topbar .email-link:hover {
	text-decoration: underline;
}
.wrapper-topbar .email-link i {
	top: 1px;
}
.wrapper-header {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	margin-bottom: 60px;
}
body.home .wrapper-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
header.header {
	padding: 20px 0;
	overflow: auto;
	overflow-y:hidden;
}
header.header h1 {
	margin: 0;
	float: left;
}
header.header h1 a {
	background: url('img/logo.svg') no-repeat;
	background-size: contain;
	display: block;
	width: 250px;
	height: 74px;
	text-indent: -9999px;
}
@media (min-width: 1100px) {
	header.header h1 a {
		width: 370px;
		height: 109px;
	}
}
header.header h2 {
	display: none;
}
.mmenu-open {
    top: 40px;
}
#menu {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-top: 43px;
	margin-bottom: -100px;
}
@media (min-width: 1100px) {
	#menu {
		margin-top: 72px;
	}
}
#menu ul {
	background: none;
}
#menu li {
	background: none;
	margin-left: 10px;
}
@media (min-width: 1100px) {
	#menu li {
		margin-left: 20px;
	}
}
#menu a {
	padding: 0 0 24px 0;
	border-bottom: 5px solid #fff;
	color: #231f20;
}
@media (min-width: 1100px) {
	#menu a {
		padding: 0 0 30px 0;
	}
}
#menu a:hover {
	border-bottom: 5px solid #0e76bc;
	color: #0e76bc;
}
#menu li.current-menu-item a {
	border-bottom: 5px solid #0e76bc;
	color: #0e76bc;
}


/* Homepage */
.wrapper-slider .slide {
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (min-width: 600px) {
	.wrapper-slider .slide {
		height: 300px;
	}
}
@media (min-width: 1200px) {
	.wrapper-slider .slide {
		height: 400px;
	}
}
@media (min-width: 1500px) {
	.wrapper-slider .slide {
		height: 500px;
	}
}
.quote-slider {
	background: #231f20;
	color: #f4f4f4;
	padding: 30px 0;
	text-align: center;
}
.quote-slider h2 {
	margin: 0;
	font-size: 24px;
}
.quote-slider .quote {
	font-size: 26px;
	line-height: 30px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}
@media (min-width: 800px) {
	.quote-slider .quote {
		font-size: 36px;
		line-height: 40px;
		padding: 20px 0 30px 0;
	}
}
.promo-panels {
	margin-top: 30px;
}
aside.sidebar .promo-panels {
	margin-top: 0;
}
.promo-panels .panel {
	margin-bottom: 30px;
}
.promo-panels img {
	display: block;
	width: 100%;
	height: auto;
}
.promo-panels h3 {
	font-size: 22px;
	margin: 10px 0 10px 0;
}
.promo-panels p {
	margin: 0 0 10px 0;
}


/* Content */
main {
	margin-bottom: 30px;
}
body.home main {
	margin-bottom: 0;
}
.arconix-faq-title {
	font-weight: bold;
}
.testimonials .quote {
	background: #f6f6f6;
	padding: 30px 40px 30px 70px;
	position: relative;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
}
.testimonials .quote i {
	color: #cccccc;
	font-size: 40px;
	position: absolute;
	top: 30px;
	left: 20px;
}
.testimonials .quote span {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}


/* Gallery */
#boxer .boxer-meta {
    padding: 0;
}
.boxer-position {
	display: none;
}
.gallery-name {
	border-bottom: 1px solid #555555;
	margin-top: 30px;
	padding-bottom: 10px;
}
.image-gallery {
	text-align: center;
}
.image-gallery .col {
	margin-bottom: 30px;
}
.image-gallery .col:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.image-gallery img {
	display: block;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	width: 100%;
	height: auto;
	box-sizing: border-box;
}


/* Footer */
.wrapper-footer {
	background: #231f20;
	color: #f4f4f4;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
}
@media (min-width: 1300px) {
	.wrapper-footer {
		text-align: left;
	}
}
.wrapper-footer a {
	color: #f4f4f4;
	text-decoration: none;
}
.wrapper-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
ul#menu-footer {
	padding: 0;
	margin: 0 0 10px 0;
}
ul#menu-footer li {
	padding: 0;
	margin: 0 5px;
	list-style-type: none;
	display: inline;
}
@media (min-width: 1000px) {
	.wrapper-footer .footer-menu {
		float: left;
	}
	.wrapper-footer .copyright {
		float: right;
	}
}
