/*
Theme Name: Blast
Version: 1.0
Author: Y.C
Author URI: http://linker.co.il
Text Domain: arbel-child
Template: arbel
*/

/*-------Fonts-------*/

/*STYLES
---------------------------------------*/
.elementor-icon-box-wrapper a {
    color: var(--main_text_color);
}

/*BODY
---------------------------------------*/
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-button {
    display: none;
}
body::-webkit-scrollbar-thumb {
    background-color: #979797;
    border: 2px solid #fff;
    border-radius: 16px;
}
body::-webkit-scrollbar-track {
    background-color: transparent;
}
h4 {
	margin: 0 0 6px 0;
}

/*HOME PAGE
---------------------------------------*/

.home-slider {
	position: relative;
    height: 400px;
    max-width: 1600px;
    margin: auto;
}

.no-tabs .md-tabs-links {
    display: none;
}

/*WOO PRODUCT PAGE
---------------------------------------*/


/*CONTACT FORM
---------------------------------------*/

.wpcf7-form, .main-contact-form {
    float: left;
    width: 100%;
}

.wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	text-align: center;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    width: 100%;
    max-width: 400px;
    height: 40px;
    background-color: #ffffff;
    line-height: 40px;
    font-size: 20px;
    padding: 0px 20px;
    border: 0;
    border-radius: 20px;
    margin-bottom: 10px;
}

.wpcf7-form-control-wrap textarea {
	width: 100%;
	max-width: 400px;
	background-color: #ffffff;
    line-height: 20px;
    height: 80px;
	font-size: 20px;
    padding: 10px 20px;
    border: 0;
    border-radius: 20px;
	margin: 0;
}

.wpcf7-form .submit-container,
.wpcf7-form p {
    float: left;
    width: 100%;
    text-align: center;
}

.wpcf7-form .submit-container p {
    margin: 0;
}

.wpcf7-form .submit-container input {
    background-color: #606A99;
    color: #ffffff;
    font-size: 22px;
    padding: 5px 40px;
    border: 0;
    border-radius: 40px;
    max-width: 400px;
    width: 100%;
}

.wpcf7-spinner {
    position: absolute;
}

/*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: #6fb51a;
    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 var(--header_hover_select_background_color)!important
}

.wpcf7-not-valid-tip {
    text-align: center;
    color: #cbcbcb;
}


/*MOBILE CONTACT
----------------------*/

.mobile-contact-open i {
    background-color: #0060b3;
	color: white;
}
.mobile-contact-call i {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-whatsapp {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-waze {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-newsletter {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-newsletter i {
	background-color: #0060b3;
	color: white;
}

/*RESPONSIVE
---------------------------------------*/

@media screen and (max-width: 950px) {

.home-slider {
    height: 300px;
}

}

@media screen and (max-width: 600px) {

.home-slider {
    height: 200px;
}

}
