/* MOBILE SCREEN */
@media only screen and (max-width: 700px) { 
.flex-nowrap-m {display:block!important;}
}

span.wpcf7-spinner {
    display: block;
}

.et-social-bitbucket a.icon:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"%3E%3Cpath d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z"/%3E%3C/svg%3E');
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    filter: invert(80%) sepia(52%) saturate(150%) hue-rotate(17deg) brightness(92%) contrast(86%);
    background-size: 50%;
}





/*Indented mobile menu*/
.et_mobile_menu li a {
    font-weight: bold;
}
ul.sub-menu li a {
    font-weight: 400;
    margin-left: 21px;
}


/* Contact Form 7 Icons ------------------------------------------------------------------------------------------------------------------------------------------------*/
.wpcf7-icons {
    background-size: 27px!important;
    background-position: 5px center!important;
    padding-left: 40px!important;
    //background-color: white!important;
}

@media only screen and (max-width: 480px) {
.wpcf7-form-control-icons { background-size: 20px!important; padding-left: 30px!important; }
}

.cf7_name { background: url(https://susi.villas/wp-content/uploads/2021/08/blue-person.svg) no-repeat scroll 7px 7px; }
.cf7_phone { background: url(https://susi.villas/wp-content/uploads/2021/08/blue-phone.svg) no-repeat scroll 7px 7px; }
.cf7_email { background: url(https://susi.villas/wp-content/uploads/2021/08/blue-email.svg) no-repeat scroll 7px 7px; }
.cf7_location { background: url(https://susi.villas/wp-content/uploads/2021/08/blue-location.svg) no-repeat scroll 7px 7px; }


/* RESPONSIVE SETTINGS ------------------------------------------------------------------------------------------------------------------------------------------------*/

/* LARGE SCREEN */
@media only screen and (min-width: 2000px) { }

/*THIS SIZE OR BIGGER*/
@media screen and (min-width: 1250px) {}



/* BETWEEN 2 SIZES */
@media screen and (min-width:400px) and (max-width:900px){}
