﻿/* RESET */
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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEAR FIX */
.clear {
	clear: both;
}

.group:after {
	content: ".";
	  display: block;
	  height: 0;
	  clear: both;
	visibility: hidden;
}

*html .group {
	height:1%;
}

*:first-child+html .group {
	min-height: 1px;
}

.clear {
	clear:both;
}
/* END RESET */

/* FONTS */
@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/GothamNarrow-Light.woff2') format('woff2'),
        url('fonts/GothamNarrow-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Mid';
    src: url('fonts/GothamNarrow-Book.woff2') format('woff2'),
        url('fonts/GothamNarrow-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('fonts/GothamNarrow-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('fonts/GothamNarrow-Black.woff2') format('woff2'),
        url('fonts/GothamNarrow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
	--headings-light: 'Gotham Light', sans-serif;
	--headings-mid: 'Gotham Mid', sans-serif;
	--headings-bold: 'Gotham Bold', sans-serif;
	--headings-black: 'Gotham Black', sans-serif;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans'), local('OpenSans'),
       url('fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('fonts/open-sans-v13-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v13-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
       url('fonts/open-sans-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v13-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* General Structure */
body {
	font-size: 100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: none;
	height: 100%;
    min-height: 100%;
	position:relative;
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

html, body {

}

#main {
	height: 100%;
    min-height: 100%;
	width:100%;
	position:relative;
	overflow: clip;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/* END General structure */

/*Global styles */
em {
	font-style: italic;
}

strong {
	font-weight: 600;
}

.right {
	float: right;
}

.left {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headings-mid);
	margin: 1.3em 0 0.3em 0;
	line-height: 1.2em;
	color: #58595b;
    letter-spacing: 0;
	text-transform: capitalize;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 27px;
    letter-spacing: 0.3px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}


p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0 0 1em 0;
}

a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
}
/* END Global Styles */

/* --------------------> Home <-------------------- */


#home-wrapper {
	width: 100vw;
    height: 100vh;
    background-image: url(images/garage-door-repair-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
    justify-content: center;
}

#home-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#home-img figure {
	align-self: center;
	margin: 0 20px;
}

#home-back-button {
	text-align: center;
	margin: 50px 0 0 0;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #3a3a3a;
    border: none;
    color: #bfbcbc;
    padding: 12px 32px;
    text-decoration: none;
    margin: 5px 2px;
    cursor: pointer;
    font-size: 16px;
    font-family: var(--headings-bold);
    letter-spacing: 1px;
    border-radius: 8px;
}

#home-contact {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 40px 0 0 0;
	gap: 10px;
}

#home-contact h2 {
	font-family: var(--headings-black);
    font-size: 28px;
    text-transform: uppercase;
    color: #3a3b3b;
    line-height: 1em;
    margin: 0;
	letter-spacing: 0;
}

#home-contact-phone {
	display: flex;
}

#home-contact-phone p {
	font-family: var(--headings-bold);
    font-size: 22px;
    color: #3a3b3b;
    line-height: 1em;
    margin: 0;
}

#home-contact-phone span {
	font-family: var(--headings-black);
    font-size: 19px;
    color: #3a3b3b;
    line-height: 1em;
    margin: 2px 20px 0 20px;
}



/* --------------------> Main Menu <-------------------- */

#responsive-menu-pro-wrapper {
	display: flex;
    justify-content: center;
}

/* --------------------> Header <-------------------- */

#header-main {
	background-color: #191919;
}

#header-container {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	padding: 60px 50px 20px 50px;
	margin: 0 auto;
}

.header-logo-desktop {
	order: 2;
}

.header-logo-mobile {
	display: none;
}

.header-note-element {
    order: 3;
}

.header-note-element p {
	font-size: 15px;
    letter-spacing: 0.1px;
    margin: 0;
    padding: 0;
    color: #b1b1b1;
    text-align: center;
    line-height: 20px;
    font-family: var(--headings-light);
    text-transform: capitalize;
}

.header-phone-number-element {
    order: 1;
	text-align: center;
}

.header-phone-number-element a {
    text-decoration:none;
   	cursor: pointer;
	color: #b1b1b1;
}

#header-call-now p {
	font-family: var(--headings-mid);
    margin: 0 0 -3px 0;
    padding: 0;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.1em;
}

#header-phone-icon {
	display: none;
}

#header-phone-number p {
	font-family: var(--headings-mid);
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 0.7px;
	color: #dbdbdb;
}

/* --------------------> Hero Image <-------------------- */

#hero-location-page {
	display: inline-block;
    width: 100%;
}

#hero-location-page-container {
	height: calc(100vh - 220px);
	min-height: 650px;
}

#hero-location-page-header-img {
	width: 100%;
	height: calc(60% - 1vh);
    min-height: 300px;
    position: relative;
    display: flex;
	justify-content: center;
}

#hero-location-page-header-img::after {
	content: "";
    background-image: url(images/header-20-champion-garage-door-repair.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
	filter: drop-shadow(0px 1px 3px #ebebeb);
}

#hero-location-page-header-wrapper {
	display: flex;
    max-width: 1100px;
    width: 100%;
    align-self: center;
    margin: 0 50px;
}

.hero-location-page-header-element {
	width: 100%;
	display: flex;
    flex-direction: column;
	justify-content: flex-end;
	padding: 25px 0;
}

#hero-location-page-title-wrapper {
	flex:2;
}

.hero-location-page-title {
	display: flex;
}

.hero-location-page-title {
	color: #3a3b3b;
	min-width: 290px;
	padding: 0 50px 0 0;
}

.hero-location-page-title h1 {
	font-family: var(--headings-black);
    font-size: calc(35px + 0.5vw + 0.5vh);
	text-transform:uppercase;
    color: #3a3b3b;
	line-height: 1em;
	margin: 0;
}

#hero-location-page-title-location h1 {
	font-family: var(--headings-black);
    font-size: calc(34px + 0.5vw + 0.5vh);
    text-transform: uppercase;
    color: #3a3b3b;
	font-weight: 900;
	margin: 0;
	line-height: 1em;
}

.hero-location-page-title p {
	font-family: var(--headings-light);
    font-size: 19px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 0;
}

#hero-location-page-title-coupon {
	margin: 25px 0 0 0;
}

#hero-location-page-title-coupon p {
	font-family: var(--headings-mid);
    font-size: 16px;
	color: #3a3b3b;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

#hero-location-page-extension-wrapper {
	flex:1;
}

	
.hero-location-page-extension-element {
	display: block;
	text-align: left;
	padding: 0 25px 0 10px;
    margin: 5px 0 0 0;
	background: #3a3b3b;
	max-width: calc(250px + 1vh + 1vw);
	white-space: nowrap;
	border-left: 2.5px #5ab3e1 solid;
}	

.hero-location-page-extension p {
	font-family: var(--headings-light);
	text-transform: capitalize;
	font-size: 15.5px;
	color: #dedede;
	font-weight: 300;
	text-align: left;
    line-height:;
	margin:0;
    letter-spacing:0.05em;
}		

#hero-location-page-callouts-wrapper {
	max-width: 1400px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 0 auto;
	padding: 2vh 0;
    height: calc(35% - 1vh);
}

.hero-location-page-callout h2 {
	font-family: var(--headings-light);
	font-size: 17px;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	padding:0;
	line-height: 1.3em;
	letter-spacing:1px;
	color:#000;
}

.hero-location-page-callout p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 8px 0 0 0;
	padding:0;
	line-height: 1.4em;
	letter-spacing:0.3px;
	color:#888;
}

/* --------------------> Service and Repair for Location Page <-------------------- */

#services-location-page {
	background:#333333;
	padding: 0;
	margin: 0;
}

#services-location-page-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	padding: 80px 0 70px 0;
}

#services-location-page-content {
	padding: 0 40px 0 40px;
	margin: 0 auto;
	text-align: center;
}

#services-location-page-content h2 {
	font-family: var(--headings-black);
	font-size: 32px;
    text-transform: uppercase;
    color: #e6e7e8;
    margin: 0;
    line-height: 1.1em;
}

#services-location-page-content p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6em;
    color: #dedede;
    padding: 15px 0 0 0;
    margin: 0 auto;
	max-width: 1024px;
	text-transform: initial;
}

#services-location-page-what-we-do {
	max-width: 1024px;
    margin: 0 auto;
    display: flex;
	padding: 0 40px;
}
	
.what-we-do-items-list {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0 35px;
	white-space: nowrap;
}

.services-location-page-what-we-do-element.middle-column {
	margin: 0 0 0 40px;
}
.services-location-page-what-we-do-element {
	flex: 1;
	min-width: 238px;
}

.services-location-page-what-we-do-element h3 {
	padding: 0;
    margin: 0 0 10px 0;
    font-family: var(--headings-bold);
    font-size: 17px;
    text-align: left;
    color: #e6e7e8;;
    text-transform: capitalize;
	letter-spacing: 0.3px;
}

.services-location-page-what-we-do-element h3 span {
	border-left: 3.5px #5ab3e1 solid;
    height: 13px;
    display: inline-block;
    margin: 0 9px 0 0;
}

.services-location-page-what-we-do-element.middle-column h3 {
	text-align: right;
    margin: 0 52px 10px 0;
}

.services-location-page-what-we-do-element.text-right h3 {
	text-align: right;
}


.services-location-page-what-we-do-element p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
    color: #afafaf;
    padding: 0;
    margin: 0 auto;
	text-transform: initial;
}

.services-location-page-what-we-do-element ul {
	list-style: disc;
}

.services-location-page-what-we-do-element ul li {
	margin: 0 0 1.5px 1.7em;
}

.services-location-page-what-we-do-element, .services-location-page-what-we-do-element a:link, .services-location-page-what-we-do-element a:visited {
    font-size: 14px;
    line-height: 1.6em;
    color: #afafaf;
    margin: 0;
    text-transform: initial;
    text-decoration: none;
}

.services-location-page-what-we-do-element a:hover {
    color: #dedede;
}

#services-location-page-mid-buffer-wrapper {;
	margin: 45px 40px
}

#services-location-page-mid-buffer {
	height: 1px;
    background: #707070;
	max-width: 1024px;
	margin: 0 auto;
}

#services-location-page-bottom-buffer {
	height:5px;
	background:#FFF;
}

#services-location-page-bottom-border {
	height:5px;
	background:#333333;
}

/* --------------------> Garage Doors Section - Location Page <-------------------- */

#garage-doors-container {
	background-color: #333;
    padding: 100px 25px;
}

#garage-doors-content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 75px;
}

.garage-doors-element {
	
}

.garage-doors-element h2 {
	font-family: var(--headings-black);
    font-size: 32px;
    text-transform: uppercase;
    color: #e6e7e8;
    margin: 0;
    line-height: 1.1em;
}

.garage-doors-element p, .garage-doors-element a:link, .garage-doors-element a:visited {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
    color: #dedede;
    padding: 15px 0 0 0;
    margin: 0 auto;
	text-transform: initial;
}

.garage-doors-element a:link, .garage-doors-element a:visited, .garage-doors-element ul {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	 color: #d9d6d6;
}

.garage-doors-element ul {
	list-style: disc;
	margin: 20px 0 0 7px;
}

.garage-doors-element ul li {
    margin: 0 0 5px 1.7em;
	
}
.garage-doors-img {
	flex: 1 1;
	text-align: right;
	max-width: 651px;
}

.garage-doors-content {
	max-width: 500px;
	flex: 1 0;
}

/* --------------------> Reviews Section - Location Page <-------------------- */

#location-page-reviews-wrapper {
	background:#e6e7e8;
	padding: 0 0 100px 0;
}

#location-page-reviews {
	max-width: 1000px;
	padding: 55px 50px 0 50px;
	margin: 0 auto;
}

#location-page-reviews-title {
	margin: 50px 50px 50px 50px
}

#location-page-reviews-title h3 {
	font-family: var(--headings-black);
	font-size: 34px;
    color: #58595b;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    margin: 0;
}

#location-page-reviews-slider-wrapper {
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#location-page-reviews-slider #slider_979 p {
	font-size: 0;
    line-height: 0;
    margin: 0 auto;
}

/* --------------------> Location Page Content <-------------------- */

#location-page-content-container {
	display: flex;
    align-items: center;
    max-width: 1200px;
    padding: 75px 50px;
    margin: 0 auto;
	flex-direction: column;
	gap: 60px;
}

.location-page-section-wrapper {
	display: flex;
    justify-content: space-between;
    gap: 75px;
	align-items: center;
}

.location-page-section-content {
    flex: 1;
}

.location-page-section-content-order {
	order:2;
}

.location-page-section-content h2 {
	font-family: var(--headings-mid);
	font-size: 25px;
    text-transform: capitalize;
    color: #58595b;
    margin: 0 0 10px 0;
}

.location-page-section-img p {
	font-family: var(--headings-light);
	font-size: 21px;
    color: #858585;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    letter-spacing: initial;
    line-height: 1.25em;
}

.location-page-section-img {
	flex-shrink: 0;
	text-align: center;
}

#sctionPhone {
	font-family: 'arial', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin: 24px 0 12px 0;
    line-height: 0;
	letter-spacing: 0.5px;
}

/* --------------------> Contact Us Section for Location Pages <-------------------- */

#contact-us-loaction-page {
	background-color: #333;
	display: flex;
    justify-content: center;
}

#contact-us-loaction-page-container {
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 120px 75px;
	max-width: 800px;
	gap: 100px;
}

#contact-us-loaction-page-title h3 {
	font-family: var(--headings-black);
    font-size: 35px;
    color: #e6e7e8;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

#contact-us-loaction-page-details-wrapper {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-us-loaction-page-details {
	display: flex;
	padding: 15px;
}

.contact-us-loaction-page-details p {
	color: #e6e7e8;
	font-size: 15px;
	margin: 0 0 0 25px;
	line-height: 1.6em;
	text-align: left;
	align-self: center;
}

.contact-us-loaction-page-details a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.1em;
	align-self: center;
	letter-spacing: 0.06em;
}

.contact-us-loaction-page-details figure {
	flex: 1 0 auto;
}

/* --------------------> Images <-------------------- */

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


/* --------------------> Footer <-------------------- */

#footer-wrapper {
	clear: both;
	display: block;
	width: 100%;
	padding: 0;
	background: #191919;
	color: #CCCCCC;
	font-size: 0.9em;
}

#footer-phone a {
	color: #ccc;
	text-decoration:none;
}

#site-generator p {
	font-size: 11px;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	line-height: 0.6em;
}
#site-generator a:link, #site-generator a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#site-generator a:hover {
	color: #FFF;
}

#footer-content {
	margin: 0;
	padding: 40px 15px;
	background: none;
	text-align: center;
}

.footer-content-element p { 
	text-align: center;
	margin: 0 0 0 0;
}

#footer-hours {
	font-size: 1.03em;
    letter-spacing: 0.04em;
}

#footer-phone {
	font-size: 1.25em;
	font-weight: 600;
    letter-spacing: 0.1em;
}

#footer-copy-rights p {
	font-size: 0.9em;
	margin: 15px 0 0 0;
}

#site-generator {

}

#site-generator p {
	font-size: 11px;
	margin: 25px 0 0 0;
	text-transform: uppercase;
	line-height: 0.6em;
}

/* --------------------> CUSTOMER REVIEWS /Generated/ <-------------------- */
	
div.wpcr3_review blockquote.wpcr3_content {
	font-weight:normal !important;
	display:block !important;
	padding: 0 10px 0 25px !important;
	margin: 10px 0 45px 0 !important;
    text-align: left !important;
    font-style: italic !important;
    line-height: 1.5em !important;
    max-width: 100% !important;
	border-left: 1px #ccc solid;
    border-left-color: #efefef;
    border-left-width: 10px;
	color: #3e3e3e;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size:15px !important;
	font-weight:normal;
	display:inline !important;
}

div.wpcr3_review blockquote:before {
	display:none !important;
}

blockquote {
	font-family: var(--headings-bold);
    font-size: 21px;
    color: #5ab3e1;
    padding: 5px 50px 20px 50px;
    margin: 0 auto;
    max-width: 700px;
    text-align: left;
    position: relative;
	line-height: 1.1em;
	font-style: italic;
}

blockquote p {
	margin: 0 !important;
	line-height: 1.1em !important;
}

.wpcr3_item_name, .wpcr3_item_name a:link, .wpcr3_item_name a:visited, div.wpcr3_review div.wpcr3_review_datePublished {
	display: none !important;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
    background: #7e929e !important;
}

/* --------------------> Media Queries/ <-------------------- */

@media only screen
and (min-width : 720px) and (max-width : 1023px) {
	
	#header-container {
    	padding: 60px 25px 15px 25px;
	}
	
	#hero-location-page {
		min-height: 740px;
	}
	
	#hero-location-page-container {
		height: calc(50% - 1vh);
		min-height: 700px;
	}
	
	#hero-location-page-header-wrapper {
		margin: 0 25px;
		flex-direction: column;
	}
	
	#hero-location-page-header-img {
		height: calc(50vh - 175px);
    	min-height: 350px;
	}
	
	.hero-location-page-header-element {
		padding: 0;
	}
	
	#hero-location-page-title-wrapper {
    	flex: initial;
    	padding: 0 0 25px 0;
		max-width: 760px;
	}
	
	#hero-location-page-title-location h1 {

	}
	
	#hero-location-page-extension-wrapper {
		flex: initial;
    	flex-direction: row;
    	justify-content: flex-start;
    	gap: 0 10px;
	}
	
	.hero-location-page-extension-element {
		width: 100%;
    	max-width: calc(180px + 1vh + 1vw);
	}
	
	#hero-location-page-callouts-wrapper {
		flex-wrap: wrap;
		gap: 8vh 0;
    	height: calc(50% + 1vh);
    	align-content: center;
		padding: 6vh 0;
	}

	
	.hero-location-page-callout {
		flex-basis: 50%;
	}

	#location-page-content-container {
    	padding: 60px 25px;
	}
	
	.location-page-section-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	
	.location-page-section-content-order {
    	order: initial;
	}
	
	#reviews-home-page-links-wrapper {
	padding: 95px 25px 115px 25px;
	}
	
	#contact-us-loaction-page-container {
		flex-wrap: wrap;
    	gap: 35px;
		padding: 120px 15px;
		justify-content: space-around;
    	padding: 120px 25px;
		gap:40px;
	}
	
	
	#content-container {
		margin: 0;
		padding: 0;
	}
	
	#services-location-page-what-we-do {
		flex-wrap: wrap;
		gap: 50px 75px;
		padding: 0 0px 0 40px;
	}
	
	.services-location-page-what-we-do-element.middle-column {
		margin: 0;
	}
	
	.services-location-page-what-we-do-element.middle-column h3, .services-location-page-what-we-do-element.text-right h3 {
		margin: margin: 0 0 10px 0;
		text-align: left;
	}
	
	.what-we-do-items-list {
    	justify-content: initial;
    	margin: 0;
    	white-space: initial;
	}
	
	#garage-doors-content-wrapper {
		gap: 50px;
	}

}

@media only screen
and (max-width : 719px) {
	
	#content-container {
		margin: 0;
		padding: 0;
	}

	#header-container {
    	padding: 0;
		flex-direction: column;
	}
	
	.header-logo-desktop, #header-call-now, .header-note-element {
		display: none;
	}

	.header-logo-mobile {
		display: flex;
		align-items: center;
		width: 100%;
		text-align: left;
		order: 1;
		background-color: #191919;
		padding: 17px 0 0 0;
	}
	
	.header-logo-mobile p {
		font-family: var(--headings-bold);
		margin: 0;
		padding: 0 0 0 15px;
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 14px;
		color: #a1a1a1;
		text-align: center;
	}
	
	.header-logo-mobile figure {
		display: flex;
		justify-content: center;
		flex: 1;
		padding: 0 49px 0 0;
	}

	.header-phone-number-element {
		display: flex;
    	order: 3;
    	text-align: center;
    	padding: 32px 0 35px 0;
	}
	
	.header-phone-number-element a {
    	display: flex;
    	min-height: 30px;
    	background: #d9d9d9;
    	border-radius: 16px;
    	justify-content: center;
    	align-items: center;
    	gap: 10px;
		padding: 1.5px 20px 0 20px;
	}
	
	#header-phone-icon {
		display: inline-block;
	}
	
	#header-phone-number p {
		font-family: var(--headings-bold);
    	line-height: 0;
    	display: inline-block;
    	font-size: 18px;
    	color: #3c3c3c;
	}
	
	#header-phone-number a {
    	text-decoration:none;
		pointer-events: initial;
   		cursor: pointer;
	}
	
	
	#hero-location-page-container {
		height: auto;
	}
	
	#hero-location-page-header-img {
    	height: auto;
	}
	
	#hero-location-page-header-img::after {
		opacity: 0.65;
	}
	
	#hero-location-page-header-wrapper {
		display: block;
    	margin:  42px 15px 50px 15px;
		align-self: initial;
	}
	
	#hero-location-page-title-wrapper {
		padding: 0;
	}
	
	.hero-location-page-title {
		padding: 0;
	}
	
	.hero-location-page-title h1 { 
    	font-size: calc(38px + 0.5vw + 0.9vh);
		line-height: 0.87em;
	}
	
	#hero-location-page-title-location h1 {
		font-size: calc(38px + 0.5vw + 0.5vh);
    	letter-spacing: 0px;
		line-height: 0.9em;
	}
	
	#hero-location-page-title-coupon {
    	margin: 3vh 0 5vh 0;
	}
	
	.hero-location-page-header-element {
		padding: 0;
	}
	
	#hero-location-page-callouts-wrapper {
		height: auto;
    	padding: 50px 0;
    	flex-direction: column;
		gap: 50px;
	}
	
	.hero-location-page-callout {
		
	}

	#location-page-content-container {
    	padding: 75px 15px;
	}
	
	.location-page-section-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	
	.location-page-section-content-order {
    	order: initial;
	}
	
	#contact-us-loaction-page-container {
		flex-wrap: wrap;
    	gap: 35px;
		padding: 120px 15px;
	}
	
	
	blockquote {
    	padding: 5px 25px 20px 25px
	}
	
	.content-wrapper {
    	display: block;
		margin: 0px;
	}	
	
	#services-location-page-what-we-do {
		flex-wrap: wrap;
    	gap: 50px;
    	padding: 0;
    	flex-direction: column;
    	margin: 38px;
	}
	
	.what-we-do-items-list, .services-location-page-what-we-do-element.middle-column {
		justify-content: initial;
    	margin: 0;
	}
	
	.services-location-page-what-we-do-element.middle-column h3, .services-location-page-what-we-do-element.text-right h3 {
		text-align: left;
	}
	
	#services-location-page-content p {
		padding: 15px 0 0 0;
	}
	
	#garage-doors-container {
    	padding: 100px 15px;
	}
	
	#garage-doors-content-wrapper {
		flex-direction: column;
		gap: 50px;
	}
	
}