/******************************************************************
Theme Name: JointsWP - Sass
Theme URI: http://www.jointswp.com
Description: 
Author: Your Name Here
Author URI: http://www.yoururlhere.com
Version: 4.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/

/** 
    Blame: Mark Nightingale

    Added extra CSS here for small change to admissions template pages
    
    This is a temporary fix because it will take several hours / a day to update the entire 
    theme to work with 2026 CSS. Instead I am just overriding some styles here to 
    apply the requested changes. 

    // Todo: Update the whole theme to use webpack and deprecate gulp

**/
.admissions-enquires-inner-col {
    margin-bottom: 30px;
}
@media screen and (min-width: 1024px) { 
    .admissions-enquires {
        width: 900px !important;
    }
    .admissions-enquires .admissions-enquires-inner {
        display: flex;
        width: 425px;
        margin: 0 -5px;
    }
    .admissions-enquires .admissions-enquires-inner > * {
        flex: 1 0 0;
        padding: 0 5px;
    }
}
@media screen and (min-width: 1300px) { 
    .admissions-enquires .admissions-enquires-inner {
        width: 600px;
    }
}

.contact-info p {
    overflow: hidden;
}
.contact-info p img {
    width: 260px;
}

.contact-info + .contact-info {
    margin-top: -25px;
}