/*
Theme Name: Increase Estate
Theme URI: https://www.increasedigital.eu
Description: Increase Estate Theme
Tags: increase, estate, realestate, portfolio, building, blog, clean, elegant, modern, design
Author: Increase Digital
Author URI: https://www.increasedigital.eu
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: increase
Domain Path: /languages

CSS changes can be made in files in the /assets/css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.gmpInfoWindowtitle {color:#8AB947 !important; font-size: 14px !important;}

body {
     background-color: white !important; 
     color: #999 !important; 
}

h1, h2, h3, h4, h5, h6, span, #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form .mdc-theme--text-primary-on-dark, #cf7md-form.cf7md-theme--dark .mdc-form-field, #cf7md-form.cf7md-theme--dark .cf7md-file--value, #cf7md-form.cf7md-theme--dark .cf7md-card-title, #cf7md-form.cf7md-theme--dark input, #cf7md-form.cf7md-theme--dark textarea, #cf7md-form.cf7md-theme--dark select, #cf7md-form.cf7md-theme--dark .wpcf7-list-item label, #cf7md-form.cf7md-theme--dark .cf7md-accept-label, #cf7md-form.cf7md-theme--dark .mdc-floating-label .cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-floating-label, #cf7md-form.cf7md-theme--dark .cf7md-checkbox-label, #cf7md-form.cf7md-theme--dark .cf7md-radio-label, #cf7md-form.cf7md-theme--dark .cf7md-switch-label, #cf7md-form.cf7md-theme--dark .cf7md-file--value, #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-floating-label, #cf7md-form.cf7md-theme--dark .mdc-button--outlined:disabled, #cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):not(:disabled), #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon, #team_wrapper .h4, .h2, .h3, .h4, .text-gray, .mpc-accordion p {
     color: #999!important ; 
}
.echipa h3, .echipa h6 {
color:white !important;
}

.hero_projects .vc_single_image-img {
    object-fit:cover !important;
    height:20vw !important;
}

@media screen and (max-width:767px){
    .hero_projects .vc_single_image-img {

    height:60vw !important;
}

}

#search_bar label, #search_bar select, #search_bar #search_goto_link {
    width:100% !important;
}

@media screen and (min-width:540px){
	#search_bar label, #search_bar .container-btn-search {
	  flex:1;
	}
}



#search_bar select {
  border:0;
  border-bottom: 2px solid #8AB947 !important;
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-button--outlined:disabled, #cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):not(:disabled) {
	border-color: #999 !important; 
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
		border-color: #999 !important; 
	
}

.post-2357 .vc_tta-container > .vc_tta-tabs > .vc_tta-tabs-container > .vc_tta-tabs-list > li > a > span {
	color:white !important;
}

#ubermenu-nav-main-2-header_menu > li > a:hover > span {
color:white !important;	
}

.format_hero_article {
	height:100vh; 
	background-size:cover;
}

.format_title_article {
    background-color: rgba(0, 0, 0, 0.7);
	font-size:2vw !important;
}

@media screen and (max-width:767px){
	.format_title_article {
		font-size:16px !important;
	}
	.format_hero_article {
	height:40vh; 

}
	
}