/*
	Theme Name: Humpton Child
	Theme URI: http://humpton.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: humpton
	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: humpton-child
*/


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

Add here your own styles
-------------------------------------------------------------------*/
.display-initial{
	display: initial;
}

.txt-black{
	color: black;
	font-style: normal !important;
}
.rosa_mx{
	color: #ff0068;
	font-style: normal !important;
}

#logo img {
   height: 100px;
	width: 100px;
}

#hero.has-image .hero-title-wrapper {
    margin-top: 100px !important;
}

.open_positions{
	font-size: 45px;
}

#hero-description {
	padding-bottom: 70px;
	padding-top: 5px;
}

.news-panel-title span{
    font-size: 37px !important;
}

.team-member span{
	color: black !important;
	font-weight: normal !important;
	font-size: 25px !important;
}

.team-member div{
	font-weight: normal !important;
	font-size: 37px !important;
}

.open-positions h5{
	font-size: 37px !important;
}

.light-content .accordion.bigger-acc dt {
    margin-top: 40px !important;
    border-top: 1px solid #e5e5e5 !important;
}

.txt-black-hero{
	color: black;
	font-style: normal !important;
}

.txt-white-hero{
	color: white !important;
}

.our-capbilities {
	margin-left: -200px;
}

.margin-cero{
	margin: 0px;
}

#hero.has-image #hero-caption {
    padding-top: 220px;
	padding-bottom: 20px;
	height: fit-content !important;
}

.awsm-job-single-wrap{
	background: white;
	color: black !important;
	padding: 100px;
}

h4 {
	line-height: normal;
}

.awsm-job-single-wrap input, .awsm-job-single-wrap textarea, .awsm-job-single-wrap input, .awsm-job-single-wrap textarea {
    color: black !important; 
    border-bottom: 1px solid black; 
}

.awsm-job-single-wrap h2, .awsm-job-single-wrap p, .awsm-job-single-wrap strong, .awsm-job-single-wrap li, .awsm-job-single-wrap a{
    color: black !important; 
}

.awsm-job-single-wrap input[type="submit"] {
    margin: 0;
    background: transparent;
    border: 1px solid black;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}

.awsm-job-single-wrap input[type="checkbox"] {
   height: 20px;
	width: 20px;
}

#hero .hero-arrow {
	display: none;
}

#post-navigation, #post-comments {
	display: none;
}

.hero-title-medium {
	font-family: "CodigoMx UD";
	font-size: 155px;
	line-height: normal;
    font-weight: 500;
}

.hero-title-small{
	font-family: "CodigoMx UD";
	font-size: 105px;
	line-height: 6vw;
    font-weight: 500;
	margin-left: -10px;
}

.hero-title {
	font-size: 120px !important;
	line-height: 8.3rem !important;
}

@media (max-width: 500px) and (min-width: 0px) {
	.hero-title-medium {
		font-size: 65px !important;
		line-height: normal;
	}
	.custom-box h1 {
		line-height: normal;
	}
	.our-capbilities {
		margin-left: 0 !important;
	}
	#hero.has-image #hero-caption {
		padding-top: 155px;
		padding-bottom: 20px;
		height: fit-content !important;
	}
	
	#hero.has-image .hero-title-wrapper {
		margin-top: 70px;
	}

	.hero-title {
		font-size: 60px !important;
		line-height: normal !important;
	}
}