/*
Theme Name: McGill Infosite child theme
Description: Child theme for wp-bootstrap-mcgill-infosite
Author: Erick Frappier
Author URI: https://zaa.cc
Template: wp-bootstrap-mcgill-infosite
Version: 0.1.0
*/

.mcgill-logo {
    padding-top: 7px;
    padding-bottom: 7px;
}

.mcgill-logo a {
    padding-right: 20px;
}

.navbar-brand .site-logo {
    max-width: 50% !important;
    border-left: 1px solid rgb(154, 152, 152);
    padding-top: 7px;
    padding-bottom: 4px;
}

@media only screen and (max-width: 990px) {
    .navbar-brand .site-logo {
        max-width: 100% !important;
    }
}

.navbar-brand a.site-title {
    font-family: 'McGill Sans Medium', sans-serif;
    font-weight: normal;
}

.navbar-brand a.site-title,
.navbar-brand .site-tagline {
    padding-left: 1.25rem;
}

#brand-footer a.site-title {
    font-size: 2rem;
}

#thrive-comments .tcm-voting-container .tcm-voting-input .tcm-thumb_up svg,
#thrive-comments .tcm-voting-container .tcm-voting-input .tcm-thumb_down svg {
    top: 0px !important;
}

.tcm-dropdown:not(.tcm-really-random) .tcm-toggle-button svg {
    top: 0px !important;
}