/*
Theme Name: drainrescueTheme
URI: http://www.3magine.com
Author: Karl Schellenberg
Author URI: http://www.3magine.com
Description: Custom Theme for Drainrescue
Version: 1.0
Text Domain: drainrescueDomain
Path: /languages/
Tags: drainrescue is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,500,600,700);

/*-------------------------------------------------------------->>> TABLE OF CONTENTS:----------------------------------------------------------------1.0 - Reset2.0 - Typography3.0 - Elements4.0 - Forms5.0 - Navigation	5.1 - Links	5.2 - Menus6.0 - Accessibility7.0 - Alignments8.0 - Clearings9.0 - Widgets10.0 - Content	10.1 - Posts and pages	10.2 - Asides	10.3 - Comments11.0 - Infinite scroll12.0 - Media	12.1 - Captions	12.2 - Galleries--------------------------------------------------------------*/

/*--------------------------------------------------------------1.0 - Reset--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: 'Open Sans', sans-serif; /*inherit*/
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-x: hidden;
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: '' '';
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------2.0 Typography--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

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: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font:
        15px Monaco,
        Consolas,
        'Andale Mono',
        'DejaVu Sans Mono',
        monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------3.0 Elements--------------------------------------------------------------*/

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. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------4.0 Forms--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='search'] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
    color: #111;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    padding: 3px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}

/*--------------------------------------------------------------5.0 Navigation--------------------------------------------------------------*/

/*--------------------------------------------------------------5.1 Links--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

/*--------------------------------------------------------------5.2 Menus--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    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 li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

/* Small menu */

.menu-toggle {
    display: none;
}

@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: left;
}

/*--------------------------------------------------------------6.0 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:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------7.0 Alignments--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------8.0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------9.0 Widgets--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------10.0 Content--------------------------------------------------------------*/

/*--------------------------------------------------------------10.1 Posts and pages--------------------------------------------------------------*/

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated {
    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;
}

/*--------------------------------------------------------------10.2 Asides--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------10.3 Comments--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

/*--------------------------------------------------------------11.0 Infinite scroll--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
.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;
}

/*--------------------------------------------------------------12.0 Media--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

/*--------------------------------------------------------------12.1 Captions--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------12.2 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%;
}

/*.box { @include border-radius(10px); } */

.button {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background: #3d86cb;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}

.button:visited {
    color: white;
}

.button:hover {
    background-color: #5aa4ea;
    color: white;
    border-color: #3d86cb;
}

.button.white {
    background: white;
    color: #3d86cb;
    border: solid 2px #3d86cb;
    padding: 15px 20px;
}

.button.white:hover {
    background-color: #3d86cb;
    color: white;
}

.button.small {
    padding: 5px 10px;
    font-size: 12px;
}

.button.readmore {
    background: white;
    border: solid 2px #3d86cb;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    float: left;
    clear: both;
    font-weight: 300;
    margin-top: 30px;
}

.button.readmore:hover {
    background: #3d86cb;
    color: white;
}

.button.prev-next {
    /*  border: solid 1px #95a5a6;  background: white;  color: #95a5a6 !important;  font-weight: 300 !important;  padding: 10px 30px;  text-transform: initial;  replaced with: (blog page prev-next buttons)  */
    border: solid 1px #95a5a6;
    background: white;
    color: #95a5a6 !important;
    font-weight: 300 !important;
    padding: 13px 11px;
    text-transform: initial;
    font-size: 18px;
}

.button.prev-next:hover {
    background-color: #95a5a6;
    color: white !important;
}

.button.slim {
    margin-left: 25% !important;
    padding: 7px 30px !important;
    font-weight: 300 !important;
    text-transform: initial !important;
}

#comments {
    text-align: left;
}

#comments .comment-form-comment label {
    display: none;
}

#comments input[type='text'],
#comments input[type='email'],
#comments input[type='url'],
#comments textarea {
    background: #ecf0f1;
    height: 45px;
    width: 100%;
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 16px;
    padding: 16px;
}

#comments input[type='text'].textarea,
#comments input[type='email'].textarea,
#comments input[type='url'].textarea,
#comments textarea.textarea {
    height: 135px;
    width: 100%;
}

#comments textarea {
    height: 120px;
}

#comments .posted-by {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #95a5a6;
    margin: 10px 0 10px 0;
}

#comments .form-allowed-tags {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#comments .form-allowed-tags code {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#comments p {
    overflow: auto;
    margin-bottom: 0 !important;
}

#comments p.comment-form-comment {
    margin-top: 20px;
}

#comments p label {
    float: left;
}

#comments p input {
    float: left;
    clear: both;
}

#comments .comment p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2c3545;
    font-weight: 300;
}

#comments li.comment {
    margin-bottom: 30px;
}

.validation_error {
    padding: 20px 0;
    color: red;
}

.gform_wrapper img {
    width: auto !important;
}

.gform_body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2c3545;
}

.gform_body ul.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gform_body ul.gform_fields li.gfield {
    float: left;
    clear: both;
    /*overflow:auto;*/
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
}

.gform_body ul.gform_fields li.gfield .validation_message {
    float: left;
    color: red;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.gform_body ul.gform_fields li.gfield .ginput_container {
    float: left;
    width: 60%;
    overflow: auto;
}

.gform_body ul.gform_fields li.gfield .ginput_container input,
.gform_body ul.gform_fields li.gfield .ginput_container .select-target {
    float: left;
    clear: both;
    width: 100%;
}

.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio,
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox {
    list-style: none;
    margin: 14px 0 0 0;
    width: 100%;
}

.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li,
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li {
    float: left;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    input[type='radio'],
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    label,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    .iradio_minimal-blue,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    .icheckbox_minimal-blue,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    input[type='radio'],
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    label,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    .iradio_minimal-blue,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    .icheckbox_minimal-blue {
    float: left;
    clear: none;
    display: inline-block;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    .iradio_minimal-blue,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    .icheckbox_minimal-blue,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    .iradio_minimal-blue,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    .icheckbox_minimal-blue {
    margin: 0 5px 0 5px;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    input[type='radio'],
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    label,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    input[type='radio'],
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    label {
    width: auto;
    height: auto;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_radio
    li
    label,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container
    ul.gfield_checkbox
    li
    label {
    margin: 0 20px 0 0;
    line-height: 20px;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_full {
    position: relative;
    float: left;
    width: 100%;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_full
    label {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    height: 15px;
    line-height: 1em;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_full
    input,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_full
    .select-target {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 15px;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right {
    position: relative;
    float: left;
    width: 48%;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left.ginput_left,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right.ginput_left {
    margin-right: 4%;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left
    label,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right
    label {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    height: 15px;
    line-height: 1em;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left
    input,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left
    .select-target,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right
    input,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right
    .select-target {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 15px;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left
    .select.select-theme-default,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right
    .select.select-theme-default {
    width: 24px !important;
}

.gform_body ul.gform_fields input[type='text'],
.gform_body ul.gform_fields input[type='tel'],
.gform_body ul.gform_fields input[type='email'],
.gform_body ul.gform_fields input[type='file'],
.gform_body ul.gform_fields textarea {
    background: #ecf0f1;
    height: 45px;
    width: 60%;
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 16px;
    padding: 16px;
}

.gform_body ul.gform_fields input[type='text'].textarea,
.gform_body ul.gform_fields input[type='tel'].textarea,
.gform_body ul.gform_fields input[type='email'].textarea,
.gform_body ul.gform_fields input[type='file'].textarea,
.gform_body ul.gform_fields textarea.textarea {
    height: 135px;
    width: 100%;
}

.gform_body ul.gform_fields label {
    float: left;
    clear: left;
    width: 25%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 16px;
}

.gform_body ul.gform_fields label .gfield_required {
    display: inline-block;
    margin-left: 10px;
    color: #3d86cb;
    top: 3px;
    position: relative;
}

.gform_footer {
    text-align: left;
}

.gform_footer input[type='submit'] {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background: #3d86cb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #ffffff;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    border: 0;
}

.gform_footer input[type='submit']:visited {
    color: white;
}

.gform_footer input[type='submit']:hover {
    background-color: #5aa4ea;
    color: white;
    border-color: #3d86cb;
}

.gform_footer input[type='submit']:first-child {
    margin-left: 25%;
}

/* custom selects */

.select-select {
    display: none;
    /* For when we are on a small touch device and want to use native controls */
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

.select-element,
.select-element:after,
.select-element:before,
.select-element *,
.select-element *:after,
.select-element *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select-element {
    position: absolute;
    display: none;
}

.select-element.select-open {
    display: block;
}

.select-theme-default,
.select-theme-default *,
.select-theme-default *:after,
.select-theme-default *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select.select-theme-default {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: auto;
}

.select.select-theme-default .select-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: white;
    font-family: inherit;
    color: inherit;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 27rem), (max-height: 27rem) {
    .select.select-theme-default .select-content {
        max-width: 100%;
        max-height: 100%;
    }
}

.select.select-theme-default .select-options {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
}

.select.select-theme-default .select-options .select-option {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    position: relative;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
    padding: 16px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select.select-theme-default
    .select-options
    .select-option.select-option-selected:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
    position: absolute;
    left: 5px;
    font-size: 10px;
    top: 0;
    bottom: 0.2em;
    height: 1em;
    width: 1em;
    margin: auto;
}

.select.select-theme-default .select-options .select-option:hover,
.select.select-theme-default
    .select-options
    .select-option.select-option-highlight {
    background: #63a2f1;
    color: white;
}

.select.select-theme-default
    .select-options
    .select-option:hover.select-option-selected:before,
.select.select-theme-default
    .select-options
    .select-option.select-option-highlight.select-option-selected:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='white' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='white' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
}

.select.select-theme-default .select-options .select-option:first-child {
    -webkit-border-radius: 0.25em 0.25em 0 0;
    -moz-border-radius: 0.25em 0.25em 0 0;
    -ms-border-radius: 0.25em 0.25em 0 0;
    border-radius: 0.25em 0.25em 0 0;
}

.select.select-theme-default .select-options .select-option:last-child {
    -webkit-border-radius: 0 0 0.25em 0.25em;
    -moz-border-radius: 0 0 0.25em 0.25em;
    -ms-border-radius: 0 0 0.25em 0.25em;
    border-radius: 0 0 0.25em 0.25em;
}

.select-target.select-theme-default {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    position: relative;
    padding: 16px;
    background: #ecf0f1;
    border: none;
    cursor: pointer;
    color: #2c3545;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    margin-bottom: 16px;
    width: 60%;
    line-height: 1em;
}

.select-target.select-theme-default:hover {
    border-color: #aaaaaa;
    color: black;
}

.select-target.select-theme-default.select-target-focused,
.select-target.select-theme-default.select-target-focused:focus {
    border-color: #63a2f1;
    outline: none;
}

.select-target.select-theme-default b {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.25rem;
    width: 2em;
}

.select-target.select-theme-default b:before,
.select-target.select-theme-default b:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: 3px;
    top: 8px;
    height: 0;
    width: 0;
    border: 0.263em solid transparent;
    font-size: 30px;
}

.select-target.select-theme-default b:before {
    top: 0;
    border-bottom-color: inherit;
    display: none;
}

.select-target.select-theme-default b:after {
    bottom: 0;
    border-top-color: inherit;
}

* {
    box-sizing: border-box;
}

.content-width {
    max-width: 1200px; /* 1024px; */
    margin: 0 auto;
    padding: 0 20px;
}

.hidden {
    display: none !important;
}

.nav {
    list-style: none;
    margin: 0;
}

.nav ul {
    list-style: none;
    margin: 0;
}

.nav li {
    float: left;
}

.menu-icon {
    display: block;
    width: 48px;
    height: 46px;
    background: transparent url('img/mobile-menu-icon.png') top left no-repeat;
}

.menu-icon.opened {
    background: transparent url('img/mobile-menu-close-icon.png') top left
        no-repeat;
}

.social-media-icons li {
    float: left;
    background: url(img/sprite-icons.png) no-repeat;
    overflow: hidden;
    zoom: 0.76;
    -moz-transform: scale(0.76);
    -moz-transform-origin: 0.76;
}

.social-media-icons li a {
    display: block;
    width: 21px;
    height: 20px;
}

.social-media-icons li.facebook {
    background-position: -2px -58px;
    width: 30px;
    height: 27px;
}

.social-media-icons li.twitter {
    background-position: -2px -29px;
    width: 30px;
    height: 27px;
}

.social-media-icons li.google-plus {
    background-position: -2px -0px;
    width: 30px;
    height: 27px;
}

#copyright-menu {
    margin: 0 0 20px 0;
    display: inline-block;
}

#copyright-menu li {
    margin-left: 10px;
    margin-top: 3px;
    float: none;
    margin-bottom: 15px;
}

#copyright-menu li a {
    color: #abadb1;
    font-size: 15px;
}

body > header .top {
    background-color: #9d190c;
    height: 46px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 22px;
}

body > header .top .phone {
    float: left;
    background: transparent url('img/phone-icon.png') center left no-repeat;
    margin: 7px 0 0 8px;
    padding-left: 29px;
}

body > header .top .menu-icon {
    float: right;
}

body > header .top #menu-top {
    display: none;
}

body > header .top .nav li a {
    color: white;
}

body > header .top .social-media-icons {
    display: none;
    /* hide on mobile */
}

body > header .bottom {
    padding: 10px;
    display: none;
}

body > header .top .search-toggle,
body > header .bottom .search-toggle {
    display: none;
}

body > header .top .search-form,
body > header .bottom .search-form {
    display: block;
}

body > header .bottom .search-form input.search-field {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #344556;
    padding: 5px 10px 5px 40px;
    background: transparent url('img/zoom-black_i.svg') 10px center no-repeat;
    width: 100%;
    margin: 10px 0;
    border: none;
    box-sizing: border-box;
}

body
    > header
    .bottom
    .search-form
    input.search-field::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #344556;
}

body > header .bottom .search-form input.search-field:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #344556;
}

body > header .bottom .search-form input.search-field::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #344556;
}

body > header .bottom .search-form input.search-field:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #344556;
}

body > header .bottom .search-form input.search-submit {
    display: none;
}

body > header .bottom .free-estimate {
    width: 100%;
    float: left;
    margin-bottom: 22px;
}

body > header .bottom .free-estimate.desktop {
    display: none;
}

body > header .bottom #menu-main {
    display: none;
}

.Header__container {
    display: flex;
}

body > header #phone-number {
    display: block;
    margin: 21px 0 0 20px;
    font-size: 22px;
    color: #dc1400;
    white-space: nowrap;
    text-decoration: none;
}
body > header #phone-number:hover {
    text-decoration: underline;
}

body > header #logo {
    display: block;
    height: 50px;
    width: 120px;
    background: white url('img/logo-mobile.png') center center no-repeat;
    text-indent: -9999px;
    background-size: contain;
    margin: 5px 0;
    background-size: contain;
}
@media (min-width: 375px) {
    body > header #logo {
        width: 160px;
    }
}
#menu-mobile,
#sidebar-content-services {
    background: white;
    border: solid 2px #dee1e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 20px;
    /* first level arrow is on the right side */
}

#menu-mobile a,
#sidebar-content-services a {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #313b4d;
    text-decoration: none;
    display: inline-block;
    padding: 16px 30px 16px 0;
    padding-left: 16px;
    width: 100%;
}

#menu-mobile a:hover,
#sidebar-content-services a:hover {
    background: #ecf0f1;
}

#menu-mobile .current-menu-item > a,
#sidebar-content-services .current-menu-item > a {
    color: #3d86cb;
}

#menu-mobile li,
#sidebar-content-services li {
    float: left;
    width: 100%;
    border-top: solid 1px #ecf0f1;
    position: relative;
}

#menu-mobile li > .arrow,
#sidebar-content-services li > .arrow {
    display: block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 57px;
    background: transparent url('img/menu-right-arrow-icon.png') center center
        no-repeat;
    top: 0;
    left: 0;
    left: auto;
    right: 0;
    margin-left: 0;
    background: transparent url('img/menu-right-arrow-desktop-icon.png') center
        center no-repeat;
}

#menu-mobile li.menu-item-has-children > .arrow,
#sidebar-content-services li.menu-item-has-children > .arrow {
    display: block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 57px;
    background: transparent url('img/menu-right-arrow-icon.png') center center
        no-repeat;
    top: 0;
    left: 0;
}

#menu-mobile li.menu-item-has-children > .arrow.open,
#sidebar-content-services li.menu-item-has-children > .arrow.open {
    background: transparent url('img/menu-down-arrow-icon.png') center center
        no-repeat;
}

#menu-mobile li.menu-item-has-children ul.sub-menu li a,
#sidebar-content-services li.menu-item-has-children ul.sub-menu li a {
    padding-left: 32px;
}

#menu-mobile
    li.menu-item-has-children
    ul.sub-menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a,
#sidebar-content-services
    li.menu-item-has-children
    ul.sub-menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    padding-left: 48px;
}

#menu-mobile > li.menu-item-has-children > .arrow,
#sidebar-content-services > li.menu-item-has-children > .arrow {
    left: auto;
    right: 0;
    margin-left: 0;
    background: transparent url('img/menu-right-arrow-desktop-icon.png') center
        center no-repeat;
}

.page-template-services .home-reviews .review p {
    color: #fff;
}

.page-template-services .home-testimonials {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
}

.home-banner {
    min-height: 485px;
    background: transparent url('img/drainrescue_banner1.jpg') center center
        repeat;
    background-size: cover;
    padding: 0 10px;
    color: white;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.home-banner > * {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
}

.home-banner h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.3em;
    margin: 30px 0 0 0;
}

.home-banner p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    margin: 40px 0 0 0;
}

.home-banner .free-estimate {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin: 30px 0;
    float: left;
    width: 100%;
    max-width: 360px;
    border-bottom: solid 4px #316ba2;
}

.home-banner .free-estimate:hover {
    border-color: #3d86cb;
}

.home-testimonials {
    width: 100%;
    position: relative;
    background: #ebf3fa;
    padding: 40px 10px 75px 10px;
    text-align: center;
}

.home-testimonials .content-width {
    position: relative;
}

.home-testimonials p.testimonial {
    font-family: 'Open Sans', sans-serif;
    color: #2c3545;
    font-size: 20px;
    font-weight: 300;
}

.home-testimonials p.by {
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
    font-size: 15px;
}

.home-testimonials p.by a {
    color: #2c3545;
}

.home-testimonials .flex-control-nav {
    bottom: -40px;
}

.home-testimonials .flex-control-paging li a {
    background: transparent;
    border: solid 1px #3d86cb;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.home-testimonials .flex-control-paging li a.flex-active,
.home-testimonials .flex-control-paging li a:hover {
    background: #3d86cb;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.home-testimonials .flex-direction-nav {
    display: none;
}

.home-services {
    text-align: center;
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
}

.home-services h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #2d3e50;
    margin-bottom: 40px;
}

.home-services ul {
    list-style: none;
    margin: 0;
}

.home-services ul li {
    float: left;
    width: 100%;
    padding: 130px 10px 10px 10px;
    background-position: center top !important;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.home-services ul li:nth-child(odd) {
    clear: left;
}

.home-services ul li h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2d3e50;
    margin-bottom: 20px;
}

.home-services ul li h3 a,
.home-services ul li h3 a:visited {
    color: #2d3e50;
    text-decoration: none;
}

.home-services ul li h3 a:hover,
.home-services ul li h3 a:visited:hover {
    text-decoration: underline;
}

.home-services ul li p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #494949;
}

.home-partners {
    width: 100%;
    color: black;
    float: left;
    position: relative;
    background: #ebf3fa;
    padding: 40px 10px 75px 10px;
    color: #2c3545;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
}

.home-partners h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
}

.home-partners p {
    margin-top: 30px;
    font-size: 15px;
    text-align: left;
}

.home-partners p a {
    color: #2c3545;
}

.home-partners .flex-control-nav {
    bottom: 40px;
}

.home-partners .flex-control-paging li a {
    background: transparent;
    border: solid 1px #3d86cb;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.home-partners .flex-control-paging li a.flex-active,
.home-partners .flex-control-paging li a:hover {
    background: #3d86cb;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.home-partners .flex-direction-nav {
    display: none;
}

.home-gallery {
    background: transparent url('img/home-gallery.jpg') center center repeat-x;
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    float: left;
}

.home-services2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
}

.home-services2 h2 {
    font-weight: 300;
    font-size: 30px;
    color: #2d3e50;
    margin-bottom: 25px;
}

.home-services2 p {
    font-weight: 300;
    font-size: 16px;
    color: #494949;
    margin-bottom: 40px;
}

.home-services2 ul {
    margin: 0;
    list-style: none;
    float: left;
}

.home-services2 ul li {
    float: left;
    width: 100%;
}

.home-services2 ul li:nth-child(odd) {
    clear: left;
}

.home-services2 ul li h3 {
    font-size: 30px;
    font-weight: 400;
    color: #2d3e50;
    margin-bottom: 20px;
}

.home-services2 ul li h3 a,
.home-services2 ul li h3 a:visited {
    color: #2d3e50;
    text-decoration: none;
}

.home-services2 ul li h3 a:hover,
.home-services2 ul li h3 a:visited:hover {
    text-decoration: underline;
}

.home-services2 ul li p {
    font-size: 15px;
    font-weight: 300;
    color: #2c3545;
    margin-bottom: 40px;
}

.home-services2 .button {
    display: inline-block;
}

#canadian-map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    display: none;
}

body > footer {
    background: #ffffff; /*#3d86cb;*/

    color: white;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    text-align: center;
}
body > footer .content-width {
    display: flex;
    flex-direction: column;
}
body > footer .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
body > footer h3 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

body > footer ul {
    margin: 0;
    list-style: none;
}

body > footer a,
body > footer a:visited {
    color: #3d86cb;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}

body > footer a:hover,
body > footer a:visited:hover {
    text-decoration: underline;
    color: #3d86cb;
}

body > footer .footer-services {
    width: 100%;
}

body > footer .footer-services,
body > footer .footer-locations {
    margin-bottom: 30px;
}

body > footer .footer-locations {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

body > footer .footer-locations ul.nav li {
    width: 180px;
    padding: 5px 0;
    float: none;
    margin: 0 auto;
}
@media (min-width: 910px) {
    body > footer .footer-locations ul.nav li {
        float: left;
    }
}

body > footer .footer-about {
    width: 100%;
    /* desktop: width:255px; */
    font-weight: 300;
    font-size: 16px;
}

body > footer .footer-about p {
    color: #666666;
}
body > footer .footer-about h3 {
    font-size: 18px;
    /* desktop: 13px; */
}

body > footer .footer-about .phone {
    font-weight: normal;
    font-size: 26px;
}

body > footer .footer-about .social-media-icons {
    margin-top: 20px;
}

body > footer .footer-about .social-media-icons li {
    margin: 0 5px;
    display: inline-block;
    float: none;
}

body > footer .footer-about .social-media-icons li a {
    width: 27px;
    height: 27px;
}

body > footer footer {
    background: white;
    color: #2c3545;
    text-align: center;
    padding: 25px 10px 30px 10px;
    /* margin-top: 30px; */
    float: left;
    width: 100%;
    line-height: 14px;
}

body > footer footer p {
    margin: 0;
}

body > footer footer p:first-child {
    margin-bottom: 20px;
    line-height: 1.5em;
}

body > footer footer .copy {
    font-size: 14px;
    font-weight: 400;
}

body > footer footer .by,
body > footer footer .by a {
    font-size: 13px;
    font-weight: 400;
    color: #abadb1;
}

body > footer footer .by:hover,
body > footer footer .by a:hover {
    color: #999;
}
.title-banner-city {
    width: 100%;
    background-color: #3880c8;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.title-banner-city .city-customer-reviews p {
    color: #fff;
}

.title-banner {
    float: left;
    width: 100%;
    height: 105px;
    background-color: #3880c8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-banner .content-width {
    margin-top: 25px;
    padding: 0 10px;
}

.title-banner h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: white;
}

.blog-post-banner {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    float: left;
}

.main-content {
    font-family: 'Open Sans', sans-serif;
    color: #2c3545;
    padding: 50px 20px 0;
    clear: both;
    text-align: center;
}

.main-content a,
.main-content a:visited {
    color: #3d86cb;
}

.main-content h1 {
    font-size: 36px;
    margin-bottom: 45px;
    line-height: 1.2em;
}

.main-content h2 {
    font-size: 30px;
    margin-bottom: 45px;
    line-height: 1.2em;
}
.country_content .main-content h2,
.country_content .main-content h3 {
    margin-bottom: 20px;
}

.country_content .main-content h2 {
    font-weight: 500;
    font-size: 32px;
}

.country_content .main-content h3 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 3em;
}
.country_content .main-content h3:first-child {
    margin-top: 0;
}
.country_content .main-content .main {
    padding-bottom: 50px;
}

.main-content h3 {
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 1.2em;
}

.main-content h4 {
    font-size: 18px;
    margin-bottom: 45px;
}

.main-content h5 {
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 1.2em;
}

.main-content p {
    font-size: 18px;
    color: #5f687a;
    margin-bottom: 40px;
}
.main-content > p {
    line-height: 1.5em !important;
}

.main-content img {
    max-width: 100%;
    margin: 7px 0;
}

.main-content #comments {
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
}

.main-content #comments h3 {
    font-size: 26px;
    color: #2d3e50;
    margin-bottom: 30px;
}

.main-content #comments p {
    font-size: 14px;
    color: #2c3545;
    margin-bottom: 20px;
}

.main-content #comments p.comment-notes {
    color: #999;
    padding-bottom: 20px;
}

.main-content #comments ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-content #comments .comment-respond {
    margin-top: 40px;
}

.main-content .main {
    text-align: left;
}

.main-content .main img {
    margin: 0;
}

.main-content .sidebar {
    margin-top: 80px;
}

.main-content .sidebar.services {
    display: none;
}

.main-content .sidebar h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3d86cb;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-content blockquote {
    background: transparent url('img/blockquote-down.png') top left no-repeat;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}

.main-content blockquote p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #3d86cb;
    background: transparent url('img/blockquote-up.png') top right no-repeat;
    display: inline-block;
    padding: 20px 30px 0 0;
    margin: 0;
}

.main-content ul:not(.slides) {
    display: inline-block;
    margin: 0 auto 20px;
    list-style: none;
}

.main-content ul:not(.slides).complex > li {
    width: 100%;
    background-position: 0 13px;
    padding-left: 30px;
    text-align: center;
}

.main-content ul:not(.slides).complex > li h1,
.main-content ul:not(.slides).complex > li h2,
.main-content ul:not(.slides).complex > li h3,
.main-content ul:not(.slides).complex > li h4,
.main-content ul:not(.slides).complex > li h5 {
    margin-bottom: 10px;
    text-align: left;
}

.main-content ul:not(.slides).complex > li p {
    margin-bottom: 30px;
    text-align: left;
}

.main-content ul:not(.slides).complex > li ul li {
    background: transparent url('img/ul-dot.png') center left no-repeat;
    width: 100%;
}

.main-content ul:not(.slides) li {
    text-align: left;
    width: 50%;
    float: left;
    padding-left: 20px;
    background: transparent url('img/ul-check.png') center left no-repeat;
    margin-bottom: 15px;
}

.main-content .main-content-locations,
.main-content .main-content-provinces {
    clear: both;
}

.main-content .main-content-locations.ontario,
.main-content .main-content-provinces.ontario {
    display: none;
}

.main-content .main-content-locations li,
.main-content .main-content-provinces li {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
    background: none;
}

.main-content .main-content-locations li a,
.main-content .main-content-locations li a:visited,
.main-content .main-content-provinces li a,
.main-content .main-content-provinces li a:visited {
    color: #3d86cb;
    font-size: 18px;
}

.main-content.full .post-navigation {
    border: solid 1px #cfcfcf;
    border-left: none;
    border-right: none;
    overflow: auto;
    padding: 50px 0;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.main-content article.post {
    overflow: auto;
    text-align: left;
    padding: 0 0 50px 0;
    position: relative;
    margin-bottom: 48px;
    border-bottom: solid 1px #cfcfcf;
}

.main-content article.post ul.tags {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

.main-content article.post ul.tags li {
    background: none;
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}

.main-content article.post ul.tags li a {
    display: block;
    color: #95a5a6;
    border: solid 1px #95a5a6;
    padding: 2px 8px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.main-content article.post ul.tags li a:hover {
    color: white;
    background-color: #95a5a6;
}

.main-content article.post .share-icons {
    float: right;
    display: none;
}

.main-content article.post .share-icons .st_facebook_large .stLarge {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: transparent url('img/share-facebook.png') center center
        no-repeat !important;
}

.main-content article.post .share-icons .st_twitter_large .stLarge {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: transparent url('img/share-twitter.png') center center no-repeat !important;
}

.main-content article.post .share-icons .st_googleplus_large .stLarge {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: transparent url('img/share-google-plus.png') center center
        no-repeat !important;
}

.main-content article.post .back-to-blog {
    display: none;
}

.main-content article.post .posted-by {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #bdc3c8;
    margin: 10px 0 20px 0;
}

.main-content article.post img {
    float: left;
}

.main-content article.post div.content {
    float: left;
}

.main-content article.post div.content h1 {
    margin-bottom: 20px;
    line-height: 1.2em;
}

.main-content article.post div.content h1 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #2d3e50;
    text-decoration: none;
}

.main-content article.post div.content h1 a:hover {
    text-decoration: underline;
}

.main-content article.post div.content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #494949;
    margin-bottom: 20px;
}

.main-content article.post div.content a.more-link {
    display: block;
}

.gform_body ul.gform_fields li.gfield .ginput_container {
    width: 100%;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_full
    label {
    margin-top: 0;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right {
    width: 100%;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_left
    label,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .ginput_right
    label {
    margin-top: 0;
}

.gform_body
    ul.gform_fields
    li.gfield.gform_validation_container
    .gfield_description {
    width: auto;
    margin-left: 0;
    float: left;
    font-size: 12px;
    margin-top: -12px;
    margin-bottom: 20px;
}

.gform_body ul.gform_fields label {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
    height: auto;
    line-height: 1em;
}

.gform_footer input[type='submit'] {
    margin: 0 !important;
    width: 100%;
}

.reviews .main-content img {
    margin: 5px 0;
}

.title-banner-city .content-width {
    height: 100%;
}
.title-banner-city .content-width .city-head-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.title-banner-city .content-width .city-head-left .entry-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
    margin-bottom: 0.6em;
    margin-top: 0.8em;
    text-align: center;
}
.title-banner-city .content-width .city-head-left span,
.schedule .schedule-list span {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-left: 40px;
    font-weight: 300;
    display: block;
}
.title-banner-city .content-width .city-head-left span:before,
.schedule .schedule-list span:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: url('img/c-check.svg') no-repeat;
}
.title-banner-city .content-width .city-head-left p {
    font-size: 14px;
    color: #b3daff;
    max-width: 460px;
    font-style: italic;
    margin-top: 1em;
    text-align: center;
}
.title-banner-city .content-width .city-head-left .left-list,
.schedule .schedule-list {
    text-align: left;
}
.title-banner-city .content-width .city-head-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}
.title-banner-city .content-width .city-head-right .schedule {
    height: 220px;
    max-width: 500px;
}
.schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #175795;
    border-radius: 3px;
    width: 100%;
}
.city-map .schedule {
    background-color: #9d190c;
}
.schedule label {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0.1em;
}
a[href^='tel:'],
a[href^='tel:']:visited {
    color: #ffffff;
    font-weight: 600;
    font-size: 32px;

    margin-bottom: 0.4em;
    outline: none;
    text-decoration: none;
}
@media (min-width: 400px) {
    a[href^='tel:'] {
        font-size: 40px;
    }
}
a[href^='tel:']:hover {
    text-decoration: underline;
}
.schedule .scheduleBtn {
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 3px;
    white-space: nowrap;
    padding: 1em 2em 1em 4em;
    font-size: 12px;
}
@media (min-width: 400px) {
    .schedule .scheduleBtn {
        padding: 1em 3em 1em 4em;
        font-size: 14px;
    }
}
.schedule .scheduleBtn:before {
    content: '';
    position: absolute;
    left: 1.5em;
    top: 1em;
    width: 18px;

    height: 24px;
    background: url('img/calendar-event.svg') no-repeat;
}
@media (min-width: 400px) {
    .schedule .scheduleBtn:before {
        width: 24px;
    }
}
.Map__container {
    position: relative;
    height: 450px;
    overflow: hidden;
}
@media (min-width: 910px) {
    .Map__container {
        height: 660px;
    }
}
.Map__container iframe {
    position: absolute;
    height: 125%;
    width: 100%;
    top: -25%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(223, 222, 222);
}
/* .city-map #google-map{
  height: 640px !important;
} */
.city-map .schedule {
    height: auto;
    padding: 2em;
}
.city-map .schedule strong {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0.7em;
}
.city-map .schedule .schedule-list {
    margin-bottom: 1.5em;
}
.city-map .schedule .schedule-list span {
    margin-bottom: 1.2em;
}
.title-banner-city .content-width .city-head-right .customer-stars {
    display: flex;
    flex-wrap: nowrap;
}
.title-banner-city .content-width .city-head-right .city-customer-reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2em 0;
}
.title-banner-city
    .content-width
    .city-head-right
    .city-customer-reviews
    .customer-stars {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.5em;
}
.title-banner-city .content-width .city-head-right .city-customer-reviews a {
    color: #fff;
    font-size: 14px;
}
.our_services {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4em;
}
.our_services.--map-title {
    padding-top: 0em;
    padding-bottom: 3em;
}
.our_services h2 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.our_services .services_all {
    display: flex;
    margin-top: 3em;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.our_services .services_all div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3em;
    width: 50%;
}
.our_services .services_all div .service_icon {
    width: 102px;
    height: 102px;
    display: inline-block;
    border-radius: 50%;
}
.our_services .services_all div .service_name {
    margin-top: 1em;
    font-size: 18px;
    text-align: center;
}

.city-content .main {
    width: 100% !important;
}
.city-content .main h1 {
    font-size: 24px;
    margin-bottom: 1em;
}
.city-content .main img {
    transform: scale(1.1);
    width: 100%;
    margin-top: 1em;
    margin-bottom: 3%;
}
.city-content .sidebar {
    width: 100% !important;
    height: 100%;
}
.city-content .sidebar .city_services_menu {
    padding: 30px;
    background: #ebf3fa;
    margin: 0 -20px;
}
.city-content .sidebar .city_services_menu h4 {
    color: #333333;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 500;
    text-align: left;
}
.city-content .sidebar .city_services_menu ul {
    margin: 0;
}
.city-content .sidebar .city_services_menu ul li {
    width: 50%;
    background: transparent;
    padding-left: 0;
    font-size: 16px;
}
.city-content .sidebar .city_coupon {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 2em 1.5em 0em 1.5em;
    text-align: center;
    margin-top: 1.5em;
    background-image:
        linear-gradient(to right, #d8d8d8 50%, transparent 50%),
        linear-gradient(to right, #d8d8d8 50%, transparent 50%),
        linear-gradient(to bottom, #d8d8d8 50%, transparent 50%),
        linear-gradient(to bottom, #d8d8d8 50%, transparent 50%);
    background-position:
        left top,
        left bottom,
        left top,
        right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size:
        17px 2px,
        17px 2px,
        2px 17px,
        2px 17px;
}
.city-content .sidebar .city_coupon .city_coupon_amount {
    font-size: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin: initial;
    color: #3d86cb;
}
@media (min-width: 400px) {
    .city-content .sidebar .city_coupon .city_coupon_amount {
        font-size: 56px;
    }
}
.city-content .sidebar .city_coupon label {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}
.city-content .sidebar .city_coupon p {
    font-size: 12px;
    margin-top: 3em;
}
.city-content .sidebar .Air_Miles_Program_Logo {
    max-width: 130px;
    margin: 1em auto;
}
.city_posts {
    padding: 0;
}
.city_posts article {
    margin-bottom: 5em;
}
.city_posts article .city_post_thumbnail {
    overflow: hidden;
    width: 100%;
}
.city_posts article .city_post_thumbnail a {
    height: 100%;
    width: 100%;
    display: flex;
}
.city_posts article .city_post_thumbnail img {
    margin: 0 auto;
}
.city_posts article .content {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 1em;
}
.city_posts article .content p {
    font-size: 14px;
    margin: 0;
}
.city_posts article .content .entry-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.5em;
    color: black;
    text-decoration: none;
    display: inline-block;
}
.city_posts article .content .entry-title:hover {
    text-decoration: underline;
}
.city_posts article .content .readmore {
    color: #3d86cb;
    font-weight: 400;
    padding: 1em 2em;
    margin-bottom: 2em;
    margin-top: 1em;
}
.city_posts article .content .readmore:hover {
    color: #ffffff;
}
.city-testimonials h4 {
    font-size: 24px;
    margin-bottom: 1.5em;
}
.gmnoprint .gm-style-mtc,
.gm-svpc {
    display: none;
}
.country-head {
    height: 135px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.country-head .country-search,
.country-head .country-switch {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
}
.country-head .country-search p {
    position: absolute;
    top: -12px;
    left: 2px;
    color: red;
    display: none;
}
.country-head .country-search a {
    background: #3d86cb;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    margin-left: 1em;
}
.country-head .country-search a img {
    object-fit: contain;
    height: 100%;
    max-width: 13px;
}
.country-head .country-search input {
    height: 56px;
    padding: 1em;
    width: 196px;

    border: none;
    background: #e7e7e7;
    font-size: 14px;
    outline: none;
}
@media (min-width: 450px) {
    .country-head .country-search input {
        width: 330px;
        font-size: 18px;
    }
}
.country-head .country-switch p {
    font-size: 18px;
    color: #666666;
    margin: 0;
    text-align: center;
}
.country-head .country-switch p a {
    color: #3483d0;
}
/* .country-map #google-map{
  height: 500px !important;
} */
.country-head .country-search input::-webkit-input-placeholder {
    color: #999999;
}

.country-head .country-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

.country-head .country-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

.country-head .country-search input:-ms-input-placeholder {
    color: #999999;
}
.country_content .title-banner h1 {
    font-size: 18px !important;
    text-align: center;
    font-weight: 400;
}
@media (min-width: 700px) {
    .country_content .title-banner h1 {
        font-size: 24px !important;
    }
}
.country_content .country_region a {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    padding: 5px 0;
}
.title-banner-city .content-width .city-head-right .customer-stars img {
    width: 50px;
    height: 50px;
}

@media (min-width: 800px) {
    .country-head {
        height: 100px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .country_content .title-banner h1 {
        font-size: 34px !important;
        text-align: left;
    }
}
@media only screen and (min-width: 610px) {
    .country_content .main-content h2,
    .country_content .main-content h3 {
        margin-bottom: 30px;
    }
    .country_content .country_region a {
        width: 33%;
    }
    .city-testimonials h4 {
        font-size: 32px;
    }
    .city_posts article .content p {
        font-size: 18px;
    }
    .city_posts article .content .entry-title {
        font-size: 32px;
    }

    /* body>header .top #menu-top li:after { */
    /* content: ''; */
    /* border-right: solid 1px #ec7e73; */
    /* height: 14px; */
    /* display: inline-block; */
    /* position: relative; */
    /* margin: 0 10px -2px 10px; */
    /* } */

    body > header .top #menu-top li a {
        text-decoration: none;
        font-weight: 400;
        margin-right: 20px;
    }
    body > header .top #menu-top li a:hover {
        text-decoration: underline;
    }

    body > header .top .phone {
        background: transparent url('img/sprite-icons.png') no-repeat;
        padding: 0 0 0 15px;
        margin-left: 0;
        background-position: 0px -85px;
    }
    body > header .top .social-media-icons {
        display: block;
        margin: 8px;
        float: right;
        height: 20px;
    }
    body > header .top .social-media-icons li {
        margin-left: 10px;
    }

    body > header .top .search-toggle.close {
        background: transparent url('img/close_x.svg') center center no-repeat;
    }
    body > header .top .search-form {
        z-index: 12;
        float: right;
        margin-right: 15px;
    }
    body > header .top .search-form.hidden {
        display: none !important;
    }
    body > header .top .search-form input.search-field {
        margin: 0;
        width: 560px;
        height: 35px;
        padding: 10px 15px;
        box-sizing: border-box;
        background: #ffffff;
        border: solid 1px #cfcfcf;
        -webkit-transition: margin-top 0.3s ease;
        -moz-transition: margin-top 0.3s ease;
        -ms-transition: margin-top 0.3s ease;
        -o-transition: margin-top 0.3s ease;
        transition: margin-top 0.3s ease;
    }
    .title-banner-city .content-width .city-head-left p {
        font-size: 18px;
    }
    .title-banner-city .content-width .city-head-left .entry-title {
        font-size: 30px;
    }
    .title-banner-city .content-width .city-head-left span {
        font-size: 16px;
    }

    .schedule span {
        font-size: 46px;
    }
    .our_services .services_all div {
        width: 30%;
    }
}
@media only screen and (min-width: 910px) {
    body > footer {
        text-align: left;
    }
    body > footer .content-width {
        flex-direction: row;
    }
    body > footer .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    body > footer .footer-services {
        width: 30%;
    }
    body > footer .footer-services li {
        width: 100%;
    }
    body > footer .footer-services li .sub-menu {
        display: none;
    }
    body > footer .footer-locations {
        width: 33%;
        max-width: none;
    }
    body > footer .footer-about {
        width: 37%;
    }
    body > footer .footer-about h3 {
        font-size: 13px;
    }
    body > footer .footer-about .phone {
        font-size: 18px;
    }
    body > footer .footer-about .social-media-icons li {
        margin: 0 5px 0 0;
    }
    body > footer footer {
        padding: 25px 10px;
    }
    body > footer footer .copy {
        float: left;
    }
    body > footer footer .by {
        float: right;
    }
    body > footer footer p,
    body > footer footer p:first-child {
        margin: 0;
    }
    body > footer .footer-services,
    body > footer .footer-locations {
        margin-bottom: 0;
    }
    .social-media-icons {
        margin-bottom: 0;
    }
    #copyright-menu li {
        float: left;
        margin-bottom: 0;
    }
    #sidebar-content-services {
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        margin: 0;
        overflow: hidden;
        /* first level arrow is on the right side */
    }
    #sidebar-content-services a {
        font-size: 14px;
        font-weight: 600;
        padding: 16px 30px 16px 0;
        padding-left: 16px;
        width: 100%;
    }
    #sidebar-content-services a:hover {
        color: #3d86cb;
        background: white;
    }
    #sidebar-content-services .current-menu-item > a {
        color: #3d86cb;
    }
    #sidebar-content-services > li:first-child,
    #sidebar-content-services > li:last-child {
        border-top: none;
    }
    #sidebar-content-services li {
        background: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    #sidebar-content-services li.menu-item-has-children ul.sub-menu {
        margin: 0;
        display: none;
    }
    #sidebar-content-services li.menu-item-has-children ul.sub-menu li a {
        padding-left: 32px;
    }
    #sidebar-content-services
        li.menu-item-has-children
        ul.sub-menu
        li:last-child {
        margin-bottom: 0;
    }
    #sidebar-content-services
        li.menu-item-has-children
        ul.sub-menu
        li.menu-item-has-children
        ul.sub-menu
        li
        a {
        padding-left: 48px;
    }
    #sidebar-content-services
        li.menu-item-has-children.current-menu-item
        ul.sub-menu,
    #sidebar-content-services
        li.menu-item-has-children.current-page-ancestor
        ul.sub-menu {
        display: block;
    }
    .home-banner {
        height: 540px;
    }
    .home-banner h1 {
        font-size: 48px;
        margin-top: 100px;
    }
    .home-banner p {
        font-size: 24px;
    }
    .home-banner .free-estimate {
        font-size: 13px;
        padding: 15px;
        width: auto;
        border: 0;
        border-radius: 3px;
    }
    .home-services {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .home-services h2 {
        margin-bottom: 60px;
    }
    .home-services h2 a,
    .home-services h2 a:visited {
        color: #2d3e50;
        text-decoration: none;
        karl: yes;
    }
    .home-services h2 a:hover,
    .home-services h2 a:visited:hover {
        text-decoration: underline;
    }
    .home-services ul li {
        width: 50%;
        text-align: left;
        background-position: 0px 0px !important;
        padding: 5px 40px 0 140px;
    }
    .home-gallery {
        height: 520px;
    }
    .home-services2 {
        padding: 20px 10px;
    }
    .home-services2 h2 {
        margin-bottom: 50px;
    }
    .home-services2 ul {
        margin-bottom: 20px;
    }
    .home-services2 ul li {
        width: 49%;
        margin-right: 2%;
        text-align: left;
    }
    .home-services2 ul li:nth-child(even) {
        margin-right: 0;
    }
    .home-services2 .button {
        font-size: 13px;
    }
    #canadian-map {
        height: 700px;
        margin-bottom: 20px;
        display: block;
    }
    .title-banner-city {
        height: 500px;
    }
    .title-banner-city .content-width {
        display: flex;
    }
    .title-banner-city .content-width .city-head-left {
        flex-direction: column;
        width: 50%;
        align-items: flex-start;
        margin-right: 1em;
    }
    .title-banner-city .content-width .city-head-right {
        flex-direction: column;
        justify-content: space-evenly;
        width: 50%;
    }
    .title-banner-city .content-width .city-head-left p {
        text-align: left;
    }
    .title-banner-city .content-width .city-head-right .city-customer-reviews {
        margin: 0;
    }
    .title-banner {
        height: 160px;
    }
    .title-banner h1 {
        margin-top: 50px;
    }
    .title-banner-city .content-width .city-head-right .schedule {
        height: 250px;
    }
    .title-banner-city .content-width .city-head-left .entry-title {
        font-size: 38px;
        text-align: left;
    }
    .title-banner-city .content-width .city-head-left span {
        font-size: 20px;
    }

    .blog-post-banner {
        height: 540px;
    }
    .main-content {
        text-align: left;
    }
    .main-content #comments input[type='text'],
    .main-content #comments input[type='email'],
    .main-content #comments input[type='url'],
    .main-content #comments textarea {
        width: 50%;
    }
    .main-content #comments .comment-author img {
        display: none;
    }
    .main-content .sidebar {
        margin-top: 0;
    }
    .main-content .sidebar.services {
        display: block;
        position: sticky;
        top: 120px;
        padding-bottom: 100px;
    }
    .main-content .sidebar h4 {
        font-size: 14px;
    }
    .main-content ul.complex > li ul li {
        width: 50%;
    }
    .main-content .main-content-provinces,
    .main-content #select-different-province {
        display: none;
    }
    .main-content .main-content-locations {
        width: 100%;
    }
    .main-content .main-content-locations.ontario {
        display: block;
    }
    .main-content .main-content-locations li {
        width: 25%;
        text-align: center;
        margin-bottom: 10px;
    }
    .main-content .main {
        width: 76%;

        padding-bottom: 50px;
    }
    .main-content .main img {
        width: auto;
    }
    .main-content .sidebar {
        display: block;
        width: 21%;
    }
    .main-content article.post {
        background: transparent url('img/blog-bottom-border.png') bottom center
            no-repeat;
        border-bottom: none;
        position: relative;
    }
    .main-content article.post .share-icons {
        display: block;
    }
    .main-content article.post.full {
        background: none;
        margin-bottom: 0;
        overflow: visible;
    }
    .main-content article.post.full .back-to-blog {
        display: block;
        position: absolute;
        background: transparent url('img/back-to-block-arrow.png') center center
            no-repeat;
        width: 30px;
        height: 30px;
        top: -4px;
        left: -35px;
        text-indent: -9000px;
    }
    .main-content article.post.full .posted-by {
        margin: 0;
    }
    .main-content article.post.full h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #2d3e50;
        margin-top: 20px;
    }
    .main-content article.post.full p {
        font-weight: 300;
    }
    .main-content article.post img {
        float: left;
        width: 38%;
    }
    .main-content article.post div.content {
        margin-left: 50px;
        width: 53%;
    }
    .main-content article.post div.content header {
        margin-top: 10px;
    }
    .main-content article.post div.content h1 a {
        font-size: 36px;
    }
    .city-content {
        display: flex;
        justify-content: space-between;
    }
    .city-content .main {
        width: 62% !important;
        margin-right: 2em;
    }
    .city-content .main h1 {
        font-size: 32px;
    }
    .city-content .main img {
        transform: scale(1);
        margin-top: 0;
    }
    .city-content .sidebar {
        width: 33% !important;
    }
    .city-content .sidebar .city_services_menu {
        margin: 0;
    }
    .city-content .sidebar .city_services_menu ul li {
        width: 100%;
    }
    .city-content .sidebar .city_services_menu h4 {
        /*text-align:center;*/
    }
    .city-map {
        position: relative;
        height: 640px;
    }

    .city-map .schedule {
        max-width: 375px;
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 10%;
    }

    .gform_body ul.gform_fields {
        width: 100%;
    }
    .gform_body ul.gform_fields li.gfield#field_5_7 label {
        padding-top: 5px;
    }
    .gform_body ul.gform_fields li.gfield .gfield_description {
        margin-left: 25%;
    }
    .gform_body ul.gform_fields li.gfield .ginput_container {
        width: 60%;
    }
    .gform_body
        ul.gform_fields
        li.gfield
        .ginput_container.ginput_complex
        .ginput_full
        label {
        margin-top: 0;
    }
    .gform_body
        ul.gform_fields
        li.gfield
        .ginput_container.ginput_complex
        .ginput_left,
    .gform_body
        ul.gform_fields
        li.gfield
        .ginput_container.ginput_complex
        .ginput_right {
        width: 48%;
    }
    .gform_body
        ul.gform_fields
        li.gfield
        .ginput_container.ginput_complex
        .ginput_left
        label,
    .gform_body
        ul.gform_fields
        li.gfield
        .ginput_container.ginput_complex
        .ginput_right
        label {
        margin-top: 0;
    }
    .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio,
    .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox {
        margin-bottom: 20px;
    }
    .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li,
    .gform_body
        ul.gform_fields
        li.gfield
        .ginput_container
        ul.gfield_checkbox
        li {
        width: 100%;
    }
    .gform_body ul.gform_fields li.gfield > label {
        line-height: 1.2em;
        padding-top: 15px;
    }
    .gform_body
        ul.gform_fields
        li.gfield.gform_validation_container
        .gfield_description {
        margin-left: 25%;
    }
    .gform_body ul.gform_fields label {
        width: 25%;
        margin-bottom: 10px;
        margin-top: 0;
        height: 45px;
        line-height: 45px;
    }
    .gform_footer input[type='submit'] {
        margin: 0;
        width: auto;
    }
    .gform_footer input[type='submit']:first-child {
        margin-left: 25% !important;
    }
    #gform_1 .gform_body #field_1_12 label,
    #gform_1 .gform_body #field_1_13 label {
        padding-top: 5px;
    }
    #copyright-menu {
        float: left;
    }
}

@media only screen and (min-width: 911px) and (max-width: 1060px) {
    body > footer .footer-services {
        padding-left: 10px;
    }
    body > footer .footer-about {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 610px) and (max-width: 910px) {
    .title-banner-city
        .content-width
        .city-head-right
        .city-customer-reviews
        .customer-stars {
        margin-bottom: 0.1em;
    }
}

@media only screen and (min-width: 910px) and (max-width: 1100px) {
    .city-content .sidebar .city_coupon a {
        font-size: 46px;
    }
}

@media only screen and (min-width: 1024px) {
    .our_services .services_all {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 380px) {
    .city-mobile-bg {
        background-image: url('img/drain-rescue-plumbers-mobile-bg.jpg') !important;
        background-position: center top;
    }
}

@media only screen and (min-width: 910px) and (max-width: 1200px) {
    .city-map .schedule {
        left: 25px;
    }
}
@media only screen and (min-width: 1100px) {
    .city_posts {
        display: flex;
        padding: 0 10px;
        margin-top: 5em;
        justify-content: space-between;
    }
    .city_posts article {
        width: 31.5%;
    }
    .city_posts article .content {
        padding: 0;
        margin-top: 0;
    }
    .city_posts article .city_post_thumbnail {
        margin-right: 0;
        height: 310px;
        margin-bottom: 1em;
    }
    .city_posts article .city_post_thumbnail img {
        object-fit: cover;
    }
}

@media only screen and (min-width: 910px) and (max-width: 1025px) {
    body > header #logo {
        width: 200px !important;
        background-size: contain;
    }
    body > header .bottom #menu-main > li > a {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 450px) {
    body > header #phone-number {
        font-size: 18px;
    }
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .name_first,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .name_last {
    display: block;
    position: relative;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .name_first
    input,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .name_last
    input {
    float: none;
    margin-top: 15px;
}

.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .name_first
    label,
.gform_body
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_complex
    .name_last
    label {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    height: 15px;
    line-height: 1em;
}
.home-testimonials {
    background: #094c8b;
    color: white;
}
.home-testimonials p.testimonial,
.home-testimonials p.by {
    color: white;
}
.home-testimonials p.testimonial a,
.home-testimonials p.by a {
    color: white;
}
.home-testimonials .flex-control-paging li a {
    border: solid 1px white;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.home-testimonials .flex-control-paging li a.flex-active,
.home-testimonials .flex-control-paging li a:hover {
    background-color: white;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.home-testimonials .flex-direction-nav {
    display: none;
}
body > header {
    position: sticky;
    top: 0;
    z-index: 9;
	border-bottom: 1px solid #e1e1e1;
}



body > header .top .choose-location {
    position: relative;
    margin-top: 11px;
    margin-left: 25px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    float: left;
}
body > header .top .choose-location:before {
    content: '';
    position: absolute;
    left: -24px;
    width: 16px;
    height: 21px;
    background: transparent url('img/location.svg') center center no-repeat;
}
.facebook {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.twitter {
    width: 24px;
    height: 19px;
}
.social-media-icons {
    margin-bottom: 25px;
}
#cityCodeBtn img:nth-child(2) {
    display: none;
    animation: spin 2s linear infinite;
}
.place-card-large {
    display: none;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Coupon__code {
    display: none;
}
.Scissors {
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media print {
    .Header__container,
    .top,
    .city-customer-reviews,
    .our_services,
    .city-content .main,
    .city-map,
    .city_posts,
    .sidebar .city_services_menu,
    .Air_Miles_Program_Logo,
    .home-testimonials,
    footer {
        display: none !important;
    }
    .content-width {
        max-width: 540px !important;
    }
    .title-banner-city {
        height: auto !important;
        padding-bottom: 20px;
    }
    .main-content.city-content {
        padding: 20px !important;
    }
    .main-content .sidebar {
        margin-top: 0 !important;
    }
    .Coupon__code {
        display: block !important;
        margin: 0 !important;
        transform: translateY(-20px) !important;
        color: black !important;
        font-size: 14px !important;
    }
    .city_coupon {
        border-style: dashed;
        border-color: #999;
        border-width: 2px;
        background: none !important;
    }
}
.Debug {
    background: white;
    font-size: 10px;
    border: solid 1px red;
    padding: 5px 10px;
    position: relative;
    z-index: 10;
    overflow: visible;
    background: rgb(226, 226, 226);
    color: black;
}
.Debug:before {
    content: 'Debug:';
    background: red;
    padding: 5px 10px;
    font-size: 8px;
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

/* MOBILE MENU BREAKPOINT: 960px */

@media (max-width: 959px) {
    body > header .align-content {
        display: flex;
        justify-content: space-between;
        background: white;
        align-items: center;
    }
    body > header #phone-number {
        margin: 0;
        margin-left: auto;
        text-align: right;
    }
    body > .mobileMenu .bottom .search-form {
        display: block !important;
    }

    body > .mobileMenu .align-content {
        flex-direction: column;
    }

    body > .mobileMenu #phone-number {
        display: none;
    }

    body > .mobileMenu #logo {
        width: 190px;
        margin-bottom: 0;
        background-position-x: center;
    }

    body > header #logo {
        background-position-x: left;
    }
}
@media (min-width: 760px) {
    body > header .top #menu-top {
        display: block;
        padding: 7px 0 0 7px;
        padding: 12px 0 0 7px;
        float: right;
        font-size: 14px;
    }
}
@media (min-width: 960px) {
    body > header .top #menu-top {
        padding: 7px 0 0 7px;
    }
    .country_content .country_region a {
        width: 20%;
    }

    body.admin-bar > header {
        top: 32px;
    }

    body > header {
        height: 106px;
        background: white;
        width: 100%;
        z-index: 2000;
        -webkit-transition: translatez(0);
        -moz-transition: translatez(0);
        -ms-transition: translatez(0);
        -o-transition: translatez(0);
        transition: translatez(0);
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -ms-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }


    body > header .bottom {
        display: block;
        padding: 0;
        position: relative;
        margin-left: auto;
    }

    body > header .top .search-toggle,
    body > header .bottom .free-estimate,
    body > header .bottom #min-menu {
        -webkit-transition: margin-top 0.3s ease;
        -moz-transition: margin-top 0.3s ease;
        -ms-transition: margin-top 0.3s ease;
        -o-transition: margin-top 0.3s ease;
        transition: margin-top 0.3s ease;
    }

    body > header .bottom .search-form {
        display: none !important;
    }

    body > header .bottom #menu-mobile {
        display: none;
    }

    body > header .bottom #menu-main > li {
        position: relative;
    }

    body > header .bottom #menu-main > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-transform: capitalize;
        text-decoration: none;
        color: #2d3e50;
        padding: 15px 15px 15px 10px;
        display: inline-block;
        position: relative;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -ms-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    body > header .bottom #menu-main > li.menu-item-has-children > a {
        padding: 15px 25px 15px 10px;
    }

    body > header .bottom #menu-main > li > a span.arrow {
        display: inline-block;
        width: 10px;
        height: 6px;
        background: transparent url('img/arrow-down.svg') center center
            no-repeat;
        position: absolute;
        margin: 10px 10px 10px 5px;
    }

    body > header .bottom #menu-main > li .sub-menu {
        display: none;
    }

    body > header .bottom #menu-main > li .sub-menu > li {
        clear: left;
    }

    body > header .bottom #menu-main > li:hover > a {
        color: black;
        background-color: #ecf0f1;
        z-index: 11;
        position: relative;
    }

    body > header .bottom #menu-main > li:hover > .sub-menu {
        display: block;
        position: absolute;
        float: left;
        z-index: 10;
        background: #ecf0f1;
        border: solid 2px white;
        padding: 16px 26px 16px 16px;
        -webkit-border-radius: 0px 5px 5px 5px;
        -moz-border-radius: 0px 5px 5px 5px;
        -ms-border-radius: 0px 5px 5px 5px;
        border-radius: 0px 5px 5px 5px;
        -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        margin: -2px 0 0 -2px;
        white-space: nowrap;
    }

    /* begin secondary menu drop fix */
    header .bottom #menu-main ul.sub-menu li.menu-item-has-children {
        position: relative;
        display: block;
        width: 110%;
        float: none;
    }

    body
        > header
        .bottom
        #menu-main
        ul.sub-menu
        li.menu-item-has-children:hover
        > ul.sub-menu {
        display: block;
        position: absolute;
        left: 100%;
        margin-left: 150px;
        top: -15px;
        z-index: 10;
        background: #ecf0f1;
        border: solid 2px white;
        padding: 16px 26px 16px 16px;
        -webkit-border-radius: 0px 5px 5px 5px;
        -moz-border-radius: 0px 5px 5px 5px;
        -ms-border-radius: 0px 5px 5px 5px;
        border-radius: 0px 5px 5px 5px;
        -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
        margin: -2px 0 0 -2px;
        white-space: nowrap;
        border: none;
        margin: 0 0 0 0;
    }

    /* end secondary menu drop fix */
    body > header .bottom #menu-main > li:hover > .sub-menu a {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: 300;
        text-decoration: none;
        display: inline-block;
        padding-left: 20px;
        background: transparent url('img/menu-right-arrow-desktop-icon.png') 6px
            center no-repeat;
        padding-bottom: 3px;
    }

    body > header .bottom #menu-main > li:hover > .sub-menu a,
    body > header .bottom #menu-main > li:hover > .sub-menu a:visited {
        color: #2d3e50;
    }

    body > header .bottom #menu-main > li:hover > .sub-menu a:hover {
        color: black;
        text-decoration: underline;
    }

    body > header .bottom #menu-main > li:hover#menu-item-205 > .sub-menu {
        white-space: nowrap;
    }

    body > header .bottom #menu-main > li:hover#menu-item-205 > .sub-menu > li {
        float: none;
        display: inline-block;
    }

    body > header .bottom .free-estimate {
        float: right;
        width: auto;
        font-size: 13px;
        padding: 18px 21px;
        margin-top: 25px;
        margin-left: 20px;
    }

    body > header .bottom .free-estimate.desktop {
        display: block;
    }

    body > header .bottom .free-estimate.mobile {
        display: none;
    }

    body > header #logo {
        width: 190px;
        height: 69px;
        background: white url('img/logo-desktop.png') center center no-repeat;
        background-size: contain;
        border: none;
        margin: 0;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -ms-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }
    body > header .top .menu-icon {
        display: none;
    }

    body > header .top {
        height: 36px;
        font-size: 14px;
    }
    body > header .top .search-toggle {
        display: block;
        height: 16px;
        width: 16px;
        float: right;
        background: transparent url('img/zoom.svg') center center no-repeat;
        margin-top: 10px;
    }
    body > header .top .choose-location {
        margin-top: 6px;
    }
    body > header .bottom #menu-main {
        display: block;
        margin: 10px 0 0 0;
    }
}

.Phones,
.Phones a {
    color: black;
}
.Phones a {
    font-size: 1em;
}

.City__page #google-map {
    height: 100% !important;
}

.google-map-city {
    height: 100%;
}

.rpi-header{
	display: none!important;
}

.rpi-slider-next,
.rpi-slider-prev{
	background-color: white;
  padding: 15px;
  border-radius: 50%;
	transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}

.rpi-slider-next:hover,
.rpi-slider-prev:hover{
	transform: scale(1.1);
}

.customReviews .custom-reviews-text{
	display: flex;
	align-content: center;
	gap: 10px;
	color: #fff;
	justify-content: center;
	margin-top: 20px;	
}

.customReviews .custom-reviews-text p{
	margin: 0;
}

.read-all-reviews{
	margin-top: 40px;
}

.rpi-dot.active{
	background-color: #fff;
}

.main-content a{
	text-decoration:underline;
	font-size: 16px;
	color: royalblue;
}

.main-content a:hover{
	color: midnightblue;
}