/*
Theme Name: The Fuller Project
Description: Groundbreaking Reporting on Women
Version: 1.0.3
Author: The Fuller Project
Author URI: https://fullerproject.org/
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
Text Domain: fuller
*/

/* Final enqueue to override theme styles */


#gform_1, #gform_wrapper_1 {
    display:none;
}

@media screen and (max-width: 991px) {

    .hd-header-top .logo-wrapper__mobile {
        width: 200px;
        margin-left: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .nav-header__home-link img {
        width:100% !important;
        height:auto;
    }
}

@media screen and (max-width:767px) {
    .hd-header-top .hdbtn-newsletter{
        margin-right:0;
    }
    .hd-header-top .logo-wrapper__mobile {
        width: 130px;
        margin-left: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .nav-header__home-link img {
        width:100% !important;
        height:auto;
    }
}