/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:	 ryno-theme-three-child
 Version:        1.0.0
*/

 
@import url("../theme-3/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.header-left-section a, .header-left-section a:link, .schedule-btn a, .schedule-btn a:link {
	color: #fff;
	font-size: 1rem;
}

iframe {
	max-width: 100%;
}
 .sticky-btn {
	   position: fixed;
	   z-index: 9999;
	   bottom: 0;
	   left: 0;
}

.sticky-btn:hover {
    -webkit-filter: opacity(.75);
    filter: opacity(.75);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.review-logos {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.review-logos div {
margin: 10px;
}


a.hover-opacity:hover img {
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* TRUST BRANDING LOGOS */

.trust-branding-logos {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; 
}
.trust-branding-logos div {
        margin: 10px 30px;
}


/* NAVIGATION */
.nav-bar {
	border: 0 none;
    position: relative;
    background-color: #ef4044;
    z-index: 3;
}
a:link.mobile-phone-icon {
    color: #fff;
    top: 13px;
    font-size: 25px;
    left: 15px;
    position: absolute;
    z-index: 4;
}
.mobile-tagline {
	display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 5px;
    width: 130px;
    text-transform: uppercase;
}
#main-navigation {
    width: 100%;
}
#menu-main-menu {
    padding-left: 0;
	margin-bottom: 0;
    margin-left: 0;
}
#menu-main-menu,
#menu-main-menu li { 
	list-style: none;
    position: relative;
    z-index: 1;
}
#menu-main-menu > li {
	position: relative;
}
#menu-main-menu > li > a {
	display: block;
    padding: 15px 20px;
    color: #fff;
}
#menu-main-menu a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
	display: block;
	font-weight: 400;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;
    color: #fff;
}
#menu-main-menu > li.has-dropdown > ul {
    margin: 0 0 15px 55px;
}
#menu-main-menu > li.has-dropdown > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 12px;
    position: relative;
    right: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
#menu-main-menu > li.has-dropdown ul li.has-dropdown > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 12px;
    position: relative;
    right: -2px;
}
#menu-main-menu > li.has-dropdown > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 400;
	padding-left: 15px;
    padding-right: 15px;
}
.mobile-nav-name {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-right: -8px;
    text-transform: uppercase;
}
.nav {
	left: -115%;
	padding-bottom: 30px; 
	position: absolute;
    transition: all 0.3s ease;
}
.menu-active {
	left: 0;
    transition: all 0.3s ease;
    position: relative;
}
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: #fff;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    width: 40px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* /NAVIGATION */

.page-header h1 {
	font-weight: 900;
	text-align: center !important;
	text-shadow: none;
}
body {
    font-family: 'Roboto', sans-serif !important;
    color: #242424;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.home h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.home h2 {
    font-size: 38px;
    line-height: 1.2;
}
.home h3 {
    font-size: 32px;
    line-height: 1.2;
}
.home h4 {
    font-size: 26px;
    line-height: 1.2;
}
.home h5 {
    font-size: 22px;
    line-height: 1.2;
}
.home h6 {
    font-size: 16px;
    line-height: 1.2;
}
.home h2, .home h3, .home h4, .home h5, .home h6 {
    text-transform: capitalize;
}
.home .content-area ul {
    text-align: left;
}
body:not(.home) .content-area h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}
body:not(.home) .content-area h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
}
body:not(.home) .content-area h4 {
    font-size: 1.6rem;
    line-height: 2.1rem;
}
body:not(.home) .content-area h5 {
    font-size: 1.5rem;
    line-height: 2rem;
}
body:not(.home) .content-area h6 {
    font-size: 1.4rem;
    line-height: 1.9rem;
}
.content-area div,
.content-area p,
.content-area ul,
.content-area ol {
    font-size: 20px;
    line-height: 1.8rem;
}
.content-area ul:not(.accordion):not(.pricing-table):not(.ServiceArea) {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 27px;
}
.content-area ul:not(.accordion):not(.pricing-table):not(.ServiceArea) li::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-weight: 900;
    margin: 0 5px 0 -25px;
    color: #209545;
}
a.button.large:link,
a.button.large:visited,
a.button.large:hover,
a.button.large:active,
a.button.large:focus {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    width: auto;
    padding: 14px 20px 10px;
}
a.button.large.primary:link,
a.button.large.primary:visited {
    color: #fff;
}
a.button.large.primary:hover,
a.button.large.primary:active,
a.button.large.primary:focus {
    background-color: #bd3236;
}
a.button.large.secondary:link,
a.button.large.secondary:visited {
    background-color: #209545;
    color: #fff;
}
a.button.large.secondary:hover,
a.button.large.secondary:active,
a.button.large.secondary:focus {
    background-color: #1f6534;
}
a.button.large.tertiary:link,
a.button.large.tertiary:visited {
    background-color: #0f5fac;
    color: #fff;
}
a.button.large.tertiary:hover,
a.button.large.tertiary:active,
a.button.large.tertiary:focus {
    background-color: #0c4e8d;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #0056ac;
}
::selection {
    color: #fff; 
    background: #0056ac;
}
.text-shadow-box {
    background-color: #209545;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #176730;
    color: #fff;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box-red {
    background-color: #ef4044;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #bd3236;
    color: #fff;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box-light {
    background-color: #0059ac;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #003d76;
    color: #fff;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-highlight {
    font-size: 1.333rem;
    text-align: center;
    margin: 1.111em auto;
    padding: 1em 2%;
    border-top: solid 2px #209545;
    border-bottom: solid 2px #0059ac;
    line-height: 1.4;
}
.shadowbox {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.25);
    padding: 40px 40px 30px 40px;
    margin-bottom: 35px;
}
a > .shadowbox:hover {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.65);
}
mark {
    background: #b7d3c0;
    color: #383838;
    padding: 3px;
}
blockquote {
    border-left: 15px solid #209545;
    background-color: #f7f7f7;
    padding: 1.5rem;
    color: #000;
}
blockquote p {
    color: #000;
    margin-bottom: 0;
}
.hrimage {
    text-align: center;
    margin-top: 25px;
}
.hrimage img {
    background-color: #fff;
    position: relative;
    z-index: 1;
    max-width: 120px;
    padding: 5px 20px;
}
.hrimage p {
    display: none;
}
.hrline {
    border-top: 1px solid #ef4044;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    top: -40px;
}
.slow-pop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slow-pop:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.header {
    font-family: 'Poppins', sans-serif;
    background: #d1f5dc;
    background: -moz-linear-gradient(top, #d1f5dc 0%, #ffffff 100%) !important;
    background: -webkit-linear-gradient(top, #d1f5dc 0%,#ffffff 100%) !important;
    background: linear-gradient(to bottom, #d1f5dc 0%,#ffffff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1f5dc', endColorstr='#ffffff',GradientType=0 );
    padding: 0;
}
.header-region {
    padding-top: 10px;
}
/* Force white text on visited schedule button in header */
/* Prevent blue button style from flashing during page load */
.header-region .button {
    color: white !important;
    background-color: #ef4044;
}
#social-bar {
    background-color: #209545;
    padding: 10px 0;
}
.social-links-footer {
    padding-top: 24px;
}
@media screen and (min-width: 641px) {
    .social-links-footer {
        padding-top: 0px;
        margin-bottom: -24px;
    }
}
.social-media-icons a:link,
.social-media-icons a:active,
.social-media-icons a:visited {
    color: #fff;
    font-size: 20px;
    margin: 8px 10px;
    display: inline-block;
}
.social-media-icons a:hover,
.social-media-icons a:focus {
    color: #87d7a0;
}
#social-bar .button {
    background-color: #EC444A;
    color: #fff;
    margin-bottom: 0;
    margin-left: 5px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 9px 7px;
    border: 3px solid #EC444A;
}
#social-bar .button:hover {
    background-color: transparent;
}
#social-bar svg {
    margin-right: 5px;
}
#social-bar .medium-7.columns {
    padding-right: 0;
}
.serving-text {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #0045a0;
    text-transform: uppercase;
}
.serving-text span {
    display: block;
}
.price-calc-text {
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 5px;
}
.price-calc-btn .button {
    font-size: 16px;
    border-radius: 50px;
    text-transform: capitalize;
    padding: 11px 24px 11px 46px !important;
    margin-bottom: 0;
}
.price-calc-btn svg {
    position: absolute;
    font-size: 32px;
    color: green;
    background-color: white;
    border-radius: 50px;
    border: 3px solid #fff;
    left: 6px;
    top: 7px;
}
.header-logo img {
    pointer-events: none;
    max-width: 150px;
}
.header-logo img {
    pointer-events: none;
    max-width: 300px;
    max-width: 150px;
}
@media screen and (min-width: 640px) {
    .header-logo img {
        max-width: 150px;
    }
}
@media screen and (min-width: 1025px) {
    .header-logo img {
        max-width: 300px;
    }
}
.header-logo a {
    display: block;
}
#header-phone {
    line-height: 1.3;
    text-align: center;
}
#header-phone .button.large {
    font-size: 18px;
}
#header-phone-text {
    color: #f43840;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#header-phone-number {
    font-size: 30px;
    font-weight: 900;
}
.header-phone-city {
    color: #383838;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 900;
    text-transform: uppercase;
}
.header-phone-city a,
.header-phone-city a:visited {
    color: #209545 !important;
    font-weight: 700;
}
.header-phone-city a:hover {
    color: #208556 !important;
}
.shrinking-phone-icon {
    display: none !important;
}
.nav-bar .row {
    max-width: 80rem;
}
#intro-section {
    background-image: url('/wp-content/uploads/intro-section-parallax-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 607px;
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.intro-section-wrapper {
    padding-top: 110px;
}
.intro-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 20px;
}
.intro-highlight {
    background-color: rgba(20,154,72,.3);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
}
#brands-section {
    background-image: url('/wp-content/uploads/brands-section-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
#brands-section .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#brands-section .row div {
    margin: 0 95px;
}
#brands-section .brands-section-inner {
    display: flex;
    flex-direction: column;
}
#daikin-logo {
    max-width: 120px;
    margin-bottom: 24px !important;
}
@media screen and (min-width: 640px) {
    #daikin-logo {
        max-width: none;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }
    #brands-section .brands-section-inner {
        flex-direction: row;
    }
}

#cta-wrapper {
    display: -ms-flexbox;
    display: flex;
    border-top: 10px solid #fff;
}
.cta-box-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    height: 260px;
    overflow: hidden;
}
.cta-box-wrapper:hover .cta-box {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    cursor: pointer;
}
.cta-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 101%;
    height: 100%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}
.cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 115px; 
}
#cta-heating {
    background-image: url('/wp-content/uploads/heating-cta-bg.png');
}
#cta-cooling {
    background-image: url('/wp-content/uploads/cooling-cta-bg.png');
}
#cta-electrical {
    background-image: url('/wp-content/uploads/electrical-cta-bg.png');
}
#cta-plumbing {
    background-image: url('/wp-content/uploads/plumbing-cta-bg.png');
}
.postscript-cities {
    padding: 80px 0;
    background-color: #fff !important;
    min-height: 550px;
}
.postscript-cities h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 55px;
}
.ryno-cities .ryno-column {
    padding-left: 0;
}
.ryno-cities .ryno-column li {
    font-size: 19px;
    line-height: 1.8;
}
.ryno-cities .ryno-column li > a {
    font-size: 19px;
    transition: none;
    text-decoration: none;
}
.ryno-cities .ryno-column li > a:hover {
    border-bottom: 3px solid #87d7a0;
}
#green-club-section {
    background-image: url('/wp-content/uploads/green-club-section-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 287px;
    padding: 55px 0;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.green-club-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}
.green-club-text span {
    display: block;
    font-size: 40px;
    font-weight: 900;
}
#green-club-section .button.large.tertiary {
    border-radius: 10px;
    padding: 17px 30px 14px;
    margin-top: 30px;
}
#logos-section {
    padding: 25px 0 35px;
}
#logos-section img {
    margin: 10px 30px;
}
.postscript-contact {
    background-image: url('/wp-content/uploads/contact-form-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 545px;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.postscript-contact h2 {
    font-family: 'Poppins', sans-serif;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 100;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.postscript-contact h2 span {
    font-size: 44px;
    font-weight: 900;
    display: block;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact select.wpcf7-form-control.wpcf7-select {
	background-color: #fff !important;
	color: #383838;
	font-weight: normal;
	border: 0;
	font-size: 16px;
    padding-left: 15px;
    border-radius: 4px;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact select.wpcf7-form-control.wpcf7-select {
	height: 43px;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.postscript-contact select.wpcf7-form-control.wpcf7-select::placeholder {
    color: #383838;
    opacity: 1;
	font-size: 16px;
}
.postscript-contact .wpcf7-submit {
    font-size: 22px;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    padding: 15px 25px;
    text-align: center;
    border-radius: 4px;
    background-color: #ef4044;
    color: #fff !important;
    display: inline-block;
    width: auto;
    margin-top: 15px;
}
.postscript-contact .wpcf7-submit:hover {
    background-color: #bd3236;
    cursor: pointer;
}
.postscript-contact div.wpcf7-response-output {
	color: #fff;
}
.postscript-contact span.wpcf7-not-valid-tip {
    color: #fff;
}
span.wpcf7-not-valid-tip {
	top: 0 !important;
    left: 0 !important;
    width: 215px;
    display: block;
}
footer {
    text-align: center;
}
.footer-main {
    background-color: #222;
    color: #fff;
}
.footer-main img {
    display: block;
    margin: 0 auto 25px;
}
.footer-main a {
    color: #fff !important;
    display: block;
    font-size: 16px;
    line-height: 1.8;
}
.footer-main a:hover {
    color: #f3c6c7;
}
.footer-contact {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-contact span {
    display: block;
    color: #ef4044 !important;
}
.footer-title {
    color: #ef4044;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 10px;
}
.footer-bottom {
    background-image: url('/wp-content/uploads/copyright-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 102px;
    color: #fff;
    padding: 30px 0;
}
p.copyright {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
    text-transform: capitalize;
    padding: 0;
    letter-spacing: 0;
}
.copyright span {
    display: block;
}
.copyright a {
    color: #fff !important;
    font-weight: normal;
    letter-spacing: 0;
}
.copyright a:hover {
    color: #87d7a0 !important;
    text-decoration: none;
}
.coupon-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.coupon {
    -webkit-flex: 0 1 47%;
    flex: 0 1 47%;
    margin: 0 10px 30px;
}
p.coupon-disclaimer {
    font-size: 11px !important;
    line-height: 14px !important;
    margin-top: 35px;
}
.coupon-text h3 {
    font-size: 2.6rem !important;
    line-height: 32px;
}
.coupon-details {
    line-height: 1 !important;
    margin-top: 20px !important;
    font-size: 1.4rem !important;
    width: 100% !important;
}
.coupon-watcher + p {
    margin-top: 20px;
}
.coupon img {
    margin-top: 20px;
    width: 200px;
}
.coupon-phone {
    font-size: 25px !important;
    font-weight: 900;
    margin-top: 12px;
}
.coupon-text button {
    width: unset;
    padding: 14px 20px 10px !important;
}
.sidebar-form {
    background-color: #ef4044;
    box-shadow: 0.5rem 0.5rem 0 #bd3236;
    padding: 20px 20px 0;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-form h2 {
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-form img {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sidebar-form input,
.sidebar-form textarea,
.sidebar-form select {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sidebar-form input[type=submit] {
    background-color: #bd3236;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 174px;
    padding: 12px;
    border: 2px solid #bd3236;
}
.sidebar-form input[type=submit]:hover {
    background-color: #fff;
    color: #bd3236;
    cursor: pointer;
}
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}
.sidebar-form input.wpcf7-form-control.wpcf7-text::placeholder,
.sidebar-form input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #383838;
}
.single-post-h2 {
    font-size: 2.4rem !important;
    text-align: center;
    margin-bottom: 10px;
}
.single-post-h2 + .date {
    text-align: center;
    margin-bottom: 25px !important;
}
.single .hrimage {
    margin-bottom: 15px;
}
.content-area .post-listing {
    border-bottom: 0;
}
.content-area .date mark {
    background: none;
}
.error404 ul.primary-pages li a {
    background-color: unset !important;
    color: #ef4044 !important;
}
.error404 ul.primary-pages li a:hover {
    color: #bd3236 !important;
}
.main-contact-form div > label, .main-contact-form legend {
    color: #4d4d4d;
}
.main-contact-form .wpcf7-list-item-label {
    color: #4d4d4d;
    font-size: 0.85rem;
}
.main-contact-form input[type="submit"] {
    border: 3px solid #ef4044;
    color: #ef4044;
}
.main-contact-form input[type="submit"]:hover {
    background-color: #ef4044;
    color: #fff;
}
.page-template-contact-template .postscript-contact {
    display: none;
}
.setFlexbox {
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
}
/* Hides green club section above footer on Green Club Maintenance Plan page  */
.page-id-440 #green-club-section {
    display: none;
}

@media screen and (min-width: 375px) {
    .mobile-tagline {
        width: auto;
    }
}

@media screen and (min-width: 1025px) {
    /* NAVIGATION */
    .nav {
        left: 0;
        padding-bottom: 0;
        position: relative;
    }
    .mobile-phone-icon {
        display: none;
    }
    #menu-main-menu {
        display: flex;
        justify-content: space-around;
        margin-bottom: 0;
        margin-left: 0;
    }
    #menu-main-menu a {
        color: unset;
        white-space: nowrap;
    }
    #menu-main-menu a:hover {
        text-decoration: none;
        color: #f3c6c7;
    }
    #menu-main-menu > li > a {
        padding: 15px;
    }
    #menu-main-menu > li.has-dropdown > ul {
        background-color: #ef4044;
        top: 50px;
        display: none;
        margin-left: 0;
        padding-left: 0;
        position: absolute;
    }
    #menu-main-menu > li.has-dropdown:hover > ul {
        display: block;
    }
    #menu-main-menu > li.has-dropdown:hover::after {
        color: #f3c6c7;
    }
    #menu-main-menu > li.has-dropdown > ul > li > a {
        color: #fff;
        display: block;
        font-weight: 400;
        padding: 10px 15px;
        white-space: nowrap;
    }
    #menu-main-menu > li.has-dropdown > ul > li > a:hover {
        background-color: #bd3236;
    }
    #menu-main-menu > li.has-dropdown > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        margin-left: 0;
        padding-left: 0;
        top: 0;
        background-color: #ef4044;
    }
    #menu-main-menu > li.has-dropdown ul li.has-dropdown > a {
        padding-right: 25px;
    }
    #menu-main-menu > li.has-dropdown ul li.has-dropdown > a:after {
        content: "\f105";
        position: absolute;
        right: 15px;
        top: 12px;
    }
    #menu-main-menu > li.has-dropdown > ul > li:hover > ul {
        display: block;
    }
    #menu-main-menu > li.has-dropdown > ul > li > ul > li > a {
        color: #fff;
    }
    #menu-main-menu > li.has-dropdown > ul > li > ul > li > a:hover {
        background-color: #bd3236;
    }
    .hamburger,
    .mobile-nav-name {
        display: none;
    }
    /* /NAVIGATION */

    .header-wrapper {
        position: fixed;
        z-index: 3;
        width: 100%;
    }
    .spacer {
        padding-top: 325px;
/* 		padding-top: 429px; */
    }
    .smaller #social-bar {
        padding: 0;
    }
    .smaller .header-region {
        padding: 0;
    }
    .smaller .serving-text {
        display: none;
    }
    .smaller .price-calc-text {
        margin-top: 0;
    }
    .smaller .header-logo img {
        max-width: 120px;
    }
    .smaller .header-phone-city {
        line-height: 1.2;
    }
    .smaller #header-phone-text {
        display: none !important;
    }
    .smaller #menu-main-menu > li.has-dropdown > ul {
        top: 36px;
    }
    #intro-section {
        background-attachment: fixed;
        background-position: center 75px;
    }
}

@media screen and (min-width: 1026px) and (max-width: 1280px) {
    #menu-main-menu a {
        font-size: 13px;
    }
    #menu-main-menu > li > a {
        padding: 15px 8px;
    }
}

@media screen and (max-width: 1024px) {
    /* Meet the Green team page */
    .page-id-508 .text-shadow-box {
        padding: 10px;
    }
    #social-bar .button {
        margin-left: 0;
        margin-right: 10px;
        font-size: 12px;
    }
    .social-media-icons a:link,
    .social-media-icons a:active,
    .social-media-icons a:visited {
        margin: 8px 5px;
    }
    #social-bar .button {
        margin-right: 2px;
        padding: 10px 5px 7px;
    }
    #header-phone {
        padding-right: 15px;
    }
    .header-phone-city {
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .header-phone-city span {
        display: block;
    }
    #intro-section {
        min-height: 375px;
    }
    .intro-section-wrapper {
        padding: 60px 15px 0;
    }
    .intro-title {
        font-size: 38px;
        max-width: 600px;
        margin: 0 auto 20px;
    }
    #brands-section {
        min-height: 160px;
        padding: 40px 0;
    }
    #brands-section .row div {
        margin: 0 30px;
    }
    .cta-box-wrapper {
        height: 160px;
    }
    .cta-title {
        font-size: 24px;
        padding-top: 75px;
    }
    .cta-title span {
        font-size: 31px;
    }
    .postscript-cities {
        padding: 45px 0;
    }
    .coupon {
        -webkit-flex: 0 1 45%;
        flex: 0 1 45%;
    }
    .alignright,
    .alignnone {
        max-width: 400px;
    }
    .ryno-list {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .setFlexbox {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-6 ul,
    .large-4 ul,
    .medium-6 ul,
    .medium-4 ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 639px) {
    .home h1 {
        font-size: 36px;
    }
    .home h2 {
        font-size: 32px;
    }
    .text-shadow-box,
    .text-shadow-box-light,
    .text-shadow-box-red,
    .shadowbox {
        padding: 25px;
    }
    .text-shadow-box h2,
    .text-shadow-box-light h2,
    .text-shadow-box-red h2,
    .shadowbox h2 {
        font-size: 1.75rem !important;
        line-height: 2.1rem !important;
    }
    .page-header h1 {
        font-size: 34px;
    }
    #social-bar .button {
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    #social-bar .medium-7.columns {
        padding-right: 15px;
    }
    .serving-text {
        margin-bottom: 10px;
    }
    .nav-bar {
        position: relative;
    }
    .top-bar-section ul li > a {
        font-size: 16px;
    }
    .top-bar-section .has-dropdown > a::after {
        border: 0;
    }
    .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
    }
    a:link.mobile-phone-icon {
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        color: #fff;
        font-size: 24px;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 3;
    }
    .top-bar .toggle-topbar.menu-icon a {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
    }
    .title-area {
        height: 4rem;
    }
    .top-bar-section ul {
        background-color: #8c062d;
    }
    .intro-section-wrapper {
        padding: 65px 15px 0;
    }
    .intro-title {
        font-size: 34px;
    }
    .intro-highlight {
        font-size: 16px;
        line-height: 1.3;
        display: none;
    }
    #brands-section {
        min-height: auto;
        padding: 25px 15px;
    }
    #brands-section .row div {
        margin: 0px 15px;
    }
    #cta-wrapper {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .cta-box-wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 50%;
        height: 125px;
    }
    .cta-title {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    #green-club-section {
        text-align: center;
        padding-bottom: 45px;
    }
    .green-club-text span {
        display: inline;
        font-size: 36px;
        font-weight: 800;
    }
    .postscript-cities {
        display: none;
    }
    #logos-section img {
        margin: 10px;
    }
    .postscript-contact {
        padding: 50px 0;
    }
    .footer-main {
        padding: 30px 0;
    }
    .copyright span {
        display: inline;
    }
    .coupon {
        -webkit-flex: 0 1 98%;
        flex: 0 1 98%;
    }
    .alignright,
    .alignnone {
        max-width: 100%;
        float: none;
        display: block;
        margin: 5px auto 20px;
    }
    .ryno-list {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .setFlexbox {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}
@media print {
    a[href]:after {
      content: none !important;
    }

    .coupon button {
        display: none;
    }
}

.site-alert-message {
    text-align: center;
    padding: 10px 20px;
    font-size: 22px;
    text-transform: uppercase;
    background: #ec444a;
    color: #fff;
}

.site-alert-message a {
    color: #fff !important;
}

.global-site-alert {
    background: #FFD40D;
    padding: 0.5em 0;
    text-align: center;
    
}

.global-site-alert p {
    margin-bottom: 0;
}
