/*
Theme Name:     e.category
Version:        1.10
*/


ul.sub-menu {
    /*display: none;*/
}

/* ==========================================================================
   CSS 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
  Theme Options
============================================================================= */


#wrapper.no_sidebar #content_inner{width:100%}
#wrapper.no_sidebar #sidebar{display:none}
#wrapper.hide_phone_bar .find_now_header{display: none;}


#wrapper.hide_phone_bar .container.header {
    box-shadow: 0px 1px 1px 3px #e0f1e2;
}

#wrapper.hide_title h1.post-title{display: none;}
body.home h1.post-title{display: none;}


/* ==========================================================================
  Theme styles
============================================================================= */

.clearfix:before,.clearfix:after{display:table;clear:both;content:''}

body{
  font-family: 'Muli', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    line-height: 1.2em;
    margin-bottom: 0.7em;
    letter-spacing: 1px;
    color: #065daa;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }


aside + header.post-header h1 {
  margin-bottom: 0.5em;
}

:focus{outline:none}
em {
    font-style: italic;
    font-size: 18px;
    line-height:1.7em;    
}

div {
    box-sizing: border-box;
}


p {
  font-size: 18px;
  line-height:1.5em;
  margin-bottom:1em;
}

p strong,
strong,
p b,
b {font-weight:700}


blockquote.wp-block-quote {
    background: #f3f3f3;
    padding: 25px 25px 15px 50px;
    margin: 25px 0;
    position: relative;
}

blockquote.wp-block-quote:before {
    font-family: 'fontello';
    content: '\f10d';
    color: #d2cfcf;
    position: absolute;
    top: 12px;
    left: 17px;
}

blockquote.wp-block-quote p {
    font-style: italic;
}

blockquote.wp-block-quote cite {
    font-weight: 600;
}

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?006');
  src: url('font/fontello.eot?006#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?006') format('woff2'),
       url('font/fontello.woff?006') format('woff'),
       url('font/fontello.ttf?006') format('truetype'),
       url('font/fontello.svg?006#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
    box-sizing: border-box;
}

.icon-ok:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-link:before { content: '\e802'; } /* '' */
.icon-home:before { content: '\e803'; } /* '' */
.icon-down-dir:before { content: '\e804'; } /* '' */
.icon-dot:before { content: '\e805'; } /* '' */
.icon-cancel:before { content: '\e806'; } /* '' */
.icon-location:before { content: '\e807'; } /* '' */
.icon-phone-1:before { content: '\e808'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */


/* ==========================================================================
   header
============================================================================= */

.container.header{background:#fff}


header#page-header {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 144px;
}
a#logo {
    float: left;
    padding: 0;
    margin-top: 15px;
}

a#logo img {
    max-height: 110px;
    height: auto;
}

nav#site-nav {
    height: 50px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 45px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

ul#main_menu li {
    float: left;
    margin-right: 0;
}

ul#main_menu li a {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 15px;
}

ul#main_menu li.menu-item-has-children {
    position: relative;
}

ul#main_menu li ul.sub-menu {
    display: none;
    width: 200px;
    z-index: 999;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: none;
    background: #f2f2f2;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #eaeaea;
}

ul#main_menu li:hover ul.sub-menu {
    position: absolute;
    display: block;
    list-style-type: none;
    margin: 0;
    left: 0;
    top: 110px;
}

ul#main_menu li li a {
    height: auto;
    line-height: inherit;
    padding: 16px 15px;
}

li.menu-item-has-children > a {
    padding-right: 18px !important;
}

ul#main_menu li.menu-item-has-children:after {
    content: '\e804';
    color: #000;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 49px;
    right: -2px;
}

#contact_block {
    margin-top: 40px;
    float: right;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

#contact_block span {
    display: block;
}

#contact_block a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
}

#contact_block a span {
    display: inline-block;
    color: #ffd740;
}

.find_now_header{height:90px;max-width:1200px;margin:0 auto}

.find_now_header div {
    float: right;
    color: #fff;
    font-size: 24px;
    font-family: Verdana, san-serif;
    font-weight: 200;
    line-height: 33px;
    letter-spacing: 1px;
    margin: 30px 25px 0 0;
    text-align: right;
}

.find_now_header a {
    font-weight: 600;
    text-decoration: none;
    font-size: 23px;
    padding: 0;
    background: #fff;
    float: right;
    margin: 14px -1px 0 0;
    border-radius: 10px;
    color: #26A65B;
    border: 2px solid #26A65B;
    width: 300px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.find_now_header a:before {
    content: '\f098';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 31px;
    color: #26A65B;  
}

.find_now_header i.icon-phone-squared{font-size:32px;position:relative;top:2px}


/* ==========================================================================
   content
============================================================================= */

#crumbs {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin: 5px 0 20px;
}

#crumbs span {
    padding: 0 3px;
    font-size: 20px;
}

#content #crumbs a{
    border-bottom: 1px dotted #065daa;
    text-decoration: none;
    transition: all .1s ease-in;
    font-size: 20px;
}

#content #crumbs a:hover {
    border-bottom: 1px solid #065daa;
}

#content ul#crumb_n {
    margin: 0 0 20px 0;
}

#content ul#crumb_n li {
    display: inline-block;
}

#content ul#crumb_n li:before {
    content: none;
}

#content ul#crumb_n li:not(:last-child):after {
    content: '/';
    padding: 0 7px;
}

#content ul#crumb_n li a {
    border-bottom: 1px dotted #065daa;
    text-decoration: none;
}


#content {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    min-height: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

#content_inner{width:849px;color:#000;font-size:20px}

#content_inner,
aside#sidebar{
  float:left
}

.post-inner .cta_widget img,
.post-content .cta_widget img{
    margin: 30px 0 50px !important;
    padding: 0;
    border: 0;
    box-shadow: none;
}

#content_inner  .cta_widget ul{
    margin: 0 0 20px 0;
    list-style: none;
}

#content_inner .cta_widget ul li {
    font-size: 26px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

#content_inner .cta_widget ul li:before {
    content: '\e800';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    font-size: 31px;
}


.cities_in_category,
.popular_states,
.all_states {
    padding: 15px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #FDF1EE;
}

.cities_in_category h3,
.popular_states h3,
.all_states h3 {
  margin-bottom: 15px;
}

#content_inner .cities_in_category ul,
#content_inner .popular_states ul,
#content_inner .all_states ul {
    margin: 0;
}


#content_inner .cities_in_category ul li a,
#content_inner .popular_states ul li a,
#content_inner .all_states ul li a {
    color: #232323;
    border-bottom: 2px solid #232323;
}


#content_inner .cities_in_category.add_alignment ul li,
#content_inner .popular_states.add_alignment ul li,
#content_inner .all_states.add_alignment ul li {
    display: inline-block;
    margin: 0 30px 20px 0;
}

.wp-caption {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 100% !important;
    max-width: 100%;
    height: auto;
}

.post-inner p.wp-caption-text {
    font-size: 20px;
    font-style: italic;
    color: #888686;
}


#cta_wrapper {
  margin-bottom: 40px;
}

#cta_wrapper figure {
    background: #F7F7F7;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 7px;
}



#cta_wrapper figure:before {
    content: "\201C";
    font-size: 55px;
    font-weight: 700;
    position: absolute;
    left: 14px;
    top: 12px;
}


#cta_wrapper blockquote {
    display: block;
    color: #000;
    font-size: 18px;
    margin: 0 0 20px 30px;
    position: relative;
}

figure footer {
    margin: 0 0 0 30px;
    font-size: 16px;
    font-style: italic;
}

figure footer span {
    font-style: normal;
    font-size: 18px;
    margin-top: 8px;
    font-weight: 800;
    color: #065daa;
    display: block;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}


#content p{
  font-weight: 200;
}

#content_inner a {
    text-decoration: none;
    color: #065daa;
    font-size: 20px;
    line-height: 1.3em;
    border-bottom: 2px solid #065daa;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


.post-content ul{list-style:none;margin:0 0 20px 40px}
.post-content ul li {
    margin-bottom: 5px;
    line-height: 1.7em;
    font-size: 18px;
}
.post-content ul li a{text-decoration:none;color:#1a99a8;font-size:22px;border-bottom:2px solid #1a99a8}

.post-content ul {
    list-style: disc;
}

#content_inner hr{margin-bottom:1em}

#content_inner .wp-caption p{text-align:center;color:#555;margin:5px 0 0;font-style:italic}
#content_inner div.alignleft,#content_inner img.alignleft{float:left;margin:20px 20px 30px 0}
#content_inner div.aligncenter,#content_inner img.aligncenter{display:block;margin:20px auto 30px}
#content_inner div.alignright,#content_inner img.alignright{float:right;margin:20px 0 30px 20px}
img.alignright{float:right;margin:0 0 20px 20px}
img.alignrleft{float:left;margin:0 20px 20px 0}

aside#sidebar aside.widget:first-child {
    margin-top: 0;
}

aside#sidebar aside.widget:first-child h3 {
    padding-top: 0;
}


/* ==========================================================================
   custom for pages, search and categories
============================================================================= */

/* Search and Category */
#content.search article,#content.category article{padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #e8e8e8}
#content.search article:last-child,#content.category article:last-child{border-bottom:0}

#content.search h2 a,#content.category h2 a{font-size:25px;letter-spacing:1px}
#content.category .post-thumbnail{float:left;margin:0 30px 30px 0;border: 0;}
#content.category a.more-link {
    text-align: center;
    text-decoration: none;
    border: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 8px;
    display: block;
    color: #fff;
    padding:9px 15px;
    float:right;
    margin-bottom:20px;    
}


/* Blog Page */
section#blog_page{text-align:center;font-weight:200}
section#blog_page_categories,
section#blog_page_posts {text-align:center;font-weight:200}
section#blog_page_categories{width:1080px;margin:50px auto;font-size:0;letter-spacing:0;word-spacing:0;}
section#blog_page_categories a.category_wrap{width:250px;display:inline-block;margin:0 0 50px;padding:0 10px;border-bottom:0;vertical-align:top}
section#blog_page_categories a.category_wrap img:hover{-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-webkit-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05);transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;-moz-transition:all .2s}
section#blog_page_categories a h3{font-weight:700;font-size:28px;color:#065daa;margin:15px 0 5px}
section#blog_page_categories .category_desc{color:#595961;font-size:18px}

section#blog_page_categories img {
    border: 0;
    padding: 0;
    margin: 0 auto;
}

section#blog_page_posts{width:1080px;margin:50px auto 70px}
section#blog_page_posts h2{font-weight:300;font-size:36px;margin-top:0;color:#181818}
section#blog_page_posts .inner {
    width: 100%;
    padding: 60px 0 20px;
    background: #F8F8F8;
    position: absolute;
    right: 0;
    left: 0;
}
section#blog_page_posts .inner .recent_posts{width:1080px;margin:0 auto}
section#blog_page_posts a{border-bottom:0;margin:0 10px 50px;width:330px;display:inline-block}
section#blog_page_posts a img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -webkit-transition: all,0.3s,ease;
    -moz-transition: all,0.3s,ease;
    transition: all,0.3s,ease;
    margin: 0 auto 20px
}
section#blog_page_posts a:hover img {
    opacity: .8;
}
section#blog_page_posts a h3{font-weight:300;font-size:22px;color:#000;margin:5px 0 15px;min-height:65px}
section#blog_page_posts a:hover h2{color:#000}
section#blog_page_posts .post_desc{color:#000;font-size:18px}

@media screen and (max-width: 1200px) {
section#blog_page_categories{width:100%}
section#blog_page_posts,section#blog_page_posts .inner .recent_posts{width:100%;height:auto!important}
section#blog_page_posts .inner .recent_posts a{margin-bottom:30px}
section#blog_page_posts .inner{position:static;left:auto;height:auto}
}
@media screen and (max-width: 400px) {
section#blog_page_posts .inner .recent_posts a{width:96%;margin:0 auto 30px}
}



/* Blog */
#content.category section.post-content {
  margin-top: 40px;
}


#content.category h1.post-title{
  margin-bottom: 0.5em;
}

#content.category .post-thumbnail{float:left;margin:0 30px 30px 0}

#content.category .post-thumbnail a,
#content.category  .post-header a{
  border-bottom: 0;
}

#content.category .post_description h2 {
    margin-bottom: 10px;
    line-height: 0.5em;
}

#content.category .post_description h2 a:hover {
    border-bottom: 1px solid #065daa;
}

#content.category .post_description p{
  font-size: 17px;
}


#content article .post-meta {
    margin: 8px 0 15px 0;
    font-size: 1em;
}



#content article .post-meta p.category {
    margin: 0;
    font-size: 16px;
}

body #content section.post-content div.post-meta a {
    font-size: 16px;
    color: #000;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

body #content section.post-content div.post-meta a:hover{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);  
}

#content_inner .post-thumbnail img {
  max-width: 100%;
}



/* Featured Services on Cities CPT */

#featured_services_wrap .featured_service:first-child {
    background: #F7F7F7;
    padding: 2%;
    margin-bottom: 30px;
    position: relative;
    border-radius: 7px;
    width: 100%;
    float: none;
}

#featured_services_wrap .featured_service {
    width: 50%;
    padding: 2%;
    float: left;
    margin-bottom: 15px;
}

#featured_services_wrap div {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    font-style: italic;
    word-wrap: break-word;
}

#featured_services_wrap .service_title {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.0em;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #065daa;
    padding-left: 0;
    font-style: normal;
}

#featured_services_wrap .service_address_line1 {
    margin-bottom: 5px;
}


#featured_services_wrap i {
    color: #464646;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
}


/* elementor headline */

.elementor-headline-dynamic-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.elementor-headline-dynamic-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

    -webkit-animation: translate(-50%,-50%);
    -moz-animation: translate(-50%,-50%);
    -o-animation: translate(-50%,-50%);
    animation: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible;
}
.elementor-headline-dynamic-wrapper svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: headline_animation 10s infinite;
    -moz-animation: headline_animation 10s infinite;
    -o-animation: headline_animation 10s infinite;
    animation: headline_animation 10s infinite;
}

.elementor-headline-dynamic-wrapper svg path:nth-of-type(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes headline_animation {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

@keyframes headline_animation {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

.arrows_list {
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
}

.arrows_list ul {
    display: inline-block;

}

.arrows_list ul li {
    display: inline-block;
    margin: 0 8px;
}

.arrows_list[data-vertical="true"] {
    font-weight: normal;
    text-align: left;
    margin: 25px 0;
}

.arrows_list[data-vertical="true"] ul {
    display: block;
    margin: 0;
}

.arrows_list[data-vertical="true"] ul li {
    display: block;
    margin: 0;
}

.arrows_list ul li i {
    color: #2475bb;
    margin-right: 2px;
}

.owl-carousel.owl-loaded {
    margin-bottom: 30px;
}

span.review_body,
span.review_author,
span.author_location {
  display: block;
}

span.review_body {
    background: #e6e6e6;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

span.review_body:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e6e6e6;
}

span.review_author {
    color: #025f9c;
    font-weight: 600;
    margin-bottom: 3px;
}

.owl-carousel {
    max-width: 850px;
}

@media screen and (max-width: 900px) {
.owl-carousel {
    max-width: 600px;
}
}

@media screen and (max-width: 640px) {
.owl-carousel {
    max-width: 400px;
}
}

@media screen and (max-width: 440px) {
.owl-carousel {
    max-width: 300px;
}
}

/* ==========================================================================
   Comments
============================================================================= */


#comments {
    margin-top: 40px;
}

#comments h2 {
    font-size: 1.7em;
    margin-bottom: 30px;
}

#comments article{
    padding: 15px 15px 10px;
}

#comments article.bypostauthor {
    background: #F8F8F8;
}

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

#comments .comment-details {
    margin-left: 70px;
}

#comments .comment-author img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    max-width: 100%;
    padding: 0;
    border: 0;
}

#comments .comment-details cite.fn {
    font-size: 17px;
    margin-right: 10px;
}

#comments .comment-details .comment-date, #comments .comment-details .comment-date a {
    font-size: 13px;
    color: #656565;
    font-weight: 400;
    border: 0;
}

#comments .comment-content {
    margin-top: 10px;
}

#comments .comment-content p {
    font-size: 16px;
}

#comments .comment-content p:last-child {
    margin-bottom: 0;
}


#comments .comment-details .reply a {
    font-size: 12px;
    color: #656565;
    border: 0;
}
#comments .comment-details .reply a:before {
    content: '-';
    display: inline;
    margin-right: 7px;
    color: #000;
}


#comments ul.commentlist li ul.children {
    margin: 30px 0 0 40px;
}

.comment-respond h3#reply-title {
    font-size: 1.7em;
    margin-bottom: 10px;
}

p.comment-form-comment label {
    display: block;
    margin-bottom: 10px;
}

textarea#comment {
    color: #383838;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 1%;
}

p.form-submit input#submit {
    display: block;
    margin: 15px 0 0 0;
    padding: 8px 15px;
    border: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    background: #065daa;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

#commentform p.logged-in-as a {
    font-size: 19px;
    line-height: 1em;
    border-bottom: 1px solid #1a99a8;
}

#comments h3#reply-title a#cancel-comment-reply-link {
    border-bottom: 1px solid #1a99a8;
}

#comments ul.commentlist li #respond {
    margin-top: 20px;
}


.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    height: 20px;
    padding-left: 5px;
    margin-left: 10px;
    font-size: 16px;    
}



/* ==========================================================================
   pagination
============================================================================= */

.pagination{overflow:hidden;margin-bottom:25px;padding-top:15px;border-top:1px solid #dedede}
.pagination .pages{float:right;display:block;font-size:85%;padding:7px 0 2px}
.pagination span.current{float:left;color:#FFF;padding:0 10px 0;line-height: 29px;}
.pagination a,.pagination span.extend{float:left;text-shadow:0 1px 0 #FFF;margin-right:3px;color:#777;padding:0 10px 0;line-height: 29px !important;}
#content_inner .pagination a{line-height:inherit;border-bottom:0}
#content_inner ol{list-style:decimal;margin:0 0 20px 40px}
#content_inner ol li {margin-bottom: .5em;font-size: 18px;line-height: 1.5em;
}
#content_inner ol li strong{font-weight:700}




/* ==========================================================================
  Contact Form
============================================================================= */


form#gform_1 {
    max-width: 800px;
    margin: 0px;
    background: #F9F9F9;
    padding: 10px 30px;
}

ul#gform_fields_1 input, ul#gform_fields_1 textarea {
    border: 1px solid #bdbcbc;
}

form#gform_1 select {
    background: #fff;
    height: 35px;
    padding: 0;
    margin: 0;
}

form#gform_1 span label {
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
}


form#gform_1 input[type="submit"] {
    background: #dedede;
    border: 0;
    padding: 8px 23px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


@media screen and (max-width: 641px) {
    form#gform_1 {
        padding: 10px 20px;
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        min-height: 20px !important;
        line-height: 20px !important;
    }

}

/* ==========================================================================
   modal
============================================================================= */



/* ==========================================================================
   sidebar
============================================================================= */

aside#sidebar {
    width: 300px;
    margin-left: 50px;
}

aside#sidebar aside:first-child {
  margin-top: 10px;
}

aside#sidebar aside:first-child h3.widget-title {
  margin-top: 0;
}

aside#sidebar .widget{margin-bottom:50px}

h3.widget-title {
    margin: 40px 0 12px;
    color: #000;
    background: transparent !important;
    display: block;
    width: 96%;
    padding: 10px 0 10px 0;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
}

aside#sidebar ul#popular_posts li {
    list-style: none;
    margin: 0 0 1.2em 0;
    padding: 0 0 1em 0;
    border-bottom: #ddd 1px solid;
}

aside#sidebar ul#popular_posts h4 a {
    font-size: 19px;
    color: rgb(6, 93, 170);
}

aside#sidebar ul#popular_posts h4 a:hover {
    text-decoration: underline;
}

aside#sidebar ul#popular_posts p.description {
    margin: 0;
    font-size: 0.8em;
}

aside#sidebar .widget li a {
    display: block;
    text-decoration: none;
    color: #065daa;
    font-size: 22px;
    line-height: 1.4em;
}

aside#sidebar .widget li a img {
    max-width: 100%;
}

aside#sidebar .widget li a, aside#sidebar .widget li a:hover {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

aside.widget_cities a {
  display: block;
}

aside#sidebar.post_or_page,
aside#sidebar.states {
    background: #fff;
}


/* ==========================================================================
   footer
============================================================================= */

footer#page-footer {
    max-width: 1200px;
    margin: 0 auto;
    color: #232323;
    padding: 20px;
    text-align: center;
}
ul#footer_menu:before,ul#footer_menu:after{display:table;clear:both;content:''}
ul#footer_menu{display: inline-block;text-align: center;}
ul#footer_menu li {
    display: inline-block;
    padding: 5px 0;
}
ul#footer_menu li a {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 17px;
    color: #000;
    text-shadow: 0 2px 0 rgba(82, 81, 81, 0.1);
    text-decoration: none;
}

ul#footer_menu li a:hover {
  color: #000;
}

#footer_widget {
  margin-top: 20px;
  text-align: left;
}

#footer_widget p {
  font-size: 15px;
  color: #000;
}

#footer_info a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: #000;
    letter-spacing: 2px;
    margin-top: 20px;
}
#footer_info p {
    margin-top: 20px;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 300;
}

#copyright {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
}

#copyright a {
  color: #000;
  text-decoration: none; 
}

#copyright a:hover {
  border-bottom: 1px solid #000;
}


/* ==========================================================================
  USA Map
============================================================================= */
#map_wrapper {
    position: relative;
    height: 533px;
    width: 100%;
    margin: 20px 0;
}
#usa_map {
    width: 843px;
    height: 533px;
    display: block;
    margin: 0 auto;
    outline: 0 solid #000;
    background-image: url(img/USA_Map.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: -20px;
}
#content_inner #usa_map a {
    font-weight: 200;
    border-bottom: 0;
    color: #000;
    font-size: 17px;
}
.city_map {
    position: absolute;
    z-index: 1
}
.city_map .title {
    text-decoration: none;
    color: #716565;
    font-size: 17px;
    z-index: 2
}
.city_map .point {
    background-image: url(img/map_point.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    text-indent: -9999px;
    width: 19px;
    height: 20px;
    position: absolute;
    margin: 0
}
.city_map .point span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(img/map_point.png);
    background-position: 0 -20px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s
}
.city_map:hover .point span {
    opacity: 1
}
.title {
    position: relative;
    margin: 0;
    padding: 0;
    left: -20px;
    top: -5px;
    position: absolute;
    min-width: 80px;
    text-align: left;
    top: 15px
}

.miami_fl {
    top: 437px;
    left: 700px;
}
.miami_fl .title {
    left: -53px;
    top: -2px;
}
.dallas_tx {
    top: 339px;
    left: 423px;
}
.dallas_tx .title {
    left: -56px;
    top: -2px;
}
.houston_tx {
    top: 402px;
    left: 449px;
}
.houston_tx .title{top:15px}
.seattle_wa {
    top: 21px;
    left: 123px;
}
.seattle_wa .title {
    left: 23px;
    top: -1px;
}
.los_angeles_ca {
    top: 285px;
    left: 107px;
}
.los_angeles_ca .title {
    left: -36px;
    top: -1px;
    width: 95px;
}
.san_francisco_ca {
    top: 200px;
    left: 62px;
}
.san_francisco_ca .title{left:24px;top:-2px;width:110px}
.portland_or {
    top: 63px;
    left: 105px;
}
.portland_or .title{left:23px;top:-1px}
.salt_lake_city {
    top: 181px;
    left: 226px;
}
.salt_lake_city .title{top:-22px;left:-41px;width:120px}
.phoenix_az {
    top: 305px;
    left: 190px;
}
.phoenix_az .title{left:24px;top:-2px}
.denver_co {
    top: 205px;
    left: 313px;
}
.denver_co .title {
    left: 23px;
    top: -1px;
}
.atlanta_ga {
    top: 309px;
    left: 621px;
}
.atlanta_ga .title {
    left: -64px;
    top: -3px;
}
.chicago_il {
    top: 170px;
    left: 545px;
}
.chicago_il .title {
    left: -71px;
    top: -2px;
}
.detroit_mi {
    top: 148px;
    left: 606px;
}
.detroit_mi .title {
    left: -62px;
    top: -10px;
}
.new_york_ny {
    top: 155px;
    left: 739px;
}
.new_york_ny .title {
    left: 22px;
    top: -2px;
    width: 90px;
}
.philadelphia_pa {
    top: 174px;
    left: 719px;
}
.philadelphia_pa .title {
    left: 22px;
    top: 4px;
}
.cleveland_oh {
    top: 166px;
    left: 634px;
}
.cleveland_oh .title {
    left: 9px;
    top: -21px;
}
.charlotte_nc {
    top: 274px;
    left: 670px;
}
.indianapolis_in {
    top: 203px;
    left: 574px;
}
.indianapolis_in .title {
    left: -107px;
    top: -2px;
}

.honolulu_hi {
    top: 456px;
    left: 237px;
}

.anchorage_ak {
    top: 450px;
    left: 102px;
}

.anchorage_ak .title {
    left: 21px;
    top: -2px;
}

.oklanhoma_city_ok {
    top: 281px;
    left: 428px;
}

.oklanhoma_city_ok .title {
    top: 16px;
    width: 128px;
    left: -46px;
}

.tampa_fl {
    top: 405px;
    left: 664px;
}

.tampa_fl .title {
    left: 22px;
    top: -1px;
}

/* ===========================================
   Blog
=========================================== */

body.blog #content_inner {
    width: 100%;
    float: none !important;
}

.blog h1 {
    margin-bottom: 40px;
    font-size: 32px;
}

.blog h2 {
    line-height: 0;
}

.blog article {
    margin-bottom: 40px;
}

.blog a[itemprop="url"] {
    border: 0 !important;
    float: left;
    margin-right: 40px;
    display: block;
    width: 300px;
}

.blog .post_description {
    width: 860px;
    float: left;
}

.blog a.more-link {
    display: inline-block;
    width: auto !important;
    margin: 0;
    padding: 5px 10px;
    background: #ececec;
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    border-radius: 2px;
}

@media screen and (max-width: 1260px) {
    .blog a[itemprop="url"] {
        width: 30%;
        margin-right: 4%;
    }

    .blog .post_description {
        width: 66%;
    }
}

@media screen and (max-width: 800px) {
    .blog .post_description {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .blog a[itemprop="url"],
    .blog .post_description {
        float: none;
        width: 100%;
    }

    .blog a[itemprop="url"] img {
        display: block;
        margin: 0 auto 20px !important;
    }
}

/* ==========================================================================
  responsive optimisation
============================================================================= */


/* ===========================================
   responsive optimisation. header
=========================================== */

@media screen and (max-width: 1320px) {
    #contact_block {
        padding-right: 10px;
    }
}

@media screen and (max-width: 1240px) {
    a#logo img {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1200px) {
    ul#mobile_menu,
    span.menu-anchor {
        display: none;
    }
}

@media screen and (max-width: 1200px) {

    #main_menu_wrap {
        display: none; 
    }

    header#page-header {
        position: relative;
        height: auto;
    }

    nav#site-nav {
        float: none;
        display: block;
        margin: 0;
        text-align: center;
        height: auto;
        overflow: inherit;
        position: absolute;
        left: auto;
        transform: inherit;
        right: 0;
        top: 0;
        z-index: 100;
    }

    span.menu-anchor {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 54px;
        position: absolute;
        top: 42px;
        right: 30px;
    }

    span.menu-anchor:after {
      content: '\f0c9';
      font-family: "fontello";
    }

    html.menu_active span.menu-anchor:after {
      content: '\e806';
    }

    ul#mobile_menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 300px;
        height: 100%;
        padding: 10px 0 10px;
        overflow-y: scroll;
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -ms-transition: all .25s linear;
        transition: all .25s linear;
    }

    body.admin-bar ul#mobile_menu {
        top: 32px;
    }

    html.menu_active ul#mobile_menu {
        box-shadow: 2px 1px 15px 6px #00000057;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    ul#mobile_menu li a {
        text-decoration: none;
        color: #fff;
        padding: 0 12px;
        line-height: 40px;
        display: block;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    ul#mobile_menu > li > a:before {
        font-family: 'fontello';
        content: '\e805';
        margin-right: 10px;
    }

    ul#mobile_menu li a:hover {
        color: #e6e4e4;
    }

    ul#mobile_menu .sub-menu li a {
      line-height: 32px;
    }

    ul#mobile_menu ul.sub-menu {
      margin-left: 15px;
    }

    ul#mobile_menu ul.sub-menu li a:before {
      content: '-';
      display: inline-block;
      margin-right: 7px;
    }

    a#logo {
        margin-top: 0;
        padding: 5px 0;
    }

    #contact_block {
        float: none;
        margin: 0 0 5px;
        padding-right: 0;
        position: absolute;
        right: 29px;
        top: 5px;
    }

    #contact_block span {
        display: inline-block;
    }

    #contact_block a {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    #contact_block:before {
        display: table;
        clear: both;
        content: '';
    }

}

@media screen and (max-width: 800px) {
    nav#site-nav {top: -15px;}
    #contact_block {
        position: static;
        text-align: center;
    }
}

@media screen and (max-width: 783px) {
    body.admin-bar ul#mobile_menu {
        top: 46px;
    }
}


@media screen and (max-width: 600px) {

    a#logo {
        max-width: 300px;
    }

    a#logo img {
        max-width: 100%;
    }

}

@media screen and (max-width: 440px) {
    a#logo {
        max-width: 240px;
        margin-bottom: 15px;
    }

    span.menu-anchor {
        right: 20px;
    }

    #contact_block {
        font-size: 17px;
        padding: 0 2px;
    }

    #contact_block a {
        font-size: 25px;
    }
}

@media screen and (max-width: 360px) {
    a#logo {
        max-width: 200px;
    }  
}



/* ===========================================
  responsive optimisation. content
=========================================== */

@media screen and (max-width: 1260px) {
    #content {
        padding: 0 20px;
    }

    #content_inner {
        width: calc(100% - 350px);
    }

    #map_wrapper {
        display: none;
    }
}

aside#sidebar ul#popular_posts p[itemprop="description"] {
    display: none;
}

@media screen and (max-width: 1023px) {

    aside#sidebar {
        display: block;
        width: 100%;
        margin: 0;
    }

    body.home aside#sidebar,
    body.single-cities aside#sidebar {
        padding-top: 25px;
        border-top: 2px solid #efefef;
        margin: 15px 0 0;
    }

    #content_inner {
        width: 100%;
    }

    div#content_inner .posts {
        max-width: 1000px;
        margin: 0 auto;
    }

    #map_wrapper {
        display: block;
    }

    #sidebar ul#popular_posts li:before,
    #sidebar ul#popular_posts li:after {
        display: table;
        clear: both;
        content: '';
    }

    #sidebar ul#popular_posts li > a {
        display: block;
        width: 32%;
        float: left;
        padding-right: 20px;
        box-sizing: border-box;
    }

    #sidebar ul#popular_posts li > a img {
        display: block;
        margin: 0 auto;
    }

    #sidebar ul#popular_posts li .post_description {
        width: 68%;
        float: left;
        padding: 30px 0 0;
    }

    aside#sidebar ul#popular_posts h4 {
        margin-bottom: 30px;
    }

    aside#sidebar ul#popular_posts h4 a {
        font-size: 26px;
    }

    aside#sidebar ul#popular_posts p.description {
        display: none;
    }

    aside#sidebar ul#popular_posts p[itemprop="description"] {
        display: block;
        font-size: 17px;
        line-height: 1.7em;
    }

    aside#sidebar ul#popular_posts li:last-child {
        border: 0;
    }

    /* cities and states */
    aside#cities-2, aside#states-2 {
        width: 50%;
        float: left;
        padding: 0 5px;
        box-sizing: border-box;
        margin: 0 !important;
    }

    aside#states-2 h3.widget-title {
        margin-top: 0;
    }

    aside.widget_post:before {
        clear: both;
        display: table;
        content: '';
    }

}

@media screen and (max-width: 980px) {
    #sidebar ul#popular_posts li .post_description {
        padding: 0;
    }

    aside#sidebar ul#popular_posts h4 {
        margin-bottom: 15px;
    }

    aside#sidebar ul#popular_posts p[itemprop="description"] {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 920px) {
    #map_wrapper {
        display: none;
    }
}


@media screen and (max-width: 880px) {
    #content_inner .cta_widget ul li {
        font-size: 22px;
    }
}

@media screen and (max-width: 800px) {
    h1 { font-size: 1.4em; }
    h2 { font-size: 1.3em; }
    h3 { font-size: 1.15em; }
    h4 { font-size: 1.07em; }
    h5 { font-size: .83em; }
    h6 { font-size: .75em; }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.1em;    
    }

    #content.category .post-thumbnail {
        max-width: 35%;
    }


}

@media screen and (max-width: 680px) {
    #featured_services_wrap .featured_service {
        width: 100%;
        float: none;        
    }
}

@media screen and (max-width: 600px) {
    #content.category .post-thumbnail {
        max-width: 100%;
        float: none;
        display: block;
        text-align: center;
        margin: 0 0 15px 0;    
    }

    #content.category .post_description h2 {
        text-align: center;
    }

    #content.search h2 a, #content.category h2 a {
        font-size: 28px;
        line-height: 1em;
    }

    #content.category a.more-link {
        float: none;
        display: block;
        width: 140px;
        margin: 0 auto 5px;        
    }

    .pagination .pages {
        float: none;
        margin-bottom: 10px;        
    }

    #sidebar ul#popular_posts li > a {
        width: 100%;
        padding: 0;
    }

    #sidebar ul#popular_posts li > a img {
        width: 96%;
        margin-bottom: 20px;
    }

    #sidebar ul#popular_posts li .post_description {
        width: 100%;
    }

    aside#sidebar ul#popular_posts p.description {
        display: block;
        font-size: 14px;
    }

    aside#sidebar ul#popular_posts p[itemprop="description"] {
        display: none;
    }

}

@media screen and (max-width: 520px) {
    body.postid-9666 .tablepress {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    aside#cities-2, aside#states-2 {
        width: 100%;
        float: none;
        padding: 0;
    }

    aside#cities-2 {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 400px) {
    #cta_wrapper figure {
        padding: 20px;
    }
    #cta_wrapper figure:before {
        left: 10px;
    }

    #content_inner .cities_in_category.add_alignment ul li,
    #content_inner .popular_states.add_alignment ul li,
    #content_inner .all_states.add_alignment ul li{
        display: block;
        margin: 0 0 10px 0;
    }

    body.postid-9666 .tablepress {
        font-size: 13px;
        word-break: break-word;
    }
}



/* ===========================================
  responsive optimisation. footer
=========================================== */

@media screen and (max-width: 540px) {
    ul#footer_menu li {
        float: none;
        margin: 0;
    }
}



@media screen and (max-width: 1200px) {
    header#page-header {
        max-width: 100%;
    }

    ul#main_menu li ul.sub-menu {
        display: none;
    }

    ul#main_menu li.menu-item-has-children:after {
        content: none;
    }

    ul#main_menu li:hover ul.sub-menu {
        top: 82px;
    }
}


@media screen and (max-width: 1000px) {
    section.block .block_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2%;
    }

}


@media screen and (max-width: 800px) {
    #content_inner img.alignright,
    #content_inner img.alignleft {
        float: none;
        display: block;
        margin: 30px auto;
    }
}


@media screen and (max-width: 760px) {
    ul#main_menu li ul.sub-menu {
        display: block !important;
        position: static !important;
        width: inherit;
        background: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #d2d2d2;
    }

    .wp-block-image .aligncenter,
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        display: block;
    }
    .wp-block-image img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .wp-block-image .aligncenter>figcaption,
    .wp-block-image .alignleft>figcaption,
    .wp-block-image .alignright>figcaption {
        display: block;
        width: 100%;
        margin: 15px auto 0;
        text-align: center;
    }
}

