/*
Theme Name: Guntenify Hustle Child
Author: 
Description: Your description goes here
Version: 1.0
Template: gutenify-hustle

This is the child theme for Gutenify Hustle theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
  body {
		margin: 0;
		--wp--style--global--content-size: 1172px;
		--wp--style--global--wide-size: 1300px;
		--wp--preset--color--primary: #ff6600;
}

.contact-us-form {
    width: 80%;
    max-width: 100%;
    padding-top: 50px!important;
    padding-right: 60px!important;
    padding-bottom: 50px!important;
    padding-left: 60px!important;
    background-color: #ffff;
    border-radius: 50px;
    color: #000;
}
.contact-heading{
	color: #000;
}
.contact-us-form input, .contact-us-form textarea{
    background: #e0e0e0e0;
    border-radius: 8px!important;
    color: #000;
}
.contact-us-form input:focus, .contact-us-form textarea:focus{
	color: #000;
}
.contact-us-form .wpcf7-submit {
    background: #ff6600 !important;
    width: 100%;
    color: #fff;
}
.contact-us-form p:last-child {
    max-height: 50px;
}
.scrolled {
    position: fixed;
    width: 100%;
    z-index: 999;
    max-width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
   .header-btn-mob {
    display: none !important;
}
header .wp-container-5 {
    gap: 0 !important;
}
.contact-us-form {
    width: 100%;
    max-width: 100%;
    padding-top: 25px!important;
    padding-right: 25px!important;
    padding-bottom: 25px!important;
    padding-left: 25px!important;
    background-color: #ffff;
    border-radius: 50px;
    color: #000;
}
}
