/*
 Theme Name:     Steel Tech
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    SteelTech Trading, located in Johannesburg, South Africa, is a distinguished player in the steel trading industry.
 Author:         Druff Interactive
 Author URI:     https://www.druff.co.za/
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Home */
.home-banner .et_pb_slide_content h1 {
    font-family: 'Homenaje', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: calc(5.5vw + 7px) !important;
    color: #00b98e !important;
    letter-spacing: 4px;
    line-height: 1.05em;
}
.home-banner .et_pb_slide_content h1 .home_banner_title {
    color: #fff !important; 
}

/* Contact us */
#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 input[type=tel],
#gform_1 textarea{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: inherit;
    color: #fff;
	box-shadow: none;
    padding-left: 0;
}
input#gform_submit_button_1 {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 13px 2em;
}
input#gform_submit_button_1:hover {
    background: #00b98e;
    border-color: #00b98e;
}

div#gform_confirmation_message_1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 28px;
}
@media (min-width:981px){
	.home-banner .et_pb_slide_description {
		padding-left: 0;
		width: 54%;
		margin: initial;
	}
}
@media (min-width:981px) and (max-width:1060px){
	.container.et_menu_container{
		width:90% !important; 
	}
}
@media (max-width:767px){
	.ginput_container.ginput_recaptcha{
		transform:scale(0.75);
		-webkit-transform:scale(0.75);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}