/*
Theme Name: Garp
Description: This is a Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: garp
*/

.form-download-wrapper {  padding-top: 2% !important; }
  .form-group {
	margin-bottom: 10px !important;
}

input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select{
	height: 35px !important;
}

.hero-section-inner {
	position: relative;
	min-height: 100vh !important;
}

@media screen and (max-height: 800px) {
    .hero-section-inner{ min-height: 900px !important; }
}

@media ( min-width: 1024px ) and ( max-width: 1199px ) {
    .form-download .form-header .h4{
        margin-bottom: 10px !important;
    }
    .form-download .form-header .h4 > br{display: none;}
    .hero-section-inner .hero--caption-inner {
    max-width: 50% !important;
}
}



@media ( max-width: 1023px ) {
.form-download{ padding: 30px !important; }
    .hero-section-inner .hero--caption-inner {
	max-width: 50% !important;
}
}
@media ( max-width: 767px ) {
.hero-section-inner{ min-height:inherit!important; }
    .hero-section-inner .hero--caption-inner {
	max-width: 100% !important;
}
}
.fine-text {
    font-size: 12px !important;
}