/*
Theme Name: Sarita
Version: 1.0
Author: Y.C
Author URI: http://linker.co.il
Text Domain: modaot
Template: arbel
*/

/*STYLES
---------------------------------------*/

.contact_row {
	color: #ffffff;
	background-color: #251a5b;
    padding: 10px 0;
}

.row-style-1 {
	color: #251a5b;
	background-color: #e0e0e0;
    padding: 10px 0;
}

.row-style-2 {
	background-color: #ffffff;
    padding: 10px 0;
}

.row-style-1 .elementor-column,
.row-style-2 .elementor-column {
	padding: 5px!important;
}
.row-style-1 p,
.row-style-2 p {
	margin: 5px 0!important;
}

/*BODY
---------------------------------------*/

.top-page-area {
    margin: 5px 0;
}

.top-page-area h1 {
    background-color: #251a5b;
}

.top-page-area h1:after {
    border-right: 40px solid #251a5b;
}

.print-card {
    float: right;
    width: 100%;
    background-color: white;
    padding: 5px;
    border: 5px solid #777777;
}

#main-content {
    position: relative;
    float: right;
    width: 100%;
    background: no-repeat center;
    background-repeat: repeat;
    overflow: hidden;
    color: #2d2d2d;
    background-color: #eeeeee;
	padding-bottom: 10px;
}

#main-content > .container,
#main-content > .elementor {
	width: 100%;
	z-index: 9;
}

.spotlight {
    position: absolute;
    height: calc(100% + 140px);
    width: 100%;
	margin-top: -145px;
    background-image: radial-gradient(
        circle,
        transparent 160px,
        rgba(0, 0, 0, 0) 200px
    );
}

h1 {
    font-size: 26px;
    margin: 0px;
    font-weight: normal;
}

#title h1 {
	line-height: 64px;
}

h2, h3, h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
}

.page-title {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    background-color: #2f3e5d;
}

h1.lf-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}


/*HOME PAGE
---------------------------------------*/



/*CONTACT PAGE
---------------------------------------*/
.bg-color-1 {
    background-color: #251a5b;
    overflow: hidden;
    color: #ffffff;
}

.bg-color-2 {
    background-color: var(--maintextcolor);
    overflow: hidden;
    color: #ffffff;
}

.main-contact-form {
    float: right;
    width: 100%;
	margin: 20px 0;
    text-align: center;
}

.main-contact-form input {
    width: 90%;
    max-width: 400px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid black;
    line-height: 30px;
    font-size: 20px;
    color: black;
    text-align: center;
    outline: 0;
	font-family: 'Open Sans Hebrew';
}

.main-contact-form textarea {
    width: 90%;
	height: 200px;
    max-width: 400px;
    background-color: transparent;
    border: 1px solid black;
	line-height: 30px;
    font-size: 20px;
	color: black;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	outline: 0;
	font-family: 'Open Sans Hebrew';
}

.wpcf7-mailpoetsignup input {
	width: auto!important;
}

.checkbox:before {
    top: 0px!important;
    width: 20px;
    height: 20px;
    border: 2px solid #ff0000;
    box-sizing: border-box;
}

.checkbox:after {
	top: 0px!important;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.checkbox:checked:before {
    border-color: #011434;
}

.main-contact-form .ajax-loader {
    display: none!important;
}

.main-contact-form input.wpcf7-submit {
    background-color: #900a00;
    color: white;
    border: 0;
    margin-top: 20px;
    padding: 10px;
    cursor: pointer;
}

.main-contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 0.8; /* Firefox */
}

.main-contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
	opacity: 0.8; /* Firefox */
}

.main-contact-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
	opacity: 0.8; /* Firefox */
}

/*BRANDS SLIDER
---------------------------------------*/

.brands-slider {
	max-height: 150px;
}

.brands-slider .swiper-image {
	padding: 5px;
}

.brands-slider .image-container {
    max-height: 140px;
    text-align: center;
}

.brands-slider .swiper-image img {
	max-height: 140px;
}

/*FAST CONTACT
---------------------------------------*/

.fast-contact .wpcf7-form-control-wrap {
    float: right;
    width: 33%;
}

.wpcf7-form-control-wrap.mailpoetsignup {
    width: 100%;
}

.fast-contact .wpcf7-form-control-wrap input {
    display: block;
    width: 90%;
    font-size: 20px;
    text-align: center;
    margin: auto;
    border: 0;
    border-bottom: 1px solid #dddddd;
    outline: 0;
}

.fast-contact .wpcf7-mailpoetsignup {
    display: block;
    font-size: 14px;
    text-align: right;
    margin: 5px 20px;
    border: 0;
    outline: 0;
}

.fast-contact .wpcf7-mailpoetsignup input {
    float: right;
    width: auto;
    margin: 0 0 0 5px;
}

.fast-contact input[type="submit"] {
    display: block;
    margin: 5px auto;
    padding: 0 10px;
    font-size: 26px;
    line-height: 40px;
    width: 90%;
    text-align: center;
    border: 0;
    background-color: #f44336;
    color: white;
    outline: 0;
    cursor: pointer;
}

.fast-contact-submit {
    position: relative;
    float: left;
    width: 100%;
}

.fast-contact .ajax-loader {
    position: absolute;
    top: 17px;
    right: -10px;
}

.wpcf7-response-output {
    float: right;
    width: 90%;
    margin: 5px 5%!important;
    text-align: center;
    border: 2px solid #900a00!important;
}

.fast-contact .wpcf7-not-valid-tip {
    text-align: center;
}


/*MOBILE CONTACT
----------------------*/

.mobile-contact-open i {
    background-color: #000000;
	color: white;
}
.mobile-contact-call i {
    background-color: #000000;
	color: white;
}

.mobile-contact-whatsapp {
    background-color: #000000;
	color: white;
}

.mobile-contact-waze {
    background-color: #000000;
	color: white;
}

.mobile-contact-newsletter {
    background-color: #000000;
	color: white;
}

.mobile-contact-newsletter i {
	background-color: #000000;
	color: white;
}

/*RESPONSIVE
---------------------------------------*/

@media screen and (max-width: 950px) {

.home-ldp-form {
    position: fixed;
    top: 50%;
    left: 5%;
    margin-top: -90px;
    width: 90%;
    height: auto;
    background-color: rgba(29, 29, 27, 0.7);
    z-index: 9;
}

.home-ldp-form .ldp-form-area .prefix-text {
    padding: 5px 0;
    font-size: 30px;
    line-height: 40px;
}

.home-ldp-form .ldp-form-area select,
.home-ldp-form .ldp-form-area .field-group {
    width: 100%;
}

.home-ldp-form .ldp-form-area select {
    margin: 0 5px;
}

.ldp-form-area button {
    float: none;
    font-size: 20px;
    margin: 10px auto;
    display: block;
}

#main-content {
   background-image: none!important;
}

h1.lf-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.spotlight {
    display: none;
}

}

@media screen and (max-width: 600px) {

.fast-contact .wpcf7-form-control-wrap {
    width: 100%;
}

.credit {
    float: none;
	display: block;
    margin: auto;
    width: 85px;
	height: 35px;
}

.credit img {
    height: 35px;
}

}
