/*!
Theme Name: KPW Roofing
Theme URI: http://underscores.me/
Author: Jennifer Gardiner
Author URI: https://gardinerwebdesign.com
Description: Custom Theme for KPW Roofing
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kpw_roofing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KPW Roofing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "montserrat", sans-serif;
}

p {
	margin-bottom: 1.5em;
  color: #777;
  line-height: 2;

}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #228b22;
	text-decoration: none !important;
}

a:visited {
	color: #228b22;
}

a:hover,
a:focus,
a:active {
	color: #228b22;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 6px;
	background: #228b22;
	color: #fff;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	border: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	padding: 20px 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
  justify-content: left;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* NAV*/
.admin-bar .site-container {
	padding-top: 32px;
  }
  
  @media only screen and (max-width: 782px) {
	
	.admin-bar .site-container {
	  padding-top: 46px;
	}
	
  }
  .navbar-brand > img {
	  max-width: 99%;
  }
  .navbar-nav{
	  margin: 0;
      justify-content: center;
  }
  .navbar-nav ul > li > a {
	  padding: 0 30px;
	  font-size: 16px;
	  color: #aaa !important;
	  transition: all 500ms ease;
  }
 .navbar-nav ul > li > a:hover {

	  color: #d2b034  !important;
  }
  .navigation ul li:last-child {
  border: 1px solid #d2b034;
  padding: 10px 30px;
  font-size: 14px;
  color: #d2b034;
  text-transform: uppercase;
  }
  .nav-stacked li a:hover {
	  background: transparent;
  }
  .navigation {
	  margin: 30px auto;
	  text-align:center;
		 font-family: 'Roboto', sans-serif;
  }
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
	  color: #d2b034;
	  text-decoration:none;
  }
   
  .navigation li {
	  display: inline;
  }
   
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
	  background-color: transparent;
	  border-radius: 3px;
	  cursor: pointer;

	  padding: 0.75rem;
  }
   
  .navigation li a:hover,
  .navigation li.active a {
	  background-color: transparent;
  color: #bcbec0;
  }
  .navbar-nav ul li {
	  display: inline-block;
	  padding: 25px 0;
  }
 .navbar-nav > li > a {
  padding: 0 30px;
  font-size: 16px;
  display: block;
	 font-weight: bold;
}
.headermid .navbar-nav > li > a{
	color:#000 !important;
}
.topheader .navbar-nav > li > a{
	color:#fff;
}
  .navbar-nav > li > a:hover {
	  transition: color .4s ease 0s, opacity .4s ease 0s, background-color .4s ease 0s;
	  text-decoration: none;
	  color:#d2b034  !important;
  }
  .navbar-nav li a:hover > .sub-menu{
	  display: block;
  }
  .navbar-nav ul {
	  list-style: none;
	  margin: 0;
      justify-content: left;
      display: flex;
  }
  
  nav.nav.navbar-nav {
	  padding: 10px 0;
  }
  
  .sub-label {
	  font-size: 11px;
	  line-height: 1.3em;
	  color: #bbb;
	  display: block;
  }
  
  .navbar {
	  margin-bottom: 0;
  }
  
  .mobilemenu{
	  display: none;
  }
  .mainmenu ul > li:hover > ul{
	  display: block !important;
	  position: absolute;
	   animation: opacity 700ms ease-in-out normal;
	 -moz-animation: opacity 700ms ease-in-out normal;
	 -ms-animation: opacity 700ms ease-in-out normal;
	 -o-animation: opacity 700ms ease-in-out normal;
	 -webkit-animation: opacity 700ms ease-in-out normal;
  }
  @keyframes opacity { 
	  from { opacity:0; } 
	  to { opacity: 1; } 
  }
  @-moz-keyframes opacity { 
	  from { opacity: 0; } 
	  to { opacity: 1; } 
  }
  @-ms-keyframes opacity { 
	  from {opacity:0; } 
	  to { opacity: 1; } 
  }
  @-o-keyframes opacity { 
	  from {opacity:0; } 
	  to { opacity: 1; } 
  }
  @-webkit-keyframes opacity { 
	  from { opacity:0; } 
	  to { opacity: 1; } 
  }
  .sub-menu {
	  border: none;
	  border-radius: 0;
	 display:none;
	  text-align:left !important;
	  padding:0;
	  margin:0;
  
  
  }
  .navbar-nav > li > a:hover ul.sub-menu{
	  display: block;
  }
  
  #closexButton {
	  background: transparent;
	  color: #fff;
	  border: none;
	  content: '\f00d';
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	  display: block;
  }
  .sub-menu ul.sub-menu {
	  /* float: right; */
	  margin-left: 240px;
	  margin-top: -40px;
  }
  
  ul.sub-menu li {
	  display: block;
	  border-bottom: 1px solid #bcbec0;
  }
  ul.sub-menu {
	  background: #fff !important;
	  color: #2c4473 !important;
	  font-size: 16px;
	  line-height: 14px;
	  z-index: 100000;
	  position: relative;
	  width: 300px;
	transition: all 1s ease-in;
	  padding: 20px 15px;
     
  }
  
  ul.sub-menu li a {
	 color: #2c4473 !important;
  line-height: 1.5;
  font-size: 16px;
  }
  ul.sub-menu li:hover {
	  width: 100%;
  }
  .menuarea {
	  padding: 0;
  }
  ul.sub-menu li a:hover{
	  color:#2c4473 !important;
	  text-decoration: none;
	
  }

  .nav li.menu-item-has-children > a:after {
   position: absolute;
  bottom: 30px;
  right: 0;
  width: 20px;
  height: 10px;
  content: '';
  cursor: pointer;
  transition: .3s ease-in-out;
  background-image: url(assets/img/arrow-down-sign-to-navigate.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  }
  .nav li li.menu-item-has-children > a:after {
  position: absolute;
top: 3px;
right: 10px;
width: 10px;
height: 10px;
content: '';
cursor: pointer;
transition: .3s ease-in-out;
background-image: url(assets/img/arrow-down-sign-to-navigate.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 80%;
	  margin: 0 auto;
  }
.topheader .container, header .container {
  max-width: 95%;
}
#innerhero{
	background: url(assets/imgs/innerheaderback.webp) no-repeat left center #1c1b1f;
	color:#aaa;
}
.innertitle {
  display: block;
  font-size: 32px;
  padding: 100px 0;
  text-transform: uppercase;
}
#breadcrumbs {
  text-align: right;
  padding-top: 100px;
}
/* HEADER over HERO */
header#masthead{
	background: #fff;
	position: relative;
	z-index: 1000;
}

.headerphone {
  display: block;
  text-align: right;
}
.logobox {
  background: #fff;
  display: block;
  width: 80%;
  margin: -60px 0 !important;
  padding: 25px 10px;
}

.topphone {
  display: inline-block;
  margin: 15px 0;
  border-right: 1px solid #1c1b1f;
  padding: 0 25px;
}
.topheader {
  background: #1c1b1f;
  z-index: 1000;
  position: relative;
  padding: 25px 0;
  font-size: 14px;
  color: #aaa;
}
.topheader a{
	color:#aaa;
}
.topcta {
  display: inline-block;
  padding: 0 25px;
}
.topcta .btn {
  font-size: 14px !important;
  color: #fff !important;
  margin-top: -20px;
}
.phoneicon {
  display: inline-block;
  color: #d2b034;
  background: #1c1b1f;
  font-size: 18px;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
	vertical-align: top;
}
.headerright {
  text-align: right;
}
.phonarea {
  display: inline-block;
}
.phonecta {
  display: block;
  font-size: 14px;
  color: #000;
}
.phonetop{
	display: block;
}
.phonetop a {
  color: #000;
  font-weight: bold;
}
.socialmedia {
  display: inline-block;
}
.social{
	display: flex;
	list-style: none;
	margin: 0;
	padding:0;
}
.social li{
	margin: 0 15px;
}
.social i {
  color: #fff !important;
}
.social li a{
	color:#fff;
}
.social li a:hover{
	color:#fff;
}
.topheader i {
  color: #d2b034;
  margin-right: 3px;
}
.hours {
  margin-left: 335px;
  margin-right: 30px;
}
.thright{
	text-align: right;
}

.topheader a:hover{
	color:#d2b034;
}
/* HERO FULLSCREEN VIDEO BG */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-top: 200px;
  margin-top: -150px;
}

.media-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 64, 80, 0.45);
  z-index: 2;
}
.media-bg video,
.media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.hero-content {
  position: relative;
  z-index: 3;
  padding: 2rem;
}

.hero h1 {
  font-size: 2.5rem;
  color: #ffffff;
  padding-bottom: 20px;
}

.hero p {
  font-size: 1.5rem;
  margin: 1rem 0 2rem;
  color: #f0f0f0;
}

/* Button Styles */
.btn-primary-custom {
	font-size: 14px !important;
   background: #d2b034 !important;
  color: #222 !important;
  padding: 0.75rem 1.5rem !important;
  margin-right: 1rem !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

  .subtitle {
    font-size: 1.25rem !important;
    color: #228b22 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding-bottom: 30px !important;
	  display: block;
  }
.aboutright {
  padding-top: 50px;
}
.herocta {
  padding: 0;
  border-radius: 20px;
}
.herocta ul {
  list-style: none;
  padding: 0 0 20px 0;
  font-size: 20px;
  margin: 0 auto;
  text-align: left;
	display: inline-block;
}
.herocta ul li{
	padding: 5px 0;
	
}
.herocta ul i {
  color: #d2b034;
  margin-right: 5px;
}
.herostext {
  display: block;
  padding-bottom: 30px;
  font-size: 24px;
}
#videocover{
	height: 243px;
	position: relative;
	z-index: 1000;
}

.aboutlist {
  list-style: none;
  margin: 0;
  line-height: 3;
}
.aboutlist i {
  color: #228b22;
  margin-right: 10px;
}
.aboutright .btn {
  margin-top: 15px;
}
#about {
	padding-top: 50px;
  padding-bottom: 120px;
}
#roofing{
	background: #1c1b1f;
	position:relative;
}
.featurebox {
  display: block;
  position: relative;
  padding: 0px 30px 30px;
	background: #121113;
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.featurebox:hover{
	background:#252327;
}
.featurebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #228b22;
}
.featureintro {
  display: block;
  color: #fff;
}
.featureicon img {
  width: 80%;
}
.featureicon {
 display: inline-block;
  background: #228b22;
  position: relative;
  width: 96px;
  height: auto;
  text-align: center;
	padding-bottom: 15px;
}
.featureicon::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 69px solid transparent;
  border-right: 69px solid transparent;
  border-bottom: 60px solid #228b22; /* corrected syntax */
}
.featuretitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  width: 35%;
  margin-left: 30px;
  vertical-align: bottom;
}
.featureinfo {
  display: block;
  padding: 15px 0;
  color: #aaa;
  line-height: 2;
}
.featurelink {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}
.featurelink i {
  background: #d2b034;
  font-size: 12px;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 50%;
  margin-top: -2px;
  vertical-align: middle;
}
.roofingbtm {
  padding: 100px 0;
}
.bigtext {
  color: rgba(255, 255, 255, 0.02) !important;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 100px;
  letter-spacing: 0.18em;
  position: absolute;
top: 200px;
  left: -355px;
  transform: rotate(-90deg);
  font-weight: 800;
}
.roofingleft{
	position: relative;
}
.satisfied {
  background: #121113;
  width: 300px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 100px;
  left: -50px;
}
.satisfiedinner {
  background: #228b22;
  display: block;
  margin: 15px;
  color: #fff;
	padding: 15px;
}
.snumber{
	display: block;
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
}
.stext {
	display: block;
	font-size: 24px;
}
.roofingright h2 {
  color: #fff;
  padding-bottom: 30px;
}
.roofcontent p {
  color: #fff !important;
}
.roofcontent {
	display: block;
}
.itemtitle {
  display: block;
  color: #fff;
  margin-top: 40px;
}
.itemdesc {
  display: block;
  color: #aaa;
  padding: 20px;
}
.itemtitle i{
	color:#d2b034;
	margin-right: 5px;
}
.roofitems {
  padding-bottom: 40px;
}
#services {
  padding: 40px 0 200px;
}
#servicesblocks {
  background: #1c1b1f;
	padding: 0 0 40px;
}
.servicebox {
  display: block;
  margin-top: -150px;
  color: #fff;
}
.sheadright {
  padding-top: 70px;
}
.serviceimg {
  display: block;
  position: relative;
}
.serviceicon {
  display: block;
  position: absolute;
  bottom: -20px;
  background: #228b22;
  padding: 20px;
  height: 100px;
  width: 100px;
  right: 30px;
}
.serviceinfo {
  display: block;
  background: #121113;
  padding: 40px;
}
#whychoose {
  padding: 40px 0;
	background: #f1f1f1;
}
.whyleft {
  padding-top: 100px;
}
.whyblock {
  display: block;
  background: #1c1b1f;
  padding: 20px;
  margin: 10px 20px;
}
.whyblock:hover{
	background: #252327;
}
.whyicon {
  display: inline-block;
  width: 30%;
}
.whytitle {
  color: #fff;
  display: inline-block;
  width: 55%;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 20px;
  font-weight: bold;
}
.whyintro {
  display: block;
  padding: 30px 0;
}
#contact {
  background: url(assets/imgs/contactback.webp) no-repeat left center #1c1b1f;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
.contactintro {
  display: block;
  padding: 40px;
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
  color: #ccc;
}
.contactform {
  display: block;
  width: 50%;
  margin: 0 auto;
}
#colophon {
  background: #121113;
  padding: 40px 0 0;
  color: #fff;
}
#colophon a{
	color:#228b22;
}
.site-info {
  background: #1c1b1f;
  padding: 20px 0;
  font-size: 14px;
  color: #aaa;
  margin-top: 40px;
}
.footermenu {
  text-align: right;
}
.footertitle {
  font-size: 24px;
  display: block;
  padding-bottom: 20px;
}
.footerlogo {
  display: block;
  width: 60%;
	margin-bottom: 30px;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
.footeritem {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.footericon {
  display: inline-block;
  vertical-align: middle;
}
.footerinfo {
  display: flex;
}
.site-footer .hours {
  margin-left: 0;
  padding: 10px 0;
  display: block;
}
#areasinnerhero {
  padding: 150px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.herointro {
  display: block;
  width: 60%;
  margin: 30px auto;
  line-height: 2;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: normal;
}
#areaserviceareas {
  padding: 50px 0;
}
#areaserviceareas h2 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 52px;
}
.areaservicebox {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 1px 7px #ccc;
  margin-bottom: 30px;
}
.areaserviceicon {
  display: block;
  text-align: center;
  font-size: 42px;
  color: #228b22;
  margin-bottom: 20px;
}
.areaservicebox h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.areaservicedesc {
  display: block;
  text-align: center;
  font-size: 20px;
  min-height: 180px;
}
#contactarea {
  padding: 50px 0;
}
.contactinfo {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}
#signsdamage, #servicetwo, #servicefour {
  padding: 50px 0;
  background: #f1f1f1;
}
#aboutstorm, #stormprocess, #servicethree, #serviceone {
  padding: 50px 0;
}
.spboxes {
  list-style: none;
  display: flex;
  text-align: center;
  margin: 30px 0 0;
  padding: 0;
}
.spboxes li{
	padding: 15px;
	
}
.spdesc {
  display: block;
}
#stormprocess h2 {
  text-align: center;
}
#maincontent {
  padding: 50px 0;
}
.spicon {
  display: block;
  font-size: 42px;
  color: #228b22;
  margin-bottom: 15px;
}
.spboxes h3 {
  font-size: 24px;
  font-weight: bold;
}
.cphone {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}
#familyarea, .page-gallery{
	padding: 50px 0;
}
#ownerone {
  padding: 50px;
  background: #f1f1f1;
}
#ownertwo{
	padding: 50px 0;
}
.page-gallery h2 {
  padding-bottom: 30px;
  text-align: center;
}
#contactarea .hours {
  margin: 0;
  font-size: 18px;
}
.page-gallery img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.page-gallery img:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 1686px){
	.logobox {
  margin: -20px 0;
}
	.hours {
  margin-left: 235px;
}
	.topcta {
  display: inline-block;
  padding: 0;
}
	.topphone {

  padding: 0 15px 0 0;
}
}
@media screen and (max-width: 1500px){
	.hours {
  margin-left: 135px;
}
	.topcta .btn {
  
    padding: 10px !important;
}
	.whytitle {
 
  font-size: 20px;

}
	.whyicon {
  width: 30%;
}
}
@media screen and (max-width: 1440px){
	.phoneicon{
		display: none;
	}
}
@media screen and (max-width: 1368px){
	.hero-content .col-lg-6{
		width: 100%;
		text-align: center;
	}
	
	.whyblock {
    margin: 10px 0;
}
}
@media screen and (max-width: 1280px){
	    .hours {
        margin-left: 95px;
    }
	.logobox {
        margin: 0;
    }
	.navbar-nav > li > a {
    padding: 0 15px;
}
}
@media screen and (max-width: 1186px){
	.container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
	    .hours {
        margin-left: 0;
    }
	.whytitle {
    font-size: 20px;
	}
	.contactform {
    width: 70%;
}
}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 992px){
	.innertitle {
    padding: 20px 0;
    text-align: center;
}
	#breadcrumbs {
    text-align: center;
    padding-top: 0;
}
	.thleft {
    text-align: center;
    padding-bottom: 3px;
}
	.logo {
    text-align: center;
    width: 100%;
}
.logobox {
    width: 20%;
    margin: 0 auto !important;
    padding: 10px;
}
	.main-navigation {
    padding: 0;
}
	.navbar-expand .navbar-nav {
    justify-content: center;
}
	.headerright {
    text-align: center;
}
	.phoneicon {
        display: inline-block;
    }
	.container, .container-md, .container-sm {
        max-width: 90%;
    }
	.hero-content {

    padding: 0;
}
	.aboutleft {
    text-align: center;
}
	.featurebox {
   
    margin-bottom: 30px;
}
	.roofingleft {
    text-align: center;
}
	.bigtext {

    display: none;
}
	.satisfied {

    left: 50px;
}
	.servicebox {

    width: 50%;
    margin: 0 auto 30px;
}
	.footerlogo {
    display: block;
    width: 20%;
    margin: 0 auto 30px;
}
	#colophon {
    text-align: center;
}
	.thright {
    text-align: center;
}
	.social {
    display: flex;
    justify-content: center;
}
	.footerinfo {
    display: flex;
    justify-content: center;
}
	#services {
    padding: 40px 0;
}
	.sheadright {
    padding-top: 0;
}
	.site-footer .hours {
    padding: 10px 0;
    margin-right: 0;
}
	.footermenu {
    text-align: center;
}
	.whyleft {
    padding-top: 0;
}
	.contactintro{
    padding: 20px;
    width: 100%;
}
}
@media screen and (max-width: 848px){
	
}
@media screen and (max-width: 768px){
	    .container, .container-sm {
        max-width: 90% !important;
    }
}
@media screen and (max-width: 640px){
	.servicebox {
        width: 70%;
    }
	.herocta {
    padding: 0;
}
}
@media screen and (max-width: 486px){

	.hero h1 {
    font-size: 2rem;
		padding-bottom: 0 !important;

}
	.logobox {
    width: 40%;

}
	.herocta ul {
    list-style: none;
    padding: 0 0 20px 0;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2;
}
	.herostext
 {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
}
	.servicebox {
        width: 100%;
        margin: 0 auto 30px;
    }
	.footerlogo {
        width: 50%;
    }
	.thleft .email{
		display: block;
	}
}
@media screen and (max-width: 370px){
	
}