/*
 Theme Name:   Education Hub - Child
 Theme URI:    https://www.fareilweb.com
 Description:  Twenty Fifteen Child Theme
 Author:       Luca Cilfone
 Author URI:   https://www.fareilweb.com
 Template:     education-hub
 Version:      0.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  education-hub-child
*/


.site-branding {
    display: inline-block;
    margin-top: 12px;
}
.site-branding #site-identity {
    position: relative;
    bottom: 0;
}
.site-logo-link > img, .custom-logo-link img {
    max-height: 150px;
    border-left: 5px solid #f4a024;
}
@media only screen and (max-width: 767px) {
    .site-logo-link, .custom-logo-link {
        display: inline-block;
        float: none;
        margin-right: 0;
        max-width: none;
    }
    .site-branding {
        margin: 24px auto 24px auto;
    }
}
@media only screen and (max-width: 610px) {
    #page #masthead {
        background-position: center top;
        background-size: 100% auto;
        padding-top: 24px;
    }
}



/* =========================================================================== *
 * Contact
 * =========================================================================== */
.contact-data {
    float:left;
    width: 100%;
}
.contact-form {
    float:left;
    width: 100%;
}
.map {
    float: left;
    width: 100%;
    margin-top: 48px;
}
.map iframe {
    width: 100%;
}
@media all and (min-width: 768px) {
    .contact-data {
        width: 50%;
    }
    .contact-form {
        width: 50%;
    }
}
