/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.strokeheading .elementor-heading-title{
	  display: inline-block;
	  color: transparent;
	  -webkit-text-stroke: 2px var( --e-global-color-7fa9700 ); /* Creates visible stroke */
	  font-weight: bold;
	  background-color: transparent;
}
.contactform input,.contactform textarea {
    border-width: 0 0 1px 0 !important;
}
.contactform textarea {
    height: 60px !important;
}
.contactform label,.contactform .wpforms-field-label,.consultantform label{
    font-weight: 500 !important;
}
.contactform label,.consultantform label {
    margin-bottom: 8px !important;
}
.contactform .wpforms-field-checkbox ul {
    row-gap: 8px !important;
}
button#wpforms-submit-156,#wpforms-submit-272 {
    padding: 12px 24px;
}
button#wpforms-submit-156:hover,#wpforms-submit-272:hover{
	background:#000;
}
.consultantform.wpforms-container .wpforms-field{
	padding:10px 0 !important;
}

 @media(max-width: 1024px) {
    .navigationcol nav {
        position: fixed !important;
        width: 100% !important;
        height: 100vh;
        margin-top: 0 !important;
        border: 0;
        left: 0 !important;
        top: 0 !important;
        max-width: 280px;
        height: 100% !important;
        flex-direction: column;
        box-shadow: 0 0 9px 0 #dbdbdb;
        transform: translatex(-350px) scaleY(1) !important;
        transition-duration: 0.5s;
        opacity: 1 !important;
        z-index: 99999 !important;
        --menu-height: 1000vmax !important;
        max-height: 100% !important;
    }
   .navigationcol .elementor-menu-toggle.elementor-active + nav {
  transform: translateX(0) !important;
}
}
@media(max-width:768px){
	.wpforms-field {
    width: 100% !important;
    margin-left: 0 !important;
}
}
