/**
 * Theme Name:   Astra Child
 * Theme URI:    http://github.com/mnestorov/astra-child
 * Description:  A child theme for Astra
 * Author:       Martin Nestorov
 * Author URI:   http://github.com/mnestorov
 * Template:     astra
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


.main-header-menu .sub-menu{
    background: #000;
    max-width: max-content;
}

.contact-page-form label{
    color: #fff !important;
}

.contact-page-form .wpforms-field-description{
	color:#fff;
}

.contact-page-form-button {
    border-color: #d91882;
    color: #d91882;
}

.wpforms-confirmation-container .wpforms-confirmation-scroll p {
	color:#fff;	
}

.contact-page-form-button:hover {
    border-color: #d91882;
    background-color: #d91882;
	color: white;
	transition-duration:0.3;
}

@media only screen and (max-width: 768px) {
      .elementor-25 .elementor-element.elementor-element-2b6ead2 {
        background-color: #ECEBEB;
    }
}
