
/* TEST PAGE - COMPONENTS */

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #052A4F;
}
::selection {
    color: #fff; 
    background: #052A4F;
}
.text-shadow-box {
    background-color: #052A4F;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #63a9cb;
    color: #fff;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box-light {
    background-color: #63a9cb;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #052A4F;
    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 #63a9cb;
    border-bottom: solid 2px #63a9cb;
    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: #b3b5c8;
    color: #383838;
    padding: 3px;
}
blockquote {
    border-left: 15px solid #052a4f;
    background-color: #f7f7f7;
    padding: 1.5rem;
    color: #000;
}
blockquote p {
    color: #000;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
}
.content-wrapper h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 900;
}
.content-wrapper h3 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 800;
}
.content-wrapper h4 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 800;
}
.content-wrapper h5 {
	font-size: 1.5rem;
	line-height: 2rem
	font-weight: 800;
}
.content-wrapper h6 {
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-weight: 800;
}
.content-area p, .content-area div, .content-area ul, .content-area ol {
    font-size: 1.1rem;
    line-height: 1.65rem;
}
.content-area ul:not(.accordion) {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 17px;
}
.content-area ul:not(.accordion) li:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    font-weight: 900;
    margin: 0 5px 0 -15px;
    color: #63a9cb;
}
.content-area .text-shadow-box ul li:before,
.content-area .text-shadow-box-light ul li:before {
    color: #fff;
}
.content-wrapper:not(.blog) p > a:not(.button),
.content-wrapper:not(.blog) li > a:not(.button) {
    text-decoration: none;
    color: #383838;
    font-weight: normal;
    box-shadow: inset 0 -2px 0 #63a9cb;
}
.content-wrapper:not(.blog) p > a:not(.button):hover,
.content-wrapper:not(.blog) li > a:not(.button):hover {
    background-color: rgba(118,186,218,0.7);
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    transition: background-color 350ms ease-out;
    box-shadow: none;
}

/* HIDE SHOP TITLE */
.page-id-464 .page-header {
    display: none;
}

.page-id-464 .content-wrapper {
    margin-top: 0;
}

/* EVERYTHING ELSE */

.nav-bar {
   background-color: #052a4f;
}

.top-bar-section ul {
   background-color: #052a4f;
}

.top-bar-section ul li > a:hover {
   color: #73badb !important;
}

.top-bar-section .has-dropdown>a:hover::after {
   color: #73badb !important;
}

h1.home-title {
    color: #63a9cb;
    font-weight: 900;
    text-align: center;
    line-height: 2.6rem;
}

.header {
    background: url(/wp-content/uploads/header-bg.jpg);
    background-size: cover;
}
.header-region {
    padding-bottom: 0;
}
.header-logo {
    padding-top: 5px;
}
.header-logo a {
    display: block;
}
.header-logo object {
    pointer-events: none;
    max-width: 100%;
}
.header-right {
    text-align: right;
}
header .social-icons {
    display: inline;
    display: none;
}
.header-btn-lg {
    display: inline;
    padding: 10px 15px;
    margin: 0 0 0 10px;
}
.header-service-area {
    color: #052a4f;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}
.header-phone, .header-phone a {
    transform: none;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
}
.header-phone-link {
    font-weight: 900;
}
.header-phone-link a {
	font-weight: 900;
}
.social-icons {
    transform: none;
    margin: 5px 0;
}
.social-icons a:hover {
    box-shadow: 0 0 5px 0 #fff;
    color: #63a9cb;
}
.postscript-cities h3 {
    color: #fff;
    font-weight: 900;
}
.review-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row wrap;
}
.page-header h1 {
    font-weight: 900;
    text-shadow: none;
    color: #052a4f;
    line-height: 3.2rem;
}

.blue-btn {
    background: #062951;
}

.blue-btn:hover {
    background: #041a34;
}

.finance-btn {
    padding: 10px 15px;
}

.header-right .button {
    white-space: nowrap;
    display: inline-block;
    width: auto;
}

/*Custom Home CTA's*/
.ryno-home-cta-section {
    padding-top: 6px;
    border-top: 6px solid #fff;
}
.ryno-home-cta-section .row {
    max-width: 100%;
}
.ryno-home-cta-section .column, .ryno-home-cta-section .columns {
    padding-left: 0;
    padding-right: 0;
}
.ryno-home-cta-wrap {
    height: 250px;
    position: relative;
    text-align: center;
    background-size: cover !important;
}
.ryno-cooling-cta {
    color: #fff;
    background: url('/wp-content/uploads/btn-cooling.jpg') no-repeat center center;
}
.ryno-heating-cta {
    color: #fff;
    background: url('/wp-content/uploads/btn-heating-2.jpg') no-repeat center center;
}
.ryno-specials-cta {
    color: #fff;
    background: url('/wp-content/uploads/btn-specials.jpg') no-repeat center center;
}
.ryno-testimonials-cta {
    color: #fff;
    background: url('/wp-content/uploads/btn-testimonials-1.jpg') no-repeat center center;
}
.ryno-home-cta-wrap img {
    position: absolute;
}
.home-cta-title {
    display: block;
    text-align: center;
    padding: 54px 0 0;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 38px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.home-cta-button {
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    border: 3px solid #fff;
    color: #fff;
}
.fade-trick {
    background: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
    display: block;
}
.fade-trick:hover {
    background: rgba(0,0,0,.5);
}
ul.ryno-column {
    font-size: 1rem;
}
ul.ryno-column a {
    color: #fff;
}
ul.ryno-column a:hover {
    text-decoration: underline;
}
.postscript-cities {
    height: 500px;
}
.postscript-cities #foo_widget-2 {
    padding-top: 150px;
}
.postscript-contact {
    background-image: url(/wp-content/uploads/contact-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 668px;
    padding: 65px 0 105px;
    text-align: center;
}
#contact-form {
    background: #73badb;
    min-height: 410px;
    padding: 115px 45px 0;
    border-radius: 15px;
}
.postscript-contact img {
    position: relative;
    margin-bottom: -97px;
    z-index: 1;
}
.postscript-contact h2 {
    font-size: 38px;
    color: #132244;
    margin-bottom: 30px;
    text-align: center;
}
/*.postscript-contact p {
    display: none;
} */
.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,
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea {
    background-color: #ddd !important;
    color: #383838;
    font-weight: normal;
    border: 0;
    font-size: 14px;
    padding-left: 15px;
}
.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: 36px;
    border-radius: 15px;
}
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea {
    height: 88px;
    border-radius: 15px;
}
.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 textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea::placeholder,
.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 textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea::placeholder {
    color: #383838;
    font-size: 14px;
}
.postscript-contact .wpcf7-submit {
    font-size: 24px;
    border: 0;
    padding: 15px 50px;
    border-radius: 15px;
    text-align: center;
    background-color: #132244;
    color: #fff !important;
    display: inline-block;
    width: unset;
    margin: 0;
    position: relative;
    top: 29px;
}
.postscript-contact .wpcf7-submit:hover {
    top: 30px;
}
.postscript-contact .wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block;
}
span.wpcf7-not-valid-tip {
    top: initial !important;
    left: 0 !important;
    width: 215px;
}
footer {
    font-size: 1rem;
}
.footer-main {
	background-color: #002b4e;
	background-image: url('/wp-content/uploads/snowflakes-overlay-footer.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0069b1), to(#002b4e));
	background-image: url('/wp-content/uploads/snowflakes-overlay-footer.png'), -webkit-linear-gradient(left, #0069b1, #002b4e);
	background-image: url('/wp-content/uploads/snowflakes-overlay-footer.png'), -moz-linear-gradient(left, #0069b1, #002b4e);
	background-image: url('/wp-content/uploads/snowflakes-overlay-footer.png'), -ms-linear-gradient(left, #0069b1, #002b4e);
	background-image: url('/wp-content/uploads/snowflakes-overlay-footer.png'), -o-linear-gradient(left, #0069b1, #002b4e);
	background-image: url('/wp-content/uploads/snowflakes-overlay-footer.png'), linear-gradient(left, #0069b1, #002b4e);
	background-repeat: no-repeat, repeat;
	background-position: right top, left top;
    text-align: center;
}
.footer-main p {
    font-size: 16px;
}
.footer-bottom {
    text-align: center;
	padding-bottom: 70px;
}
footer .social-icons {
    display: inline-block;
    padding: 16px 0 5px;
}
.copyright {
   font-size: .68rem;
   padding-top: 0;
}
.sticky-btn a {
	background-image: url('/wp-content/uploads/instant-quote-btn-sprite.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 267px;
	height: 74px;
    position: fixed;
    bottom: 0;
    left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
    z-index: 1;
	transition: none;
}
.sticky-btn a:hover {
	background-position: center bottom;
}

#quoteModal {
    top: 150px;
    max-width: 650px;
}

.reveal-modal {
    background: transparent;
    border: 0;
    box-shadow: none;
}
p.coupon-disclaimer {
    font-size: 11px !important;
    line-height: 14px !important;
    margin-top: 35px;
}
.coupon-text h3 {
    font-size: 30px !important;
    line-height: 34px;
}
.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: 700;
    margin-top: 12px;
}
.sidebar-form {
    background-color: #63a9cb;
    box-shadow: 0.5rem 0.5rem 0 #052a4f;
    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-top: 25px;
    margin-bottom: 15px;
}
.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: #052a4f;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 174px;
    padding: 12px;
}
.sidebar-form input[type=submit]:hover {
	background-color: #00163b;
}
.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;
}

@media screen and (max-width: 1023px) {
    .header-logo {
        padding-top: 25px;
    }
    .header-phone, .header-phone a {
        font-size: 1.25rem;
    }
    .ryno-list {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 639px) {
    .page-header h1 {
        font-size: 2.3rem;
        line-height: 1;
    }
    .header-right {
        text-align: center;
    }
    .header-logo {
        padding-top: 0;
    }
	header .social-icons {
		display: none;
	}
    .header-service-area {
        font-size: 14px;
        text-align: center;
        margin-top: 20px;
    }
    a.mobile-phone-icon {
        position: absolute;
        bottom: -65px;
        left: 0;
        color: #fff;
        font-size: 25px;
        z-index: 4;
    }
	.top-bar {
		height: 3rem;
	}
    .top-bar.expanded {
        overflow: hidden !important;
    }
    .top-bar .toggle-topbar a {
        font-size: 20px;
    }
    .ryno-home-cta-wrap {
        height: 200px;
    }
    .home-cta-title {
        font-size: 20px;
        padding: 45px 0 0;
    }
    .home-cta-button {
        padding: 10px 15px;
    }
    .postscript-contact h2 {
        max-width: 285px;
        margin: 0 auto 30px;
        font-size: 32px;
        line-height: 1.1;
    }
    #contact-form {
        padding: 115px 15px 0;
    }
    .postscript-contact .wpcf7-submit {
        top: unset;
        width: 100%;
        margin-bottom: 20px;
    }
    .postscript-contact .wpcf7-submit:hover {
        top: unset;
    }
    footer .social-icons {
        text-align: center;
        margin: 25px 0 0;
    }
    .content-wrapper h2 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
	.review-logos {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (min-width: 905px) {
    .finance-btn {
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 906px) {
    .finance-btn {
        margin: 10px 0 0 10px;
    }
}

.trust-logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.trust-logos img {
	max-height: 150px;
	width: auto;
	margin: 0 20px 20px;
}

.text-shadow-box a {
	color: #fff !important;
	font-weight: 700 !important;
}
