/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/
.badge-txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
a {
    transition: 0.5s;
    color: #EFBB20;
    text-decoration: none !important;
}

a:hover {
    color: #EFBB20;
}

as .col-md-6,
.col-sm-12 {
    padding: 0px !important;
}

blockquote {
	padding-left: 0;
	border: none;
}

.row {
    margin-right: 0;
    margin-left: 0;
}


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

.et_fullwidth_nav #main-header .container {
    padding: 0px;
}

.areas-serve-text {
    font-size: 17px;
    font-weight: 600;
    padding: 0px 10px;
}

.areas-serve {
    padding-right: 10px;
    font-size: 19px;
    display: block;
    font-weight: 700;
    color: #143369;
}

.mobile_menu_bar:before {
    color: #EFBB20;
}

.et_mobile_menu {
    border-color: #EFBB20;
    text-align: center;
    padding: 2%;
}

.et_mobile_menu li a {
    display: block;
    padding: 10px 7%;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.et_mobile_menu li a:hover {
    background: #EFBB20;
}

#logo-section-top,
#location-section-top,
#cta-section-top,
#phone-section-top {
    display: table;
    position: relative;
    text-align: center;
    height: 70px;
}

@media (max-width: 1340px) {
    #logo-section-top,
    #location-section-top,
    #cta-section-top,
    #phone-section-top {
        display: table;
        position: relative;
        text-align: center;
        font-size: 15px;
        height: 70px;
    }
    .areas-serve {
        padding-right: 10px;
        font-size: 19px;
        display: block;
        font-weight: 700;
        color: #2d3139;
    }
}

#logo-section-top::before,
#location-section-top::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    top: 0;
    right: 0;
    background: #2d3139;
    transform: skewX(-12deg);
}

.logo-link {
    text-shadow: 0px 2px 1px rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    color: #2d3139;
    letter-spacing: 0pt;
    word-spacing: 0pt;
    font-size: 25px;
    margin-bottom: 230px;
    text-align: center;
    line-height: 1;
}

#cta-section-top::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    top: 0;
    right: -17px;
    background: #2d3139;
    transform: skewX(-15deg);
}

.v-aligned {
    display: table-cell;
    vertical-align: middle;
}

.header-phone {
    font-size: 25px;
    font-weight: 600
}

.header-phone i {
    width: 40px;
    height: 40px;
    padding: 5px;
    background: #16a084;
    color: white;
    border-radius: 50%;
    -webkit-animation: ring 2s infinite;
    -webkit-animation-iteration-count: infinite;
}

.header-phone i::before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 30px;
}

.top-cta-btn {
    -webkit-animation: neon3 1s ease-in-out infinite alternate;
    -moz-animation: neon3 1s ease-in-out infinite alternate;
    animation: neon3 1s ease-in-out infinite alternate;
}

@-webkit-keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@-webkit-keyframes ring {
    0% {}
    10% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    20% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    30% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    40% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    60% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    70% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    90% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

#cta-section-top::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 15px;
    height: auto;
    background: #2d3139;
}

#top-section-info {
    margin: 0px;
    font-size: 20px;
    background: #EFBB20;
    position: relative;
}

#top-menu-nav {
    position: relative;
    z-index: 1;
}

#top-menu li a {
	text-transform:uppercase;
    padding-bottom: 1em !important;
    padding-top: 1em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#top-menu li a:focus {
    background: #EFBB20;
    color: #2d3139;
}

#top-menu li a:hover,
.et-fixed-header #top-menu li a:hover {
    opacity: 1 !important;
    background: #EFBB20 !important;
    color: #2D3139 !important;
    transform: skewx(-17deg);
}

#top-menu li ul li a {
    transform: skewX(0deg) !important;
}

a:focus {
    background: #efbb20;
}

#top-menu li ul li {
    padding: 0px;
    text-align: center;
}

#top-menu li > li > a {
    padding: 20px 20px !important;
}

#top-menu li ul {
    width: 200px;
}

#top-menu .menu-item-has-children a::after {
    top:14px !important;
}

#top-menu .sub-menu li a {
    padding-bottom: 6px !important;
	width: 225px;
}


/* Slider Properties */

.et_pb_slide_description {
    padding: 0px !important;
}

.et_pb_fullwidth_slider_0 .et_pb_slide {
    background-size: cover !important;
}

.et_pb_slider .et_pb_slide {
    width: 100%;
    max-width: 100%;
}

.et_pb_slider .et_pb_container {
    width: 100%;
    max-width: 100%;
}

.slider-line-icon {
    background-image: url(https://tn-mover.com/wp-content/themes/Divi-child/img/brush-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    background-color: #fff;
    background-size: 60px;
    width: 80px;
    border: 10px solid #2d3139;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 115px;
}

.slider-line-icon::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 58%;
    background: #2d3139;
    top: 10px;
    right: -10px;
    border-right: 5px solid #efbb20;
    left: -25px;
    bottom: 0;
}

.slider-line-icon::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 58%;
    background: #2d3139;
    top: 10px;
    right: -10px;
    left: 70px;
    border-left: 5px solid #efbb20;
    bottom: 0;
}



.main-btn,
#submitter,
.wpcr3_button_1 {
    padding: 15px;
    background: #efbb20;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 4px solid #efbb20 !important;
    transition: 1s !important;
    color: #474a54;
}

.main-btn:hover,
#submitter:hover,
.wpcr3_button_1:hover {
    background: rgba(45, 49, 57, 0.83);
    font-weight: 700;
    color: #efbb20;
}


/* ------------------------------------Module Sections -----------*/

.page-titles {
    font-size: 30px;
    font-weight: 700;
    padding: 15px;
    background: #2d3139;
    color: #efbb20;
}

.module-titles, .free-estimate-heading, #contact_header {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #efbb20;
    text-transform: uppercase;
    overflow: visible;
}
.free-estimate-heading {
	text-shadow:2px 2px 2px #000;
	padding-bottom: 20px !important;
	color: #fff;
}
#contact_header {
	display:none;
}
.about-container,
.testimonials-container {
    padding: 50px;
    background: rgba(45, 49, 57, 0.83);
    color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(239, 187, 32, 0.67);
    -moz-box-shadow: 10px 10px 0px 0px rgba(239, 187, 32, 0.67);
    box-shadow: 10px 10px 0px 0px rgba(239, 187, 32, 0.67);
    text-align: justify;
    position: relative;
}

.about-container::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 20px;
    height: auto;
    background: rgba(45, 49, 57, 0.83);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(239, 187, 32, 0.67);
    -moz-box-shadow: 10px 10px 0px 0px rgba(239, 187, 32, 0.67);
    box-shadow: 10px 10px 0px 0px rgba(239, 187, 32, 0.67);
}

.contact-form-container {
    padding: 50px;
    padding-top: 5px;
    background: rgba(45, 49, 57, 0.83);
    color: #fff;
    border-top: 5px solid #efbb20;
    -webkit-box-shadow: -10px 10px 0px 0px rgba(239, 187, 32, 0.67);
    -moz-box-shadow: -10px 10px 0px 0px rgba(239, 187, 32, 0.67);
    box-shadow: 0px 10px 0px 0px rgba(239, 187, 32, 0.67);
}


/* Contact form module */


body:not(.home) #contact_header {
    display: none;
}

#contactForm input,
textarea {
    margin: 4px;
    width: 98%;
    height: 55px;
}

.captchaField {
    width: 50% !important;
	float:right;
}

#submitter {
    width: 150px !important;
    border-radius: 0px;
    padding: 5px;
    border: 4px solid #fff;
    display: block;
    clear: both;
    margin: 0px 0px 0px auto !important;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
}

.contact-form-container input[type=text],
.contact-form-container input[type=password],
.contact-form-container input[type=tel],
.contact-form-container input[type=email],
.contact-form-container input.text,
.contact-form-container input.title,
.contact-form-container textarea,
.contact-form-container select {
    padding: 2px;
    border: 1px solid #bbb;
    color: #efbb20;
    background-color: rgba(45, 49, 57, 0.44);
    transition: 1s;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.contact-form-container input[type=text]:focus,
.contact-form-container input.text:focus,
.contact-form-container input.title:focus,
.contact-form-container textarea:focus,
.contact-form-container select:focus {
    border-color: #efbb20 !important;
    color: #efbb20 !important;
    box-shadow: 0 0 5px #efbb20;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #efbb20;
}


/* -----------------------------Testimonials-------------------*/

.page-testimonials-container input[type=text],
.page-testimonials-container input[type=password],
.page-testimonials-container input[type=tel],
.page-testimonials-container input[type=email],
.page-testimonials-container input.text,
.page-testimonials-container input.title,
.page-testimonials-container textarea,
.page-testimonials-container select {
    padding: 3px;
    border: 1px solid #bbb;
    color: #2D3139;
    transition: 1s;
    margin: 5px 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.page-testimonials-container input[type=text]:focus,
.page-testimonials-container input.text:focus,
.page-testimonials-container input.title:focus,
.page-testimonials-container textarea:focus,
.page-testimonials-container select:focus {
    border-color: #efbb20 !important;
    color: #2D3139 !important;
    box-shadow: 0 0 5px #efbb20;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #efbb20;
}

.testimonials-container {
    padding: 50px;
    background: rgba(45, 49, 57, 0.83);
	color: white;
	text-align: center;
}

#testimonials-img img {
    border: 10px double #2d3139;
    border-radius: 50%;
    background: #efbb20;
    position: relative;
    z-index: 2;
}

#testimonials-img::before {
    position: absolute;
    content: ' ';
    top: 3px;
    right: 107px;
    z-index: 1;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 9px double #efbb20;
    background: rgb(117, 120, 125);
}

#testimonials-img::after {
    position: absolute;
    content: '';
    top: 4px;
    bottom: 0px;
    right: 90px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 5px double #efbb20;
    background: rgba(71, 75, 84, 0.66);
}

.page-testimonials-container .wpcr3_review {
    background: #fff;
    position: relative;
}

.page-testimonials-container .wpcr3_review::before {
    position: absolute;
    content: '';
}

.page-testimonials-container .wpcr3_leave_text {
    text-shadow: 0px 2px 3px rgba(33, 33, 33, 1);
    font-weight: bold;
    text-transform: uppercase;
    color: #EFBB20;
    background: #2D3139;
    letter-spacing: 3pt;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
    word-spacing: 2pt;
    font-size: 20px;
    line-height: 1;
}

.wpcr3_respond_2 textarea {
    min-width: 400px;
    width: 400px;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_review blockquote {
	border-left: none;
	padding-left: 0;
}
@media (min-width: 981px) {
.wpcr3_respond_2 input[type="text"],
.wpcr3_respond_2 textarea {
    min-width: 100%;
}
.wpcr3_table_2 td {
    text-align: left !important;
}
.wpcr3_review_form_rating_field label {
    margin: 6px 0 !important;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@media (max-width: 980px) {
.wpcr3_respond_3,
.wpcr3_aggregateRating,
.wpcr3_table_2 td {
   	text-align: center !important;
}
.wpcr3_div_2 {
    width: 100%;
}
.wpcr3_table_2 tr:last-of-type td {
    margin: 20px auto 0 !important;
}
.wpcr3_table_2 td {
    display: block;
	padding: 0 !important;
}
.wpcr3_table_2 td:first-child {
    margin-top: 10px !important;
}
.wpcr3_rating_style1_status {
    width: 85px !important;
}
.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    width: 100% !important;
    min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
    width: 40%;
}
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
	blockquote.wpcr3_content {
    	padding-left: 0;
    	border-left: 0;
	}
}


/*------------------------------------nap------------------------ */

.openinghours {
    font-size: 14px;
}

#current-day {
    background: #EFBB20;
    font-size: 14px;
}

.outer-box {
    margin: 0px auto;
    width: 200px;
    height: 200px;
    display: table;
    position: relative;
}

.outer-box i {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid;
    font-size: 40px !important;
}

#inner-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    color: #d3d3d3;
    background: #2d3139;
    border-radius: 0;
    position: relative;
    border: 1px solid #EFBB20;
    -webkit-transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#inner-box:hover {
    color: #EFBB20 !important;
    animation-name: service-animation;
    animation-duration: 0.4s;
}

@keyframes service-animation {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(-15deg);
    }
    66% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.outer-box::before {
    position: absolute;
    content: '';
    height: auto;
    width: 200px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    transform: rotateZ(45deg);
    background: transparent;
    border: 1px solid;
}

#content {
    -webkit-transition: all 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}


/* ----------------------------MEDIA QUERYS-------------------- */

@media (max-width: 600px) {
    .slider-title {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .about-container {
        padding: 15px;
    }
    .testimonials-container {
        padding: 15px 15px 25px 15px;
    }
}

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

}

.et_mobile_menu {
    border-color: #efbb20 !important;
}

.et_mobile_menu li a:hover {
    background: #efbb20;
    color: #2d3139;
}

@media (max-width: 980px) {
    #about-module-mobile {
        margin: 0px auto !important;
    }
    .home .et_pb_row_0.et_pb_row {
        width: 90% !important;
    }
    .homepage-sidebar-container {
        width: 100% !important;
    }
    #homepage-sidebar .sidebar-content-text {
        font-size: 22px !important;
    }
    #homepage-sidebar #servcss {
        font-size: 20px !important;
        padding-right: 49px;
    }
    .et_header_style_centered #main-header {
        padding: 0;
    }
    .service-line {
        display: none;
    }
    #contact {
        width: 100% !important;
    }
    #contact-form-services-module #servcss {
        margin: auto;
    }
    #contact-form-services-module {
        background-position: center !important;
    }
    #contact-form-services-module .areas-serve {
        font-size: 25px;
    }
    #logo-section-top,
    #location-section-top,
    #cta-section-top,
    #phone-section-top {
        font-size: 25px;
        width: 100%;
    }
	#location-section-top *,
    #cta-section-top *,
    #phone-section-top * {
        font-size: 17px;
    }
	.fa-phone {
		display: none;
	}
	#top-section-info .col-sm-12 {
    height: 55px;
	}
	.logo-link {
    display: inline-block;
    margin: 0;
    padding: 10px;
	}
    .service-line::before::nth-of-type(2) {
        display: none !important;
    }
}

.container {
    width: 100%;
}

@media (max-width: 994px) {
    #logo-section-top::before,
    #location-section-top::before,
    #cta-section-top::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 10px;
        top: 0;
        right: 0;
        background: #143369;
        display: none;
    }
}


/* Sidebars */

.et_pb_widget_area_right {
    padding-left: 30px;
}

#top-section-info a {
    color: #143369;
}

#homepage-sidebar .et_pb_gutters4 .et_pb_column {
    margin-right: 0px !important;
}

#homepage-sidebar .sidebar-content-titles {
    font-size: 27px;
    font-weight: 700;
    padding: 20px 0px 20px 15px;
    background: #2d3139;
    color: white;
    width: 100%;
    text-align: center;
    border-top: 5px solid #efbb20;
    border-bottom: none;
}

#homepage-sidebar .sidebar-content-text {
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    padding: 30px 15px 15px 15px;
    color: #efbb20;
    background: rgba(45, 49, 57, 0.83);
    text-align: center;
}

#homepage-sidebar #services-h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    color: #efbb20;
    line-height: 1.3em;
    padding-bottom: 30px;
}

#homepage-sidebar #servcss {
	padding-left: 0;
    list-style: none !important;
}

h4.widgettitle {
    font-size: 27px;
    font-weight: 700;
    padding: 20px 0px 20px 15px;
    background: #2d3139;
    color: white;
	margin-bottom: 15px;
}

.sidebar-content-text {
    padding: 39px 0px 15px 15px;
}

.sidebar-content-text h3 {
    font-size: 20px;
    font-weight: 800;
    color: #2d3139;
}


/* BOTTOM FOOTER CREDENTIALS */

.footer-credentials {
    text-align: center;
}

.hr-line-footer-nap {
    height: 1px;
    width: 215px;
    background: #efbb20;
    text-align: center;
    margin-bottom: 20px !important;
}

.hr-line-footer {
    height: 1px;
    width: 100%;
    background: #efbb20;
    text-align: center;
    margin: 5px auto;
}

.last {
    margin: 0px 0px 5px 0px !important;
}

.footer-widget h4 {
    font-weight: 700;
    font-size: 20px;
    padding-left: 20px;
    color: #fff;
    position: relative;
}

.footer-widget h4::before {
    content: '';
    position: absolute;
    background: #efbb20;
    height: 100%;
    width: 9px;
    top: -5px;
    left: 5px;
    transform: skew(-17deg);
}

@media (max-width: 767px) {
    .footer-widget h4 {
        padding-left: 0px !important;
    }
    .footer-widget {
        text-align: center;
    }
    .footer-widget h4::before {
        display: none;
    }
    .last {
        margin: 5px auto !important;
    }
}

#footer-bottom {
    background: #EFBB20;
    color: #2d3139 !important;
    opacity: 1 !important;
}
/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width:600px) {
.et_pb_slide_description{
  width: 100% !important;}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
    top: unset !important;
    right: 3px !important;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU *****/
#top-menu li {
    padding-right: 14px;
}
#top-menu li a {
    font-size: 15px !important;
}
@media (min-width:992px) and (max-width:1250px) {
	.logo-link {
    font-size: 20px;
}
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
	.footer-widget h4::before {
		display: none;
	}
}
.payments strong,
.payments br {
    display: none;
}
.paymentsbox {
    max-width: 100%;
}
.footer-credentials {
    color: #2d3139 !important;
}
/***** ROW WIDTH/CENTER TEXT *****/
@media (max-width:980px) {
	.et_pb_widget_area_right {
    padding-left: 0px;
}
	.et_pb_text {
    text-align: center;
}
	img.scroll-down-btn {
    display: none;
}
	#servcss {
		display: inline-block;
		padding: 0 !important;
	}
	#servcss svg {
		display: none;
	}
	.free-estimate-heading .et_pb_text_inner > p {
		padding: 0 !important;
	}
}
/***** MORE *****/
@media (max-width:980px) {
.sidebar-content-text, .sidebar-content-text h3 {
    padding: 10px !important;
}
	.contact-form-container {
    padding: 0;
}
.main-btn, #submitter {
    width: 100% !important;
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
}
}
#message, #contactForm input {
    width: 100% !important;
    margin: 5px 0 !important;
}
@media (max-width:1200px) {

	#contactForm img {
		margin-bottom: 10px;
	}
		.outer-box:before {
	width: 160px;
    top: 20px;
    left: 20px;
    bottom: 20px;
	}
}
#servcss svg {
    display: none;
}
/* Fix working hours alignment */
.openinghours tr td:first-child {
    text-align: left !important;
	padding-left: 5px!important;
}
.openinghours tr td:last-child {
    text-align: right !important;
	padding-right: 5px!important;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
	width: 100%;
	margin-top: 0 !important;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    position: absolute;
	right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
    left: unset !important;
    position: absolute;
}
ul#mobile_menu {
    top: 100%;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
@media ( min-width: 981px ) {
	.image-logo #logo,
	.image-logo #logo-section-top,
	.image-logo #location-section-top,
	.image-logo #cta-section-top,
	.image-logo #phone-section-top {
    	height: 105px;
	}
	.image-logo #page-container {
    	padding-top: 155px !important;
	}
}

@media ( max-width: 980px ) {
	.image-logo #logo {
    	max-height: 100px;
}
}

@media ( min-width: 981px ) and ( max-width: 1050px ) {
	.image-logo #logo-section-top {
    	text-align: left;
}
}


/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
    list-style: disc outside;
	}
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
    	width: 100% !important;
    	max-width: 100% !important;
    	margin-right: 0 !important;
    	margin-left: 0 !important;
	}
}




.home .wpcr3_dotline {
    display: none !important;
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

article {
	text-align: justify;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}

@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}

body:not(.home) #contact_header {
    display: inherit;
}
#closed-day {
	color:#fff;
}

@media screen and (max-width: 981px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}
.openinghours {
margin: none;
}
.hours, .openinghours {
width: 65%;
margin: 0 auto !important;
}
}


@media screen and (max-width: 981px) and (min-width: 375px) {

body .footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5% !important;
}
.openinghours {
margin: none;
}	
.hours, .openinghours {
width: 65%;
margin: 0 auto !important;
}
}
.cf-slider {
	margin:30px 0;
}
.h1-slider {
	    color: white;
    padding-top: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 4px #FFFFFF;
}
.slider {
    background: #2D3139;
    padding: 20px;
    flex: 0 1 45%;
    position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-title h1 {
	font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    text-align: center;
	margin-bottom:20px;
}
.contact-form {
    background: url(https://tn-mover.com/wp-content/uploads/2024/03/background-cf.webp);
    background-size: cover;
    background-position: bottom right;
    box-shadow: 0px 8px 19px -13px rgb(0 0 0 / 100%) !important;
    position: relative;
    overflow: hidden;
}
.contact-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#2D3139ab, #ffffffab);
}
.contact-form-right {
    z-index: 9999;
    position: relative;
    flex: 0 1 60%;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.home #contact {
    padding: 0px;
    z-index: 999999;
    position: relative;
}

.et_pb_slide_description {
    padding: 30px 10px;
}
#contactForm input[type=text], #contactForm input[type=password], #contactForm input[type=tel], #contactForm input[type=email], #contactForm input.text, #contactForm input.title, #contactForm textarea, #contactForm select {
    background-color: white;
    border-style: none none solid;
    border-width: 0px;
    border-color: #000 #000 #333;
    color: #000 !important;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 10px 0px !important;
    border-radius: 2px;
    transition: 0.3s linear;
    width: 100% !important;
    box-shadow: 0px 8px 19px -13px rgb(0 0 0 / 50%) !important;
}



#contactForm input[type=text]::placeholder,

#contactForm input[type=password]::placeholder,

#contactForm input[type=tel]::placeholder,

#contactForm input[type=email]::placeholder,

#contactForm input.text::placeholder,

#contactForm input.title::placeholder,

#contactForm textarea::placeholder,

#contactForm select::placeholder {

  color: #000!important;

}



#contactForm input[type=text]:focus,

#contactForm input[type=password]:focus,

#contactForm input[type=tel]:focus,

#contactForm input[type=email]:focus,

#contactForm input.text:focus,

#contactForm input.title:focus,

#contactForm textarea:focus,

#contactForm select:focus {

  opacity: 1;


}
@media screen and (min-width:981px) {
	.cf-slider {
	width:80%;
	margin:30px auto;
}
}
@media screen and (min-width:753px) {

	.contact-form {
	display:flex;
}
	input#customer_name.quickFormFields, input#phone-cf.quickFormFields {
    width:49% !important;
    float:left;
}
input#phone-cf.quickFormFields {
    margin-left:2% !important;
}
	.slider:before {
    border-left: 15px solid #2D3139;
    right: -15px;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
	.contact-form-right {
    padding: 20px 20px 20px 30px;
}
}


#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* черен фон с прозрачност */
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EFBB20;
    width: 85%;
    max-width: 400px;
    z-index: 9999999;
}
.popup-image {
    display:block;
}
.text-pop-up {
    color: #000;
    text-align: center;
    padding: 0px 7px;
    font-size: 15px !important;
	line-height: 25px;
}


.text-pop-up a {
    color: #000;
	font-weight: 600;
    
}


.text-pop-up strong {
   font-size: 17px !important;
    
} 


.close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer !important;
    background: #fff;
    padding: 1px 0px 0px;
    height: 30px;
    width: 30px;
    border-radius: 3em;
  z-index:9999999;
    /* line-height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-pop-up {
    z-index: 9999;
}



#timerText {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
    animation: neon1 1.5s ease-in-out infinite alternate;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pop-up-cta {
    text-align: center;
    margin-top: 20px;
}
.pop-up-cta a {
  background: #000000;
    padding: 5px 20px;
    border-radius: 3em;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  cursor:pointer;
    display: inline-block;
  z-index:99999;
	margin-bottom: 20px;
}
/*glow for webkit*/
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #F0F783,
               0 0 70px  #F0F783,
               0 0 80px  #F0F783,
               0 0 100px #F0F783,
               0 0 150px #F0F783;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #F0F783,
               0 0 35px #F0F783,
               0 0 40px #F0F783,
               0 0 50px #F0F783,
               0 0 75px #F0F783;
  }
}


/*glow for mozilla*/
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #F0F783,
               0 0 70px  #F0F783,
               0 0 80px  #F0F783,
               0 0 100px #F0F783,
               0 0 150px #F0F783;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #F0F783,
               0 0 35px #F0F783,
               0 0 40px #F0F783,
               0 0 50px #F0F783,
               0 0 75px #F0F783;
  }
}


/*glow*/
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #F0F783,
               0 0 70px  #F0F783,
               0 0 80px  #F0F783,
               0 0 100px #F0F783,
               0 0 150px #F0F783;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #F0F783,
               0 0 35px #F0F783,
               0 0 40px #F0F783,
               0 0 50px #F0F783,
               0 0 75px #F0F783;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
    .row-services {
        display: block;
    }
    img.img-all {
        width: 42%;
    }
    .top_container {
        flex-direction: column;
    }
    #logo {
        max-height: 170px !important;
    }
}
@media screen and (max-width: 600px) {
    img.img-all {
        width: 100%;
        padding: 10px 0;
    }
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width:853px) and (min-width:853px) and (max-height:1280px) and  (min-height:1280px) {
  .popup-content {
    top: 35%;
  }
}
@media screen and (max-width:912px) and (min-width:912px) and (max-height:1368px) and  (min-height:1368px) {
  .popup-content {
    top: 35%;
  }
}
@media screen and (max-width:1024px) and (min-width:1024px) and (max-height:1366px) and  (min-height:1366px) {
  .popup-content {
    top: 35%;
  }
}
@media screen and (max-width:820px) and (min-width:820px) and (max-height:1180px) and  (min-height:1180px) {
  .popup-content {
    top: 35%;
  }
} 