/*
	Theme Name: Harington Child
	Theme URI: http://harington.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: harington
	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: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: harington-child
*/


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

Add here your own styles
-------------------------------------------------------------------*/

	
@font-face {
    font-family: 'PowerGrotesk';
    src: url('fonts/PowerGrotesk-Light.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'PowerGrotesk';
    src: url('fonts/PowerGrotesk-Medium.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'PowerGrotesk';
    src: url('fonts/PowerGrotesk-Heavy.woff') format('woff');
    font-weight: 800; /* Heavy */
    font-style: normal;
}

@font-face {
    font-family: 'PowerGrotesk';
    src: url('fonts/PowerGrotesk-Black.woff') format('woff');
    font-weight: 900; /* Black */
    font-style: normal;
}

h1 {
	font-family: 'PowerGrotesk', sans-serif!important;
    font-weight: 900!important;
}

h2 {
	font-family: 'PowerGrotesk', sans-serif!important;
    font-weight: 500!important;
}

.hero-title {
	font-family: 'PowerGrotesk', sans-serif!important;
    font-weight: 800!important;
}


@media screen and (max-width: 900px) {
    .hero-subtitle-wrapper, .indent-title .hero-subtitle-wrapper {
        max-width: 100% !important;
    }
}

.light-blue {
	color:516D87!important
}