@charset "UTF-8";
/*Theme Name:  TurnkeyKitchenRenovations
URI: https://wordpress.org/themes/twentytwentyone/
Author: TurnkeyKitchenRenovations
Author URI: https://wordpress.org/
*/
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {margin: 0!important;padding: 4px 0 0 5px!important;text-align: left!important;background: 0 0!important;border: none!important;font-size: 16px!important;font-weight: 400}
.gform_ajax_spinner {display: none!important}
.instruction.validation_message {display: none!important}
.footer-newsletter .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {margin: 0!important;padding: 0!important}
#gform_confirmation_message_4 {font-size: 16px;color: #fff;line-height: 25px;font-weight: 400;margin: 0}
.contact-form #gform_confirmation_message_1 {font-size: 16px;color: #000;line-height: 25px;font-weight: 400;margin: 0}
.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {width: 100%!important;}
#gform_2_validation_container {display: none !important;}
.gform_validation_errors {display: none !important;}
 

/*Team Page Css*/

.meet-the-team-page {
    padding: 100px 0;
}
.team-box-items {
    text-align: center;
}
.de_light a {
    color: #888;
}
.team-box-items figure {
    margin: 0 auto 15px;
}
.team-box-items figure img {
    width: 100%; border-radius:5px;
}
.team-box-items h4 {
    margin-bottom: 16px;
    line-height: normal;
}
.team-box-items h4 a  { color: #30457C;}
.team-box-items h4 a:hover  { color: #4d97d2;}  
.team-box-items a.btn-custom.ppopx {
    display: inline-block;
    line-height: normal;
    text-decoration: none!important;
}
a.btn-custom, a.btn-custom:active, a.btn-custom:focus, a.btn-custom:visited, .btn-custom {
    color: #fff;
    border-radius: 3px;
    padding: 15px 30px 15px 30px;
    min-width: 120px;
    outline: 0;
}
a.btn-custom:hover, .btn-custom:hover {
    color: #fff;
    opacity: .8;
    -webkit-box-shadow: 8px 8px 40px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 8px 8px 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0 rgb(0 0 0 / 30%);
}
.board-of-directors .col-sm-3 {
    padding: 15px 30px;
}
.board-of-directors .row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}


.modal-popup-content .modal-dialog.modal-lg {
    max-width: 1030px!important;
    margin: 40px auto 0;
    width: 95%;
}
.modal-popup-content button.close {
    background: #4d97d2;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 27px;
    line-height: 24px;
    text-shadow: none;
    box-shadow: none;
    display: grid;
    position: absolute;
    z-index: 1 !important;
    right: -6px;
    top: -4px;
    opacity: 1 !important;
    border-radius: 50%;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1 !important;
}
.modal-popup-content .modal-content {
    border: none;
}
.modal-popup-content .modal-content .modal-body {
    background: #f7f7f7;
    padding: 30px;
}
@media (max-width: 1199px){
.meet-the-team-page {
    padding: 60px 0;
}
.team-box-items h4 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 25px;
}
.board-of-directors .col-sm-3 {
    padding: 15px 25px;
}
}

@media (max-width: 900px){
.meet-the-team-page {
    padding: 30px 0;
}
.team-box-items h4 {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 24px;
}
a.btn-custom, a.btn-custom:active, a.btn-custom:focus, a.btn-custom:visited, .btn-custom {
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    min-width: 110px;
    outline: 0;
}
.board-of-directors .col-sm-3 {
    padding: 15px 15px;
}
}

@media (max-width: 767px){
.board-of-directors .col-sm-3 {
    padding: 15px;
        -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.team-box-items figure {
    margin: 0 auto 10px;
    max-width: 100%;
}

}
@media (max-width: 575px){
.board-of-directors .col-sm-3 {
    padding: 10px 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}