/*
Theme Name: Dan van
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
 /**
.fusion-menu-element-wrapper .fusion-menu-element-list{
    min-height: 0  !important;

}
#menu-main-menu li a{
    font-family: Helvetica-Bold;
    text-transform: uppercase;
}
**/
/**
.fusion-body .fusion-menu-element-wrapper[data-count="0"] .fusion-menu-element-list > li:not(.fusion-menu-item-button) > a{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 50px;
} **/


/*Datepicker (flatepickr)*/

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgb(57 57 57 / 27%) !important;
}


#menu-main-menu li.home a{
    min-width: 30px;
    margin-left: 0;
    background: url(assets/images/truck-home.png) no-repeat center center;
    background-size: 100%;
}
.fusion-body .fusion-menu-element-wrapper[data-count="0"] .fusion-menu-element-list > li:not(.fusion-menu-item-button) > .background-active{
    border: none  !important;
}
.header-phone-text, .phone-text{
    min-width: 130px;
}
.header-phone-text p, .phone-text p{
    margin: 0 !important;
}
/* .fusion-button{
    min-width: 100%;
} */
a.get-estimate, body a.fusion-button, button.fusion-button,  .fusion-read-more,  .gform_wrapper .gform_footer input[type="submit"] { 
    background: #195fb4; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #195fb4 0%, #1d4e89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #195fb4 0%,#1d4e89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #195fb4 0%,#1d4e89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fb4', endColorstr='#1d4e89',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition:  0.5s linear;
    padding: 14px 15px 14px 20px !important;
    border-radius: 30px !important;
    position: relative;
}
 .gform_wrapper .gform_footer input[type="submit"]{
     font-size: 14px !important;
    font-style: italic;
 }

body a.fusion-button .fusion-button-text, button.fusion-button .fusion-button-text{
    position: relative;
    display: inline-block;
    padding-right: 0px;
    font-style: italic;
}

.header-search-icon{
    cursor: pointer;
}
.header-search-form{
    display: none;
    position: absolute;
    top: 30px;
    right: 48%;
    width: 240px;
}


body .fusion-footer-widget-area  a.fusion-button.get-estimate-btn-footer{
    background: #a2cd44; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #a2cd44 0%, #a2cd44 33%, #60c249 50%, #1cb84e 66%, #1cb84e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #a2cd44 0%,#a2cd44 33%,#60c249 50%,#1cb84e 66%,#1cb84e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #a2cd44 0%,#a2cd44 33%,#60c249 50%,#1cb84e 66%,#1cb84e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cd44', endColorstr='#1cb84e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-size: 18px;
    min-width: 10px;
    max-width: 300px;
    width: 100%;
}
/* body a.fusion-button .fusion-button-text::before, button.fusion-button .fusion-button-text::before, .fusion-read-more::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 23px;
    top: 50%;
    right: 0;
    margin-top: -11px;
    background: url(assets/images/D.png) no-repeat;
    background-size: 100%;

} */
a.get-estimate:hover, button.fusion-button:hover, .fusion-read-more:hover, .gform_wrapper .gform_footer input[type="submit"]:hover{  
    background: #56bd41;  
    background: -moz-linear-gradient(-45deg,  #56bd41 0%, #21b848 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #56bd41 0%,#21b848 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #56bd41 0%,#21b848 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56bd41', endColorstr='#21b848',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition:  0.5s linear;
}
a.get-estimate{

}
@media screen and (min-width: 1024px){
    #sliders-container{
        margin-top: -132px; 
    }
}
#sliders-container{ 
    padding-bottom: calc( ((100vw * 200 ) / 1600 /2 ) - 5px);
    position: relative;
}
#sliders-container::before{
    content: '';
    position: absolute;
    height: calc( (100vw * 200 ) / 1600);
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(assets/images/bottom-slider.png) no-repeat;
    background-size: 100%;
    z-index: 99;
}
body:not(.home) #sliders-container{
    display: none;
}
.quote-form .fusion-form-label-wrapper , .quote-form  .fusion-form-field > label{
    display: none !important;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input{
    height: 45px;
    border-radius: 30px;
    border-color: #b8b8b8;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input::placeholder, .fusion-form-form-wrapper .fusion-form-field .fusion-form-input:-moz-placeholder{
    color: #878787;
    opacity: 1;
}
body.home .gform_wrapper .top_label .gfield_label, body.home .gform_wrapper legend.gfield_label{
    display: none  !important;
}

.gform_fields  li.origin-city, .gform_fields  li.destination-city, .gform_fields  li.move-date{
    
    
}
body .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0;
    width: 100%;
}
@media screen and (min-width: 768px){
    .gform_fields  li.origin-city, .gform_fields  li.destination-city, .gform_fields  li.move-date{
        width: 33.33%;
        padding-left: 2%;
        padding-right: 2%;
    }
    body.home .gform_wrapper ul.gform_fields{
        display: flex;
    }
    body.home .gform_wrapper form{
        display: flex;
        
    }
    body.home .gform_wrapper .gform_footer{
        width: 25%;
        padding: 0 2%;
    }
}
body .gform_wrapper .top_label div.ginput_container, body.fusion-body .gform_wrapper input.gform_button.button, body.fusion-body .gform_wrapper input[type="submit"]{
    margin-top:0 !important;max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body .gform_wrapper div.validation_error{
    display: none;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}
body .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    height: 45px;
    border-radius: 30px;
    border-color: #b8b8b8;
    width: 100%;
}
body .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder, body .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder{
    color: #878787;
    opacity: 1;
}
.ginput_container_date{
    position: relative;
}
.ginput_container_date .ui-datepicker-trigger{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

body.home  .gform_wrapper .gform_footer input[type="submit"]{
    width: 100%;
    
}

.text-gradient{
    position: relative;
}
.text-gradient::before{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    height: 6px;
    width: 62px;
    border-radius: 10px; 
    background: #195fb4; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #195fb4 0%, #195fb4 50%, #1d4e89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #195fb4 0%,#195fb4 50%,#1d4e89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #195fb4 0%,#195fb4 50%,#1d4e89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fb4', endColorstr='#1d4e89',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.text-gradient > h1{
    background-clip: text !important;
    -webkit-background-clip: text !important; 
    -webkit-text-fill-color: transparent;
    background: #c1e25d; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #c1e25d 0%, #55d167 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #c1e25d 0%,#55d167 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #c1e25d 0%,#55d167 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e25d', endColorstr='#55d167',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

.our-services-section .our-services{
    display: flex;
    flex-wrap: wrap;
}
.our-services-section .our-services > .content-box-column > .content-box-wrapper{
    position: relative;
    padding-bottom: 50px;
    height: 100%;
}

.our-services-section .our-services  a.fusion-read-more{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 160px;
    margin: 0 auto;
	color: #fff !important
}
.our-services-section{
    position: relative;
}
.our-services-section::before{
    content: '';
    position: absolute;
    width: 432px;
    height: 845px;
    left: 0;
    bottom: 0;
    background: url(assets/images/home-bg-1.png) no-repeat bottom left;
    background-size: auto 100%;
}
 
.our-services-section .fusion-content-boxes .content-container{
    max-width: 230px;
    margin: 0 auto;
}

 

.our-services-col > .fusion-column-wrapper{
    min-height: 500px  !important;
    position: relative;
    background-image: linear-gradient( 145deg , rgba(185, 224, 49, 0.85) 0%, rgba(29, 200, 61, 0.85) 100%);
}
.our-services-col > .fusion-column-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    left: 0;
    background: url(assets/images/our-service-circle-bg.png) no-repeat ;
    background-size: 100%;
    background-position: bottom left;
    
}
.fusion-content-boxes-1 .heading .content-box-heading{

}
.fusion-read-more{
    padding: 10px 15px 10px 15px !important;
    color: #e9e9e9;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    margin: 30px 0 0 0;
}
.fusion-read-more:hover{
    color: #fff !important;
}
.fusion-read-more::before{
    right: 10px;
}
.fusion-read-more::after{
    display: none;
}
#main .our-services .content-box-heading{
    font-family: Helvetica-Bold;
    margin: 20px 0 5px !important;
}
.intro-section{
    position: relative;
}
.intro-section::before{
    content: '';
    position: absolute;
    bottom: 38%;
    right: 0;
    width: 135px;
    height: 338px;
    background: url(assets/images/home-bg-2.png) no-repeat;
    background-size: 100%;
}
.info-section{
    min-height: 455px;
}
.how-our-moves-work .content-box-heading{
    min-height: 46px;
}
.fusion-widget-area .fusion-content-boxes.fusion-columns-1 .fusion-column{
    margin-bottom: 0;
}

.header-area-3{
    display: none;
}

.testimonials-section{
    position: relative;
}
.testimonials-section::before{
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 255px;
    height: 277px;
    background: url(assets/images/home-bg-4.png) no-repeat;
}
.easy_testimonial .blue-classic_style .main-wrapper::after{
    content: none;
}
.easy_testimonial .blue-classic_style .main-wrapper {
    box-shadow: none;background: transparent;
}
.easy_testimonial .main-content-3 .testimonial_body::before, .easy_testimonial .main-content-3 .testimonial_body::after{
    content: none;
}
.easy_testimonial .main-content-3 p, .easy_testimonial .main-content-3 .testimonial_body, .easy_testimonial .main-wrapper{
    padding: 0;
    font-family: 'Helvetica-Light';
    font-size: 26px;
}
.easy_testimonial .gold-classic_style, .easy_testimonial .blue-classic_style, .easy_testimonial .dark_grey-classic_style, .easy_testimonial .light_grey-classic_style, .easy_testimonial .red-classic_style{
    margin: 0 0 5px 0;
} 
.easy_testimonial .footer-area-3{
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.easy_testimonial .footer-area-3 img{
    margin: 0;
    height: 93px;
    width: 127px;
    border-radius: 0;
    border: none !important;
}
.easy_testimonial .footer-text-3{
    position: static;
}
.easy_testimonial .blue-classic_style .footer-text-3 .testimonial-client, .easy_testimonial .blue-classic_style .footer-text-3 .testimonial-position{
    float: left;
    font-size: 26px;
    line-height: 1;
    font-family: Open Sans;
    color: #333333;
}
.easy_testimonial .blue-classic_style .footer-text-3 .testimonial-client{
    font-weight: 800;margin-right: 5px;
}
.easy-t-cycle-pager{
    display: none;
}
div.easy-t-cycle-next{
    float: left;
}
div.easy-t-cycle-prev, div.easy-t-cycle-next{ 
    background: #b9e031; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #b9e031 0%, #1dc83d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #b9e031 0%,#1dc83d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #b9e031 0%,#1dc83d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e031', endColorstr='#1dc83d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    display: inline-block;
    width: 35px;
    height: 35px;   
    font-size: 0;
    position: relative;
    border-radius: 50%;
}
div.easy-t-cycle-prev{
    margin-right: 5px;
}
div.easy-t-cycle-next:before, div.easy-t-cycle-next:after {
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: -10px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
    top: 50%;
    width: 0;
}

div.easy-t-cycle-next:after {
    margin-top: -3px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.easy-t-cycle-prev:before, div.easy-t-cycle-prev:after {
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: -10px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 15px;
    top: 50%;
    width: 0;
}

div.easy-t-cycle-prev:after {
    margin-top: -3px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}




.fusion-tb-footer{ 
    padding-top: calc( ((100vw * 185 ) / 1600 /2 ) - 5px);
    position: relative;
}
.fusion-tb-footer::before{
    content: '';
    position: absolute;
    height: calc( (100vw * 185 ) / 1600);
    width: 100%;
    top: 0;
    left: 0;
    background: url(assets/images/bottom-lines-bg.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}
.footer-widgets{
    position: relative;
    background: url(assets/images/footer-widgets-bg.png) no-repeat , linear-gradient(145deg, #195fb4 0%,#1d4e89 100%);
    background-size: 100% , auto !important;
    background-position: center bottom !important;
}
/**
.footer-widgets::before{
    content: '';
    position: absolute;
    height: calc( (100vw * 185 ) / 1600);
    width: 100%;
    top: 0;
    left: 0;
    background: url(assets/images/bottom-lines-bg.png) no-repeat center bottom;
    background-size: 100%;
} **/
.copyright a{
    color: #6889af;
}

 