/*
Theme Name: Gowilds Child
Theme URI: https://gaviaspreview.com/wp/gowilds/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Gowilds theme.
Template: gowilds
*/

body, .elementor-kit-18{
	 --e-global-color-primary: #F7921E !important;
    --e-global-color-secondary: #F7921E !important;
}
.custom-section-item ul li{
        list-style-type: none;
}
.custom-section-item ul li:before {
    content: '\f00c';
    color: var(--e-global-color-primary);
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position : relative;
    left : -10px

}
.d-flex-justify .field-group-content{
    display: flex;
    justify-content: space-between;
}
.d-flex-justify .field-group-content .row{
    width: 100%;
    margin: 0;
}
.new.babe-search-box{
    display: none !important;
}
.custom-search-box{
    max-width: 80%;
}
.custom-search-box select{
    width: 100%;
}
.custom-search-box .btn-search{
    width: 100%;
}
.custom-search-box #search_form {
    background: transparent !important;
}