/* Standardize child theme styling */
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}
.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
	background-color: transparent;
}
.builder-module-navigation .current-cat a {
	background-color: transparent;
}
.builder-module-navigation .current-menu-item a {
	background-color: transparent;
}
.builder-module-navigation .current_page_item a {
	background-color: transparent;
}
.builder-module-navigation li a {
	color: #FFFFFF;
	background-color: transparent;
}
.builder-module-navigation li a:hover {
	background-color: transparent;
}
.builder-module-widget-bar .widget {
	text-align: center;
}
.builder-module-widget-bar .widget .widget-title {
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}
.builder-module.builder-module-navigation {
	background-color: transparent;
}
h1 {
	color: #505151;
}
h2 {
	color: #505151;
}
h3 {
	color: #505151;
}
h4 {
	color: #505151;
}
h5 {
	color: #505151;
}
h6 {
	color: #505151;
}
html {
	font-size: 15px;
}


/* Style Manager custom css */
/*Module*/
.builder-container-outer-wrapper,
.builder-module-content .hentry {
	margin-bottom:0;
        margin-top:0;
}
.builder-module-content .builder-module-element {
    overflow: inherit !important;
    padding: 0px;
}
.builder-module-outer-wrapper,
.builder-module-widget-bar {
    overflow: inherit !important;
}
.builder-module-background-wrapper, 
.builder-module-widget-bar-background-wrapper, 
.builder-module-navigation{
	background:none;
	margin-bottom:0;
}

body {
    font-size: 14px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: .9em;
}
a, a:hover {
    text-decoration: none !important;
}
a {
    color: #00ace2;
	transition: all .35s linear;
	-o-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-webkit-transition: all .35s linear;
}
a:hover {
    color:#00ace2;
}
.hentry img {
    margin: 0;
    border: 0;
    padding: 0;
    background: none;
}
.entry-header {
    display: none;
}
.entry-content {
    margin-top: 0;
}
.entry-footer {
    border: 0;
    margin: 0;
    padding: 0;
    display: none;
}

/*header*/
.builder-module-navigation li a {
    padding: 6px 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
    background: #242424;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
.admin-bar .builder-module-background-wrapper.builder-module-navigation-background-wrapper {
    top: 32px;
}
.builder-module-navigation li ul.sub-menu {
    background: #242424;
}
.builder-module-navigation li ul.sub-menu a {
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}
/*.entry-content h1, 
.entry-content  h2,
.entry-content  h4, 
.entry-content  h5, 
.entry-content  h6 {
    line-height: .7em!important;
}
.entry-content h3 {
    line-height: 1.3em!important;
}*/
.entry-content h1 *, 
.entry-content h2 *, 
.entry-content h3 *,
.entry-content h4 * {
    font-size: inherit !important;
}
.nav-tagline a {
    font-size: 10px !important;
    padding: 11px 1em !important;
    color: #00ace2 !important;
}
.header-contact {
    text-align: right;
    color: #fff;
    letter-spacing: 1px;
}
.contact-info {
    padding: 7px 14px;
    display: inline-block;
    position: relative;
}
.contact-info.c-num {
    padding-left: 0;
}
.contact-info img {
    vertical-align: middle;
}
.contact-info a {
    color: #fff;
}
span.contact-info.c-email {
    background: #00ace2;
}
.builder-module-navigation-outer-wrapper {
    max-width: 1095px !important;
}
.builder-module-navigation-outer-wrapper .builder-module-sidebar,
.builder-module-navigation-outer-wrapper .widget {
    padding: 0;
}
ul.ci-social-icons {
    margin-left: 0;
}
ul.ci-social-icons li {
    display: inline-block;
    padding: 0 5px;
}
#services {
    padding: 50px 5%;
    box-sizing: border-box;
}

/* sections */
#services, #builder-module-59c37bd65da55-background-wrapper {
    background: url(/wp-content/uploads/services-bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width:769px) {
#services, #builder-module-59c37bd65da55-background-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 5% 0 10%;
    position: relative;
}
}
#builder-module-59c3667cf016c-background-wrapper {
    background: url(/wp-content/uploads/city.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
#builder-module-59c37bd65daf8-background-wrapper {
    background: url(/wp-content/uploads/paper-bg.png) no-repeat center;
    background-size: cover;
}

#builder-module-59c37bd65db9a-background-wrapper,
#builder-module-59c3667cf016c-background-wrapper,
#builder-module-59c86dbc32754-background-wrapper {
    padding: 50px 0;
}


/* buttons */
.buttons.aligncenter {
    margin-top: 50px;
    text-align: center;
}
.btn {
    padding: 6px 25px;
    background: #00ace2;
    color: #fff;
    display: inline-block;
    font-weight: 300;
}
.btn.btn-white.btn-outline {
    color: #000;
    background: #fff;
    box-shadow: inset 0px 0px 0px 2px #000;
}
.btn.btn-outline {
    color: #00ace2;
    background: transparent;
    box-shadow: inset 0px 0px 0px 2px #00ace2;
}
.btn:hover {
    background: none;
    color: #000000;
    box-shadow: inset 0px 0px 0px 2px #000000;
}
.btn.btn-outline {
    color: #00ace2;
    background: transparent;
    box-shadow: inset 0 0 0 2px #00ace2;
}
.btn.btn-outline:hover {
    color: #fff;
    background: #00ace2;
    box-shadow: none;
}
.btt {
    margin-bottom: 30px;
    display: inline-block;
}
.btt a {
    color: #00ace2!important;
    letter-spacing: 2px;
    font-size: 12px;
}
.btt a img {
    display: block;
    margin: 0 auto 10px;
}
.builder-module-widget-bar .widget {
    color: #fff;
}
.builder-module-footer-background-wrapper {
    background: #05040c;
    padding: 0 0 40px 0;
    text-align: center;
}
#builder-module-59c37bd65d9ae-background-wrapper,
#builder-module-59c3667cf020e-background-wrapper {
    background: #05040c;
}
#builder-module-59c37bd65d9ae-background-wrapper {
    padding-top: 25px;
    margin-top: -10px;
}
#builder-module-59c3667cf020e-background-wrapper,
#builder-module-59c4d8000b972-background-wrapper {
    padding-bottom: 50px;
}
.footer-credit, .footer-credit * {
    color: #fff !important;
}
.builder-module-widget-bar .widget .widget-title {
    margin-bottom: 0;
}
.footer-credit {
    font-size: 12px;
}


.header-img {
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
}

#builder-layout-59c4d8000b3bc {
    background: url(/wp-content/uploads/city.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
#builder-module-59c4d8000b790-background-wrapper {
    background: #fff url(/wp-content/uploads/xpaper-bg.png.pagespeed.ic.GW1r09VrT7.webp) no-repeat center;
    background-size: cover;
    padding: 40px 0 55px 0;
}
#builder-module-59c4d8000ba14-background-wrapper {
    background: none;
}
#builder-module-59c86f1f11bea-background-wrapper,
#builder-module-59c87cd852711-background-wrapper {
    background: #05040c;
}
.footer-social ul.ci-social-icons li img {
    max-width: 80%;
}
.footer-social ul.ci-social-icons li {
    padding: 0;
}
.footer-social.alignright {
    padding-top: 7px;
}
.blog-footer-credit.footer-credit {
    padding-top: 12px;
}
#builder-module-59c86fb3193b7-background-wrapper {
    padding: 50px 0px 70px 0;
}
.header-post {
    margin-top: 42px;
    padding: 30px 25%;
    background: #ebebeb;
    text-align: center;
}
.header-post h2 {
    font-size: 32px;
    font-family: 'opensans'!important;
    font-weight: normal;
    color: #505151;
    line-height: 1.5em !important;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#builder-module-59c87f2251f0d-background-wrapper {
    background: #fff;
    padding: 0 0 50px 0;
}
#builder-module-59c8af78c4cf7-outer-wrapper .builder-module-block {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
#builder-module-59c8af78c4cf7-background-wrapper {
    background: #fff;
}
#builder-module-59c87f2251f0d-outer-wrapper, #builder-module-59c8af78c4cf7-outer-wrapper {
    padding: 0 10%;
    box-sizing: border-box;
}


.blog-posts h1 {
    font-size: 18px;
    font-weight: 700;
  	margin-top: 0;
    margin-bottom: 0;
}
.blog-posts a {
    text-decoration: none;
    color: #57574a;
}
a.b-r-more {
  	color: #00ace2;    
  	font-weight: 700;
    font-size: 12px;
    padding-right: 35px;
    background: url(/wp-content/uploads/arrow-right.png) no-repeat right center;
    line-height: 34px;
  	margin-bottom: 0 !important;
}
#builder-module-59c87cd85266f-background-wrapper {
    padding: 30px 0 40px 0;
}

.blog-posts p {
    margin-top: 10px !important;
    margin-bottom: 5px;
}
.blog-posts .ddate {
	margin-top: 10px;
  	margin-bottom: 10px;
	display: block;
}
.blog-posts .wpb_single_image, .blog-posts img {
    margin-bottom: 0;
    margin-top: 0;
}
.blogContent {
    padding: 15px;
}
.blog-posts .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 16px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.blog-posts .vc_column_container>.vc_column-inner {
    padding: 0 5px;
}
.blog-posts img {
    border-radius: 0;
}
.blog-posts {
    color: #57574a;
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.post-item {
    flex: 1;
    padding: 0 15px;
}
.post-img {
    min-width: 260px;
    height: 172px;
    margin: auto;
    border-top: 5px solid #00ace2;
    background-size:cover !important;
}
.ci_cform {
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    margin-top: 7px;
    z-index: 100;
    background: #242424;
    width: 295px;
    padding: 20px 20px 0;
    border-bottom: 4px solid #00ace2;
    display: none;
    max-height: 90vh;
    overflow-y: auto;
}
.ci_cform::-webkit-scrollbar {
    width: 8px;
}
.ci_cform::-webkit-scrollbar-track {
    background: #242424;
}
.ci_cform::-webkit-scrollbar-thumb {
    background: #222;
}
h3.gform_title {
    text-align: center;
    color: #00ace2;
}
.gform_description {
    text-align: center;
    padding: 0 25px;
    width: 100% !important;
}
.ci_cform li {
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
.ci_cform li input, .ci_cform li textarea {
    text-align: center;
    border: 0;
    height: 35px;
    font-size: 12px !important;
    margin: 0;
}
.ci_cform li textarea {
    height: 70px !important;
}
.ci_cform .gfield_radio li {
    text-align: left !important;
}
.ci_cform .gfield_radio li input {
    margin: 0 !important;
    line-height: normal !important;
    height: auto;
}
label, .gform_wrapper label.gfield_label {
    font-weight: normal !important;
    font-size: 12px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    height: 31px;
    padding: 0 23px;
    background: #29ace2;
    color: #fff;
}
.ci_cform .gform_wrapper .gform_footer {
    text-align: center;
    padding-top: 0;
    margin-top: 5px;
}
.ci_cform .gfield_radio {
    position: relative !important;
    left: initial !important;
    border: none !important;
}
.ci_cform .gfield_radio li {
    border: none !important;
}
input[type=text], input[type=password], input.text, input.title, textarea {
    color: #999;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.single-services .entry-meta {
    display: none;
}
.builder-module-before-footer-background-wrapper a {
    color: #fff;
}

body .gform_wrapper div.validation_error, 
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message {
    color: #c39191;
    border-color: #c39191;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    border: 0;
    background: none;
}

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type=submit], 
body .gform_wrapper .gform_page_footer input.button, 
body .gform_wrapper .gform_page_footer input[type=submit] {
    margin-top: 15px;		
    margin-right: auto;
}


/* cim Modal */
.cim_review_btn {
    background: #00b4fa;
    color: #fff !important;
    padding: 5px 15px;
    text-transform: uppercase;
    opacity: 1;
    line-height: normal;
    font-size: 21px;
    letter-spacing: 1px;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    left: 0;
    position: fixed;
    top: 50%;
    z-index: 1;
}
.cim_review_btn:hover,
.cim_review_btn:focus {
    color: #fff;
}
#cim_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
#cim_modal.cim-pop {
    visibility: visible;
    opacity: 1;
}
#cim_modal_inner {
    position: relative;
    width: 90%;
    max-width: 470px;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    overflow: hidden;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 25px;
}
#cim_modal.cim-pop #cim_modal_inner,
#cim_login.cim-pop #cim_modal_inner {
    margin: 4em auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#cim-close {
    position: absolute;
    right: 18px;
    top: 12px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all .2s;
    opacity: .5;
    z-index: 1;
}
#cim-close:hover {
    transform: rotate(90deg);
}
span.cim-close {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    bottom: 0;
    left: 0;
}
span.cim-close.cim-l {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
span.cim-close.cim-r {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
img.mobile-logo {
    width: 100%;
    display: none;
}
@media screen and (max-width: 480px) {
#builder-module-59c37bd65daf8-background-wrapper,
#rev_slider_1_1_forcefullwidth,
#scroll-down {
    display: none;
}
.contact-info {
    width: 49%;
    text-align: center !important;
}
#builder-module-59c37bd65da55-background-wrapper {
    padding-top: 10px;
}
img.mobile-logo {
    display: block;
}
.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
    position: relative;
}
.admin-bar .builder-module-background-wrapper.builder-module-navigation-background-wrapper {
    top: inherit;
}
.cim_review_btn {
    display: none;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    left: 50%;
}
.services-list {
    display: flex;
    flex-direction:column;
}
.services-list .services:first-child {
    order: 3;
}
.services-list .services:last-child {
    order: 1;
}
.services-list .services:nth-of-type(2) {
    order: 4;
}
.services-list .services:nth-of-type(3) {
    order: 2;
}
.it-mobile-nav-menu-header {
    text-align: center;
}
#builder-module-59c37bd65db9a-background-wrapper, #builder-module-59c3667cf016c-background-wrapper, #builder-module-59c86dbc32754-background-wrapper {
    padding: 20px 0;
}
}

#google-reviews {
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    height: 300px;
    overflow-y: scroll;
}
.g_review_btn {
    background: #00ace2;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}