@charset "UTF-8";
/* CSS Document */

img {
	width: 100%;
	max-width: 100%;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

h1 {
	letter-spacing: 1px;
	font-weight: 300;
}

h2 {
	background-color: #a60000;
	color: #fff;
	padding: 5px 0px 5px 10px;
	letter-spacing: 1px;
	font-size: 34px;
	font-weight: 300;
}

h4 {
	font-size: 24px;
	font-weight: 300;
}

p {
	font-size: 18px;
	line-height: 1.5;
}

.pad-0 {
	padding: 0px !important;
}

.p-r-20 {
	padding-right: 20px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

.page-wrapper {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.top-banner {
	background-color: #000;
	height: 30px;
	padding: 0 30px;
	font-weight: 400;
}

.top-banner .tel {
	float: right;
}

.top-banner .fa {
	color: #fff;
	padding-right: 10px;
}

.top-banner .fa.fa-phone {
	margin-top: 7px;
}

.top-banner a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}

.hero {
	position: relative;
}

.main-header {
	background-image: url("../images/2-roofing-direct-vans.jpeg");
	background-size: cover;
	opacity: 0.95;
	height: 455px;
	background-position: center;
	position: relative;
}

.main-header img {
	width: 30%;
	position: absolute;
	bottom: 12%;
	right: 2%;
	max-width: 225px;
}

.navbar {
	z-index: 1;
	width: 100%;
	position: relative;
}

.logo-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0 6px;
}

.logo-wrapper img.logo {
	display: inline-block;
	width: 30%;
	opacity: 1;
	float: left;
}

.logo-wrapper img {
	display: inline-block;
	width: 13%;
	opacity: 1;
	vertical-align: top;
}

.logo-wrapper .logo-stack {
	display: inline-block;
	width: 15.5%;
	margin-right: 10px;
}

.logo-wrapper .review-logos {
	text-align: right;
}

.logo-wrapper img.stack {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.m-b-10 {
	margin-bottom: 20px;
}

.b-l-1 {
	border-left: 1px solid #000;
}

.navbar ul li a img {
	width: 100%;
	vertical-align: bottom;
}

.navbar ul {
	text-align: center;
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.navbar li {
	display: inline-block;
	text-transform: uppercase;
	padding: 14px 0px;
}

.navbar a {
	text-decoration: none;
}

.navbar li a {
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 0px 15px;
	border-right: 1px solid #000;
}

.navbar a li {
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 0px 15px;
}

hr.red {
	border: 0;
	height: 3px;
	width: 12%;
	position: relative;
	margin: 25px 0 25px 0;
	background-color: #a60000;
}

hr.white {
	border: 0;
	height: 2px;
	width: 12%;
	position: relative;
	margin: 10px 0 15px 0;
	background-color: #fff;
}

hr.vertical {
	width: 2px;
	height: 120px;
	background-color: #fff;
	border: 0;
	display: inline-block;
	margin-top: 35px;
}

hr {
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	border-color: #fff;
	background-color: #fff;
	border-width: 1px;
}

.navbar li a:hover,
.dropdown:hover .dropbtn {
	color: #000;
}

.navbar.sticky {
	/* position: fixed;
	top: 0;*/
}

.nav-wrapper {
	background-color: #a60000;
	overflow: hidden;
	clear: both;
}

.dropdown {
	display: inline-block;
}

.dropdown .dropbtn {
	font-size: 18px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 15px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 210px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.collapsible {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	outline: none;
	background: #a60000;
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
}

.call-us {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	max-width: 500px;
	padding: 10px 20px 20px;
	width: 100%;
	top: 10%;
	left: 100px;
	position: absolute;
	height: 305px;
}

.call-us a {
	background-color: #a60000;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	max-width: 300px;
	padding: 10px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
}

.call-us h3 a {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	background-color: transparent;
	max-width: 100%;
}

#about {
	padding: 40px 0 50px;
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #a60000;
	border-top: 3px solid #a60000;
}

#about h1 {
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
}

#about #left {
	display: inline-block;
	vertical-align: top;
}

#about .red {
	color: #a60000;
}

#about p {
	margin-top: 0;
	float: none;
}

#about img {
	float: right;
	width: 250px;
}

#logos .left-m {
	padding-top: 15px;
}

#why-choose li {
	padding: 4px 0;
}

#why-choose ul.custom_bullet {
	list-style-type: none;
	padding: 20px 0 0;
	margin: 0;
}

#why-choose ul.custom_bullet li {
	background: url("../images/roof-icon.png") no-repeat left top;
	height: 50px;
	padding-left: 60px;
	padding-top: 15px;
	width: 27%;
	display: inline-block;
	background-size: 50px 50px;
}

#why-choose {
	background: url("../images/whychoose-rd.jpeg");
	background-size: cover;
	padding: 15px 0 35px;
	color: #fff;
}

#projects {
	overflow: hidden;
	padding: 0 20px 75px;
}

.gallery-container {
	max-width: 1120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.gallery-container .gallery a img {
	float: left;
	width: 19.5%;
	padding: 2px;
	height: auto;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
}

.gallery-container .gallery a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 5;
}

.gallery-container .gallery a.big img {
	width: 39%;
}

.align-center {
	text-align: center;
}

.roofing {
	display: flex;
	flex-wrap: wrap;
}

.roofing-service {
	width: 30%;
	padding: 1.5%;
	position: relative;
	overflow: hidden;
}

.roofing-service .service-hover h3 {
	color: #19171c;
	margin: 0px;
	text-transform: none;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.roofing-service .service-hover {
	background: rgba(255, 255, 255, 1);
	display: inline-block;
	width: 100%;
	padding: 20px;
	height: 30%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all 0.40s ease;
	-moz-transition: all 0.40s ease;
	-ms-transition: all 0.40s ease;
	-o-transition: all 0.40s ease;
	transition: all 0.40s ease;
}

#services {
	border-top: 3px solid #a60000;
	padding: 20px 0 30px;
}

#services hr {
	margin-left: auto;
	margin-right: auto;
}

#services h1 {
	color: #000;
	text-align: center;
	font-weight: 300;
}

#services .services-container .service-detail {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

#services .services-container .service-detail .service-hover {
	background: rgba(255, 255, 255, 0.9);
	display: inline-block;
	width: 100%;
	height: 25%;
	position: absolute;
	bottom: 0px;
	padding: 0;
	left: 0px;
	-webkit-transition: all 0.40s ease;
	-moz-transition: all 0.40s ease;
	-ms-transition: all 0.40s ease;
	-o-transition: all 0.40s ease;
	transition: all 0.40s ease;
	letter-spacing: 0.5px;
}

#services .services-container .service-detail .service-hover h3 {
	color: #19171c;
	margin: 0px;
	padding: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	font-weight: 400;
	text-align: center;
}

#services .services-container .service-detail .service-hover p {
	display: none;
	color: #fff;
	line-height: 1.8em;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

#services .services-container .service-detail:hover .service-hover {
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
}

#services .services-container .service-detail:hover .service-hover h3 {
	text-transform: uppercase;
}

#services .services-container .service-detail:hover .service-hover p {
	display: block;
	color: #262626;
	margin-top: 20px;
}

#contact {
	padding: 30px 0;
	background: #333333;
	background-image: url("../images/contact-bg.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	color: #fff;
	clear: both;
}

.contact-wrapper {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.contact-wrapper h1 {
	margin-top: 0;
	padding-top: 20px;
}

.contact-wrapper.footer-form {
	display: flex;
}

#contact .contact-details {
	width: 60%;
	display: inline-block;
	padding-right: 5%;
	vertical-align: top;
}

#contact img {
	width: 30%;
	display: inline-block;
	border-radius: 2px;
}

#contact b {
	color: #a60000;
}

#contact a {
	color: #fff;
}

#contact .branch {
	width: 49%;
	display: inline-block;
}

.contact-item {
	position: relative;
	padding-left: 50px;
	margin-bottom: 1.5rem;
}

.contact-icon {
	position: absolute;
	left: 0;
	font-size: 1.25rem;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	width: 35px;
	height: 45px;
	line-height: 45px;
}

.contact-label {
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.5;
}

.contact-text {
	font-weight: bold;
}

.guarantee {
	min-height: 150px;
	clear: both;
	text-align: center;
	border-bottom: 3px solid #dbe0df;
	overflow: auto;
	background-color: #a60000;
}

.callouts {
	float: left;
	width: 50%;
	margin: 0;
	padding: 25px 0% 25px;
	vertical-align: top;
	text-align: left;
	background-color: #a60000;
}

.callouts.black {
	background-color: #000000;
}

.callouts .copy {
	display: inline-block;
	width: 62%;
	color: #dbe0df;
	padding-left: 4%;
	padding-right: 4%;
}

.callouts img {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	max-width: 180px;
	padding-left: 4%;
}

.callouts h4 {
	font-size: 28px;
	margin: 10px 0 0;
	color: #dbe0df;
}

.callouts p {
	font-weight: 300;
}

.footer {
	background-color: #a60000;
	min-height: 150px;
	padding: 25px 0;
	clear: both;
}

.footer img {
	width: 20%;
	float: left;
}

.footer .right {
	display: inline-block;
	padding-top: 0px;
	width: 75%;
	padding-left: 50px;
}

.footer h2 {
	font-size: 32px;
}

.footer h2 b {
	color: #fff;
}

.footer h2 span {
	font-size: 40px;
}

.footer h2 span a {
	color: #fff;
	text-decoration: none;
}

.hide-for-desktop {
	display: none;
}

#menuToggle {
	display: block;
	position: relative;
	top: 60px;
	margin-left: 50px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;

	cursor: pointer;

	opacity: 0;
	/* hide this */
	z-index: 2;
	/* and place it over the hamburger */

	-webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
	position: absolute;
	margin: -87px 0 0 -50px;
	padding: 52px 25px;
	background: #a60000;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */

	transform-origin: 0% 0%;
	transform: translate(-100%, 0);

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
	padding: 10px 0;
	font-size: 18px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
	transform: none;
}

.services-wrapper .page-wrapper {
	padding: 30px 20px 42px;
	max-width: 1160px;
}

.services-header {
	padding-bottom: 50px;
	background: #333333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	color: #fff;
	overflow: hidden;
	height: 400px;
	position: relative;
}

.chimney-header {
	background-image: url(../images/chimney-bg-min.jpg);
}

.guttering-header {
	background-image: url(../images/guttering-bg-min.jpg);
}

.flat-roofing-header {
	background-image: url(../images/flat-roofing-bg-min.jpg);
}

.loft-header {
	background-image: url(../images/loft-bg-min.jpg);
}

.pitched-header {
	background-image: url(../images/pitched-bg-min.jpg);
}

.roof-repair-header {
	background-image: url(../images/roof-repair-bg-min.jpg);
}

.chimney-header .call-us,
.hero .call-us {
	max-width: 400px;
}

.pitched-header .call-us {
	max-width: 509px;
}

.services-wrapper ul {
	list-style-type: none;
	padding: 0px 0 0;
	margin: 0;
}

.services-wrapper li {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	width: 35%;
	float: left;
	background: url("../images/roof-icon.png") no-repeat left top;
	height: 50px;
	padding-left: 60px;
	padding-top: 15px;
	background-size: 50px 50px;
}

.services-wrapper li.full-w {
	width: 65%;
}

.cards {
	padding: 0;
	margin: 0;
	background-color: #a60000;
}

.cards img {
	width: 30%;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

.contact-info {
	padding-left: 60px;
}

.contact-info,
.contact-form {
	width: 50%;
}

.contact-form form {
	display: grid;
	gap: 15px;
}

.form-row {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-form input,
.contact-form textarea {
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	font-size: 1em;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #666;
	font-family: 'Roboto', sans-serif;
}

.quote-btn {
	background: #cfa93e;
	/* Exact gold from site buttons */
	color: #000;
	padding: 12px 20px;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
	transition: background 0.3s ease, transform 0.1s ease;
}

.quote-btn:hover {
	background: #b79034;
	transform: translateY(-2px);
}

.footer-copy {
	padding: 15px 0 20px;
	margin: 0;
	font-size: 0.9em;
	color: #dbe0df;
	text-align: center;
	background-color: #a60000;
}

/* Desktop layout for grouped fields */
@media (min-width: 700px) {
	.form-row {
		flex-direction: row;
	}

	.form-row input {
		flex: 1;
	}
}

@media screen and (max-width: 885px) {

	.navbar li a {
		font-size: 16px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

	.callouts .copy {
		width: 85%;
	}

	.footer h2 {
		font-size: 28px;
	}

	.footer .right {
		width: 70%;
	}

	.call-us {
		max-width: 370px;
		left: 20px;
	}

	.navbar ul {
		width: 100%;
	}

	#why-choose ul.custom_bullet li {
		width: 40%;
	}

	.services-header .call-us {
		max-width: 550px;
	}

	#contact .contact-details{ width: 100%; }

}

@media screen and (max-width: 767px) {

	.hide-for-mob {
		display: none !important;
	}

	.hide-for-desktop {
		display: block;
	}

	.page-wrapper,
	.services-wrapper .page-wrapper {
		padding: 0 20px;
	}

	.top-banner {
		text-align: center;
	}

	.top-banner .tel {
		float: none;
		display: inline-block;
	}

	.navbar a {
		display: block;
		text-align: center;
	}

	.nav-wrapper {
		overflow: visible;
		background: none;
		clear: none;
	}

	.logo-wrapper {
		padding: 0;
	}

	.logo-wrapper img.logo {
		width: 67.5%;
		margin-top: 8px;
	}

	.review-logos-mob {
		margin-top: 15px;
		display: flex;
		align-items: center;
	}

	.review-logos-mob .logo-stack {
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}

	.review-logos-mob .logo-stack img {
		width: 47%;
		padding: 0 0 0px 1%;
	}

	.review-logos-mob .logo-stack.top img {
		width: 95%;
	}

	.main-header {
		height: 265px;
		position: relative;
		background-image: url("../images/2-roofing-direct-vans-mob.jpeg");
	}

	.main-header img {
		top: 5%;
		left: 2%;
	}

	#about img {
		max-width: 150px;
	}

	.hero .call-us {
		background-color: #000;
		top: 0;
		left: 0;
		position: relative;
		width: auto;
		height: 275px;
		border-bottom: 3px solid #a60000;
	}

	.call-us h2 {
		font-size: 30px;
	}

	.call-us h3 a {
		padding: 0;
	}

	hr.red {
		width: 30%;
	}

	.roofing-service {
		width: 100%;
	}

	#why-choose ul.custom_bullet li {
		width: 85%;
	}

	.left-m {
		width: 40%;
		float: left;
	}

	.right-m {
		width: 42%;
		float: left;
		padding-top: 40px;
	}

	.right-m img {
		padding-bottom: 15px;
	}

	#projects {
		padding: 0 15px 0 20px;
	}

	.callouts img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	.callouts .copy {
		display: none;
	}

	.footer {
		padding: 15px 8px;
	}

	.footer h2 {
		font-size: 20px;
	}

	.footer h2 span {
		font-size: 28px;
	}

	.footer img {
		width: 35%
	}

	.footer .right {
		width: 60%;
		padding-left: 5%;
	}

	.footer p.hide-for-desktop {
		font-size: 13px;
		text-align: center;
	}

	.navbar {
		min-height: 162px;
		padding-bottom: 10px;
		border-bottom: 3px solid #a60000;
	}

	.navbar img {
		position: absolute;
		width: 55%;
		margin-top: -27px;
		right: 0;
	}

	.gallery-container .gallery a.last {
		display: none;
	}

	.gallery-container .gallery a.big img {
		width: 47.5%;
	}

	.gallery-container .gallery a img {
		width: 23.75%;
	}

	#projects {
		padding-bottom: 32px;
	}

	#contact .contact-details {
		width: 100%;
	}

	#contact img {
		display: none;
	}

	#contact .branch {
		width: 100%;
	}

	.contact-wrapper {
		padding: 0 20px;
	}

	.contact-wrapper.footer-form {
		flex-direction: column;
	}

	#contact .contact-details {
		padding: 0 5px;
	}

	.services-wrapper .call-us {
		max-height: 425px;
		height: 100%;
		left: 0;
		bottom: 0;
		max-width: 90%;
		padding: 5% 20px;
	}

	.services-header {
		height: 500px;
		padding-bottom: 0;
	}

	.pitched-header {
		height: 650px;
		background-position: top right;
	}

	.roof-repair-header {
		height: 550px;
		background-position: top center;
	}

	.services-wrapper li.full-w,
	.services-wrapper li {
		width: 80%;
	}

	.pitched-header .call-us {
		max-height: 550px;
	}

	.roof-repair-header .call-us {
		max-height: 475px;
	}

	.cards img {
		width: 90%;
	}

	.contact-info,
	.contact-form {
		width: 100%;
	}

	.contact-info {
		padding-left: 0px;
		padding-top: 30px;
	}

}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

	.logo-wrapper img.logo {
		max-width: 300px;
	}

	.hero .call-us {
		max-width: 100%;
	}

	.footer img {
		width: 25%;
	}

}

@media screen and (max-width: 393px) {
	.navbar {
		min-height: 150px;
		padding-bottom: 10px;
	}
}