/*
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.

*/


/* GENERAL */

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(/wp-content/themes/increaseestate/assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(/wp-content/themes/increaseestate/assets/fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src:url(/wp-content/themes/increaseestate/assets/fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: 'FuturaBold';
    src: url(/wp-content/themes/increaseestate/assets/fonts/FTN85_0.ttf);
}

@font-face {
    font-family: 'FuturaRegular';
    src: url(/wp-content/themes/increaseestate/assets/fonts/FTN45_0.ttf);
}

.futuraReg {
    font-family: 'FuturaRegular', sans-serif;
}

.futuraBold {
    font-family: 'FuturaBold', sans-serif;
}




.montBold {
    font-family: 'Montserrat-Bold', sans-serif;
}

.montSemiBold {
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.font12 {
    font-size: 12px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font45 {
    font-size: 45px;
}

.font110 {
    font-size: 110px;
}



body {
    font-family: Montserrat-Regular, sans-serif;
    color: #3F4643;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "FuturaBold", sans-serif;
    color: #3F4643;
}

/* MAIN MENU */

#header-menu li {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}

li.menu-item {
    margin-left:20px;
}

#menu-main-menu .dropdown-menu {

    border:none;

}

#menu-main-menu .dropdown-menu a {

    /*padding:0.25rem 0;*/

}

@media screen and (max-width: 992px){
    #menu-main-menu .dropdown-menu a {
        text-align: center;
        border:none;
        font-size: 16px !important;
        font-weight: bold;
    }



    #header-menu li {
        font-size: 20px;

    }
}


/* CONTENT */

.header {
/*     padding: 15px 0; */
}

.navbar-brand img {
    width: 150px;
}

.hamburger-btn:focus {
    box-shadow: none;
}

.hero_image .vc_column-inner {
    min-height: 754px;
    max-height: 2215px;
    height: 106vw;
}

.hero_sidebar .vc_column-inner {
    height: 100%;
    background: rgb(130, 0, 83);
    background: linear-gradient(0deg, rgba(130, 0, 83, 1) 0%, rgba(130, 0, 83, 1) 70%, rgba(255, 255, 255, 1) 70%);
}

#big_9 {
    margin-bottom: unset;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28vw;
}

#vertical_line {
    position: absolute;
    top: 26.1vw;

}

#insta_logo {
    position: absolute;
    top: 40vw;
    left: 50%;
    transform: translate(-50%);
}

#facebook_logo {
    position: absolute;
    top: 45vw;
    left: 50%;
    transform: translate(-50%);
}

#maps_logo {
    position: absolute;
    top: 50vw;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (min-width: 712px) and (max-width: 767px) {
    #vertical_line {

        top: 25.1vw;

    }

    #vertical_line .vc_single_image-wrapper > img {
        height: 100px;

    }


}

@media screen and (max-width: 711px) {
    #vertical_line {

        top: 177px;


    }

    #vertical_line .vc_single_image-wrapper > img {
        height: 100px;

    }

    #big_9 {
        width: 170px;
    }

    #insta_logo {
        top: 290px;
    }

    #facebook_logo {
        top: 350px;
    }

    #maps_logo {
        top: 410px;
    }

}


    #vertical_text img {
        width: 0.6vw;
        margin: 0 auto;
    }




@media screen and (max-width: 768px) {
    #vertical_text img {
        width: 4px;
        margin: -33px auto 0 auto;
    }

}


#ninth_sky {
    position: absolute;
    text-transform: uppercase;
    top: 7vw;
    right: 10vw;
}

@media screen and (max-width: 1200px) {
    #ninth_sky {

        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    #ninth_sky {
        right: 1vw;
        font-size: 24px;
        width: 200px;
    }
}

#complex_rezidential_text {
    width: 75%;
}

@media screen and (max-width: 992px) {
    #complex_rezidential_text {
        width: 100%;

    }
}

#buton-localizare {
    font-family: "FuturaBold", sans-serif;
}

@media screen and (max-width: 768px) {
    #buton-localizare a {
        width: 100%;
    }
}

#map_container {
    background: rgb(130, 0, 83);
    background: linear-gradient(180deg, rgba(130, 0, 83, 1) 0%, rgba(130, 0, 83, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.bloc_apt_parcare {
    font-family: FuturaRegular, sans-serif;
}

#investment_text_container > .vc_column-inner > .wpb_wrapper {
    width: 500px;
    margin: 0 auto;
}

@media screen and (max-width: 1235px) {
    #investment_text_container > .vc_column-inner > .wpb_wrapper {
        width: 100%;
    }
}


.buton-gradient {
    font-family: "FuturaBold", sans-serif;
    background: rgb(185, 15, 123);
    background: linear-gradient(270deg, rgba(185, 15, 123, 1) 0%, rgba(130, 0, 83, 1) 100%);
}

#investment_circle {
    position: absolute;
    top: 72px;

    z-index: 1;
}

.garantia-text {
    width: 230px;
}

#finisaje-text {
    width: 800px;
}

#home_gallery_container {
    background: rgb(240, 240, 240);
    background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(255, 255, 255, 1) 50%);
}


/*Slick Slider Front Page */


.front_gallery .slick-slide {
    margin: 0 25px;
}

.front_gallery .slick-list {
    margin: 0 -25px;
}

.bottom_gallery .slick-slide{ margin: 0 25px;}
.bottom_gallery .slick-list{}

.slick-next:before {
    background-image: url(../../uploads/2021/01/slick-arrow-right.png);
}

.slick-prev:before {
    background-image: url(../../uploads/2021/01/slick-arrow-left.png);
}

.slick-next:before, .slick-prev:before {
    display: inline-block;
    background-size: cover;
    opacity: 1;
    width: 50px;
    height: 50px;
    position: relative;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    z-index: 1;
}


/* Footer */

.background_prefooter {
    background-image: url('../../uploads/2021/01/background_prefooter.jpg');
    padding-top: 110px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .background_prefooter {
        padding-top: 50px;
    }
}

#footer_title {
    width: 666px;
    margin: 0 auto;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    #footer_title {
        width: unset;
        margin: unset;
        font-size: 40px;
    }
}

.background_prefooter > .container {
    max-width: 1140px;
}

#footer_form_container input:not([type=checkbox]), #footer_form_container textarea {
    width: 75%;
    border-radius: 5px;
	padding: 15px 0;
}

#footer_form_container input[name=nume], #footer_form_container input[name=adresaemail], #footer_form_container input[name=telefon] {
    height: 50px;
}

#footer_form_container input:not([type=submit]), #footer_form_container textarea {
    background-color: #570738;

}

#footer_form_container label {
    font-weight: bold;
}

#footer_form_container input[type=submit] {
    background-color: #ffffff;
    font-weight: bold;
}

#footer_form_container input, #footer_form_container textarea {
    border: 0;
}

@media screen and (max-width: 768px){
    #footer_form_container input:not([type=checkbox]), #footer_form_container textarea {
        width:100%;
    }
}

.copyright {
    background-color: black;
    color: #AEAEAE;

}

.check-list li {
    list-style-image: url("../../uploads/2021/01/icon-check.png");
    padding:10px 0;
}



.check-list-width {
    width:550px;
}

.text-normal-width75 {
    width:75%;
}

@media screen and (max-width: 1200px){
    .check-list-width {
        width:unset;
    }

    .text-normal-width75{
        width: unset;
    }
}

@media screen and (max-width: 768px){
    /*.check-list-width {*/
    /*   text-align: center;*/
    /*}*/

    /*.text-normal-width75{*/
    /*    text-align: center;*/
    /*}*/
}

.check-list:not(.no-padding) ul {
    padding-left:0;

}

.check-list:not(.no-padding) > .vc_column-inner > .wpb_wrapper {
    /*margin: 0 auto;*/
    padding:0 40px;
}

@media screen and (max-width: 768px){
    .check-list > .vc_column-inner > .wpb_wrapper {
        margin: unset;

    }


}

@media screen and (max-width: 768px){
    .disable-full-width {
        position: unset !important;
        width: unset !important;
        padding: 0px 15px !important;
    }

    .big-paragraph {
        font-size: 30px;
        text-align: center;
    }
}

#contact-container {
    margin-bottom: 0 !important;
}

#pin-black{
    filter:invert(100%) !important;
}

#gmaps-container-contact {
    position:absolute;
    right: 320px;
    left:50vw;
    width:628px;
    height:912px;
    top:-210px;
}

.add_padding_left_maps {
    padding-bottom: 100px;
    padding-top:150px;
}

@media screen and (max-width: 1500px){
/*     #gmaps-container-contact {
        top: 1150px;
    } */
}

@media screen and (max-width: 1235px){
    #gmaps-container-contact {

        width: 400px;
/* 
        top: 1150px; */
    }
}

@media screen and (max-width: 1215px){
    #gmaps-container-contact {

/*        

        top: 1200px; */
    }
}

@media screen and (max-width: 1200px){
    #gmaps-container-contact {
/* 
        top: 1200px; */
    }

    .add_padding_left_maps {

        padding-top:110px;
    }
}

@media screen and (max-width: 992px){
    #gmaps-container-contact {
        position:unset;
        width: 100%;
		margin-bottom: 50px;

    }

    .add_padding_left_maps {
        padding-bottom: 0px;
        padding-top:0px;
    }


}

@media screen and (max-width: 768px){


}

.before-wrapper p {
    display: flex;
}

.table-element .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.table-element > .vc_column-inner {
    padding: 15px !important;
}

.table-element .table-cell {
    margin-bottom: 0 !important;
}

.before-logo {
    margin-right: 10px;
}

#localizare-gmaps-container {
    background: rgb(130,0,83);
    background: linear-gradient(180deg, rgba(130,0,83,1) 0%, rgba(130,0,83,1) 80%, rgba(255,255,255,1) 80%);
}




/* DISTANCES TABLE CELLS */

.add_border_row_distance {
    border-top: 1px solid;
    border-bottom: 1px solid;

}

.add_border_top_row_distance {
    border-top: 1px solid;
}

.add_border_bottom_row_distance {
    border-bottom: 1px solid;
}

.add_padding_row_distance {
    padding: 40px 0;
}

.padding-distance-logo {
    padding-left:40px;
}

.table-cell-title {
    font-size: 24px;
}

.distance-content {
    font-size: 20px;
}

@media screen and (max-width: 992px){
    .add_padding_row_distance {
        padding: 20px 0;
    }
        .table-cell-title {
            font-size: 16px;
        }

        .distance-content {
            font-size: 10px;
        }

    .padding-distance-logo {
        padding-left:10px;
    }

}

.distances-wrapper {
    width:50% !important;

}




@media screen and (max-width: 768px){
    .distances-wrapper {
        width:unset !important;

    }
}

.big-number {
    margin-bottom: 0 !important;
}

.half-half-bg {
    background: rgb(130, 0, 83);
    background: linear-gradient(180deg, rgba(130, 0, 83, 1) 0%, rgba(130, 0, 83, 1) 50%, rgba(255, 255, 255, 1) 50%);
}








/**** ACORDEON TIPURI APARTAMENTE ***/

.apt-type-acc .apt-type-acc-visible{
    padding-right: 50px;
    position: relative;
}

.apt-type-acc .apt-type-acc-icon{
    width: 80px;
    height: 80px;

    border-radius: 1000px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}


.apt-type-acc .apt-type-acc-icon:before{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.apt-type-acc .apt-type-acc-visible:not(.collapsed) .apt-type-acc-icon:before{
    height: 0;
}

.apt-type-acc .apt-type-acc-icon:after{
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px){
    .apt-type-acc .apt-type-acc-icon{
        width: 40px;
        height: 40px;
    }

    .apt-type-acc .apt-type-acc-icon:before{

        height:20px;
    }

    .apt-type-acc .apt-type-acc-icon:after{
        width: 20px;
    }
}

/* ACORDEON END */


.remove-margin-bottom {
    margin-bottom: 0 !important;
}


.slider-nav .slick-slide {
    margin: 0 10px;
}

.slider-nav .slick-list {
    margin: 0 -10px;
}


.apt_contact {
    padding: 0 10vw;
}

@media screen and (max-width: 1500px){
    .apt_contact .interested h2 {
        font-size: 30px;
    }

    .apt_contact .offer {
        font-size: 30px;
    }
}

.container-navigation-select > .row > .col-12, .container-navigation-select .choose-apartment {
    padding-left:400px;
}

@media screen and (max-width: 1199px){
    .container-navigation-select  > .row > .col-12, .container-navigation-select .choose-apartment {
        padding-left:unset;
    }
}

.menu-number {
    color:white !important;
    display: flex;
    align-items: center;
    font-size: 16px;
	white-space:nowrap;


}
/* 
.menu-number > a:before {
    background-image:url(http://cloud9.goodafternoon.ro/wp-content/uploads/2021/01/phone_logo.png);
    background-repeat: no-repeat;
    background-size: 15px 25px;
    display: inline-block;
    width: 15px;
    height:25px;
    content:"";
    margin-right:10px;

} */

.thumb-h-wide:before {
    padding-top: 120% !important;
}

.fixed-telephone {
    position: fixed !important;
    bottom: 0;
    width:unset !important;
    z-index: 10;
    left:0;
    right:0;
    background-color: #2dad77;

}

/*.fixed-telephone > a {*/
/*    padding: 10px 0 !important;*/
/*}*/

.green-telephone {
    margin-bottom: unset !important;

}

@media screen and (max-width: 992px){
    #site-footer .copyright {
        padding-bottom: 70px !important;
    }
}

.apt-type-container > h2 {
    max-width: fit-content;
}

@media screen and (max-width: 768px){
    .apt-type-container > h2 {
        max-width: 100%;
    }
}

.apt-type-container > h2 > a:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../../uploads/2021/01/icon-back.png");
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
}

.apt-type-container > h2:hover > a:after {
    display: inline;
}

.apt-type-container > h2 > a {
    text-decoration: none;
    color:#3F4643;

}

.apt-type-container .type-details {
    visibility: hidden;
    font-family: Montserrat-Bold, sans-serif;
}

.apt-type-container > h2:hover + .type-details {
    visibility: visible;
}

.background-apt-archive {
    background-color: #F0F3F5;
}

#footer_form_container input[type=submit] {
    color:#000;
}

.header-child, .navbar {
    height: inherit;
}

.phone-logo {
    padding-right: 10px;
}



@media screen and (max-width:992px){
	.select-building {
	font-size:2rem;
}
	

	

}

/* Ade's code */

.post-4454 .title, .post-4564 .title {
	display: none;
}
  #wpcf7-f4970-p4968-o1 #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled),
  #wpcf7-f4837-p4779-o1 #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled),
  #wpcf7-f4487-p4454-o1 #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled){
	background-color:white!important;
}
	#wpcf7-f4970-p4968-o1 #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled),
  	#wpcf7-f4837-p4779-o1 #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled),
	#wpcf7-f4569-p4564-o1 #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled){
	background-color:white!important;
}
	#wpcf7-f4970-p4968-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
	#wpcf7-f4837-p4779-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
   #wpcf7-f4487-p4454-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{
	color:#404743;
}
	#wpcf7-f4970-p4968-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
   	#wpcf7-f4837-p4779-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
	#wpcf7-f4569-p4564-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{
	color:#404743;
}
#wpcf7-f4970-p4968-o1 #cf7md-form .mdc-theme--text-primary-on-dark, 
#wpcf7-f4837-p4779-o1 #cf7md-form .mdc-theme--text-primary-on-dark, 
#wpcf7-f4487-p4454-o1 #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{
	color:#404743;
}

	#wpcf7-f4970-p4968-o1 #cf7md-form .mdc-theme--text-primary-on-dark,
  	#wpcf7-f4837-p4779-o1 #cf7md-form .mdc-theme--text-primary-on-dark,
	#wpcf7-f4569-p4564-o1 #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{
	color:#404743;
}

	#wpcf7-f4970-p4968-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon,
  	#wpcf7-f4837-p4779-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon,
	#wpcf7-f4487-p4454-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{
	color:#404743;
}
#wpcf7-f4970-p4968-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon,
  #wpcf7-f4837-p4779-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon,
	#wpcf7-f4569-p4564-o1 #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{
	color:#404743;
}

#wpcf7-f4970-p4968-o1 #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled),
#wpcf7-f4837-p4779-o1 #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled),
#wpcf7-f4487-p4454-o1 #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled){
	background-color:white!important;
	color:#404743;
}

#wpcf7-f4970-p4968-o1 #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled),
#wpcf7-f4837-p4779-o1 #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled),
#wpcf7-f4569-p4564-o1 #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled){
	background-color:white!important;
	color:#404743;
}

#wpcf7-f4970-p4968-o1 #cf7md-form .mdc-text-field--textarea, 
#wpcf7-f4970-p4968-o1 #cf7md-form .cf7md-textarea > .wpcf7-form-control-wrap,
#wpcf7-f4970-p4968-o1 #cf7md-form .cf7md-textarea,
#wpcf7-f4837-p4779-o1 #cf7md-form .mdc-text-field--textarea, 
#wpcf7-f4837-p4779-o1 #cf7md-form .cf7md-textarea > .wpcf7-form-control-wrap,
#wpcf7-f4837-p4779-o1 #cf7md-form .cf7md-textarea {
	height:100%;
}

.submit-parent p {
	display: flex;
    justify-content: end;
	flex-direction: row-reverse;
}

.submit-parent .wpcf7-submit{
	padding: 20px 50px;
    background-color:#820053;
	border: 1px solid #820053;
    color: white!important;
}

.wpml-ls-statics-shortcode_actions ul {
	display:flex;
	flex-direction:column;
}

@media only screen and (max-width: 800px) {
.submit-parent p {

    justify-content: center;
	flex-direction: column;

}
}

.wpml-ls-current-language a > span{
	text-decoration:underline !important;
}

.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a:hover, .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a:focus, .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link:hover, .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link.wpml-ls-link__active, .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link.highlighted, .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link:focus {
	color: black !important;
}
