/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* Hide first/duplicate logo */
body header .header .header-left .logo:first-of-type {
    display: none !important;
}

/* Style the main logo */
body header .header .header-left .logo {
    margin-right: 30px;
    float: left;
    max-width: 130px !important;
}

body header .header .header-left .logo:last-of-type {
    display: block !important;
}

body header .header .header-left .logo img {
    max-height: 91px;
    max-width: 130px !important;
    }

@media screen and (max-width: 991px){
    body header .header .header-left .logo {
        float: none;
        margin: 0px;
        text-align: center;
        width: 130px !important;
        }

    body header .header .header-left {
        float: left;
        margin-right: auto;
        width: 130px !important;
        }
}
