.jamie_footer{
    padding-top: 52px !important;
    padding-bottom: 20px !important;
}

/*Columns*/

.jamie_footer .et_pb_row .et_pb_column_1_4:first-child {
    width: 37.5% !important;
    margin-right: 5.5% !important;
}

.jamie_footer .et_pb_row .et_pb_column_1_4 {
    width: 14.5% !important;
    margin-right: 6.7% !important;
}

.jamie_footer .et_pb_row .et_pb_column_1_4:last-child {

    margin-right: 0 !important;
}

/*Map*/

body:not(.et-fb) .jamie_footer .et_pb_map {
    height: 100% !important;
}


body.et-fb .jamie_footer .et_pb_map {
    min-height: 100% !important;
}

/*Social Icons*/

.jamie_footer .et_pb_social_media_follow {
    float: right;
}

.jamie_footer .et_pb_social_media_follow a:before {
    color: inherit !important;
    width: auto !important;
    height: auto !important;
    line-height: 180% !important;
    font-size: 13px !important;
}

.jamie_footer .et_pb_social_media_follow li a {
    width: auto !important;
    height: auto !important;
    margin-right: 54px !important;
}

.jamie_footer .et_pb_social_media_follow li:last-child a {
    margin-right: 4px !important;
}


.jamie_footer .et_pb_column_1_2 a:hover{
    opacity: 0.6;
}
/*Css Animation*/

.jamie_footer .et_pb_social_media_follow li a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.jamie_footer .et_pb_social_media_follow li a:hover {
    transform: scale(1.3);

}


/*Links*/

.jamie_footer .et_pb_row a:hover{
    opacity: 0.5;
}
.jamie_footer .et_pb_row a{
    color: inherit !important;
}

/* Visual Builder */

body.et-fb .jamie_footer .et_pb_row .et_pb_column_1_4 {
    width: 14.5% !important;
    margin-right: 2.7% !important;
}

body.et-fb .jamie_footer .et_pb_row .et_pb_column_1_4.et-first-child {
    width: 37.5% !important;
    margin-right: 5.5% !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .jamie_footer .et_pb_row .et_pb_column_1_4 {
        width: 18.5% !important;
    }

    .jamie_footer .et_pb_row .et_pb_column_1_4:first-child,
     body.et-fb .jamie_footer .et_pb_row .et_pb_column_1_4.et-first-child {
        width: 25.5% !important;
    }
}

@media only screen and (max-width: 980px) {
    .jamie_footer .et_pb_row .et_pb_column_1_4:first-child,
    .jamie_footer .et_pb_row .et_pb_column_1_4,
     body.et-fb .jamie_footer .et_pb_row .et_pb_column_1_4.et-first-child {
        width: 22% !important;
        margin-right: 4% !important;
    }

    .jamie_footer .et_pb_map_container {
        height: 350px;
    }

    .jamie_footer .et_pb_column_1_2 .et_pb_text {
        text-align: center !important;
    }

    .jamie_footer .et_pb_social_media_follow {
        float: none;
        text-align: center;
    }

    .jamie_footer .et_pb_social_media_follow li {
        float: none !important;
        display: inline-block;
    }

    .jamie_footer{
        padding-top: 8vw !important;
        padding-bottom: 8vw !important;
    }
}

@media only screen and (max-width: 767px) {
    .jamie_footer .et_pb_row .et_pb_column_1_4:first-child, 
    .jamie_footer .et_pb_row .et_pb_column_1_4,
     body.et-fb .jamie_footer .et_pb_row .et_pb_column_1_4.et-first-child {
        width: 46% !important;
        margin-right: 4% !important;
    }

    .jamie_footer{
        padding-top: 10vw !important;
        padding-bottom: 10vw !important;
    }
}

@media only screen and (max-width: 480px) {
    .jamie_footer .et_pb_row .et_pb_column_1_4:last-child{
        margin-bottom: 0 !important;
    }
    .jamie_footer .et_pb_row .et_pb_column_1_4:first-child,
    .jamie_footer .et_pb_row .et_pb_column_1_4,
     body.et-fb .jamie_footer .et_pb_row .et_pb_column_1_4.et-first-child,
     body.et-fb .jamie_footer .et_pb_row .et_pb_column_1_4.et-last-child {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 40px;
    }

    .jamie_footer .et_pb_row .et_pb_column_1_4 .et_pb_promo h2,
    .jamie_footer .et_pb_row .et_pb_column_1_4 .et_pb_promo {
        text-align: center !important;
    }

    .jamie_footer .et_pb_map_container {
        height: 250px;
    }
}