/*!
Theme Name: NutStar Software
Theme URI: http://underscores.me/
Author: MHD Group Inc., Gilberto Cisneros
Author URI: https://mhdgroup.agency
Description: A custom theme for NutStar Software
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nutstar-software
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NutStar Software is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.padding-30 { padding: 30px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px; padding-top: 30px;}
.shadow { box-shadow: 0 0 2rem rgba( 0,0,0,.15 );}
.round-box { border-radius: 3px;}
.border-left { border-left: 10px solid #558c2e;}
	
.btn-block { display: block; width: 100%; }
a.rounded-box {border-radius: 3px;}



.highlight-btn a{ background: #558c2e!important; color: white!important; padding: 0 25px!important; line-height: 4rem!important; height: 4rem!important; margin-top: 30px!important; border-radius: 3px!important;}
.highlight-btn-alt a{ background: #222222!important; color: white!important; padding: 0 25px!important; line-height: 4rem!important; height: 4rem!important; margin-top: 30px!important; border-radius: 3px!important;}
.highlight-btn a:hover { background: #000!important;}
@media only screen and (max-width: 460px){ 
	.featured-content-mobile {
		padding-bottom: 0px;
		background-position: center bottom;
		background: transparent!important;
		
	}
	.tms-pagination { display: none; }
}

@media only screen and (max-width: 768px){ 
	
	.title-large {
		font-size: 3.3rem;
	}
}

.mobile .header, .mobile .header .header-inner {
	height: 10rem!important;
}

.hero-content, .hero-slider .tms-caption.no-transition { display: block!important;}

.header .navigation > ul > li > a{ 
	font-weight: bold; font-size: 1.6rem;
}

.uppercase { text-transform: uppercase; }