/*
	Theme Name: Antro Child
	Theme URI: http://clapat-themes.com/wordpress/antro/
	Description: Responsive Wordpress Theme
	Template: antro
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: antro-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/
@font-face {
    font-family: 'geomanistregular';
    src: url('assets/fonts/geomanist-light-webfont.eot');
    src: url('assets/fonts/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/geomanist-light-webfont.woff2') format('woff2'),
    url('assets/fonts/geomanist-light-webfont.woff') format('woff'),
    url('assets/fonts/geomanist-light-webfont.ttf') format('truetype'),
    url('assets/fonts/geomanist-light-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geomanistbold';
    src: url('assets/fonts/geomanist-bold-webfont.eot');
    src: url('assets/fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/geomanist-bold-webfont.woff2') format('woff2'),
    url('assets/fonts/geomanist-bold-webfont.woff') format('woff'),
    url('assets/fonts/geomanist-bold-webfont.ttf') format('truetype'),
    url('assets/fonts/geomanist-bold-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, p, .flexnav li a, h5, h6, .hero-subtitle
{
    font-family: "geomanistregular";
}
b, strong, h1, h2, h3, h4, /*h5, h6,*/
.hero-title, .next-hero-title, .button-text, .post-title,
.socials-text, .copyright,  .next-hero-subtitle, .slide-title {
    font-family: "geomanistbold";
}
b, strong, .button-text span, .socials-text, .copyright {
    text-transform: uppercase;
}
.button-text span, .socials-text, .copyright {
    font-size: 14px;
}
.hero-subtitle {
    font-size: 29px;
}
#backtotop .button-icon, .socials i, .socials-icon i {
    font-size: 26px;
}
#showcase-slider-holder .slide-title span::before {
    display: none;
}