/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
/*.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/* screen readers */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}
/* my styles */
/* root */
:root {
  --white: #FFF;
  --black: #231F20;
  --grey: ;
	--light-blue:#5D7D9326;
	--blue:#3D566B;
  --button-background: ;
  --button-border: ;
  --heading-one-font-size: clamp(4rem, 10vw + .5rem, 11.438rem);
  --heading-two-font-size: clamp(2.75rem, 10vw + .5rem, 7.125rem);
  --heading-three-font-size: 2.413rem;
  --heading-four-font-size: 1.25rem;
  --heading-five-font-size: clamp(3.4rem, 10vw + .5rem, 11.438rem);
  --paragraph-font-size: 1.15rem;
	--meta-font-size:.938rem;
  --button-font-size: 1.438rem;
  --navigation-font-size: 0.75rem;
  --font-one: shelby,sans-serif	;
  --font-two: aria-text-g2,sans-serif;
	--font-three:bebas-neue-pro,sans-serif;
  --site-spacing:2.5rem;
  --vertical-site-spacing:5rem;
  --mobile-vertical-site-spacing:10rem;
  --menu-vertical-spacing:.5rem;
	--max-width:900px;
	--weight-400:400;
	--weight-600:600;
	--weight-700:700;
}
html{
	font-size:16px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*text*/
h1,
.h1 {
  font-size: var(--heading-one-font-size);
  line-height: 0.85;
  letter-spacing: 0;
  font-family: var(--font-one);
  font-weight: var(--weight-400);
}
h2,
.h2 {
  font-size: var(--heading-two-font-size);
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-one);
  font-weight: var(--weight-400);
}
h3,
.h3 {
  font-size: var(--heading-three-font-size);
  line-height: 1.1;
  letter-spacing: 0px;
  font-family: var(--font-two);
  font-weight: var(--weight-400);
}
h4,
.h4,#menu-main-menu a, .footer_main a,#menu-main-menu-1 :not(.menu_button) .sub-menu a {
  font-size: var(--heading-four-font-size);
  line-height: 1.25;
  letter-spacing: 5.75px;
  font-family: var(--font-three);
  font-weight: var(--weight-700);
	text-transform:uppercase;
}
.button a,.menu_button a,.nf-form-content .submit-container input {
  color: inherit;
  text-decoration: none;
  font-size: var(--heading-four-font-size);
  letter-spacing: 5.75px;
  font-family: var(--font-three) !important;
	font-weight: var(--weight-700);
  text-align: center;
  z-index: 2;
  position: relative;
  transition: all 0.5s ease;
	display:block;
	text-transform:uppercase;
}
.button.button--blue a,.menu_button a,.nf-form-content .submit-container .submit-wrap input{
	    display: inline-block;
    padding: .4em 1.4em !important;
    border-radius: 8px !important;
    
	background-color: var(--blue);
	color:var(--white) !important;
	transition:all .5s ease !important;
}
.nf-form-content .submit-container .submit-wrap input{
	background-color: var(--blue) !important;
}
.button.button--arrow a{
	position:relative;
	    padding-right: .65em;
    padding-bottom: 12px;
	    overflow: hidden;
}
.button.button--arrow a:after{
	position:absolute;
    right: .2em;
    bottom: 0;
    width: 150%;
    height: 11px;
	background:url("https://hightowerroofing.com/wp-content/themes/hightowerroofing/assets/img/arrow-underline.svg");
    background-position: top right 1px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    will-change: transform;
    transition: transform .2s linear;
	content:"";
	
}
.white-arrow .button.button--arrow a:after{
	filter: brightness(100);
}
@media (hover: hover) {
    .button.button--arrow a:hover::after {
        transform: translateX(.2em);
    }
	.button.button--blue a:hover,.menu_button a:hover{
		background:var(--black);
	}
	.nf-form-content .submit-container .submit-wrap input:hover{
	background-color: var(--black) !important;
}
}
h5,
.h5,#menu-main-menu-1 :not(.menu_button) a {
  font-size: var(--heading-five-font-size);
  line-height: 0.85;
  letter-spacing: 0;
  font-family: var(--font-three);
  font-weight: var(--weight-700);
	text-transform:uppercase;
}
p,
.p,.entry-content li, .form-embed input::placeholder, .form-embed textarea::placeholder, .form-embed__form-wrapper  *:not(.submit-container)   {
  font-size: var(--paragraph-font-size);
  line-height: 1.3;
  letter-spacing: 0;
  font-family: var(--font-two);
  font-weight: var(--weight-400);
}
.meta,
h6 {
  font-size: var(--meta-font-size);
  line-height: 1.25;
  letter-spacing: 0;
  font-family: var(--font-two);
  font-weight: var(--weight-400);
}
a:hover {
  cursor: pointer;
}

	.button{
		display:inline-block;
	}
.button:not(:last-of-type){
	margin-right:2.5rem;
}
	.button.link a{		
    text-decoration: underline;
    transition: all 0.5s ease;
	}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
	color:inherit;
}
.h1+*,.h2+*,.h3+*,.h4+*,.h5+*,.h6+*,h1+*,h2+*,h3+*,h4+*,h5+*,h6+* {
    margin-top: 2.5rem;
}
*+.hr, *+blockquote, *+dl, *+form, *+hr, *+iframe, *+img.aligncenter, *+ol, *+p, *+pre, *+table, *+ul, *+video, img.aligncenter+* {
    margin-top: 1.5rem;
}
.button-wrapper{
	margin-top:2.5rem;
}
/* colors */
.text-color--white {
  color: var(--white);
}
.text-color--grey {
  color: var(--grey);
}
.text-color--black {
  color: var(--black);
}
/* background */
.background-color--white {
  background: var(--white);
}
.background-color--grey {
  background: var(--grey);
}
.background-color--black {
  background: var(--black);
}
.background-color--blue{
	background:var(--blue);
}

/*format / formatting / layout*/
#sidebar,#branding{
	display:none;
}
img{
	max-width:100%;
	display:block;
	height:100%;
}
.text-centered {
  text-align: center;
}
em {
  font-style: italic;
}
strong {
  font-weight: 900 !important;
}
.pointer {
  cursor: pointer;
}
body {
  overflow-x: hidden;
  width: 100%;
  background: white;
}
.between{
	justify-content:space-between;
}
.flexed{
	display:flex;
}
.grid{
	display:grid;
}
.grid-gap{
	grid-gap:50px;
}
.grid-two-fit{
	 grid-template-columns: repeat(auto-fit, 186px);
}
.grid-two-fill{
	 grid-template-columns: repeat(auto-fill, 50%);
}
.flexed--stack--large{
	display:flex;
	flex-direction:column;
}
@media only screen and (min-width: 900px){
	.flexed--large{
		display:flex;
	}
	.flexed--stack--large{
		flex-direction:row;
	}
}
@media only screen and (min-width: 769px){
	.flexed--medium{
		display:flex;
	}	
}
/* padding */
.page-template-pretest .entry-content{
	padding-top:10rem;
}
.padding{
	padding:var(--site-spacing);
}
.padding.no-vertical-padding{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
section.padding{
	padding-top:0;
}
section,.section{
	padding-bottom:var(--section-spacing);
}
.first-section.section{
	padding-top:var(--section-spacing);
}
.padding.vertical{
	padding:var(--vertical-site-spacing) var(--site-spacing);
}
.padding.padding_no{
padding:0;
}
@media only screen and (max-width:1024px){
	.padding.mobile_vertical{
		padding:var(--mobile-vertical-site-spacing) var(--site-spacing);
	}	
	
}
@media only screen and (max-width: 768px){
	.padding.mobile_vertical{
		padding:var(--mobile-vertical-site-spacing) var(--site-spacing);
	}	
	
}
@media only screen and (max-width: 600px){
	.padding.mobile_vertical{
		padding:var(--mobile-vertical-site-spacing) var(--site-spacing);
	}	
	
}

  @media only screen and (max-width: 599px) { 
 :root {
	--section-spacing:5rem;	
	--site-spacing:5rem 1.25rem;
	 --heading-three-font-size:1.5rem;
	}
}

  @media only screen and  (min-width: 600px) { 
:root {
	--section-spacing:5rem;	
	--site-spacing:5rem 2.5rem;	
	}
}


  @media only screen and (min-width: 900px) {
:root {
	--section-spacing:5rem;	
	--site-spacing:5rem;	
	}
}


  @media only screen and (min-width: 1200px) { 
:root {
	--section-spacing:7.5rem;	
	--site-spacing:7.5rem 5rem;	
	}
}


  @media only screen and (min-width: 1600px) { 
:root {
	--section-spacing:10rem;	
	--site-spacing:10rem 5rem;	
	}
}

.max-width{
	max-width:var(--max-width);
	margin:auto;
}

/* hamburger icon */
header{
	position:fixed;
	width:100%;
	top:0;
	transition:all .5s ease;
	z-index:99;
}
#hamburger-container {
  width: 45px;
  height: 30px;
  position: relative;
  margin: 30px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hamburger-container span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--black);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 3 */
#hamburger-container span:nth-child(1) {
  top: 0px;
}
#hamburger-container span:nth-child(2),
#hamburger-container span:nth-child(3) {
  top: 13.5px;
}
#hamburger-container span:nth-child(4) {
  top: 27px;
}
#hamburger-container.open span:nth-child(1) {
  top: 13.5px;
  width: 0%;
  left: 50%;
}
#hamburger-container.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-container.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger-container.open span:nth-child(4) {
  top: 27px;
  width: 0%;
  left: 50%;
}
.action-bar{
	text-align:center;
	padding:2.5px 5%;
	width:100%;
	min-height:35px;
	z-index:9999;
	display:flex;
	justify-content:center;
	align-items:center;
}
.action-bar p{
	margin-bottom:0;
}
.action-bar p a{
	color:white;
}
footer a{
	transition:all .5s ease;
}
/* hovers */
@media (hover: hover){
	#menu-main-menu :not(.menu_button) a:hover{
	opacity:.75;
}
	footer a:hover{
		opacity:.75;
	}
}
/* end hovers */
/* my styles */
/* background cta */
	
	.banner:after{
			content:'';
		position:absolute;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		opacity:.6;
		  background: var(--black);
}
.banner{
	position:relative;
	padding:var(--site-spacing);
	margin-bottom:var(--section-spacing);
	
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.banner-text{
	position:relative;
	z-index:2;
}	
.banner.footer-cta:after{
	background:#3D566B;
	opacity:.9;
}
/* end background cta */
/* map section */
.banner.map-section{
	
    min-height: 100vh;
    display: flex;
    align-items: center;
	flex-direction:column;
}
.banner.map-section:after{
	display:none;
}
.map-section-spacer{
	height:50vh;
}
	@media screen and (min-width: 769px) {
		.banner.map-section{
	
    min-height: 100vh;
    display: flex;
    align-items: center;
	flex-direction:row;
}
		.map-section-spacer{
			display:none;
		}
		.banner .map-section-text{
	width:50%;
}
}
/* end map section */
/* form styling */
	.nf-form-title{
		display:none;
	}
/* end form styling */
/* Marquee styles */
.marquee {
  --gap: .1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  font-size:2em;
	margin:0 !important;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 35s linear infinite;
}
/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  margin: 2px 30px;
  padding: 1rem 2rem;
  text-align: center;
}
.move-right .marquee__content{
			animation-direction:reverse;
	animation-duration:90s;
		}
/* End Marquee styles */
/* two column */
	.image-right .two-column-image{
		order:3;
	}	
	.image-wrapper{
		height: 0;
  overflow: hidden;
  padding-top: 60%;
  background: white;
  position: relative;
	}
	.image-wrapper img{
		position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	}
	@media screen and (min-width: 769px) {
  .two-column-image{
		width:50%;
	}
	.two-column-text{
		width:50%;
	}
}
/* end two column */
/* single column text */
.max-width-text{
padding:var(--site-spacing);
}
.max-width-text img{
	margin:auto;
	margin-bottom:2.5rem;
	max-height:90px;
}
.max-width-text p, .max-width-text h3, .max-width-text h4{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}
/* end single column text */
/* image list */
.image-list h2{
	text-align:center;
}
.image-list img{
	max-height:100px;
	max-width:100px;
	object-fit:contain;
	width:100%;
}
/* end image list */
/* end my styles */

/* footer */
.footer_logo{
	height:129px;
	width:129px;
	object-fit:contain;
	
}
.footer-cta{
	min-height:0 !important;
	margin-bottom:0 !important;
}
/* end footer */