/*
Theme Name: Hollon Roofing
Theme URI: http://www.hollonroofing.com/
Description: Custom theme for Hollon Roofing
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');
@import url("https://use.typekit.net/fqh7rnr.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

html, body {
    height: 100%;
}

body {
    background: #f7f7f7;
    color: #333;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.5px;
}

a, a:hover, a:focus {
    color: #ca3930;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

h1 {
    color: #000;
}

h1, h2, h3, h4 {
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h2, h3, h4 {
    color: #ca3930;
}

h1 span, h2 span, h3 span, h4 span {
    font-weight: 400;
    text-transform: none;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 12px;
    line-height: 18px;
}

.post {
    padding-bottom: 20px;
}

.post .entry, 
.post .entry .gform_wrapper.gravity-theme .gfield_label,
.post .entry .gform_wrapper.gravity-theme input[type="color"], 
.post .entry .gform_wrapper.gravity-theme input[type="date"], 
.post .entry .gform_wrapper.gravity-theme input[type="datetime-local"], 
.post .entry .gform_wrapper.gravity-theme input[type="datetime"], 
.post .entry .gform_wrapper.gravity-theme input[type="email"], 
.post .entry .gform_wrapper.gravity-theme input[type="month"], 
.post .entry .gform_wrapper.gravity-theme input[type="number"], 
.post .entry .gform_wrapper.gravity-theme input[type="password"], 
.post .entry .gform_wrapper.gravity-theme input[type="search"], 
.post .entry .gform_wrapper.gravity-theme input[type="tel"], 
.post .entry .gform_wrapper.gravity-theme input[type="text"], 
.post .entry .gform_wrapper.gravity-theme input[type="time"], 
.post .entry .gform_wrapper.gravity-theme input[type="url"], 
.post .entry .gform_wrapper.gravity-theme input[type="week"], 
.post .entry .gform_wrapper.gravity-theme select,
.post .entry .gform_wrapper.gravity-theme textarea,
.post .entry .gform_wrapper.gravity-theme .gfield_checkbox label,
.post .entry .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 20px;
    line-height: 30px;
}

.date {
    position: relative;
    top: -8px;
    color: #a1a4b3;
    text-transform: uppercase;
}

.hide, .hide a {
    display: none !important;
}

img {
    max-width: 100%;
}

figure > img, figure > a > img {
    width: auto;
    height: auto;
}

.icon {
    text-align: center;
}

.icon .material-symbols-outlined {
    color: #ca3930;
    font-size: 48px;
    line-height: 48px;
}

input[type=text], input[type=email], textarea, select {
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    color: #333;
    font-size: inherit;
    -webkit-appearance: none;
}

textarea {
    height: 200px;
}

input[type=submit], button, .button, input[type=submit]:focus, button:focus, .button:focus {
    display: inline-block;
    margin: 0;
    border: 0px none;
    border-radius: 0;
    padding: 10px 30px;
    background: #ca3930;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

input[type=submit]:hover, button:hover, .button:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* HEADER */

#header {
    background: #fff;
}

#header #logo a {
    display: inline-block;
}

#header #menu .navbar {
    padding: 0;
}

#header #menu .navbar .navbar-nav li a {
    display: block;
    opacity: 1.0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#header #menu .navbar .navbar-nav li a:hover {
    color: #ca3930;
    text-decoration: none;
}

#header #menu .navbar .navbar-nav li.action a {
    display: block;
    background: #ca3930;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#header #menu .navbar .navbar-nav li.action a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1400px) {
    #header #logo img {
        height: 130px;
    }
    #header #menu {
        padding-top: 47px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 18px;
        line-height: 36px;
    }
    #header #menu .navbar .navbar-nav li.action {
        padding-left: 12.5px;
    }
    #header #menu .navbar .navbar-nav li.action a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #header #logo img {
        height: 110px;
    }
    #header #menu {
        padding-top: 39px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 10px 0 10px;
        font-size: 16px;
        line-height: 32px;
    }
    #header #menu .navbar .navbar-nav li.action {
        padding-left: 10px;
    }
    #header #menu .navbar .navbar-nav li.action a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header #logo img {
        height: 90px;
    }
    #header #menu {
        padding-top: 31px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 14px;
        line-height: 28px;
    }
    #header #menu .navbar .navbar-nav li.action {
        padding-left: 7.5px;
    }
    #header #menu .navbar .navbar-nav li.action a {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    #header {
        padding: 10px 0 10px 0;
    }
    #header #menu .navbar {
        float: right;
    }
    #header #menu .navbar .navbar-nav li ul {
        display: none;
    }
    #header #menu .navbar .navbar-nav li:hover ul {
        display: block;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 0;
        box-shadow: 1px 1px 2px 1px rgba(76, 78, 100, .25);
        background: #fff;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        padding: 0 10px 0 10px;
        color: #4c4e64;
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    #header {
        padding: 15px;
    }
    #header #logo {
        padding-left: 10px;
    }
    #header #logo img {
        height: 90px;
    }
    #header #logo img {
        position: relative;
        z-index: 1000;
    }
    #header #menu {
        margin-top: -60px;
    }
    #header #menu .navbar {
        display: block;
        width: 100%;
        text-align: right;
    }
    #header #menu .navbar .navbar-toggler {
        margin-top: 4px;
        margin-bottom: 14px;
        border: 0px none;
        border-radius: 0;
        padding: 11px;
        background: transparent;
        font-size: 20px;
        line-height: 20px;
    }
    #header #menu .navbar .navbar-toggler:focus {
        background: transparent;
        box-shadow: none;
    }
    #header #menu .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    #header #menu .navbar .navbar-nav {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    #header #menu .navbar .navbar-nav li a {
        font-size: 18px;
        line-height: 36px;
    }
    #header #menu .navbar .navbar-nav li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #header #menu .navbar .navbar-nav li.action {
        padding-top: 10px;
    }
    #header .button {
        display: block;
        padding: 0;
        background: #ca3930;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
    }
    #header .button:hover {
        background: #000;
        color: #fff;
    }
}

/* BANNER */

#banner h1 {
    margin: 0;
    color: #fff;
    text-align: center;
}

#banner h3 {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

#banner h3 span {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

#banner #feature .button {
    margin: 5px;
}

#banner a {
    color: #fff;
}

@media (min-width: 1400px) {
    #banner {
        height: 600px;
    }
    #banner h1 {
        font-size: 54px;
        line-height: 54px;
    }
    #banner #feature {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #banner {
        height: 525px;
    }
    #banner h1 {
        font-size: 54px;
        line-height: 54px;
    }
    #banner #feature {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner {
        height: 450px;
    }
    #banner h1 {
        font-size: 42px;
        line-height: 42px;
    }
    #banner h3 {
        font-size: 24px;
    }
    #banner #feature {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    #banner {
	    position: relative;
	    overflow: hidden;
        background: url('images/banner.jpg?2') 50% 50% no-repeat;
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #banner #feature {
        position: relative;
        top: 50%;
	    transform: translate(0,-50%);
    }
    #banner #feature h1 {
        padding-bottom: 20px;
    }
    #banner h3 .bullet {
        color: #ca3930;
    }
}

@media (max-width: 991px) {
    #banner {
	    background: #000;
    }
    #banner #feature {
        padding: 40px 20px;
        font-size: 16px;
    }
    #banner #feature h1 {
        color: #fff;
        padding-bottom: 10px;
    }
    #banner h3 .list {
        display: block;
    }
    #banner h3 .bullet {
        display: none;
    }
    #banner h3 br {
        display: none;
    }
    #banner #feature .button {
        background: #ca3930;
        color: #fff;
    }
    #banner #feature .button:hover {
        background: #fff;
        color: #ca3930;
    }
}

/* TITLE */

#title h1 {
    margin: 0;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    #title {
	    position: relative;
	    overflow: hidden;
        background: url('images/banner.jpg?2') 50% 25% no-repeat;
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #title h1 {
        padding: 40px 20px;
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
}

@media (max-width: 991px) {
    #title {
        background: #000;
    }
    #title h1 {
        padding: 20px;
    }
}

/* PANE */

#page {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1400px) {
    .pane {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pane {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.emblem {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    background: url('images/emblem.png') 50% 50% no-repeat;
    background-size: 80px 80px;
}

/* INTRO */

#intro {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1400px) {
    #intro .post .entry {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #intro .post .entry {
        font-size: 22px;
        line-height: 33px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #intro .post .entry {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    #intro .post .entry {
        font-size: 20px;
        line-height: 30px;
    }
}

/* CALL */

#call {
    padding: 40px 20px;
    background: #000;
    color: #fff;
    text-align: center;
}

#call a {
    color: #fff;
}

#call h1 {
    margin: 0;
    color: #fff;
}

/* ACTION */

#action {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
    color: #fff;
    text-align: center;
}

#action a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#action a:hover {
    color: #fff;
    text-decoration: none;
}

#action a span {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 48px;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#action a:hover span {
    color: #ca3930;
}

@media (min-width: 992px) {
    #action a {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #action #act1, #action #act4 {
        width: 25%;
    }
    #action #act2 {
        width: 25%;
        border-left: 2px solid #ca3930;
        border-right: 1px solid #ca3930;
    }
    #action #act3 {
        width: 25%;
        border-left: 1px solid #ca3930;
        border-right: 2px solid #ca3930;
    }
}

@media (max-width: 991px) {
    #action {
        padding-left: 15px;
        padding-right: 15px;
    }
    #action a {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #action #act2 {
        border-top: 2px solid #ca3930;
        border-bottom: 1px solid #ca3930;
    }
    #action #act3 {
        border-top: 1px solid #ca3930;
        border-bottom: 2px solid #ca3930;
    }
}

/* GALLERY */

.blocks-gallery-grid .blocks-gallery-image, 
.blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery.has-nested-images figure.wp-block-image {
   flex-grow: 0 !important;
}

/* REVIEWS */

.page-id-49 .wp-block-columns {
    margin-bottom: 0 !important;
    gap: 0 !important;
}

.page-id-49 .wp-block-columns p {
    margin-top: 6px;
}

/* FOOTER */

#footer {
    padding: 40px 0 40px 0;
    background: #fff;
    color: #000;
    text-align: center;
}

#footer a {
    color: #000;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#footer a:hover {
    color: #ca3930;
}

#footer #links {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer #links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #links ul li {
    margin: 0;
    padding: 0;
}

#footer #links ul li a {
    display: block;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#footer #links ul li a:hover {
    color: #ca3930;
}

#footer #links ul li.action > a {
    background: #ca3930;
    color: #fff;
}

#footer #links ul li.action > a:hover {
    background: #000;
    color: #fff;
}

#footer #social {
    padding-bottom: 30px;
}

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #ca3930;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#footer #social a img {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#footer #social a:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

#footer #contact {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    #footer #logo img {
        height: 130px;
    }
    #footer #links ul li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li.action {
        padding-left: 12.5px;
    }
    #footer #links ul li.action a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #footer #logo img {
        height: 110px;
    }
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 16px;
        line-height: 32px;
    }
    #footer #links ul li.action {
        padding-left: 10px;
    }
    #footer #links ul li.action a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #logo img {
        height: 90px;
    }
    #footer #links ul li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 14px;
        line-height: 28px;
    }
    #footer #links ul li.action {
        padding-left: 7.5px;
    }
    #footer #links ul li.action a {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    #footer #links ul li {
        display: inline-block;
    }
    #footer #links ul li ul {
        display: none;
    }
    #footer #links ul li.action {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer #logo img {
        height: 90px;
    }
    #footer #links ul li a {
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li ul {
        display: none;
    }
    #footer #links ul li.action {
        padding-top: 10px;
    }
    #footer .button {
        display: block;
        margin-top: 0.5rem;
        padding: 0;
        background: #ca3930;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
    }
    #footer .button:hover {
        background: #000;
        color: #fff;
    }
}

/* VIDEO */

div.video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

div.video iframe, div.video object, div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 700px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 700px), only screen and (max-width: 767px) {
	div.video { padding-top: 0; }
}

/* GRAVITY FORMS */

.gform_wrapper.gravity-theme form .gfield_label {
    margin-bottom: 4px;
    font-weight: 400;
}

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

.gform_wrapper .gform_footer input {
    margin: 0px auto;
}

.gform_wrapper form .gfield_required {
    color: #ca3930;
    font-size: inherit;
}

.gform_required_legend {
    display: none;
}

#gf_form_focus:focus-visible, .gform_validation_errors:focus-visible, .gform_fields:focus-visible {
    outline: 0;
}

.gform_wrapper .gform_validation_errors {
    margin-bottom: 20px !important;
    border: 1px solid #ca3930 !important;
    box-shadow: none !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    color: #ca3930 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.gform_wrapper.gravity-theme form .description, .gform_wrapper.gravity-theme form .gfield_description, .gform_wrapper.gravity-theme form .gsection_description, .gform_wrapper.gravity-theme form .instruction {
    padding: 2px 0;
    font-size: 12px;
}

.gform_wrapper form .gform_body .gfield_error label {
    color: inherit;
}

.gform_wrapper form .gfield_error [aria-invalid="true"] {
    border: 1px solid #e5e5e5;
}

.gform_wrapper form .gfield_error .gfield_repeater_cell label, .gform_wrapper form .gfield_error label, .gform_wrapper form .gfield_error legend, .gform_wrapper form .gfield_validation_message, .gform_wrapper form .validation_message, .gform_wrapper form [aria-invalid="true"] + label, .gform_wrapper form label + [aria-invalid="true"] {
    color: #ca3930;
}

.gform_wrapper form .gfield_validation_message, .gform_wrapper form .validation_message {
    margin: 0;
    border: 0px none;
    padding: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpcf7-form-control .captcha-image {
    width: 100%;
    border: 0px none;
}

.wpcf7-form-control .captcha-image .captcha_instructions span {
    text-transform: lowercase;
}

/* COLUMNS */

@media (min-width: 600px) and (max-width: 781px) {
    .entry .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 1;
    }
    .entry .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}

/* IMAGES */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

@media (min-width: 992px) {
    .entry .wp-block-image .alignleft {
        margin: 15px 20px 10px 0;
    }
    .entry .wp-block-image .alignright {
        margin: 15px 0 10px 20px;
    }
	img.alignleft {
        margin: 10px 20px 10px 0;
    }
	img.alignright {
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 991px) {
    .entry .wp-block-image .alignleft {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .entry .wp-block-image .alignright {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
	img.alignleft {
        float: none;
        display: block;
        margin: 10px auto;
    }
	img.alignright {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

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

.clear {
    clear: both;
}