/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
p a, h4 a {
    color: #afcc46;
	text-decoration: underline !important;
    transition: all 0.1s linear;
}
input.e-search-input::placeholder {
    opacity: 1 !important;
}
a[href="http://empty"] {
    display: none;
}
span.elementor-message.elementor-message-danger {
    position: absolute;
    bottom: -29px;
    color: red !important;
}
.elementor-widget-image a {
    display: block;
}
.elementor hr  {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, #A6CB39 0%, #00ABE7 100%);
    border-image-slice: 100%;
    border-image-slice: 100%;
    border-image-slice: 1;
	margin: 60px 0;
}

li.ClubBtn a, a.ClubBtn{
    background: #a8cd1c;
    padding: 14px 26.5px !important;
    color: #FFF !important;
    text-decoration: none !important;
}
li.ClubBtn a:hover, a.ClubBtn:hover{
    background: #00ABE7;
    padding: 14px 26.5px !important;
    color: #FFF !important;
}
.main-menu-header li.contact_btn a {
    background: #a8cd1c;
    border: 2px none transparent;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    color: #fff !important;
    padding: 10px 36.4px !important;
}
li.contact_btn a:hover {
    background: #00aeec;
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.main-menu-header ul.sub-menu.elementor-nav-menu--dropdown {
    width: 200px !important;
}
.mobile-menu-header a.elementor-item.has-submenu {
    justify-content: space-between;
}
.mobile-menu-header .elementor-nav-menu .sub-arrow {
    margin-block-start: 0;
}
.mobile-menu-header  .elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 14px;
    width: 14px;
}
.underline p a {
    text-decoration: none !important;
}
.underline p a:hover {
    text-decoration: underline !important;
}
.custom-pagination {
    opacity: 0;
    transition: opacity .3s;
}
.custom-pagination.loaded span {
    font-weight: 600;
    font-size: 17px;
}
.custom-pagination.loaded span.current-slide {
    color: #00abe7;
}
.custom-pagination.loaded {
    opacity: 1;
}
.TextArea p strong {
    display: block;
    font-size: 25px;
    font-weight: 500;
}
.founderSectionBx_item .FounderImage img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 99;
}
.founderSectionBx_item .FounderImage::before {
    position: absolute;
    top: 20px;
    left: -20px;
    bottom: -20px;
    right: 20px;
    border: 6px solid #000;
    content: "";
	    transition: all 0.5s;
}
.scollbar-content {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 15px; /* space between content and scrollbar */
    box-sizing: border-box;
}

/* Chrome, Edge, Safari */
.scollbar-content::-webkit-scrollbar {
    width: 8px;
}

.scollbar-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scollbar-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Firefox */
.scollbar-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.teamSection_col:hover .ImageCover img {
    opacity: 0.28;
	    transition: all 0.5s;
}
.ImageCover {
    width: 100px;
    margin: 0 auto;
    height: 100px;
    background: url(https://2sher.co.il/wp-content/uploads/2024/09/colour.png);
    background-size: 100%;
    padding: 3px 4px;
}

.ImageCover img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.ListView ul{
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}
.ListView ul li {
    background: url(https://2sher.co.il/wp-content/uploads/2024/08/bullet.svg) no-repeat right center;
    padding: 0 30px 0 0;
}
.content_area h2 {
    color: rgb(13 109 194);
    font-size: 28px;
}
.content_area h3 {
    color: #0d6dc2;
    font-size: 24px;
}
.content_area ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
}
.content_area ul li {
    background: url(https://2sher.co.il/wp-content/uploads/2024/08/tick-square.png) no-repeat right top;
    padding: 0 36px 0 0 !important;
    margin: 0 0 10px !important;
}
.content_area ul li ul li{
    background: url(https://2sher.co.il/wp-content/uploads/2024/08/bullet2.png) no-repeat right top;
    padding: 0 36px 0 0 !important;
    margin: 0 0 10px !important;
}
.content_area a.btn_popup {
    background-color: #afcc46;
    text-decoration: none !important;
    display: inline-block;
    padding: 7px 13px;
    font-size: 18px;
	color:#fff;
    cursor: pointer;
	    margin-top: 30px;
}
.content_area h4 {
    font-size: 20px;
    margin-top: 18px;
}
.content_area a.btn_popup:hover {
    background-color: #00abe7;
       box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}
a.dialog-close-button.dialog-lightbox-close-button {
    font-size: 24px;
    padding: 10px;
    background-color: #afcc46;
    top: 0;
    right: 0;
    left: unset;
}
a.dialog-close-button.dialog-lightbox-close-button:hover {
    background-color: #00abe7;
	    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}
input#form-field-add_resume {
    background-color: transparent;
}
.intermediate_section .bg-heading {
    background-image: radial-gradient(circle at left top, rgb(145, 199, 79) 0%, rgb(13, 173, 217) 100%);
	border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;
}
.menu-category ul  {
    gap: 10px;
}
.menu-category ul li a{
    background: #edf2f7;
	
}
.menu-category ul li a:hover, .menu-category ul li.current-menu-item a{
    background: #00abe7;
}
nav.elementor-pagination span.page-numbers.current, nav.elementor-pagination span.page-numbers.current:hover {
    background-color: #afcc46;
	border:2px solid #afcc46;
    border-radius: 4px;
    color: #fff !important;
    width: 40px !important;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.cn-text-container {
    margin: 0 0px 6px 11px;
}
button#cn-close-notice {
    background-color: transparent;
    color: #fff !important;
}
nav.elementor-pagination span.page-numbers, nav.elementor-pagination a.page-numbers {
    background-color: #fff;
	border:2px solid #fff;
    border-radius: 4px;
    color: #000 !important;
    width: 40px !important;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
nav.elementor-pagination span.page-numbers:hover, nav.elementor-pagination a.page-numbers:hover {
    background-color: #fff;
	border:2px solid #afcc46;
	 color: #afcc46 !important;
}
nav.elementor-pagination  a.page-numbers.next:hover, nav.elementor-pagination a.page-numbers.prev:hover, nav.elementor-pagination span.page-numbers.prev:hover, nav.elementor-pagination span.page-numbers.next:hover{
	   background-color: #fff;
	border:2px solid #fff;
}
nav.elementor-pagination span.page-numbers.prev, nav.elementor-pagination span.page-numbers.next {
    display: none;
}
nav.elementor-pagination a.page-numbers.prev {
    padding-left: 10px;
}
nav.elementor-pagination a.page-numbers.next {
    padding-right: 10px;
}
a.search-box:hover {
    background-color: #00abe7;
}
a.search-box:hover p{
    color: #fff !important;
}



/* Blog page css */
.contaioners {
    max-width: 1400px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem;
    margin: 0 auto;
}
h1.adv-heading-has-icon {
    display: flex;
    gap: 0.25em;
    justify-content: right;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.5;
    color: #0a4479;
    margin: 0;
}
.svg-icon-fas_newspaper {
    color: #00abe7;
    font-size: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.svg-icon-fas_newspaper svg{
    width: 1em;
    height: 1em;
}
p.kadence-advancedheading {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    color: #151517;
}
.filter-area {
    margin-top: -5rem;
}
ul.filter-tabs-list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}
ul.filter-tabs-list li a {
	    font-family: "Nunito", Sans-serif;
    color: #151517;
    background: #edf2f7;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all .5s;
	    font-size: 17px;
    font-weight: 600;
}
ul.filter-tabs-list li a:hover {
    background: transparent;
    transition: all .5s;
}
ul.filter-tabs-list li a.active:hover {
	background: #00abe7;
	transition: all .5s;

}
ul.filter-tabs-list li a.active, ul.filter-tabs-list li a:hover {
    background: #00abe7;
    border-color: #00abe7;
    color: #ffffff;
}
.query-grid-wrap {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0;
    column-gap: 0;
    display: grid;
}
.query-item{
	position: relative;
}
.query-item .inside-inner-col{
	border: 1px solid #edf2f7;
    position: relative;
        transition: all .3s ease;
    padding: 1.5rem;
}
.query-item:hover .inside-inner-col {
    box-shadow: 0px 0px 32px 0px rgba(73, 73, 73, 0.2);
        transition: all .3s ease;
}
.section-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.query-item h2.adv-heading {
    font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    color: #0a4479;
    margin-bottom: 1rem;
}
.query-item p.wp-block-post-excerpt__excerpt {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    color: #494949;
}
.navigation.pagination {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    margin: 2.5rem 0;
}
.pagination  h2.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.pagination  .page-numbers {
    border: 2px solid transparent;
    border-radius: .25rem;
    color: inherit;
    display: inline-block;
    line-height: 2.25em;
    margin-right: .5em;
    min-width: 2.5em;
    text-align: center;
    text-decoration: none;
}
.pagination .current {
    background: #afcc46;
    border-color: #afcc46;
    color: #ffffff;
}
.pagination  a.page-numbers:hover{
    border-color: #afcc46;
}
.calendar-day.other-month .day-events {
    display: none;
}
/*  */
.post-item h2 {
    font-weight: 600;
	color:#0a4479;
}
.post-item p {
    color: #151517;
    font-size: 17px;
}
.pagination {
    display: flex;
    justify-content: normal;
    margin: 20px auto;
}
p.no_posts {
    text-align: center;
    margin-top: 30px;
}
a.read-more-button {
    text-decoration: underline;
}
body .tooltip-link {
    display: inline-block;
    background: #afcc46;
    color: white !important ;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    direction: rtl;
}
@media screen and (min-width:1279px){
.home-articles-wrap .query-grid-wrap {
	grid-template-columns: repeat(5, 1fr);
}
}

@media (max-width: 1024px) {
.homeslider .elementor-absolute {
    position: relative !important;
}	
	.query-grid-wrap{
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	a.dialog-close-button.dialog-lightbox-close-button {
    font-size: 17px;
}
	.intermediate_section .bg-heading {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
	.query-grid-wrap{
	    grid-template-columns: repeat(1, 1fr);
	}
	ul.filter-tabs-list {
	    gap: 25px 10px;
	    margin: 75px 0 40px;
	    flex-wrap: wrap;
	}
}