/*
Theme Name:  Efor Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Efor Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     13.0.1
Template:    efor
Tags:        portfolio
Text Domain: efor-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


.widget-area .widget {
  margin: 0 0 1em 0 !important;
}

.site-title a img{
	width:296px !important;
}

.lila .wpforms-form button[type=submit] {
    background-color: #8FA1FF !important;
    border-color: #8FA1FF !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.lila .wpforms-form button[type=submit]:hover {
    background-color: #87D8C3 !important;
}

.gruen .wpforms-form button[type=submit] {
    background-color: #87D8C3 !important;
    border-color: #87D8C3 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.gruen .wpforms-form button[type=submit]:hover {
    background-color: #8FA1FF !important;
}

div.wpforms-container-full:not(:empty) {
	margin: 0 !important;
}

input[type="checkbox"]::before {
  transform: none !important;
}

.hyphens .elementor-heading-title{
	hyphens: auto;
}