body.page-template-template-contact iframe{
    width: 100%;
    flex: 0 0 49%;
    border-radius: 15px;
}


body.page-template-template-contact .contactcontent{
    flex: 0 0 49%;
}

body.page-template-template-contact .content .contacticons li{
    list-style-type: none;
}

body.page-template-template-contact .content .contacticons li a{
    color: white;
    text-decoration: none!important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

body.page-template-template-contact .content .contacticons:nth-child(n+2){
    margin-top: 20px;
}

body.page-template-template-contact .content .contacticons p{
    font-size: 18px;
    line-height: 22px;
    color: white;
    font-weight: 500;
    margin: 0;
}

body.page-template-template-contact .content h4{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    color: white;
}

body.page-template-template-contact .gform_heading{
    display: none;
}

body.page-template-template-contact .content{
    padding-right: 60px;
    box-sizing: border-box;
    min-width: 45%;
    position: relative;
    background: #171717;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
}

body.page-template-template-contact .content > *{
    position: relative;
}

body.page-template-template-contact .content-container{
    overflow: visible;
    
}

body.page-template-template-contact .image-choices-use-images{
    position: relative;
    z-index: 0;
}

body.page-template-template-contact .contactwrapper{
    border: 1px solid black;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

body.page-template-template-contact h1 span{
    position: relative;
    font-family: 'caveat', sans-serif;
    bottom: 5px;
    font-weight: 500;
}

body.page-template-template-contact .groenecubes{
    width: 400px;
    position: absolute;
    right: -60px;
    top: 100px;
}

body.page-template-template-contact .contactform{
    position: relative;
    flex: 1;
    padding: 40px 60px;
    box-sizing: border-box;
}

body.page-template-template-contact h1{
    color: white!important;
}

body.page-template-template-contact h1 span:before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    bottom: -25px;
    left: 0;
    background-image: url(/wp-content/themes/charliens/assets/images/stroke.png);
    background-size: contain;
    background-position: center;
}

body.page-template-template-contact .contactinfowrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 40px;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a{
    display: flex;
    color: white;
    gap: 5px;
    align-items: center;
    font-size: 18px;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a{
    text-decoration: none!important;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a{
    font-weight: normal!important;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a i{
    width: 30px;
    height: 30px;
    color: black;
    display: flex;
    align-items: center;
}

body.page-template-template-contact .contactform .image-choices-use-images .ginput_container_checkbox{
    margin-top: 20px;
}

body.page-template-template-contact .contactinfowrapper .contacticons li{
    list-style-type: none;
    margin-bottom: 10px;
}

body.page-template-template-contact .contactcontent h3{
    margin-bottom: 10px;
}

body.page-template-template-contact .contactcontent p:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    body.page-template-template-contact .contactwrapper{
        flex-wrap: wrap;
    }

    body.page-template-template-contact .content{
        flex: 0 0 100%;
    }

    body.page-template-template-contact .contactform{
        flex:  0 0 100%;
    }

    body.page-template-template-contact .contactform{
        padding: 40px 30px;
    }
}

@media screen and (max-width: 600px) {
    .contactwrapper .contactform .gfield_checkbox .image-choices-choice{
        flex: 0 0 100%!important;
    }

    .contactwrapper .contactform .gfield_checkbox .image-choices-choice:not(:last-child){
        margin-bottom: 20px;
    }
}