/*
Theme Name: Penney, Ruddy & Winter
Theme URI: https://www.penneyruddywinter.co.uk/
Author: Ashley Armstrong
Author URI: https://ashley-armstrong.com
Description: The super duber new base theme
Version: 1.0
*/

.main-footer__logo {
    max-width: 145px;
}

.main-header {
    height: 170px;
}

.main-header__logo {
    max-height: 110px;
}

.main-header__logo--slim {
    position: relative;
    top: 50%;
    transform: translate(10px, 10px);
}

.main-logo.hide > img {
    max-height: 90px;
}

@media (max-width: 1400px) {
    .main-header__container {
        padding: 0 30px !important;
    }
}

@media (max-width: 1200px) {
    .main-header {
        height: 90px;
    }
}

.hero {
    margin-bottom: 0 !important;
}

.main-footer__logo {
    max-width: 275px;
    width: 100%;
}

.mobile-logos {
    position: relative;
}

.mobile-logos > .slim-logo {
    top: 0;
}

.mobile-logos > .slim-logo > .main-header__logo--slim {
    transform: translate(-20px, 10px)
}

@media (max-width: 540px) {
    .main-header__logo {
        max-height: 80px;
    }
}


@media (max-width: 1200px) {
    .main-header {
        height: 110px;
    }

    .main-header.slim {
        height: 90px;
    }
}

@media screen and (min-width: 540px) and (max-width: 1200px) {
    .main-header{
        height: 160px;
    }
}
