/* 
Theme Name:		 WIM Elementor child
Theme URI:		 https://wearewim.nl/
Description:	 WIM Elementor child theme
Author:			 Sjoerd van der Sluis
Author URI:		 https://wearewim.nl/
Template:		 wim-elementor
Version:		 1.0.0
Text Domain:	 wim-elementor-child
*/

/*
    Plaats hier de style
*/

html {
    overflow-x: hidden;
}

.swiper-slide {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 100px!important;
    font-weight: 900;
    text-align: left!important;
}

@media screen and (max-width:1024px) {
    .swiper-slide {
    font-size: 70px!important;
    }
}

@media screen and (max-width:767px) {
    .swiper-slide {
    font-size: 40px!important;
    }
}

.pictogramlijstomgekeerd .elementor-icon-list-item {
    display: flex;
    flex-direction: row-reverse;
}

.pictogramlijstomgekeerd .elementor-icon-list-icon {
    margin-left: 10px;
}

.wimslider img{
    height: 550px!important;
    width: 100%!important;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .wimslider img{
        height: 300px!important;
        width: 100%!important;
        object-fit: cover;
    }
}

.contactform input{
    background-color: transparent!important;
    border-radius: 0!important;
    border: 0!important;
    border-bottom: solid 2px black!important;
    box-shadow: unset!important;
    color: black!important;
    padding: 0!important;
    font-family: 'Montserrat', sans-serif!important;
}

.contactform textarea{
    background-color: transparent!important;
    border-radius: 0!important;
    border: 0!important;
    border-bottom: solid 2px black!important;
    box-shadow: unset!important;
    color: black!important;
    padding: 0!important;
    font-family: 'Montserrat', sans-serif!important;
}

.contactform .gfield_label {
    color: black!important;
    font-family: 'Montserrat', sans-serif;
}

.contactform .gform_button {
    border: 2px solid black!important;
    padding: 2px 40px!important;
    border-radius: 35px!important;
}