/**
Theme Name: FTM Child Theme CA
Author: FTMedia
Author URI: https://www.ftmedia.com
Description: Custom child theme
Version: 1.0.0
Text Domain: ftm-child
Template: ftm-base
*/


body header > .ftm-header-content-wrapper{
    min-height: 45px;
}

body header .ftm-header-content-wrapper > .ftm-site-logo-wrapper > a {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin: 0px 15px;
}

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

    body header .ftm-header-content-wrapper > .ftm-site-logo-wrapper {
        max-width: 155px;
    }    

    body header .ftm-header-content-wrapper > nav#site-navigation.main-navigation {
        top: 45px;
    }    

    body header .ftm-header-content-wrapper > nav#site-navigation.main-navigation ul#menu-gs-main-menu.menu {
        margin-left: 0;
    }
}