@import "../../../atlanta/assets/css/style.min.css";

/****************************************************************
 
-------------------------- GENERAL ------------------------------
 
****************************************************************/ 



/* -- ***** Variables 
 ---------------------------------------------------------------*/ 
:root {
  
  /* Colors */
  --global-color-primary: #191c36;
  --global-color-secondary: #b48d38;
  
}



/* -- ***** Anti alias all the text 
 ---------------------------------------------------------------*/ 



* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html,
body {
    overflow-x: hidden !important;
}


body {
    font-family: "Assistant", Sans-serif;
}

/****************************************************************
 
----------------------------- FORM ----------------------------
 
***************************************************************/  


.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}


.cf-container p {
    margin-bottom: 0;
}


.cf-container .submit-button {
    width: 100%;
    line-height: 1.3em;
}

.cf-container .wpcf7-spinner {
    position: absolute;
    left: -7%;
    top: 16%;
}


.cf-container .wpcf7-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.cf-container .wpcf7-checkbox input[type="checkbox"] + span {
  display: inline-block;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  position: relative;
}

.cf-container .wpcf7-checkbox input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid white;
  border-radius: 3px;
  position: absolute;
  right: -20px;
  top: 3px;
}

.cf-container .wpcf7-checkbox input[type="checkbox"]:checked + span::before {
  content: "\2713";
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 3px;
}


.cf-container .wpcf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label {
    border: none;
    padding-top: 0;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.3em;
    
}


.cf-container .img-col {
    text-align: center;
}

.cf-container img.ofek-logo {
    max-width: 100px;
}



.horizontal-form .cf-container .cf-col-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.horizontal-form .cf-container .img-col {
    display: none;
}


.horizontal-form .cf-container .checkbox-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
}


.horizontal-form .cf-container .checkbox-col input[type="checkbox"] + span.wpcf7-list-item-label {
    color: #000;   
    line-height: 1.6em; 
}
    
    
.horizontal-form .cf-container .checkbox-col input[type="checkbox"] + span::before {
    border: 1px solid #000;
}


.horizontal-form .cf-container .margin-bottom-10 {
    margin-bottom: 0;
}


.horizontal-form .cf-container .margin-bottom-30 {
    margin-bottom: 0;
}


.horizontal-form .cf-container .submit-button {
    background: #000;
    color: #fff;
}

/******************************************************
 
--------------------- Responsive  ---------------------
 
******************************************************/


@media ( min-width: 767px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
        
} /* MIN 767 */


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

    /**/
    .cf-container .phone-col {
        margin-bottom: 10px;
    }
    
    .cf-container .img-col {
        text-align: center;
    }
    
    .cf-container .wpcf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label {
        line-height: 1.8em;
    }
 
    
    .horizontal-form .cf-container .cf-col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    
    #pojo-scroll-up.pojo-scroll-up-right {
            right: auto;
            left: 3px;
            bottom: 67px;
    }
    

} /* MAX 767 */




/******************************************************
 
---------------------- General  ---------------------
 
******************************************************/


.visible-mobile {
    display: none;
}


.margin-bottom-10 {
    margin-bottom: 10px;
}


.margin-bottom-30 {
    margin-bottom: 30px;
}


@media screen and (max-width:767px) {
    
    
    .hidden-mobile {
        display: none;
    }
    
    .visible-mobile {
        display: block;
    }

    .remove-br br {
        display: none !important;
    }
    
} /* 767 */
