/*
Theme Name: gff
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*Typo*/
/*body{
    font-family: font81129, sans-serif;
}*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/349574");

@font-face {font-family: 'TradeGothicLTPro';src: url('webfonts/349574_0_0.eot');src: url('webfonts/349574_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/349574_0_0.woff2') format('woff2'),url('webfonts/349574_0_0.woff') format('woff'),url('webfonts/349574_0_0.ttf') format('truetype');}
@font-face {font-family: 'TradeGothicLTPro-Bold';src: url('webfonts/34956B_0_0.eot');src: url('webfonts/34956B_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/34956B_0_0.woff2') format('woff2'),url('webfonts/34956B_0_0.woff') format('woff'),url('webfonts/34956B_0_0.ttf') format('truetype');}

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/36b620");

  
@font-face {font-family: 'Liquorstore-Regular';src: url('webfonts/36B620_0_0.eot');src: url('webfonts/36B620_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/36B620_0_0.woff2') format('woff2'),url('webfonts/36B620_0_0.woff') format('woff'),url('webfonts/36B620_0_0.ttf') format('truetype');}


/*header*/
@media (min-width: 960px) {
    .menu-smart > li.wpml-ls-item > a {
        padding: 0px 7px 0px 7px;
    }
}

/*menu*/
@media (max-width: 959px) {
    .menu-smart a {
        font-weight: 500;
        text-transform: none;
    }
    .menu-smart i.menu-icon, .menu-smart a i.fa-dropdown {
       display: none;
    }
}

/*temp*/

.text-logo {
    display: none!important;
}
div.text-top-reduced > *:first-child {
    margin: 0px 0px 0px 0px;
}
.home .text-lead.text-top-reduced {
    /*margin: -1em 0px 0px 0px;*/
    font-size:18px;
}
@media screen and (max-width: 959px) {
    .home .text-lead > * {
        /*margin: 0px 0px 0px 0px;*/
        font-size:15px;
    }
}
@media (max-width: 569px) {
    .fontsize-xl  {
    font-size: 48px!important;
    }
}
.menu-item fa-external-link, .menu-smart i.menu-icon {
    font-size: 12px;
    /*vertical-align: sub;
    top:auto;*/
}

figcaption {
    margin-top: 2em;
    font-size: 15px;
}

/*footer*/
footer .footer-center {
    padding-top: 10px;
    padding-bottom: 15px;
}
footer .style-dark {
    color: #666;
}