/* @override 
	http://localhost:8888/roofingmaster/wp-content/themes/roofingmaster/style.css */

/*
Theme Name: The Roofing Master.ca
Theme URI: http://www.theroofingmaster.ca
Description: WordPress theme for The Roofing Master.ca.
Author: Dion Rodrigues
Author URI: http://www.dionrodrigues.com
Version: 1.0
Tags: 
 
*/

/*** GLOBAL STYLES ***/
html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff;
	margin: 0;
	font-family: 'Oxygen', sans-serif;
	/** NEW ***/
	margin-top: 150px;
}
p img {
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
	height: 1px;
}
.top-wrap {
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	background: rgb(203,203,203);
	background: linear-gradient(0deg, rgba(203,203,203,1) 0%, rgba(255,255,255,1) 100%);
}
h1, h2, h3 {
	color: rgba(56, 92, 169, 1);
}

/*** QUOTE SLIDER ***/
.instant-quote {
	/*max-width: 1000px;*/
	width: 100%;
	margin: 0 auto;
	display: block;
	border: 0;
	position: relative;
	/*height: 525px;*/
	height: 80vh;
	overflow: hidden;	
	margin-top: 5%;
}
.instant-quote .formbox {
	/*width: 40%;*/
	max-width: 340px;
	height: auto;
	position: absolute;
	right: 1%;
	bottom: 0px;
	border-radius: 15px 15px 0px 0px;
	padding: 1%;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	color: white;
}
.instant-quote .formbox h1 {
	font-size: 28px;
	color: #53b949;
	margin: 0;
	padding: 0;
}
.instant-quote .formbox p {
	font-size: 14px;
	margin: 2px !important;
	padding: 0;
}
.instant-quote .formbox label, input {
	width: 96%;
	padding: 2%;
}
.instant-quote .formbox label {
	float: left;
	width: 100%;
}
.instant-quote .formbox input[type="submit"] {
	width: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(83, 185, 74, 1);
	background: rgba(83, 185, 74, 1);
	color: white;
	font-size: 16px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #393939;
	margin-top: 2%;
	padding: 10px 10px;
	transition: all 0.3s ease-in-out;
}
.instant-quote .formbox input[type="submit"]:hover {
	cursor: pointer;
	background-color: rgba(83, 185, 74, 0.7);
	background: rgba(83, 185, 74, 0.7);
}
.instant-quote .formbox .req, .instant-quote .formbox label.req {
	width: 15%;
	float: right;
	font-size: 10px;
	color: red;
	display: block;
	vertical-align: top;
	padding-top: 1%;
}
.instant-quote .slider {
	position: absolute;
	top: 0;
	background-size: cover;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*** HEADER ***/
header {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border: 0;	
	/*position: relative;*/
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
}
header .header-top-bar {
	width: 100%;
	display: block;
	clear: both;
	height: 60px;
	background: #fff;
}
header .header-top-bar .reviews {
	display: block;
	width: 50%;
	float: left;
	color: #000;
}
header .header-top-bar .reviews .rating {
	display: inline;
	float: left;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 1%;
}
header .header-top-bar .reviews p {
	margin: 0;
	display: inline;
	float: left;
	font-weight: 900;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 1.05em;
	margin-top: 11px;
}
header .header-top-bar .reviews .rating span {
	 color: #ffc700;
	 font-size: 1em;
	 padding: 1%;
	 display: inline;
}
header .header-top-bar .contacts {
	width: 50%;
	display: block;
	float: right;
	height: 100%;
}
header .header-top-bar .contacts a {
	display: block;
	width: 32%;
	float: right;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	line-height: 55px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	background-position:  5% 44%;
	padding-left: 18px;
	opacity: 1.0;
	transition: all 0.3s ease-in-out;
}
header .header-top-bar .contacts a:hover {
	opacity: 0.8;
}
header .header-top-bar .contacts a.blue {
	background-color:rgba(56, 92, 169, 1);
	background-image: url(img/emailicon-white.png);
	background-repeat: no-repeat;
	color: #fff !important;
	text-decoration: none !important;
}
header .header-top-bar .contacts a.green {
	background-color: #4eb949;
	color: #000 !important;
	text-decoration: none !important;
	background-image: url(img/phoneicon.png);
	background-repeat: no-repeat;
}

header .header-bottom-bar {
	height: 100px;
	display: block;
	clear: both;
	width: 100%;
}
header .header-bottom-bar .logo {
	padding-bottom: 0%;
}
header .header-bottom-bar .nav {
	margin-top: 1%;
}

header .logo {
	width: 30%;
	display: block;
	float: left;
	padding-right: 1%;
	padding-bottom: 1%;
}
header .logo img:hover {
	opacity: 0.7;
}

/*** NAVIGATION ***/
header .phone {
	display: none;
	position: absolute;
	top: -10px;
	right: 5px;
	background: url(img/phoneicon.png) left no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 29px;
	color: #ff7e00;
	margin: 19px 0 0;
	color: rgba(83, 185, 74, 1);
}
header .phone a {
	color: rgba(83, 185, 74, 1);
	text-decoration: none;
}
header .nav {
	display: block;
	width: 69%;
	float: right;
	margin-top: 4%;
}
nav.menu ul {
	display: none;
}
header .nav .mobile-btn {
	display: none;
	width: 70%;
	margin: 0 auto;
	margin-top: 17%;
}
header .nav .mobile-btn .btn {
	margin: 0 auto;
	text-align: center;
	padding: 2%;
	padding-top: 4%;
	padding-bottom: 4%;
	display: block;
	width: auto;
	font-size: 18px;
	background-color: rgba(56, 92, 169, 1);
	background: rgba(56, 92, 169, 1);
	border-right: 1px solid grey;
	transition: all 0.3s ease-in-out;
	color: white;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
header .nav ul {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
header .nav ul {
	margin-top: 5px;
	float: right;
	width: 100%;
}
header .nav ul li {
	display: block;
	float: right;
	width: auto;
	/*padding-left: 3%;
	padding-right: 3%;*/
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 18px;
	background-color: rgba(56, 92, 169, 1);
	background: rgba(56, 92, 169, 1);
	border-right: 1px solid grey;
	transition: all 0.3s ease-in-out;
}
header .nav ul li:last-child {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
header .nav ul li:first-child {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-right: 0;
}
header .nav ul li a {
	text-decoration: none;
	color: white;
}
header .nav ul li:hover {
	background-color: rgba(56, 92, 169, 0.8);
	background: rgba(56, 92, 169, 0.8);
	cursor: pointer;
}
header .nav ul li:hover > a {
	color: black;
}
header .nav ul li ul {
	display: none;
}

/*** POP UP QUOTE ***/
.mobile-quote {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	background: red;
	line-height: 1px;
	padding-top: 1%;
	padding-bottom: 1%;
}
.mobile-quote a {
	width: 100%;
	display: block;
	height: 40px;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.sticky-side {
	position: fixed;
	top: 50%;
	height: 200px;
	left: 0;
	width: 40px;
	z-index: 5;
}
.sticky-side:hover {
	opacity: 0.7;
}
.sticky-side a {
	color: white;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
.sticky-side p {
  display: inline-block;
  position: fixed;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  padding-left: 1%;
  padding-right: 1%;
  top: 0;
  bottom: 0;
  height: 1.5em;
  margin: auto;
  background: red;
  -webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
     -moz-transform: rotate(-90deg) translate(-50%, 50%);
}
.quotepop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
}
.quotepop .quotepopcontent {
	position: fixed;
	top: 2%;
	left: 0%;
	width: 100%;
	background: black;
	height: 100%;
	z-index: 1000;
}
.quotepop .quotepopcontent .close {
	position: absolute;
	top: 10%;
	right: 0;
	width: 30px;
	height: 30px;
	color: white;
	border: 1px solid #d9d9d9;
	line-height: 1px;
	border-radius: 50%;
	background: none;
	z-index: 9999;
}
.quotepop .quotepopcontent .close:hover {
	cursor: pointer;
	background: grey;
}
.quotepop .quotepopcontent .instant-quote {
	height: auto;
}
.quotepop .quotepopcontent .instant-quote .formbox {
	width: 90%;
	top: 0;
	right: 0;
	z-index: 1001;
	margin: 0 auto;
	display: block;
	position: relative;
	height: 100%;
}
.quotepop .quotepopcontent .instant-quote .formbox p {
	display: none;
}
.quotepop .quotepopcontent .instant-quote .formbox input[type="submit"] {
	margin-bottom: 100%;
	height: auto;
	display: block;
}

/*** CONTENT ***/

.container {
	max-width: 86%;
	margin: 0 auto;
	display: block;
	border: 0;
}
.container.innerpageelems {
	margin-top: 220px;
}
.container.innerpageelems img.alignright {
	display: block;
	float: right;
	padding-left: 2%;
	padding-bottom: 2%;
}
.container iframe {
	max-width: 100% !important;
	height: auto;
}
.container iframe.general-frames {
	height: inherit !important;
	min-height: 300px;
}
.container.blowupelement {
	text-align: center;
	background-color: rgba(56, 92, 169, 1);
	background: rgba(56, 92, 169, 1);
	border-right: 1px solid grey;
	transition: all 0.3s ease-in-out;
	color: white;
	width: 100%;
	padding: 1% 2%;
	margin-top: 1%;
	margin-bottom: 1%;
	max-width: 92%;
	height: auto;
}
.container.blowupelement h1 {
	color: white !important;
	font-size: 2.3em !important;
}
.container.blowupelement a:hover, .container.blowupelement a img:hover {
	opacity: 0.7 !important;
	transition: all 0.3s ease-in-out;
}
.container.blowupelement .blowupreview {
	display: block;
	width: 30%;
	float: left;
	padding-bottom: 2%;
	text-align: center;
}
.container.blowupelement .blowupreview img {
	max-width: 70%;
	height: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.container.blowupelement .blowuptext {
	display: block;
	width: 70%;
	float: right;
	text-align: center;
	color: #fff;
	padding-top: 40px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
}
.container.blowupelement .blowuptext a {
	color: #fff !important;
	text-decoration: none !important;
}
.container .customer-satisfaction {
	background-image: url('img/satisfiedcustomers.png');
	background-position: center 80%;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 40px;
	margin-top: 40px !important;
	display:block;
	min-height: 500px;
	background-size: cover;
	position: relative;
}
.container .customer-satisfaction h2 {
	position: absolute;
	left: 3%;
	top: 25%;
	width: 40%;
	text-align: left;
	font-size: 40px;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	font-weight: 900 !important;
}
.container .col-four {
	display: block;
	width: 23%;
	padding: 1%;
	margin: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
}
.container .homefeatwrapper {
	/*opacity:0;*/
}
.container .col-four.homefeat {
	width: 100%;
	float: none;
	clear: both;
	display: table;
	border-bottom: 1px solid #d9d9d9;
}
.container .col-four.homefeat h2 {
	font-size: 2em;
	font-weight: 900;
}
.container .col-four.homefeat p {
	font-size: 21px;
	font-style: italic;
}

.container .col-four.homefeat a.homefeatbtn {
	display: inline-block;
	background: rgba(56, 92, 169, 1);
	margin-right: 2%;
	padding: 0.75% 1.5%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	border: 1px solid #524141;
}
.container .col-four.homefeat a.homefeatbtn.quote {
	background: #4eb949;
}
.container .col-four.homefeat a.homefeatbtn:hover {
	opacity: 0.7;
	transform: scale(1.03);
}

.container .col-four.homefeat img {
	display: inline-block;
	float: right;
	margin: 2%;
	margin-left: 4%;
	margin-top: 0;
	width: 26%;
}
.container .col-three {
	display: block;
	width: 30%;
	padding: 1%;
	margin: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.container .col-three h2, .container .col-four h2 {
	text-align: left;
	float: none;
	width: 100%;
	clear: both;
	text-transform: uppercase;
}
.container .col-three img, .container .col-four img {
	max-width: 100%;
	height: auto;
}
.container .col-three a, .container .col-four a {
	color: inherit;
	text-decoration: none;
	opacity: 1;
}
.container .col-three a:hover, .container .col-four a:hover {
	text-decoration: none;
	color: rgba(56, 92, 169, 0.8);
}
.container .col-three a img:hover, .container .col-four a img:hover {
	opacity: 0.8;
}
.container .col-two {
	display: block;
	width: 48%;
	padding: 1%;
	margin: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.container .col-two ul {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-padding-start: 25px;
}
.container .estimate-container {
	width: 100%;
	clear: both;
	display: block;
	height: auto;
}
.container .estimate-container .estimate-col {
	float: left;
	display: block;
	width: 48%;
	padding: 1%;
	position: relative;
}
.container .estimate-container .estimate-col p {
	font-weight: bold;
	font-size: 16px;
	padding-top: 4%;
}
.container .estimate-container .estimate-col img {
	max-width: 100%;
	height: auto;
}
.container .estimate-container .estimate-col img.estimate {
	margin-top: 3%;
	transition: all 0.2s ease-in-out;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.container .estimate-container .estimate-col img.estimate:hover {
	opacity: 0.7;
}
.container .services {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
}
.container .services ul, .container .services ul li {
	list-style: none;
	list-style-type: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.container .services ul li {
	width: 50%;
	float: left;
	display: block;
	min-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.container .services ul li:hover {
	opacity: 0.7;
}
.container .services ul li.roof {
	background-image: url('img/roof.jpg');
}
.container .services ul li.flatroof {
	background-image: url('img/flatroof.jpg');
}
.container .services ul li.flash {
	background-image: url('img/flashing.jpg');
}
.container .services ul li.windows {
	background-image: url('img/windows.jpg');
}

.container .services ul li.commercialflatroof {
	background-image: url('img/commercial-flat-roofing.png');
}
.container .services ul li.siding {
	background-image: url('img/siding.png');
}

.container .services ul li a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	text-decoration: none;
}
.container .services ul li h2 {
	width: 100%;
	font-size: 30px;
	margin-top:  6%;
	margin-left: 10%;
	margin-right: 10%;
	display: block;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.container .services ul li p {
	color: white;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.container ul.blowup-locations-list, .container ul.blowup-locations-list li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.container ul.blowup-locations-list li:first-child {
	display: none;
}
.container ul.blowup-locations-list li {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	border: 1px solid;
	display: block;
	width: 25%;
	padding: 2% 1%;
	box-sizing: border-box;
	float: left;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.container ul.blowup-locations-list li:hover {
	opacity: 0.7;
	cursor: pointer;
}
.container ul.blowup-locations-list li a {
	text-decoration: none;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 21px;
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
}

.full-width-home-diagram {
	width: 100%;
	display: block;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
}
.full-width-home-diagram::after {
  border-radius: 100%;
  position: absolute;
  /*background: #d9d9d9;*/
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100;Blue+to+Transparent */
  background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
  
  
  right: -200px;
  left: -200px;
  top: -200px;
  content: '';
  bottom: 0;
  z-index: 1;
}
.full-width-home-diagram .diagram-image {
	display: block;
	width: 40%;
	margin: 5%;
	float: left;
	position: relative;
	z-index: 2;
	/*opacity: 0;*/
}
.full-width-home-diagram .diagram-image img {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	height: auto;
	position: relative;
	z-index: 2;
}
.full-width-home-diagram .diagram-details {
	display: block;
	width: 40%;
	margin: 5%;
	float: left;
	text-align: left;
	position: relative;
	z-index: 3;
	/*opacity: 0;*/
}
.full-width-home-diagram .diagram-details h2 {
	font-size: 2.4em;
	text-shadow: -1px -1px 1px #fff;
}
.full-width-home-diagram .diagram-details ul li {
	font-size: 21px;
	padding-bottom: 15px;
	text-shadow: -1px -1px 1px #fff;
}

/*** BLOG POSTS ***/

.container.home.sing-blog {
	margin-top: 25px;
	margin-bottom: 4%;
	display: block;
}
.container.home.sing-blog a {
	color: inherit;
}
.container.home.sing-blog img.mainblogimg {
	display: block;
	float: right;
	max-width: 30%;
	padding: 1%;
	margin: 2%;
	padding-right: 0;
}
.container.home.sing-blog .entry-utility {
	display: block;
	clear: both;
	width: 98%;
	box-sizing: border-box;
	padding: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
	background: rgba(217, 217, 217, 0.26);
	text-align: center;
	font-size: 12.5px;
	letter-spacing: 1px;
}
/*** FOOTER ***/

footer {
	width: 98%;
	background: #d9d9d9;
	padding: 1%;
	clear: both;
	display: block;
	height: auto;
}

footer .new-footer-col {
	display: block;
	width: 29%;
	margin: 1%;
	float: left;
	padding: 1%;
}
footer .new-footer-col h3 {
	font-size: 1.45em;
}
footer .new-footer-col ul, footer .new-footer-col ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
footer .new-footer-col ul li a {
	color: inherit;
	padding-bottom: 7px;
	display: block;
	width: 100%;
}

footer .copyright {
	width: 70%;
	float: left;
	display: block;
	text-align: left;
	font-size: 11px;
}
footer .copyright a {
	color: black;
}
footer .copyright a:hover {
	color: #565656;
}
footer .socials {
	width: 30%;
	float: right;
	display: block;
	text-align: right;
	font-size: 11px;	
}
footer .socials ul, footer .socials ul li {
	list-style: none;
	list-style-type: none;
	float: right;
}
footer .socials ul li {
	float: left;
	display: block;
	width: 33.333333%;
	text-align: center;
}
footer .socials ul li img {
	max-width: 90%;
}

/*** REVIEW BAR ***/

.review-wrapper {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 10%;
	padding-top: 6%;
	background-image: url('img/review-bg-two.png');
	background-position: center center;
	background-size: cover;
	text-align: left;
}
.review-wrapper h3 {
	clear: both;
	margin-top: 0;
	padding-top: 2%;
	padding-bottom: 2.5%;
	font-size: 1.8em;
	text-align: center;
	text-shadow: -1px -1px 2px #fff;
}
.review-wrapper .review-sing span {
	display: block;
	float: right;
	color: rgba(231, 113, 27, 1.0);
	padding-right: 5px;
}
.review-wrapper .review-sing {
	padding: 1% 1.5%;
	display: block;
	width: 23%;
	margin: 1%;
	background: #fafafa !important;
	border: 1px solid #ededed !important;
	color: #777;
	float: left;
	box-sizing: border-box;
	height: 300px;
	overflow: scroll;
	color: #777!important;
	line-height: 24px!important;
	font-size: 14px!important;
}

/*** CONTACT FORM ***/

.wpcf7 label, .wpcf7 p {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.wpcf7 input {
	width: 96%;
	padding: 1%;
	margin: 0 auto;
	display: block;
	margin-top: 1%;
	margin-bottom: 2%;
}
.wpcf7 select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 50%;
   display: block;
   margin: 0 auto;
   margin-top: 1%;
   margin-bottom: 2%;
}
.wpcf7 textarea {
	width: 96%;
	padding: 1%;	
	margin: 0 auto;
	display: block;
	margin-top: 1%;
}
.wpcf7 input[type="submit"] {
 	padding: 1% 3% 1% 3%;
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 1%;
	margin-bottom: 2%;
}
/*** RESPONSIVE CSS STYLES ***/

@media (min-width: 791px) and (max-width: 916px) {
	header .nav ul li {
		font-size: 15px;
	}
	.container {
		max-width: 94%;
	}
}
@media (min-width: 950px) {
	.slider li img, .unslider li img {
		width: 100%;
		margin-top: -10%;
	}
	.instant-quote .formbox {
		max-width:  40%;
	}
}
@media (min-width: 1440px) {
	.slider li img, .unslider li img {
		width: 100%;
		margin-top: -18%;
	}
	.instant-quote .formbox {
		max-width:  28%;
	}
}

/*** MOBILE PHONES ***/
@media (max-width: 790px) {
	body {
		margin-top: 50px;
	}
	.top-wrap {
		background: none !important;
	}
	.mobile-quote {
		display: block;
	}
	.container {
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 95px;
		overflow: hidden !important;
	}
	.container.home {
		padding-top: 0;
	}
	
	.container.innerpageelems {
		margin-top: 0px;
	}
	
	.container.innerpageelems img.alignright {
		display: block;
		float: none;
		clear: both;
		margin: 0 auto;
		padding: 1%;
	}
	
	.container .col-four.homefeat a.homefeatbtn {
		display: block;
		margin-right: 0%;
		padding: 3% 1.5%;
		margin-bottom: 5%;
	}
	
	.instant-quote .formbox {
		max-width: 88%;
		padding: 2%;
		min-width: 300px;
		position: relative;
	}
	.instant-quote {
		overflow: visible;
		height: auto;
		clear: both;
		padding-bottom: 5%;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: white;
		z-index: 1000;
		border-bottom: 1px solid #d9d9d9;
	}
	header .phone {
		display: block;
	}
	header .header-top-bar {
		display: none;
	}
	header .logo {
		width: 43%;
		margin-left: 1%;
	}
	header .logo img {
		max-width: 100%;
	}
	header .nav {
		width: 55%;
	}
	header .nav .menu-header {
		display: none;
	}
	header .nav .mobile-btn {
		display: block;
	}
	header .nav .mobile-btn:hover {
		cursor: pointer;
		opacity: 0.7;
	}
	p img {
		max-width: 100%;
		height: auto;
	}
	.instant-quote {
		margin-top: 140px;
	}
	.instant-quote .formbox {
		width: 94%;
		margin: 0 auto;
		left: 1%;
	}
	.instant-quote .formbox h1 {
		font-size: 24px;
	}
	.instant-quote .formbox p {
		font-size: 16px;
	}
	.instant-quote .formbox input[type="submit"] {
		font-size: 18px;
		width: 60%;
	}
	.instant-quote nav.unslider-nav {
		display: none;
	}
	.container .col-four, .container .col-three, .container .col-two, .container .estimate-container .estimate-col, footer .socials, footer .copyright, footer .socials ul {
		width: 98%;
		float: none;
		clear: both;
	}
	
	.container .col-four.homefeat img {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.container.blowupelement {
		width: 100%;
	}
	.container.blowupelement h1 {
		color: white !important;
		font-size: 1.5em !important;
	}
	
	.container.blowupelement .blowupreview, .container.blowupelement .blowuptext {
		clear: both;
		float: none;
		width: 98%;
		padding: 0;
	}
	
	.container ul.blowup-locations-list li {
		width: 50%;
	}
	
	.container .customer-satisfaction {
		background: none;
		min-height: auto;
		padding-bottom: 40px;
		margin-top: 0 !important;
	}
	.container .customer-satisfaction h2 {
		position: relative;
		top: 0;
		left: 0;
		width: 98%;
		margin: 0 auto;
		display: block;
		float: none;
		font-size: 36px;
		text-align: center;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		color: #3859a8;
		font-weight: bolder !important;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	}
	.container .services ul li {
		width: 98%;
		float: none;
		margin: 0 auto;
	}
	
	.full-width-home-diagram .diagram-image, .full-width-home-diagram .diagram-details {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 2%;
		clear: both;
		float: none;
	} 
	.full-width-home-diagram .diagram-details h2 {
		font-size: 1.8em;
		width: 94%;
		text-align: center;
	}
	.full-width-home-diagram .diagram-details ul li {
		font-size: 16px;
		max-width: 90%;
	}
	.full-width-home-diagram .diagram-details ul {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	
	.container.home.sing-blog img.mainblogimg {
		float: none;
		clear: both;
		max-width: 98%;
		padding: 1%;
		margin-top: 7.5%;
	}
	.container.home.sing-blog .entry-utility {
		padding: 6%;
	}
	
	footer .copyright {
		text-align: center;
	}	
	footer .socials {
		text-align: center;
	}
	footer .socials ul {
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
	}
	footer .socials ul li {
		width: 33%;
		text-align: center;
		float: left;
	}
	
	/*** RESPONSIVE MENU ***/
	nav.menu ul {
		display: block;
	}
	header .nav ul li {
		width: 100%;
		float: none;
		display: block;
		clear: both;
		font-size: 16px;
		text-align: center;
	}
	nav.menu {
	    position: fixed;
	    z-index: 1001;
		background-color: black;
	    overflow: hidden;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	button.close-menu {
	    background-color: rgba(83, 185, 74, 1);
	    background: rgba(83, 185, 74, 1);
	    color: white;
		font-size: 1.3em;
		text-transform: uppercase;
	    font-family: "Open Sans", sans-serif !important;
		border: 0;
	}
	button.close-menu:hover {
		cursor: pointer;
	}
	button.close-menu:focus {
	    outline: none;
	}
	nav.slide-menu-top {
	    left: 0;
	    width: 100%;
	    height: auto;
	}
	nav.slide-menu-top ul {
	    text-align: center;
	    padding: 0;
	    -webkit-margin-before: 0em;
	    -webkit-margin-after: 0em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    -webkit-padding-start: 0px;
	}
	nav.slide-menu-top li {
	    display: block;
		width: 100%;
		float: none;
	    margin: 0;
	    vertical-align: middle;
	}
	nav.slide-menu-top a {
	    display: block;
	    line-height: 20px;
	    font-size: 14px;
	    font-family: "Open Sans", sans-serif !important;
		padding-top: 20px;
		padding-bottom: 21px;
		line-height: 20px;
		font-size: 1.3em;
		text-transform: uppercase;
		font-weight: 600;
		color: white;
		text-decoration: none;
	}
	nav.slide-menu-top a:hover {
		background: #f1ebe0;
		color: black;
	}
	nav.slide-menu-top button.close-menu {
	    display: block;
	    line-height: 50px;
	    margin: 0;
	    padding: 0 5px;
		width: 100%;
	}
	nav.slide-menu-top {
	    top: -600px;
	}
	body.smt-open nav.slide-menu-top {
	    top: 0;
	}
	.mask {
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 100;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.8);
	}
	.sticky-side {
		display: none;
	}
	
	footer .new-footer-col {
		width: 96%;
		float: none;
		clear: both;
		margin-bottom: 5%;
	}
	
}
@media (max-width: 375px) {
	header .phone {
		font-size: 25px;
		line-height: 30px;
		background: none;
	}
	header .nav .mobile-btn {
		margin-top: 27.5%;
	}
	.container .customer-satisfaction h2 {
		font-size: 22px;
	}
}

@media (min-width: 1080px) {
	header .header-top-bar .contacts {
		width: 40%;
		font-size: 1.1em;
	}
}

@media (min-width: 1440px) {
	header .header-top-bar .contacts {
		width: 40%;
		font-size: 1.4em;
	}
}



/**** CONTACT FORM EDITS MAY 2026 ****/

.wpforms-field-container .half-width-entries .wpforms-field-row.wpforms-field-medium .wpforms-one-half {
	display: block; width: 47% !important; float: left; margin-right: 3%;
}
.wpforms-submit-container button.wpforms-submit {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background: rgb(56, 92, 169);
	padding: 5px 10px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	opacity: 1;
	transition: 0.3s ease-in-out;
	border: 1px solid rgb(82, 65, 65);
}
.instant-quote .formbox .wpforms-container label {
	padding-left: 0% !important;
}