/*
 Theme Name:   Industrial Child Theme
 Theme URI:    http://themeforest.net/user/Anps/portfolio
 Description:  Industrial Child Theme
 Author:       AnpsThemes
 Author URI:   http://themeforest.net/user/Anps/portfolio
 Template:     industrial
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  license.txt
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
 Text Domain:  industrial-child
*/

/* Place your custom CSS in this file */

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Forza Medium';
font-style: normal;
font-weight: normal;
src: local('Forza Medium'), url('Forza-Medium.woff') format('woff');
}

h1, h2 {
    font-family: 'Forza Medium';
}
p, body {
	font-size:18px!important;
}
/*  Hiding because jQuery is broken for nav 
.burger.pull-right{
    display:none;
}

@media screen and (max-width: 1199px){
   .mobile-menu {
       display:block;
       
   }
   
   .mobile-menu div {
         text-align: center; 
         margin: 20px 0;
         padding-top: 20px;
         padding-bottom:20px;
          width:100%;
             background: #16242e;
   }
   
   .mobile-menu a {
    font-size: 1.5em;
 
    color: white;
    padding: 10px 0px;
    width:100%;
   }
}

@media screen and (min-width: 1200px){
   .mobile-menu {
       display:none!important;
   }
}
*/