/*
Theme Name: SBS Law
Version: 1.0
Author: Y.C
Author URI: http://linker.co.il
Text Domain: arbel-child
Template: arbel
*/

/*-------Fonts-------*/

/*STYLES
---------------------------------------*/
.shine:before {
    content: '';
    position: absolute;
    top: 0;
    left: -300px;
    width: 80px;
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(255 255 255 / 0%) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgb(255 255 255 / 40%) 92%,
        rgb(255 255 255 / 0%) 100%
    );
    transform: skewX(134deg);
    animation: shine 12s linear infinite; /* כל מחזור 12 שניות */
    animation-delay: 6s;
}

@keyframes shine {
  0% {
    left: -300px; /* מתחילה מחוץ לאזור */
  }
  5% {
    left: 300px;  /* בשנייה הראשונה רצה */
  }
  100% {
    left: 300px;  /* נשארת שם עד סוף 12 שניות */
  }
}

.row-style-1 {
    background-color: #122231;
}

.box-style-1 {
    background-color: #122231;
}

.box-style-1 .elementor-image-box-description {
    padding: 4px;
}

/*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;
}
h2 {
    font-size: 22px;
    font-weight: normal;
}
h4 {
	margin: 0 0 6px 0;
}
a {
    color: #CCA967;
}
.lf-social-link svg {
    fill: #CCA967;
}
.ele-1 {
    position: absolute;
    top: 0;
    right: -20px;
    width: 200px;
    height: 200px;
    /* border: 2px solid #CCA967; */
    border-radius: 20px;
    transform: rotate(14deg);
    background-color: #182e42;
}
.ele-2 {
    position: absolute;
    top: calc(50% - 100px);
    right: calc(50% - 120px);
    width: 280px;
    height: 280px;
    /* border: 2px solid #CCA967; */
    border-radius: 20px;
    transform: rotate(9deg);
    background-color: #CCA967;
}
.ele-3 {
    position: absolute;
    top: calc(50% - 80px);
    right: calc(50% - 130px);
    width: 280px;
    height: 280px;
    /* border: 2px solid #CCA967; */
    border-radius: 20px;
    transform: rotate(14deg);
    background-color: #122231;
}
.ele-4 {
    position: absolute;
    top: 40px;
    left: -80px;
    width: 140px;
    height: 140px;
    border-top: 2px solid #CCA967;
    border-left: 2px solid #CCA967;
    border-radius: 20px;
    transform: rotate(340deg);
    background-color: #182e42;
    animation: top_animate_intro 12s ease-in-out infinite;
}
.ele-5 {
    position: absolute;
    bottom: -700px;
    right: -240px;
    width: 2340px;
    height: 400px;
    border-top: 4px solid #CCA967;
    border-right: 4px solid #CCA967;
    border-radius: 20px;
    transform: rotate(8deg);
    background-color: #182e42;
}
.ele-6 {
    position: absolute;
    top: 250px;
    left: -80px;
    width: 140px;
    height: 140px;
    border-top: 2px solid #CCA967;
    border-left: 2px solid #CCA967;
    border-radius: 200px;
    transform: rotate(340deg);
    background-color: #182e42;
    animation: top_animate_intro 12s ease-in-out infinite;
}
.ele-7 {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 400px;
    height: 400px;
    /* border: 2px solid #CCA967; */
    border-radius: 20px;
    transform: rotate(-20deg);
    background-color: #182e42;
}
@keyframes top_animate_intro {
    0% {
        transform: rotate(340deg) translate(0px, 0px);
    }
    50% {
        transform: rotate(340deg) translate(10px, -20px);
    }
}
.elementor-icon-box-description a {
    color: #CCA967;
}
.lf-blog-posts-loop-middle-article-container {
    background-color: unset!important;
}
.lf-blog-post-image img {
    max-width: 500px!important;
    height: auto;
    max-height: 900px;
}
/*CONTACT FORM
---------------------------------------*/

.wpcf7-form, .main-contact-form {
    float: left;
    width: 100%;
}

.wpcf7-form-control-wrap {
	float: left;
	width: 100%;
    padding: 4px;
	text-align: center;
}
.contact-col-4 {
    float: left;
    width: 33%;
}
.contact-col-4 .wpcf7-form-control-wrap {
    width: 100%;

}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--header_hover_select_background_color);
    line-height: 40px;
    font-size: 20px;
    color: #CCA967;
}
.wpcf7-acceptance {
    float: left;
    margin-bottom: 10px;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance input {
    width: auto;
    height: auto;
}
.wpcf7-form-control-wrap textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--header_hover_select_background_color);
    line-height: 40px;
    height: 120px;
    font-size: 20px;
    color: #CCA967;
    margin-bottom: 4px;
}
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap select:focus,
.wpcf7-form-control-wrap textarea:focus {
	border-bottom: 2px solid #CCA967;
    outline: 0;
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap select::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
	color: #CCA967;
}

.wpcf7-form .submit-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.wpcf7-form p {
    margin: 0;
}

.wpcf7-form .submit-container input {
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 300px;
    height: 40px;
    background-color: #CCA967;
    color: #122231;
    font-size: 24px;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
}
.wpcf7-form .submit-container input:hover {
    background-color: #d9be69;
}
.keren-contact .wpcf7-form .submit-container input {
    background-color: #F0C7C2;
    color: #122231;
}
.wpcf7-spinner {
    position: absolute;
    bottom: -14px;
    left: 40px;
}
.wpcf7-response-output {
    float: right;
    width: 90%;
    margin: 5px 5% 20px !important;
    text-align: center;
    border: 2px solid var(--header_hover_select_background_color) !important;
}
/*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;
}

.fast-contact .wpcf7-not-valid-tip {
    text-align: center;
}


/*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) {

.customize-support #pojo-a11y-toolbar {
    top: 116px !important
}
#pojo-a11y-toolbar {
    z-index: 999999;
}
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
    width: 40px;
    height: 40px;
    padding: 7px !important;
}
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link svg {
    width: 26px;
    height: 26px;
}

}

@media screen and (max-width: 600px) {

.contact-col-4 {
    width: 100%;
}
.wpcf7-form .submit-container input {
    left: calc(50% - 100px);
    width: 200px;
    height: 40px;
    font-size: 18px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    font-size: 16px;
}
.wpcf7-form-control-wrap textarea {
    font-size: 16px;
    line-height: 24px;
}
.wpcf7-list-item-label {
    font-size: 14px;
}

}
