/*
Theme Name:   Proty Child Theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://protywp.themesflat.co/
Template:     proty
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  proty-child-theme
*/

/*@font-face {
    font-family: 'Corbel';
    src: url('../assets/fonts/corbel/corbel-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel-bold';
    src: url('../assets/fonts/corbel/corbel-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}*/
.ui-datepicker.forminator-calendar--material .ui-datepicker-header .ui-datepicker-title {
    padding: 0 15px !important;
}
div#ui-datepicker-div .ui-datepicker-title {
    padding: 0 15px !important;
}
.ui-datepicker.forminator-calendar--material .ui-datepicker-calendar tbody tr td a, .ui-datepicker.forminator-calendar--material .ui-datepicker-calendar tbody tr td span {
    text-align: center !important;
}
input.select2-search__field {
    border-radius: unset !important;
    color: #fff !important;
}
#footer .widget_nav_menu a:hover {
    color: #fff !important;
}
#footer .widget.widget_nav_menu ul li a::before, footer .widget.widget_nav_menu ul li a::before {
    background: #fff !important;
}
.widget.widget_nav_menu ul li a::after, footer .widget.widget_nav_menu ul li a::after {
    color: #fff !important;
}
div#map-single {
    display: none;
}
article.real-estate .col-lg-4.col-md-12 {
    display: none;
}
article.real-estate .col-lg-8.col-md-12 {
    width: 100% !important;
}
span.button-show-hide {
    font-weight: 700 !important;
}

span.forminator-step-label {
	display: none !important;
}
@media (max-width: 767px) {
    #header #logo a img {
        width: 180px !important;
		min-width: 180px !important;
    }
	.forminator-pagination-steps {
		display: flex;
		justify-content: center;
	}
	
}