/*
Theme Name:         Teseo
Theme URI:          
Description:        SEO optimized wordpress theme
Version:            1.0.0
Author:             limogin.com 
Author URI:         
Tags:        		featured-images, post-formats, responsive-layout, translation-ready
Text Domain: 		teseo
*/

#header .logo > a {
    height: 32px;
    margin-top: 19px;
    margin-bottom: 19px;
}

body.sticky-header #header .logo > a {
    height: 32px;
    margin-top: 19px;
    margin-bottom: 19px;
}

@media (min-width: 992px){
    #header .logo > a {
        height: 36px;
        margin-top: 22px;
        margin-bottom: 22px;
    }
}

body .header-menu ul li a {
    padding: 0 12px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
}

@media (min-width: 1200px){
    body .header-menu ul li a {
        padding: 0 15px;
        letter-spacing: .1pt;
        font-size: 20px;
    }
}
