@media screen {
    /* Main CSS */
     body {
         overflow-x: hidden;
    }
     a, a span, a i {
         outline: none;
    }
    /* Gravity Forms Validation Stars Here */
     .gfield_error input, .gfield_error textarea {
         background-color: rgba(220,20,60,.2) !important;
    }
     .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
         background: transparent !important;
         border: unset !important;
         font-size: 13px !important;
         margin-top: 0 !important;
         padding: 0 !important;
    }
	.gform_required_legend {
		display: none;
	}
    /* End Gravity Forms Validation Ends Here */
    /* Fix Images in Chrome and Edge Starts Here*/
     img {
         transform: translateZ(0);
         image-rendering: -webkit-optimize-contrast;
    }
    /* Fix Images in Chrome and Edge Ends Here*/
    /* Recaptcha Move to the Left */
     .grecaptcha-badge {
         width: 70px !important;
         overflow: hidden !important;
         transition: all 0.3s ease !important;
         left: 4px !important;
    }
     .grecaptcha-badge:hover {
         width: 256px !important;
    }
    /* End Recaptcha Move to the Left */
}
/* Recaptcha hide on mobile */
 @media (max-width: 1024px) {
     .grecaptcha-badge {
         display: none;
    }
}


p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* 
global woocommerce messages styles */
.woocommerce-message,
.woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0;
    position: relative;
    background-color: #f0f0f0;
    color: #000000;
    border-top: 3px solid #D4B86F;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #D4B86F;
}

a.button.wc-forward {
    padding: 12px 35px;
    color: #fff;
    background-color: #d4b86f;
}

a.button.wc-forward:hover {
	color: #fff;
    background-color: #9B8448;
}


/* End Recaptcha hide on mobile */
 