/*
    Theme Name: Digitheme
    Author: Digicrest
*/
@charset "UTF-8";

/* ABSTRACTS */
@import url('src/stylesheets/abstracts/_variables.css');
@import url('src/stylesheets/abstracts/_classes.css');

/* VENDORS */
@import url('src/stylesheets/vendors/_reset.css');
@import url('src/stylesheets/vendors/_gravity_forms_overrides.css');
@import url('src/stylesheets/vendors/_splide_overrides.css');

/* BASE */
@import url('src/stylesheets/base/_fonts.css');
@import url('src/stylesheets/base/_typography.css');
@import url('src/stylesheets/base/_animations.css');
@import url('src/stylesheets/base/_base.css');

/* LAYOUTS */
@import url('src/stylesheets/layout/_menu_desktop.css');
@import url('src/stylesheets/layout/_menu_mobile.css');
@import url('src/stylesheets/layout/_header.css');
@import url('src/stylesheets/layout/_footer.css');
@import url('src/stylesheets/layout/_banner.css');

/* PAGES */
@import url('src/stylesheets/pages/_home.css');
@import url('src/stylesheets/pages/_thank_you.css');

/* COMPONENTS */
@import url('src/stylesheets/components/_menu_button.css');
@import url('src/stylesheets/components/_scrollbar.css');
@import url('src/stylesheets/components/_wysiwyg.css');
@import url('src/stylesheets/components/_button.css');
@import url('src/stylesheets/components/_missing_content.css');
@import url('src/stylesheets/components/_phone_number.css');
@import url('src/stylesheets/components/_email_address.css');
@import url('src/stylesheets/components/_copyright_and_accreditation.css');
@import url('src/stylesheets/components/_tile_service.css');
@import url('src/stylesheets/components/_street_address.css');


.bottom_wave, .top_wave{position:absolute;}
.bottom_wave{
    background:url('https://cfbuild.co.uk/vanguru/wp-content/uploads/2024/03/bottom_wave-e1710867646148.png');
        width: 100%;
    height: 160px;
    bottom: -20px;
    z-index: 9;

    background-size: cover;
    left: 0;
    background-position: top center;
}
#electric-vehicles .media-wrapper{opacity:0;}

.top_wave {
    background: url(https://cfbuild.co.uk/vanguru/wp-content/uploads/2024/03/top_wave-e1710867656580.png);
    width: 100%;
    height: 135px;
    top: 0;
    z-index: 9;
    background-size: cover;
    left: 0;
    background-position: bottom center;
}

.banner{padding-bottom:150px;}
#electric-vehicles h2.title {
    padding-top: 75px;
}

.banner .media-container{opacity:0;}

#shauns_back {
    background: url(https://cfbuild.co.uk/vanguru/wp-content/uploads/2024/03/Group-7-e1710866218300.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center right;
}

#big_image{    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;}

.wave_banner {
    background: url(https://cfbuild.co.uk/vanguru/wp-content/uploads/2024/03/wave_top-e1710868279284.png);
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: -20px;
    left: 0;
    background-size: cover;
    background-position: top center;
}

#included{margin-top:200px;}

@media screen and (max-width: 1400px) {
    
    #electric-vehicles h2.title {
    padding-top: 40px;
}
    
    .bottom_wave {
    background: url(https://cfbuild.co.uk/vanguru/wp-content/uploads/2024/03/bottom_wave-e1710867646148.png);
    width: 100%;
    height: 160px;
    bottom: -5px;
    z-index: 9;
    background-size: cover;
    left: 0;
    background-position: top center;
}
    
}


@media screen and (max-width: 820px) {
    
    .copyright-and-accreditation{display:none!important;}
    
    #electric-vehicles h2.title {
    padding-top: 0;
}
    
    
    #shauns_back {
       
        background-position: center left; 
    }
    .banner{padding-bottom:40px;}
    .banner .media-container {
    opacity: 0;
    display: none;
}
    
    #electric-vehicles .media-wrapper {
    opacity: 0;
    display: none;
}
    
}


