/*
Theme Name: Entry Doors - ultrabootstrap customized
Author: contento interactive
Author URI: http://contentointeractive.com
Description: Entry Doors is a customized theme for entry door companies, based on the theme Ultrabootstrap, which is a multipurpose free WordPress theme.
Version: 7000
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultrabootstrap
Tags: right-sidebar, theme-options, featured-images,rtl-language-support,grid-layout, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ultrabootstrap is based on Underscores http://underscores.me/, (C) 2012-2015 phantomthemes.
Ultrabootstrap is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Locally hosted Google Fonts (Latin subset). */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/local/lato-300.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/local/lato-400.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/local/lato-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/local/lato-900.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/local/open-sans-400.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/local/open-sans-700.woff2') format('woff2');
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', serif;
    clear: both;
	color:#222;

}
p {
    margin-bottom: 1.5em;
	font-size:1rem;
	font-size:18px;
	font-weight:400;
}
li {font-size:16px;line-height:1.5;}
.jumbotron li {margin-bottom:20px;font-weight:400;}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #a90329;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
	margin-bottom:1rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
		margin-bottom:1rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
		margin-bottom:1rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Main style starts here
--------------------------------------------------------------*/

body, body.custom-background {
    font: 400 13px/22px Lato;
    color: #666;
	background-color:#fff;
}
.btn {
    color: #fff !important;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    padding: 5px 25px;
}
a,
a:visited {
    color: #a90329;
    text-decoration: none;
}
a:hover {
    color: #333;
}
img,
input,
.btn,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    font-family: Georgia, 'Times New Roman', serif;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
    margin: 0 0 10px 0;
}

h4 {

    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
}
.txtcenter {text-align:center;}
a.readmore {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.spacer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.spacersm {
	padding-top:10px;
	padding-bottom:10px;
}

.fa-ul > li {margin-bottom:10px;}
.fa-ul li .glyphicon, #mobile-checks .glyphicon, #product-links .glyphicon {margin-left:-15px;}
/*header*/

header .logo-tag {
    margin: 5px 0;
}
header .logo-tag h1 {
    margin: 6px 0;
    font-size: 1.5em;
}
header .logo-tag h1 a:hover {
    text-decoration: none;
}
header .logo-tag h2 {
    margin: 0;
    color: #666;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
header .navbar-collapse {
    padding: 0;
}
header .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}
header .navbar-form .main-search {
    position: relative;
}
header .navbar-form .main-search .btn .fa {
    font-size: 1.5em;
}
header .navbar-form .btn {
    background: #F66264;
    padding: 0 21px;
    box-shadow: none;
    border: none;
    color: #fff;
    text-shadow: none;
    line-height: 55px;
    border-radius: 0;
    outline: none !important;
}

header .navbar-default {
    border: none;
    margin: 0;
    background: rgb(195, 138, 36);
}
.navbar-center > li {display:inline-block;float:none;}
header .navbar-default .navbar-nav li a {
    letter-spacing: 1px;
    font-size: .8em;
	font-weight:400;
	text-transform:uppercase;
    line-height: 1.1;
	color:#fff;
	padding: .9em 1.2em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#efefef;
	background-color:rgb(195, 138, 36);	
}
header .navbar-default .navbar-nav>li>a:hover {color:#ccc;}
.navbar-nav>li>.dropdown-menu {
    border: 1px solid #ccc;
    min-width:200px;
    border-radius: 0;
    margin-top:-2px;
    padding-top:0px;
}
.navbar-right .dropdown-menu, .dropdown-menu {
    right: auto;
    left: 0;
    box-shadow: none;
}
.navbar-right .dropdown-menu .dropdown-menu {
    left: 160px;
    top: -2px;
    border: none;
    border-radius: 0;
}
.dropdown-menu li a {color:#000 !important;font-size:.9em !important;padding:8px 12px !important;border-bottom:1px solid #ccc;}
.dropdown-menu li a:hover {background-color:#fff !important;}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
 color:#555 !important;
}
.dropdown-menu li a:hover {
    text-decoration:underline;
}
.navbar {border-radius:0px;min-height:0px;}
/*header*/
/* theme slider */

.theme-slider .carousel-control {
    width: 5%;
    background: none;
}
.theme-slider .carousel-inner .item img {
    width: 100%;
}
.theme-slider .carousel-inner .item .slide-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.theme-slider .carousel-inner .item .slide-caption h4 {
    color: #fff;
}
.theme-slider .carousel-inner .item .slide-caption .summary {
    font-size: 1.75em;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.theme-slider .carousel-inner .item .slide-caption .summary p {
    margin: 0;
}
.theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
    width: 45%;
}
.theme-slider .glyphicon-chevron-right:before,
.theme-slider .glyphicon-chevron-left:before {
    display: none;
}
/* theme slider */
/*welcome*/

.welcome {
    background: #fff;
    height: 302px;
}
.welcome div {
    height: 100%;
}
.welcome .message {
    background-color: #F66062;
    color: #fff;
    padding: 30px;
    position: relative;
}
.welcome .message h1 {
    position: absolute;
    top: 50%;
    font-size: 1.95em;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*welcome*/
/*post*/

.eq-blocks {
    margin-bottom: 30px;
}
.post-list .post-block {
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
	box-shadow: 0px 5px 10px #ccc;
}
.post-list .post-block .summary {
    padding:15px 15px 0 15px;
}
.post-list .post-block img {
    transform: scale(1);
}
.post-list .post-block img:hover {
    transform: scale(1.07);
}
.post-info {
    font-size: 0.8em;
}
.post-info a {
    margin-right: 5px;
}
.post-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
    float: left;
    width: 100%;
}
.post-info ul li {
    display: inline-block;
}
/*post*/
/*navigation*/
.post-list h3 {margin-bottom:25px;}
.navigation.posts-navigation {
    clear: both;
}
footer {
    background-color: #000;
    padding: 15px 0;
    font-size: 0.8em;
	color:#aaa;
	position:relative;
}

footer a:hover {color:#aaa;}
footer ul {
    margin: 0;
}
section.footers {
    background: #333;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
	padding-top:40px;
    /*inside page*/
}
section.footers h2, section.footers h3 {color:#fff !important;}
section.footers .widget-title {margin-top:20px;}
section.footers a:hover {color:#fff;}
section.footers .red, section.footers .blue, section#product-links .red {font-size:28px;padding-left:10px;padding-right:10px;}
    .page-title {
        margin-bottom: 10px;
    }
    .page-title h1 {
        font-size: 2.7em;
        font-weight: 700;
        display: inline-block;
    }
    /*inside page*/
    
    .comments-area {
        margin-top: 30px;
        border-top: 1px dotted #ccc;
        padding-top: 30px;
    }
    .comments-area h2 {
        margin-bottom: 15px;
    }
    .comments-area ol {
        margin: 0;
        list-style: none;
    }
    .comments-area ol.comment-list {
        padding: 0;
    }
    .comments-area ol.comment-list article {
        margin-bottom: 15px;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
    }
    .comments-area footer {
        background: none;
        padding: 0;
    }
    .comments-area .comment-form label,
    .comments-area .comment-form input {
        display: block;
        font-weight: 300;
    }
    .comments-area .comment-form input,
    .comments-area .comment-form textarea {
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        padding: 10px;
        width: 100%;
    }
    .comments-area .comment-form .form-submit input {
        padding:20px;
		color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
		width:auto;
		margin:auto;
        border: none;
    }

    /*widget*/
   
    .widget {
        margin-bottom: 30px;
        padding: 15px;
        background: #fff;
    }
    .widget ul,
    .widget ol {
        margin: 0;
        padding-left: 15px;
    }
#header-logo-phone {
	margin-top:-4px;
	background-repeat:repeat;
	padding-top:15px;
	padding-bottom:0px;
}
.book-form-wrapper .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {padding:10px;}
.book-form-wrapper {box-shadow:0px 0px 15px #aaa;border:2px solid #fff;}
a.blue, .comments-area .comment-form .form-submit input,
input[type="submit"], a.red,
.bluebtn.frm_button_submit,
 .frm_submit.bluebtn,
.book-form-wrapper  .frm_submit.bluebtn,
.book-form-wrapper .bluebtnwrapper button.frm_submit.bluebtn,
.bluebtnwrapper button.frm_button_submit.frm_final_submit.bluebtn,
#nf-field-4{
    display: inline-block;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c38a24+0,c1a472+100 */
background: #c38a24; /* Old browsers */
background: -moz-linear-gradient(top, #c38a24 0%, #c1a472 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c38a24 0%,#c1a472 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c38a24 0%,#c1a472 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c38a24', endColorstr='#c1a472',GradientType=0 ); /* IE6-9 */
	
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    -webkit-appearance: none;
	    text-shadow: 0px 1px 2px #000;
	font-size:32px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.6);
	line-height: .5;
    padding: 15px 25px;
	min-width:250px;
	    border-radius: 99px;
    border: 6px solid #c09346;
}
.bluebtn.frm_button_submit{margin-top:20px;margin:auto;}
h3.widget-title {font-size:2em;}
#logos h3 {font-weight:bold;margin-bottom:20px;margin-top:10px;}
#nf-field-4 {font-size:22px;margin-top:5px;width:100%;min-width:auto;}
.nf-form-fields-required {font-size:12px;}
.nf-form-layout {background-color:#e6e5f8;padding:10px;}
#nf-form-1-cont {border:3px solid #0010EE;box-shadow:0px 0px 10px #555;margin-bottom:20px;}
a.red {
	color:#fff !important;
	text-shadow: 0px 1px 2px #000;
	letter-spacing:1px;
}
#promo {background-color:#222;}
#promored {background-color:#333;font-size:150%;}
.white {color:#fff;}
.pagetitle {padding-top:1.3em;padding-bottom:2.1em;margin:0px;}
#promo h3, #promored h3  {font-weight:700;font-size:1.5em;margin-bottom:0px;text-transform:uppercase;text-align:center;color:#fff;}
#promored h3 {letter-spacing:1px;font-size:2em;text-shadow:1px 1px 4px #000;}
#promo h3 i {   -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";}


 .comments-area .comment-form .form-submit input:hover, input[type="submit"]:hover, .bluebtn.frm_button_submit:hover, .frm_submit.bluebtn:hover, .book-form-wrapper .frm_submit.bluebtn:hover, .book-form-wrapper .bluebtnwrapper button.frm_submit.bluebtn:hover, .bluebtnwrapper button.frm_button_submit.frm_final_submit.bluebtn:hover, 
a.blue:hover, 
input[type="submit"]:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a472+0,c38a24+100 */
background: #c1a472; /* Old browsers */
background: -moz-linear-gradient(top, #c1a472 0%, #c38a24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c1a472 0%,#c38a24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c1a472 0%,#c38a24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a472', endColorstr='#c38a24',GradientType=0 ); /* IE6-9 */
	letter-spacing:0px;
	} 
.book-form-wrapper .frm_submit.bluebtnwrapper .frm_button_submit.frm_final_submit.bluebtn {
	font-size:24px;
	text-transform:uppercase;
	padding:12px;
	border: 4px solid #c09346;
    border-radius: 10px;
	margin-bottom:20px;
}

a.blue span.blue.smalltxt, 
a.red span.blue.smalltxt {
	font-size:14px;
	font-weight:300;
	text-transform:capitalize;
	}
#secondary a.red.rfs {margin-top:0px;margin-bottom:0px;width:90%;margin-left:5%;margin-right:5%;}
#secondary a.yellow.rfs {width:90%;margin-left:5%;margin-right:5%;font-size:250%;}
aside a.red.rfs {width:100%;text-align:center;}
#hero-1 h2, #hero-1 h2.hero-title {
	 line-height: 1.3;
    text-align: center;
    color: #fff;
	font-weight:900;
	text-transform:uppercase;
    font-size: 48px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	padding-top:40px;
}
.a1 {
	width: 100%;
    height: 100%;
    position: absolute;
    background-position: right bottom;
    opacity: .25;
    background-repeat: no-repeat;
    backbground-size: auto 100%;
    background-size: contain;
}
.transblue ul li {
	list-style-type:none;color:#fff;
	font-size:1.7em;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	margin: .75rem;
	font-weight:bold;
}
.transblue ul {list-style-type:none;margin:0px;padding:0px;margin-top:-40px;}
.transblue ul .glyphicon-menu-right {font-size:16px;color:#c38a24;}

.transblue .su-column-size-1-2 ul.smallul {float:right;margin-top: -47px;}
#fleetimg {background-size:cover;background-position:bottom right;}

#hero-1 {background-size:cover;background-position:center center;position:relative;overflow:hidden;}
#hero-1 p {font-size:20px;color:#fff;padding:10px;font-weight:300;text-align:center;text-transform:uppercase;}

/* Home hero: editorial copy alongside the existing ACF hero image. */
body.home #hero-1.home-hero,
#hero-1.entry-hero {
	background: #fff !important;
	min-height: 380px;
	position: relative;
}
body.home #hero-1.home-hero::after,
#hero-1.entry-hero::after {
	background: linear-gradient(90deg, #fff 30%, rgba(255, 255, 255, .94) 60%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: '';
	left: calc(42% - 90px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: min(25vw, 360px);
	z-index: 1;
}
.home-hero__copy {
	align-self: center;
	box-sizing: border-box;
	min-height: 300px;
	padding-bottom: 15px;
	padding-left: max(32px, calc((100vw - 1200px) / 2));
	padding-right: clamp(50px, 6vw, 120px);
	padding-top: 25px;
	position: relative;
	width: 54%;
	z-index: 2;
}
.home-hero__eyebrow,
#hero-1.home-hero .home-hero__tagline {
	color: #e91d78;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .22em;
	line-height: 1.35;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}
.home-hero__title,
#hero-1 h1.home-hero__title {
	color: #17202a;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(38px, 3.8vw, 62px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: .98;
	margin: 0;
	max-width: 610px;
	font-style:italic;
}
.home-hero__rule {
	background: #ed2a82;
	display: block;
	height: 2px;
	margin: 25px 0 20px;
	width: 40px;
}
#hero-1.home-hero .home-hero__tagline {
	color: #444d58;
	font-size: 12px;
	margin-bottom: 29px;
}
.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.home-hero__action {
	border: 1px solid #ed237c;
	border-radius: 4px;
	color: #ed237c;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .035em;
	padding: 14px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.home-hero__action:hover,
.home-hero__action:focus {
	background: #ed237c;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}
.home-hero__action--primary {
	background: #ed237c;
	box-shadow: 0 8px 18px rgba(237, 35, 124, .22);
	color: #fff;
}
.home-hero__action--primary span {
	font-size: 19px;
	line-height: 0;
	margin-left: 8px;
	vertical-align: -1px;
}
.home-hero__media {
	background: #e6dfd6;
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 58%;
	z-index: 0;
}
.home-hero__image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.home-hero__mobile-media {
	display: none;
}

/* Front-page offer form and team feature, fed by existing ACF fields. */
.home-conversion {
	background: #f8f8f8;
	padding: 48px 0 28px;
}
.home-conversion .container {
	max-width: 1400px;
}
.home-conversion__grid {
	align-items: start;
	display: grid;
	gap: clamp(34px, 5vw, 76px);
	grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
}
.home-offer-form {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(20, 26, 35, .12);
	overflow: hidden;
	margin-top:15px;
}
.home-offer-form__offer {
	background: linear-gradient(135deg, #16191e 0%, #050608 100%);
	color: #fff;
	padding: 20px 20px 18px;
	text-align: center;
}
.home-offer-form__offer p,
.home-offer-form__offer span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0;
	text-transform: uppercase;
}
.home-offer-form__offer p {
	color: #f7c77a;
	margin-bottom: 4px;
}
.home-offer-form__offer h2 {
	color: #f22983;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(22px, 3vw, 32px);
	line-height: 1;
	margin: 0 0 8px;
	text-transform:uppercase;
}
.home-offer-form__body {
	padding: 14px 16px 18px;
}
.home-offer-form__body h3 {
	color: #303640;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 12px;
	text-align: center;
	text-transform: uppercase;
}
.home-offer-form__body .frm_forms,
.home-offer-form__body .frm_form_fields {
	padding: 0;
}
.home-team {
	text-align: center;
}
.home-team__eyebrow {
	color: #ef237c;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .25em;
	margin: 8px 0 6px;
	text-transform: uppercase;
}
.home-team h2 {
	color: #20252d;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 400;
	line-height: 1.05;
	margin: 0 0 14px;
	font-style:italic;
}
.home-team__image {
	aspect-ratio: 2.1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

a.service-block {
	background-color:rgba(218,0,0,0.6);
	color:#fff;
	text-align: center;
    display: block;
    width: 100%;
    position: absolute;
   bottom: 0;
    margin: 0;
    padding: 12px 5px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3); 
	font-size:22px;
}
a.service-block:hover {
	background-color:rgba(25,38,71,0.8);
}

/* Reusable staff section: desktop grid, touch-scroll carousel on mobile. */
.staff-section {
	background: #f5f6f8;
	padding: 65px 0;
}
.staff-section__header {
	margin: 0 auto 32px;
	max-width: 620px;
	text-align: center;
}
.staff-section__header h2 {
	color: #192647;
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.staff-section__header p {
	color: #596174;
	font-size: 17px;
	margin: 0;
}
.staff-carousel__track {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.staff-card {
	background: #fff;
	border: 1px solid rgba(25, 38, 71, .08);
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(25, 38, 71, .10);
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
}
.staff-card:hover {
	box-shadow: 0 16px 32px rgba(25, 38, 71, .18);
	transform: translateY(-4px);
}
.staff-card__image {
	aspect-ratio: 4 / 5;
	background: #e5e8ed;
}
.staff-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
#home-body-content {background-color:#efefef;padding-bottom:60px;}

#reviews h2 {text-align:center;margin-bottom:10px;}
#companypanorma {background-size:cover;min-height:350px;}
#cta-headline {margin-top:30px;text-align:center;}
#cta-headline h3 {color:#090446;font-size:290%;}
#cta-headline p {color:#E58A11;font-size:170%;}

#product-links {background-color:#fff;padding-top:20px;padding-bottom:20px;padding-right:10px;padding-left:10px;}
.mylinks {
	text-align:center;
		padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
}

.maplinkswrapper--map {min-height:250px;overflow:hidden;padding:0;}
.product-links__map-image {display:block;height:100%;min-height:250px;object-fit:cover;object-position:center;width:100%;}

.family-check-list {
	    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: -44px;
    display: block;
}
.family-check-list p, .family-check-list ul {
    width: 100%;
	display:inline-block;
		font-weight:bold;
	padding:10px;
	margin:0px;
	color:#fff;	
	list-style-type:none;
}
.family-check-list ul li {display:inline;margin-right:10px;}

.footer-deal p {
	font-size:130%;
	line-height:1.3;
	text-align:center;
}
.mb-1{margin-bottom:10px;}
.mt-1{margin-top:10px;}

.mb-3 {margin-bottom:30px;}
.mt-3 {margin-top:30px;}

.pt-3 {padding-top:30px;padding-bottom:30px;}

.bkgwhite {
	background-color:#fff;
	padding:20px;
	box-shadow:0px 0px 3px #ccc;
}
.page-section {padding:20px; background-color:#fff;Box-shadow:0px 0px 8px rgba(0,0,0,0.5);}
 
 #maintext {background-color:#efefef;}
#maintext h2 {margin-top:40px;}
#maintext h4 {margin-bottom:10px;}
.summary h3 {font-size:150%;}
.summary p {font-size:13px;}

ul.footer-products-list {margin-left:0px;margin-top:0px;display:inline-block;padding-left:5px;margin-bottom:0px;width:100%;}
ul.footer-products-list li {list-style-type:none;width:25%;float:left;margin-left:0px;text-align:center;line-height:1.2;height:auto;}
ul.footer-products-list li a {font-size:13px;line-height:1;text-transform:capitalize;text-decoration:underline;word-break:break-all;}

ul.sidebar-list-check li:before{ content:"\2714\0020";color:darkgreen;}
ul.sidebar-list-check {list-style-type:none;}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    font-size: 16px;
    padding: 3px;
}
.label-above .nf-field-label {margin-bottom:0px!important;}
#ninja_forms_required_items, .nf-field-container {margin-bottom:10px !important;}

.shadow{box-shadow: 0px 0px 15px #333;}
div [itemprop='address']{font-size:16px;margin-top:10px;}
.caps {text-transform:capitalize;}
.taptocall, .mobileshow {display:none;}
.mobilehide {display:inline-block;}

#header-logo-phone {box-shadow:0 3px 12px rgba(0,0,0,.08);position:relative;z-index:2;}

#trust-badges img {display:inline-block;max-height:165px;}
#individual-post .bluebkg.row, #fullwidth-wrapper .bluebkg.row {margin-top:0px; background-color:#999;margin-left:-20px;margin-right:-20px;padding-top:20px;padding-left:20px;margin-bottom:-20px;}
.blackbkg {background-color:#222;}
.text-inner {padding:30px 20px 20px 20px;max-width:500px;display:inline-block;}
#checklist .text-inner {float:right;}
#checklist h3, #reviews h2 {text-transform:capitalize;font-size:2.1em;margin-top:15px;font-weight:400;}
#checklist .eq-blocks {margin-bottom:0px;}

#checklist .su-carousel-centered {margin-top:25px;}

#individual-post .bluebkg.row h3, #fullwidth-wrapper .bluebkg.row h3 {color:#fff;text-shadow:0px 0px 4px #000;font-size:2em;}
.bluebkg .red, .bluebkg .blue {font-size:18px;min-width:0px;    margin-top: -7px;    margin-bottom: 10px;    padding: 10px 15px;}
.bluebkg .blue {padding-top:8px;padding-bottom:8px;}
.blackbkg p, .blackbkg h3, .blackbkg h4, .blackbkg h5, .blackbkg h6 {color:#fff;}
.blackbkg h2 {color:#e8161e;}
#secondary {text-align:center;}
.location-details img {max-height:300px;box-shadow:0px 0px 5px #ccc;}

.book-form-wrapper h4,
.book-form-wrapper .frm_style_formidable-style.with_frm_style .form-field {margin-bottom:5px;}

#mobile-checks ul li, #mobile-checks ul, #product-links ul, #product-links ul li {list-style-type:none;font-size:23px;}
#product-links ul li {font-size:20px;text-align:center;}
#mobile-checks ul {margin-bottom:15px;}
#mobile-checks h3 {text-align:center;}
.mid-list-mobile-img {margin-top:15px;margin-bottom:15px;box-shadow:0px 0px 10px #444;border:1px solid #ccc; border-radius:10px;}
#secondary a.red {width:100%;}
#mobile-person .pd-1 {padding:10px;}
#mobile-person {background-color:rgb(195, 138, 36);}
#mobile-person p, #mobile-person h4, #mobile-person h3, #mobile-person h2, #mobile-person h5, #mobile-person h6 {color:#fff;}
#mobile-person img {border-radius:10px;border:1px solid #ccc;}
body.page-template-page-neighborhood #mobile-person {background-color:#333;}

.book-form-wrapper .frm_style_formidable-style.with_frm_style label.frm_primary_label {font-size:1px;padding:0px;line-height:4px;}
.book-form-wrapper .frm_submit.bluebtnwrapper .frm_button_submit.frm_final_submit.bluebtn {display:block;margin:10px auto 5px auto;}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select {margin-bottom:4px;}

.clearall {clear:both;}
.mobileonly {display:none;}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
.logo-menu .container {width:100% !important;}

.couponbig {padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 15px #ccc;
    border: dashed 2px #999;
}


#fullwidth-wrapper .frm_forms {max-width:500px;margin:auto;margin-bottom:40px;}
#reviews .container-fluid .row {max-width:100%;margin:0px;padding:0px;}

#tap-text-btns {position:fixed;bottom:4px;width:100%;z-index:99999;}
#tap-text-btns div {padding:0px;}
#tap-text-btns a.red, #tap-text-btns a.blue {min-width:50px;font-size:23px;width: 100%;padding:10px 5px; line-height:1;}
#tap-text-btns .red {border-radius:8px 0px 0px 8px;}
#tap-text-btns .blue {border-radius:0px 8px 8px 0px;}
.mobilePhSmall {font-size:19px;    letter-spacing: -.5px;}

.su-carousel .su-carousel-slide img {border:1px dashed #999 !important;border-radius:0px !important;}
.su-carousel {max-width:430px;}

.fineprint {font-size:11px;text-align:center;color:#ccc;}

header {overflow:hidden;}
.footers p {font-size:15px;}
.footers h4 {margin-top:0px;}
.noPadding {padding:0px;}

.checklist {width:414px; max-width:100%;}
.checklist2 {max-width:100%; width:467px;}
#middletxt p {text-transform: capitalize;}

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
	.navbar-nav > li {float:none;display:inline-block;}
	.navbar-nav {float:none;text-align:center;}
	
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
	
	#middletxt h3 {margin-top:5px;}
	#middletxt p {margin-bottom:0px;margin-top:4px;}
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}


    @media (max-width: 991px) {
		#header-logo-phone .container {width:100% !important;}
        h1 {
            font-size: 2em;
        }
        header .navbar-default .navbar-nav>li>a {
            padding: 15px 10px;
        }
        header .logo-tag h1 {
            font-size: 1em;
            margin-top: 15px;
        }
        header .logo-tag h2 {
            font-size: 0.5em;
            letter-spacing: 1px;
        }
        .theme-slider .carousel-inner .item .slide-caption .summary {
            font-size: 1.25em;
            line-height: 20px;
        }
        .welcome {
            height: 358px;
        }
		#header-logo-phone .container a.red {padding-left:5px;padding-right:5px;letter-spacing:0px;}
    }
    @media (max-width: 767px) {
		body.home #hero-1.home-hero,
		#hero-1.entry-hero {
			display: block;
			min-height: 0;
		}
		body.home #hero-1.home-hero::after,
		#hero-1.entry-hero::after {
			display: none;
		}
		.home-hero__copy {
			min-height: 0;
			padding:15px 18px 18px;
			width: auto;
		}
		.home-hero__eyebrow,
		#hero-1.home-hero .home-hero__tagline {
			font-size: 11px;
			letter-spacing: .17em;
		}
		.home-hero__title,
		#hero-1 h1.home-hero__title {
			font-size: clamp(34px, 10.5vw, 50px);
		}
		.home-hero__actions {
			display: block;
		}
		.home-hero__action {
			margin-bottom: 10px;
			text-align: center;
			width: 100%;
		}
		.home-hero__media {
			display: none;
		}
		.home-hero__mobile-media {
			display: block;
			height: 300px;
		}
		.home-conversion {
			padding: 30px 0;
		}
		.home-conversion__grid {
			display: grid;
			grid-template-columns: 1fr;
		}
		.home-offer-form {
			margin: 0;
			max-width: none;
			order: 2;
			width: 100%;
		}
		.home-team {
			order: 1;
		}
		
		
		.staff-section {
			padding: 42px 0;
		}
		.staff-carousel {
			margin: 0 -15px;
			overflow-x: auto;
			overscroll-behavior-x: contain;
			padding: 0 15px 14px;
			-webkit-overflow-scrolling: touch;
		}
		.staff-carousel__track {
			display: flex;
			gap: 15px;
			scroll-snap-type: x mandatory;
			width: max-content;
		}
		.staff-card {
			flex: 0 0 min(76vw, 285px);
			scroll-snap-align: start;
		}
		.staff-card:hover {
			transform: none;
		}
		section.footers ul {margin-left:30%;}
		 .family-check-list {margin-top:0px;}
	    .family-check-list ul li {display:inline-block;}
		.transblue .su-column-size-1-2 ul.smallul, .transblue .su-column-size-1-2 ul {float:none;margin-left:5%;}
		#hero-1 .su-column {margin-bottom:-30px !important;margin-top:-30px !important;}
		#fleetimg {min-height:200px;margin-top:30px;}
		#hero-1 p {margin-top:0px;margin-bottom:10px;padding:0px;}
  
        header .navbar-default .navbar-nav>li>a {
            padding: 5px 30px;
        }
        header .navbar-nav {
            display: inline-block;
            margin-top: 0;
        }
        header .navbar-nav .dropdown-menu {
            margin-left: 5px;
            display: none !important;
        }
        header .navbar-nav .open .dropdown-menu {
            display: block !important;
        }
        h4 {
            margin-bottom: 10px;
        }
        .logo-tag {
            margin-left: 15px;
        }
        .navbar-default .navbar-toggle {
            position: absolute;
            right: 0;
            border: none;
            border-radius: 0;
			    margin-top: 3px;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border: none;
        }
		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:maroon;}
        .main-search {
            display: none;
        }
        .theme-slider .carousel-inner .item .slide-caption {
            position: static;
            background: #333;
            padding: 15px 0;
            transform: translateY(0);
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            height: 155px;
        }
        .theme-slider .carousel-inner .item .slide-caption .summary {
            font-size: 1em;
            line-height: 15px;
        }
        .theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
            width: 100%;
        }
        .theme-slider .carousel-control {
            display: none;
        }
        .spacer {
            padding-top: 30px;
            padding-bottom: 30px;
        }
		.spacersm {padding-top:15px;padding-bottom:15px;}
        .welcome {
            height: inherit;
        }
        .welcome .message {
            height: 150px;
        }
        .post-list .post-block {
            height: auto;
        }
        ul {
            margin: 0;
            padding-left: 15px;
        }
		
		#hero-1 h2, #hero-1 h2.hero-title {font-size:32px;line-height: 1.1;
			padding-left:20px;padding-right:20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
    margin: 10px auto 25px;}
		.bkgwhite, #individual-post .row {padding:0px;} 
		.mobileshow{display:inline-block;}
		 .mobilehide, .moblieonly{display:none;}
	 #header-logo-phone  {position:relative;top:0px;z-index:9999;}
#logo-menu {position:relative;top:0px;z-index:9999;box-shadow:0px 10px 20px rgba(0,0,0,.5);}
		#header-logo-phone .container a.red {padding-left:5px;padding-right:5px;letter-spacing:0px;}
			 #companypanorma {min-height:100px;}
	 .family-check-list ul li {display:inline-block;}
	#secondary a.red {width:auto;}
		ul.footer-products-list li {width:50%;}
	 .logo-tag a img {width:100%;}
	 .xs-mt-0 {margin-top:0px;}
	 .xs-hide {display:none !important;}
	 .mobileonly {display:block !important;}
	 #middletxt p.mobileonly {margin-bottom:10px !important;  margin-block-start:0px;
    margin-block-end: 0px;text-transform:capitalize;}
	 #middletxt img {width:270px;margin-top:-5px;margin-left:auto;margin-right:auto;}
	 .mobilelg {clear:both;font-size:150%;font-weight:900;text-transform:uppercase;}
	 #hero-1 h2, #hero-1 h2.hero-title {padding-top:10px;margin-top:0px;margin-bottom:10px;font-weight:400;text-transform:initial;}
	 #promo .spacer {padding-top:10px;padding-bottom:10px;}
	 #hero-1 .spacer {padding-top:0px;padding-bottom:0px;}
	 #hero-1 .red, #hero-1 .blue {margin-bottom:10px;}
	
    }
 @media (max-width: 766px) {
	 .mobile-center {text-align:center;}
	  #header-logo-phone h3 .xs-hide {display:none;}
	 #header-logo-phone .mt-3 {margin-top:0px !important;}
	 .transblue ul {margin-top:0px;}
	 .home-hero__tagline {margin-bottom:0px;}
}

 @media (max-width: 540px) {

	 body {padding-bottom: 80px;}
	 #middletxt h3 {font-size:1.2em;}
	 #middletxt p {margin-bottom:5px;font-size:15px;line-height:1;margin-top:3px;}
 
}


.tap-text-phone-icon {float:left;margin-left:30px;margin-right:-30px;}

.tap-text-calendar-icon, .tap-text-save-icon  {margin-top:-5px;margin-right:5px;}
#tap-text-btns .red, #tap-text-btns .blue {border-radius:5px;}

#middletxt p {font-size:17px;color:#222;font-weight:400;}
body, p {color:#222;}
footer p {color:#aaa;}

.p-tap {padding:3px !important;}

.desktopupper {
 text-transform:uppercase;
}

header .logo-tag {margin-top:-5px;}

#tap-text-btns .blue {font-size:19px !important;}


article, .su-column-inner {font-size:16px;}

section.footers a, section.footers p {color:#ddd;}

.footers h3.widget-title {text-align:center;}
.footers ul {text-align:center;list-style-type:none;margin-left:0px;padding-left:0px;}


#companypanorma {background-position:center center;}

body.page-template-fullwidth .bluebkg.align-bottom.row, body.page-template-fullwidth #trust-badges, body.page-template-fullwidth #promored, body.page-template-fullwidth #companypanorma,  body.page-template-fullwidth #product-links {display:none;}

#mobile-person p {font-size: 20px;
    line-height: 1.3;
    text-align: center;
    margin: 20px 0px 0 0px;}
.family-check-img {box-shadow:0px 0px 10px #888;display: inline-block;border-radius:15px;}
.family-check-img p {font-size:12px;padding-right:5px;color:#fff;margin-bottom:0px;}
a.service-block, .family-check-list p, .family-check-list ul {
    background-color: rgba(48, 22, 125,0.8);
}
a.service-block:hover, #mobile-person {
    background-color: rgba(48, 22, 125,1);
}
.footerlogo {background-color:#fff; padding:10px;border-radius:10px;margin-top:20px;}

body.page-template-page-new #pg_title, body.page-template-page-repair #pg_title, body.page-template-page-openers #pg_title, body.page-template-page-maintenance #pg_title {padding-top:10px;padding-bottom:40px;}



#trust-badges img {padding:3px;}
#trust-badges .row div:first-child {
    margin-top: 28px;
margin-bottom:-28px;
}
#companypanorma img{width:100%;}


#service-1, #service-2, #service-3, #service-4, .service-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
    padding: 0px;
    border: 0px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 60%);
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px;
}

header .navbar-default, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus  {background-color:#FD23A6;}

.eq-blocks {margin-bottom:0px;}

#reviews img {box-shadow:0px 0px 10px #ccc; border-radius:10px;}

#middletxt p {margin-bottom:5px;}
#middletxt h3 {margin-top:0px;font-family:'Lato', sans-serif;    font-weight: 800;
    font-size: 1.5em;}

a.red, .home-hero__action.home-hero__action--primary {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef017c+0,ff5db1+100 */
background: linear-gradient(to bottom,  rgba(239,1,124,1) 0%,rgba(255,93,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border:4px solid #f72f96;
}

a.red:hover {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5db1+0,ef017c+100 */
background: linear-gradient(to bottom,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		border:4px solid #f72f96;
}


a.blue, .bluebtn, .comments-area .comment-form .form-submit input, .frm_style_formidable-style-2.with_frm_style .frm_submit button, input[type="submit"],.bluebtn.frm_button_submit, .frm_submit.bluebtn, .frm_button_submit.frm_final_submit.btn.red {
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 32px;
    line-height: .7;
    padding: 15px 15px 15px;
    border-radius: 30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef017c+0,ff5db1+100 */
background: linear-gradient(to bottom,  rgba(239,1,124,1) 0%,rgba(255,93,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border:4px solid #f72f96;

}

#checklist p.fineprint, #checklist p {margin-bottom:0px;color:#000;}

a, footer .social a, footer a, footer a:visited {color:#ed237c;}

.frm_form_fields  {padding:10px;}

a.blue:hover, .frm_button_submit.frm_final_submit.btn.red:hover, .bluebtn:hover, .frm_style_formidable-style-2.with_frm_style .frm_submit button:hover, input[type="submit"]:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5db1+0,ef017c+100 */
background: linear-gradient(to bottom,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		border:4px solid #f72f96;
}

.frm_button_submit.frm_final_submit.btn.red {letter-spacing:1px;font-size:18px;padding-left:20px;padding-right:20px;border-width:3px;border-radius:99px;border-color:#f72f96;}
.frm_button_submit.frm_final_submit.btn.red:hover
{border-width:3px;}
#hero-1 h3 {color:#fff!important;margin-bottom:0px;    font-size: 23px;}

body.page-template-page-neighborhood #mobile-person, 
#moble-person {margin-top:0px !important;background: linear-gradient(135deg, #1c0259 0%,#492ea7 100%) !important;}

.coup {border:2px dashed #777;padding:5px;background-color:#fff;box-shadow:0px 0px 17px #aaa;margin-top:20px;}

ul.footer-products-list li {
    width: 100% !important;
}
ul.footer-products-list {
	column-count:5;
}

/* NETR STYLES UPDATE */
#reviews {background-color:transparent!important;}
#reviews .container {position:relative;z-index:5;}
#reviews svg {position:absolute;z-index:1;}

#home-body-content {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+30,cccccc+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 30%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
;}

#promo {border-bottom:1px solid #ddd;border-top:1px solid #ddd;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+28,e1e1e1+64,f6f6f6+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 28%,rgba(225,225,225,1) 64%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

header {border-bottom:1px solid #ddd;}

#promo {background-color:#ddd;}
#promo h3 {color:#222;}

#hero-1 h2 {color:#222 !important;text-shadow:none !important;margin-top:0px!important;padding-top:0px !important;}
	#hero-1 h2 span.mobilelg {color:#B81248;}

#hero-1 .book-form-wrapper {margin-top:0px;background-color:#efefef;border-color: #fff;border-widtH:2px;padding:20px 0px 0px 0px;border-radius:15px;}
#hero-1 .book-form-wrapper h3 {color:#222 !important;} 
	#hero-1 img {margin-bottom:8px;border-radius:30px;    box-shadow: 0px 0px 15px #aaa;}
	
#companypic img {border-radius:20px;margin-bottom:10px;}

#trust-badges .row {display:flex;justify-content:center;padding:0px !important;}

.separator svg {
	 padding-bottom: 0px;
    margin-top: -20px;
    margin-bottom: -6px;
}

.page-section {box-shadow:none;}

#individual-post #trust-badges .row {margin-top:20px !important;box-shadow:none;}

.page-template-fullwidth .pages-section {border-radius:20px;}



.page-template-page-neighborhood 
.detail-content img:first-child {border-radius:15px 15px 0px 0px;	
}
.page-template-page-neighborhood #individual-post .spacer {padding-bottom:50px;}

.book-form-wrapper {background-color:#ddd;border-radius:15px;}

.post-content h2 .text-capitalize {text-transform:uppercase!important;}

.worryfree {font-weight:400!important;}

.separator {position:relative;}


/* END NETR STYLES UPDATED */

.mobilelg, #hero-1 h2 {text-transform:capitalize !important;}

#logo {max-width:120px;margin-top:0px;}

#individual-post .bluebkg.row h3, #fullwidth-wrapper .bluebkg.row h3 {font-size:1.7em;}

#individual-post .bluebkg.row p, #fullwidth-wrapper .bluebkg.row p {margin-bottom:0px;padding-bottom:0px;}
#individual-post .bluebkg.row, #fullwidth-wrapper .bluebkg.row {padding-bottom:5px;}

.footers img {max-width:150px}
.transblue {background-color:transparent;}
#hero-1.home-hero .home-hero__image {border-radius:0;box-shadow:none;margin-bottom:0;}



@media (max-width:1200px){
	ul.footer-products-list{column-count:4;}
}

@media (max-width:767px){
	.transblue {background-color:rgba(255,255,255,0.9);}
	#hero-1 img {margin-bottom:8px;border-radius:30px;}
	#logo {margin-top:-5px;}
	#trust-badges img {padding:0px;margin-top:5px;}
	ul.footer-products-list{column-count:3;}
}

@media (max-width:500px){
	
	#middletxt img {padding-left:15px; padding-right:15px;}
	ul.footer-products-list {
    column-count:2;
}
}

@media (max-width:440px){
	.mobilelg {font-size:120%;}
	ul.footer-products-list {
    column-count:2;
}
}

@media (max-width:340px){
	.mobilelg {font-size:100%;}
}
@media (max-width:290px){
	.mobilelg {font-size:80%;}
}
a {color:#B81248;}

/* Localized navigation: keep dropdowns above the header/hero and make the
   desktop hover path forgiving without changing the mobile Bootstrap menu. */
header {
	overflow: visible;
}
.logo-menu {
	position: relative;
	z-index: 1100;
}
.logo-menu .navbar,
.localized-menu > .dropdown {
	position: relative;
}
.localized-menu > .dropdown > .dropdown-menu {
	border: 0;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 14px 28px rgba(23, 32, 42, .18);
	margin-top: 0;
	min-width: 250px;
	overflow: hidden;
	padding: 6px 0;
	top: 100%;
	z-index: 1200;
}
.localized-menu > .dropdown > .dropdown-menu::before {
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	top: -10px;
}
.localized-menu > .dropdown > .dropdown-menu li a {
	border-bottom-color: rgba(27, 39, 60, .09);
	padding: 10px 16px !important;
}
.localized-menu > .dropdown > .dropdown-menu li:last-child a {
	border-bottom: 0;
}
.localized-menu > .dropdown > .dropdown-menu li a:hover,
.localized-menu > .dropdown > .dropdown-menu li a:focus {
	background: #fff4fa !important;
	color: #b81248 !important;
	text-decoration: none;
}
#header-logo-phone {
	position: relative;
	z-index: 2;
}
#hero-1 {
	z-index: 1;
}

@media (max-width: 767px) {
	.localized-menu > .dropdown > .dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	min-width: 0;
	padding: 0;
}
}

/* Text-first service directory: full navigation without twenty image tiles. */
#home-body-content.door-service-directory {
	background: #f6f7f8;
	padding: 65px 0 70px;
}
.door-service-directory__header {
	margin: 0 auto 34px;
	max-width: 680px;
	text-align: center;
}
.door-service-directory__header h2 {
	color: #1b273c;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(32px, 3vw, 46px);
	font-weight: 400;
	line-height: 1.08;
	margin: 0 0 10px;
font-style:italic;
}
.door-service-directory__header p {
	color: #5c6470;
	font-size: 16px;
	margin: 0;
}
.door-service-layout {
	align-items: stretch;
	display: grid;
	gap: clamp(24px, 3vw, 46px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.door-service-layout--without-gallery .door-service-directory__groups {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.door-service-gallery-column {
	display: flex;
	flex-direction: column;
}
.door-service-gallery {
	aspect-ratio: 1 / 1;
	background: #e7eaed;
	box-shadow: 0 10px 26px rgba(27, 39, 60, .12);
	min-height: 0;
	overflow: hidden;
	position: relative;
}
.door-service-gallery .carousel,
.door-service-gallery .carousel-inner,
.door-service-gallery .item {
	height: 100%;
	min-height: 0;
}
.door-service-gallery__image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.door-service-gallery .carousel-control {
	background-image: none;
	opacity: .8;
	width: 15%;
}
.door-service-gallery .carousel-control:hover,
.door-service-gallery .carousel-control:focus {
	opacity: 1;
}
.door-service-gallery__dots {
	display: flex;
	gap: 8px;
	justify-content: center;
	padding: 15px 0 13px;
}
.door-service-gallery__dot {
	background: #c7ccd2;
	border: 0;
	border-radius: 50%;
	height: 9px;
	margin: 0;
	padding: 0;
	transition: background-color .2s ease, transform .2s ease;
	width: 9px;
}
.door-service-gallery__dot:hover,
.door-service-gallery__dot:focus,
.door-service-gallery__dot.is-active {
	background: #ed237c;
	outline: 0;
	transform: scale(1.2);
}
.door-service-gallery__phone {
	background: #ed237c;
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(237, 35, 124, .2);
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 15px 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.door-service-gallery__phone:hover,
.door-service-gallery__phone:focus {
	background: #c91463;
	color: #fff;
	text-decoration: none;
}
.door-service-directory__groups {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.door-service-group {
	background: #fff;
	border: 1px solid rgba(27, 39, 60, .08);
	border-radius: 10px;
	box-shadow: 0 8px 22px rgba(27, 39, 60, .08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.door-service-group h3 {
	background: #1b273c;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0;
	padding: 16px 18px;
	text-transform: uppercase;
}
.door-service-group ul {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 6px 18px 12px;
}
.door-service-group li {
	border-bottom: 1px solid #eceef1;
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
}
.door-service-group li:last-child {
	border-bottom: 0;
}
.door-service-group a {
	align-items: center;
	color: #303945;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	text-decoration: none;
	transition: color .2s ease, padding-left .2s ease;
}
.door-service-group a:hover,
.door-service-group a:focus {
	color: #ed237c;
	padding-left: 5px;
	text-decoration: none;
}
.door-service-group__arrow {
	color: #ed237c;
	font-size: 23px;
	font-weight: 400;
	line-height: .5;
}
@media (max-width: 991px) {
	.door-service-layout {
		grid-template-columns: 1fr;
	}
	.door-service-directory__groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	#home-body-content.door-service-directory {
		padding: 45px 0;
	}
	.door-service-directory__groups {
		grid-template-columns: 1fr;
		min-height: 0;
	}
}

/* Reusable $0 estimate offer used in service-page feature areas. */
.service-estimate-coupon {
	background: linear-gradient(135deg, #333 0%, #000 100%);
	border: 3px solid #f5d394;
	box-shadow: 0 12px 28px rgba(19, 28, 43, .25);
	color: #fff;
	margin: 0 auto;
	max-width: 700px;
	padding: 7px;
	position: relative;
	border-radius:15px;
}
.service-estimate-coupon::before,
.service-estimate-coupon::after {
	background: #fff;
	border: 2px solid #f5d394;
	border-radius: 50%;
	content: '';
	height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}
.service-estimate-coupon::before {left: -14px;}
.service-estimate-coupon::after {right: -14px;}
.service-estimate-coupon__inner {
	border: 1px dashed rgba(245, 211, 148, .75);
	padding: 28px 26px 30px;
	text-align: center;
	border-radius:10px;
}
.service-estimate-coupon__eyebrow,
.service-estimate-coupon__location {
	color: #f5d394;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 0;
	text-transform: uppercase;
}
.service-estimate-coupon h2 {
	color: #f32a85;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 400;
	line-height: .9;
	margin: 12px 0 14px;
	text-transform: capitalize;
}

.service-estimate-coupon__copy {
	font-size: 17px;
	line-height: 1.45;
	margin: 0 auto 13px;
	max-width: 510px;
}
.service-estimate-coupon__location {
	margin-bottom: 21px;
}
.service-estimate-coupon__cta {
	background: #f0227b;
	border: 1px solid #ff83bb;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 14px 19px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, transform .2s ease;
}
.service-estimate-coupon__cta:hover,
.service-estimate-coupon__cta:focus {
	background: #c91463;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}
@media (max-width: 767px) {
	
	.service-estimate-coupon__copy {
		font-size: 15px;
	}
	.home-hero__tagline {
		margin-bottom:0px;
	}
	#trust-badges .row div:first-child {
		margin-top:0px;
		margin-bottom:0px;
	}
	#individual-post .spacer {
		padding:0px;
	}
	body.page-child #individual-post .row {
		display:block;
	}
	.service-estimate-coupon__inner {
		padding: 4px 8px 12px;
	}
	.family-check-img p {
		text-align:center;
	}
}
a.red.home-hero__action {
    font-size:14px;
    padding:15px;
    min-width:auto;
    height:auto;
    line-height:1;
}
a.red-invert.home-hero__action.home-hero__action--secondary {
    border-radius:30px;
}
#pg_title {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
a.red.door-service-gallery__phone {font-size:15px;}
.product-links__map-image {margin:20px;border-radius:30px;}
.service-estimate-coupon .home-hero__action.home-hero__action--secondary {
	padding:4px 12px;
	margin-top:10px;margin-bottom:-5px;
}
.service-estimate-coupon__eyebrow {text-align:right;}
.service-estimate-coupon__location {text-align:left;}
a, a:visited {color:#ed237c;}
