/*
Theme Name: Anzio Child
Theme URI: www.anzio.az-theme.net
Description: Anzio - Responsive OnePage WordPress Theme
Author URI: www.az-theme.net
Author: AZ-Theme
Version: 1.0.3
Template: anzio
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anzio
Tags: blog, business, clean, corporate, creative, gallery, modern, one page, onepage, photography, portfolio, responsive, restaurant, showcase, single-page
*/
@import url("../anzio/style.css");

.top-header{
    background-color:#1a1a1a;
    color:#fff;
    padding-right:10px;
    padding-left:10px;
}

.top-header p{
    margin:0;
}

.top-header .container-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:auto;
}

.top-header .container-top > section{
    max-width:300px;
    flex-grow:1;
}

.az-main-menu{
    margin-top:10px;
}

.az-main-menu > ul > li > a{
    padding-top:16px;
    padding-bottom:16px;
}

.header-content .logo{
    margin-top:16px;
    margin-bottom:16px;
}

.toggle-mobile-menu{
    margin-top:24px;
}

@media(min-width:1200px){
    .container-top{
        width:1120px;
    }
}

@media(max-width:768px){
    .top-header{
        padding:0;
    }
    .top-header .container-top > section{
        display:none;
    }
    .top-header .container-top section:last-child{
        display:block;
        width:100%;
        max-width:100%;
    }
}



