/*
Theme Name: Jesper Child
Theme URL: https://themeforest.net/user/webredox/portfolio
Description: Child theme of Jesper
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: jesper
Version: 1.0
Text Domain: jesper-child
*/ 
/*******Add Your Css Below This Line*********/


.tt-header-inner {
    position: relative;
    width: 100%;
    display: flex
;
    align-items: center;
    gap: 15px;
    margin-top: 0px!important;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: margin .3s;
}

@media (max-width: 1500px) {
    .page-header-inner {
        padding-top: 100px!important;
        padding-bottom: 180px;
        padding-left: 120px;
        padding-right: 120px;
    }
}