/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face{
font-family: 'lubalineregular';
src: url('fonts/lubaline_regular-webfont.woff');
/*src: url('fonts/Poppins.eot?#iefix') format('embedded-opentype'),*/
src: url('fonts/lubaline_regular-webfont.woff') format('woff'),
url('fonts/lubaline_regular-webfont.woff2') format('woff2'),
/*url('fonts/Poppins.ttf') format('truetype'),*/
/*url('fonts/Poppins.svg#webfont') format('svg');*/
}

@font-face{
font-family: 'lubalineextra';
src: url('fonts/lubaline_extras-webfont.woff');
/*src: url('fonts/Poppins.eot?#iefix') format('embedded-opentype'),*/
src: url('fonts/lubaline_extras-webfont.woff') format('woff'),
url('fonts/lubaline_extras-webfont.woff2') format('woff2'),
/*url('fonts/Poppins.ttf') format('truetype'),*/
/*url('fonts/Poppins.svg#webfont') format('svg');*/
}

@font-face{
font-family: 'concursoitalian';
src: url('fonts/lubaline_regular-webfont.woff');
/*src: url('fonts/Poppins.eot?#iefix') format('embedded-opentype'),*/
src: url('fonts/ConcursoItalian_BTN.ttf') format('woff');
/*url('fonts/lubaline_regular-webfont.woff2') format('woff2'),*/
/*url('fonts/Poppins.ttf') format('truetype'),*/
/*url('fonts/Poppins.svg#webfont') format('svg');*/
}

@font-face{
font-family: 'concursoitalian_bold';
src: url('fonts/ConcursoItalian_BTN_Bold.ttf');
/*src: url('fonts/Poppins.eot?#iefix') format('embedded-opentype'),*/
src: url('fonts/ConcursoItalian_BTN_Bold.ttf') format('woff');
/*url('fonts/lubaline_regular-webfont.woff2') format('woff2'),*/
/*url('fonts/Poppins.ttf') format('truetype'),*/
/*url('fonts/Poppins.svg#webfont') format('svg');*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: muli, sans-serif;
    text-transform: uppercase;
}

/* This targets all the Muli fonts, used in headers */
.font-377538 {
    text-transform: uppercase !important;
}

.bigtext-line0 {
    padding-bottom: 24px;
}

.date-info, .category-info, .author-info {
    font-family: muli, sans-serif !important;
}

.date-train {
    color: #FFFFFF !important;
}

.margin-top-18 {
    margin-top: 18px !important;
}