/* ------------ IMAGE GALLERY MODAL OVERLAY (start) ------------ */
.modalImageGallery .nextImg {
    position: fixed;
    background-position: bottom;
    left: 100px;
    bottom: 100px;
}
.modalImageGallery .prevImg {
    position: fixed;
    background-position: bottom;
    left: 50px;
    bottom: 100px;
}


/* May or may not be needed: */
.publicModalClose {
    filter: brightness(0);
    /*filter: brightness(0) invert(1);*/
}

/* Background overlay: */
.publicModalMask {
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* Set side padding: */
.modalImageGallery .imageContainer {
    /*max-width: calc(100% - 80px);*/
}

/* ------------ IMAGE GALLERY MODAL OVERLAY (end) ------------ */

/* ----------------------- CUSTOM FORM  ----------------------- */
#lb-form {
    padding: 20px 0;
    color: #4a4a4a;
    font-size: 14px;
}

#lb-form input {
    width: 100%;
    font-size: 16px;
    vertical-align: top;
    bottom: 0;
    border: 2px solid #e6e6e6;
    padding: 2px;
    box-sizing: border-box;
}

#lb-form textarea {
    width: 100%;
    height: 150px;
    padding: 2px;
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
}

#lb-form input[type="button"] {
    width: auto;
    float: right;
    text-align: center;
    background: white;
    border: 0;
    outline: none;
    color: #4a4a4a;
    font-size: 17px;
    text-transform: uppercase;
    padding: 3px;
}

#lb-form input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/*color of response message*/
#form_response {
    color: red;
}

#lb-form .flex-container {
    margin: 0;
    list-style: none;
    width: 100%;
    overflow: auto;
}

#lb-form .flex-item {
    width: 100%;
    font-size: 1em;
    text-align: left;
    padding-top: 10px;
}

#lb-form .flex-item label {
    position: relative;
    bottom: 1px;
}

/* ------------ CONTACT DETAILS ------------ */
.block_ad5bdef865134f67bdd8ba58a23081dd .blockImg {
    width: 40% !important;
    float: left;
}

.block_ad5bdef865134f67bdd8ba58a23081dd .blockText {
    width: 55% !important;
    max-width: 500px;
    float: left !important;
    right: 10px;
    position: relative;
}

.block_ad5bdef865134f67bdd8ba58a23081dd .blockText {
    color: #4a4a4a;
}

.block_ad5bdef865134f67bdd8ba58a23081dd .blockText .txtCols2 {
    display: inline;
}

.block_ad5bdef865134f67bdd8ba58a23081dd .blockText p {
    padding: 3px 0;
}

.block_ad5bdef865134f67bdd8ba58a23081dd .blockText p:nth-child(2) {
    padding-bottom: 20px;
}

/* ------------ MOBILE/ TABLET VIEW ------------ */
@media screen and (max-width: 768px) {
    .block_ad5bdef865134f67bdd8ba58a23081dd .blockImg,
    .block_ad5bdef865134f67bdd8ba58a23081dd .blockText {
        float: none;
        width: 100% !important;
    }
    
    #lb-form {
        margin-right: 30px;
    }
}


