/* 
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 */
#cn-notice-text {
    padding-left: 15px !important;
    font-size: 15px;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
    color: #fff !important;
    font-size: 15px;
    padding: 10px 20px;
    margin-left: -28px;
}
.cn-close-icon {
    right: 3px;
    margin-top: -30px;
}
.privacy-link {
  color: #0c426a;
  text-decoration: none;
}

.privacy-link:hover {
  text-decoration: underline;
}
#cn-notice-text p {
    margin-bottom: 0;
}

.main-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a {
    position: relative;
}
.main-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a:before {
    content: "";
    background-color: rgba(0, 0, 0, 1) !important;
    height: 100%;
    width: 1px;
    position: absolute;
    right: unset;
    z-index: 99999999;
    left: -24px;
    opacity: 1 !important;
    top: 2px;
    bottom: unset;
}
.main-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:last-child a::before {
    display: none;
}
body ol li p {
    margin-block-end: 2px !important;
}
body ol li:last-child p {
    margin-block-end: 28px !important;
}

.icon .elementor-button-icon svg {
    font-size: 16px;
}
.icons .elementor-button-icon svg {
    font-size: 18px;
}
.columns-2 ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
  padding: 0;
  margin: 0;
	column-gap: 0px;
}

    .marquee-wrapper {
      width: 100%;
      overflow: hidden;
 
      display: flex;
      align-items: center;
      position: relative;
    }

    .marquee-track {
      display: flex;
      white-space: nowrap;
      will-change: transform;
      
    }

    .marquee-track span {
      display: inline-block;
      padding: 0 1.4rem;
      font-size: 1.5rem;
      line-height: 60px;
      white-space: nowrap;
    }
.marquee-track span a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
	color:#fff;
  font-family: "Arimo", Sans-serif;
}
.marquee-track span a:hover {
    color: rgba(125, 201, 75, 1);
    border-bottom: 1px solid rgba(125, 201, 75, 1);
}
/* /search form css  */

 /* wrap everything under .search-bar-container */
 .search-bar-container {
  margin: auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  background-color: #0b1c2b;
  padding:20px 20px 20px;
  border-radius:16px 0px 16px 16px;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.18);
}

.search-bar-container .input-box {
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    min-width: auto;
    height: 56px;
    padding: 0 17px;
font-family: "Arimo", Sans-serif;
	flex: 1;
}

.search-bar-container .input-box select {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 20px;
    direction: rtl;
    cursor: pointer;
    appearance: none;
    padding: 12px 10px;
    font-weight: 400 !important;
    color: #333333 !important;
    border-radius: 8px;
font-family: "Arimo", Sans-serif;
}

select option {
  padding: 10px 16px;
}

.search-bar-container .input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.inpur-icon span img {
    height: 22px !important;
}
.search-bar-container .input-icon .material-icons {
  font-size: 22px !important;
  color: #333;
}
.article-cat-list {
    list-style: none;
    padding: 0;
 
}
.article-cat-item {
    border-bottom: 1px solid rgba(236, 241, 248, 1);
    padding: 13px 15px;
}
    .article-cat-item a {
        display: flex; align-items: center; gap: 8px;
        text-decoration: none; color: inherit;
    }
.article-cat-item a:hover{
	color:#fff;
}
.article-cat-item.checked a{
	color:#05458E;
}
.article-cat-item.checked:hover a{
	color:#fff;
}
li.article-cat-item:hover {
    background-color: #05458E;
	color:#fff;
}
    .article-cat-item.checked .custom-checkbox, li.article-cat-item:hover .custom-checkbox {
        background: #fff;
        border-color: #7DC94B;
    }
.custom-checkbox {
    width: 22px;
    height: 22px;
    border: 2.5px solid rgba(0, 38, 81, 0.2);
    border-radius: 6px;
    position: relative;
    background: #fff;
    flex-shrink: 0;
}
    .custom-checkbox::after, li.article-cat-item:hover .custom-checkbox::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 3px 3px 0;
transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.12s ease;
}
    .article-cat-item.checked .custom-checkbox::after, li.article-cat-item:hover .custom-checkbox::after {
        border-color: #7DC94B;
        opacity: 1;
    }
    .article-cat-checkbox { display: none; }


.article-cat-heading {
    margin-bottom: 0;
    background: linear-gradient(90deg, #042B75 1.5%, #051C2C 98.75%);
    color: #fff;
    padding: 20px 10px;
    font-family: Arimo;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
}

.article-cat-wrapper {
    margin: 0;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.49);
    overflow: hidden;
}
li.article-cat-item span {
   font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    font-family: "Arimo", Sans-serif;
}
.article-cat-item:last-child {
    border: 0;
}
/* Custom down arrow */
.search-bar-container .input-box::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
	
  background: url(https://lawzone.co.il/wp-content/uploads/2025/08/Icons.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.search-bar-container .search-button {
    background-color: #7ed957;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    min-width: 180px;
    height: 56px;
}

.customCarousel .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
/* new css */
.bg-gradient.first:before {
    content: "";
    background-image: url(/wp-content/themes/hello-theme-child-master/images/heading-frist.svg);
    background-position: right;
    position: absolute;
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    pointer-events: none;
    left: unset;
    right: 0;
    top: unset;
    bottom: -17px;
}
.bg-gradient.first:after {
    content: "";
    width: calc(100%);
    height: calc(100% + 40px);
    position: absolute;
    background-color: rgba(238, 249, 255, 1);
    z-index: -1;
    border-radius: 16px;
    top: 50%;
    left: -17px;
    transform: translate(0 , -50%);
    padding: 21px 10px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.49);
}
.bg-gradient.second:before {
   content: "";
    background-image: url(/wp-content/themes/hello-theme-child-master/images/heading-frist.svg);
    background-position: right;
    position: absolute;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    pointer-events: none;
    left: unset;
    right: -3px;
    font-weight: 600;
    top: unset;
    bottom: -10px;
}
.bg-gradient.article:before {
   content: "";
    background-image: url(/wp-content/themes/hello-theme-child-master/images/bottom.svg);
    background-position: right;
    position: absolute;
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    pointer-events: none;
    left: unset;
    right: 0px;
    font-weight: 600;
    top: unset;
    bottom: -17px;
}
body .bg-gradient.article {
    max-width: fit-content !important;
}
.breadcrum ul.elementor-icon-list-items.elementor-inline-items li:last-child span {
    font-family: "Poppins", Sans-serif !important;
    font-weight: 500 !important;
    text-align: right;
    color: rgba(5, 69, 142, 1);
    text-decoration: underline;
}
nav.elementor-pagination a.page-numbers, nav.elementor-pagination span {
    border: 1px solid rgba(0, 38, 81, 0.2);
    border-radius: 9px;
    height: 54px;
    width: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: calc(5px / 2) !important;
}
nav.elementor-pagination span.page-numbers.prev {
    display: none;
}
a.page-numbers:after, span.page-numbers.current:after {
    content: "0";
}
a.page-numbers.next:after, a.page-numbers.prev:after {
    display: none;
}
nav.elementor-pagination {
    float: right;
}
.cat-dropdown-toggle {
    display: none;
}
.post-content-data h2 {
    font-size: 22px;
    line-height: 26px;

	    margin-bottom: 15px;

}
.post-content-data h3, .post-content-data h4, .post-content-data h5, .post-content-data h6 {
    font-size: 20px;
    line-height: 32px;
	    margin: 0;

}
.post-content-data img {
    border-radius: 16px;
}
/*  */
.article.main-heading h1 {
     font-weight: 700;
    font-size: 38px;
    line-height: 43px;
    color: #fff;
    font-family: "Arimo", Sans-serif;
    margin: 0;
	padding: 8px 0;
}
.lawyer-filter .article-cat-wrapper {
    margin-bottom: 20px;
}
.lawyer-filter .article-cat-heading {
    cursor: pointer;
}
 .lawyer-carousel-wrapper { position: relative;  }
    .carousel-track-container { overflow: hidden; }
    .carousel-track { display: flex; transition: transform 0.5s ease; }
  .carousel-slide {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding: 10px 16px;
}
.carousel-prev svg path, .carousel-next svg path{
	fill: #fff;
}
    .carousel-prev, .carousel-next, .images-slider .elementor-swiper-button {
           position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(6, 6, 6, 1);
    color: #fff;
    border: none;
    padding: 13px;
    width: 50px;
    font-size: 13px;
    left: 0;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
		    z-index: 10;
    }
.carousel-prev:hover, .carousel-next:hover, .carousel-next:focus, .carousel-prev:focus, .images-slider .elementor-swiper-button:hover  {
    background-color: rgba(6, 6, 6, 1);
    color: hsla(0, 0%, 93%, .9);
}
    .carousel-prev, body .images-slider .elementor-swiper-button.elementor-swiper-button-prev { left: -14px !important; }
    .carousel-next, body .images-slider .elementor-swiper-button.elementor-swiper-button-next { right: -14px !important; }

    .carousel-dots { text-align: center; margin-top: 10px; display: none; }
    .carousel-dots span {
        display: inline-block; width: 10px; height: 10px; margin: 0 5px; background: rgba(150, 150, 150, 1); border-radius: 50%; cursor: pointer;
    }
    .carousel-dots span.active { background: rgba(8, 134, 209, 1); }
.lawyer-carousel-wrapper .disabled {
    opacity: 0.6;
}
.video-thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}
        .video-thumbnail img {
            width: 100%;
            display: block;
        }
        .video-thumbnail .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }
        /* Popup Styles */
        .video-popup {
            position: fixed;
            top:0; left:0;
            width:100%; height:100%;
            z-index:9999;
        }
        .video-popup .popup-overlay {
            position:absolute;
            top:0; left:0;
            width:100%; height:100%;
            background:rgba(0,0,0,0.7);
        }
    .video-popup .popup-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: #000;
    padding: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
        .video-popup .popup-close {
            position:absolute;
            top:-51px;
            right:10px;
            color:#fff;
            font-size:30px;
            cursor:pointer;
        }
        .popup-video-container iframe {
            width:100%;
            height:450px;
        }

    
        /* Popup */
      /* Popup */
        .image-popup { position: fixed; top:0; left:0; width:100%; height:100%; z-index:9999; }
        .image-popup .popup-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); }
        .image-popup .popup-content {  position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: #000;
    padding: 10px;
    top: 50%;
    transform: translate(0, -50%); }
        .image-popup .popup-close { position:absolute; top:-51px; right:10px; color:#fff; font-size:30px; cursor:pointer; }
        .popup-image-container img { width:100%; height:auto; }
select#form-field-choose_domains {
    background-image: url(https://lawzone.co.il/wp-content/uploads/2025/08/arrow.svg);
    background-position: 2%;
    background-repeat: no-repeat;
    background-size: 16px;
}
/*  */
[href="http://empty"] {
    display: none;
}
.elementor-swiper-button.swiper-button-disabled.swiper-button-lock {
    display: none;
}
.mobile-search-form {
	display:none;
}
.e-search-results-list {
    --e-search-results-grid-auto-rows: 0fr;
}
/* search css */
form.ajax-search-form.e-search {
    display: flex;
    height: 42px;
}
form.ajax-search-form.e-search svg.e-font-icon-svg.e-fas-search {
    padding: 0;
    margin: 0;
    width: 19px;
	fill: #fff;
}
form.ajax-search-form.e-search button.e-search-submit {
    display: flex
;
    background-color: #0886d1;
    border-radius: 10px;
    width: 57px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-color: #0886d1;
}
.ajax-search-results li {
    padding: 10px 10px 10px;
}
.phone.icons a {
    width: 42px;
}
input.ajax-search-input {
    border-radius: 10px;
    border-color: #cdcdcd;
    margin-left: 5px;
    font-size: 15px;
	padding-right: 8px;
}
.ajax-search-results {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-top: 10px;
    width: 400px;
	    max-height: 360px;
    overflow: auto;
}
.ajax-search-results h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 3px;
	    padding: 0 10px;
}
li.ajax-post-item:hover {
    background-color: #edf8fecf;
}
.found-results {
    font-size: 16px;
    padding: 10px 10px 5px;
}
ul.categories-list {
    list-style: none;
    padding: 0;
}
ul.categories-list li a{
    color: #000000;
}
ul.categories-list li a:hover{
	color:#0886D1;
}
ul.posts-list {
    padding: 0;
    margin-top: 8px;
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
}
li.ajax-post-item {
    display: flex
;
    flex-wrap: wrap;
    width: 100%;
}
li.ajax-post-item a{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
	align-items: center;

}

li.ajax-post-item .ajax-post-content {
    width: 75%;
}
.ajax-search-results p {
    margin-bottom: 1px;
}
.ajax-search-results p.no-found {
    text-align: center;
	    padding: 10px;
}
li.ajax-post-item .ajax-post-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
	color:#000;
}
li.ajax-post-item img {
    width: 80px;
    border-radius: 10px;
    height: 80px;
    object-fit: cover;
    object-position: top;
}
.ajax-post-content h4 {
    font-size: 15px;
    color: #000;
    margin: 0;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
div#ajax-search-wrapper {
    width: 217px;
}
span.loading-spinner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 10px;
}
.loading-spinner {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 2px solid #ccc;
  border-top: 2px solid #0886d1;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 5px;
  vertical-align: middle;
}
/*  */
.swiper.elementor-loop-container.elementor-grid.single-slide-carousel + .elementor-swiper-button.elementor-swiper-button-prev, .swiper.elementor-loop-container.elementor-grid.single-slide-carousel + .elementor-swiper-button.elementor-swiper-button-prev + .elementor-swiper-button.elementor-swiper-button-next {
    display: none;
}
.swiper.elementor-loop-container.elementor-grid.single-slide-carousel .swiper-slide {
    width: 337px;
}
/*  */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1920px) {

li.article-cat-item span {
    font-size: 18px;
    line-height: 24px;
}	
	.article.main-heading h1 {
    font-size: 45px;
    line-height: 50px;
}
}
@media (min-width: 769px) {
  .article-cat-wrapper .sub-category-list,
  .article-cat-wrapper .article-cat-list.sub-category-list {
    display: block;
  }
 .all-cats-sub-cateback .article-cat-wrapper .sub-category-list,
 .all-cats-sub-cateback .article-cat-wrapper .article-cat-list.sub-category-list {
    display: block !important;
  }
  /* If JS flags wrapper as open-by-checked, keep list visible */
  .article-cat-wrapper.open-by-checked .sub-category-list,
  .article-cat-wrapper.open-by-checked .article-cat-list.sub-category-list {
    display: block;
  }
}
@media (max-width: 1280px) {
	.main-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a:before
 {
    left: -15px;
}
	div#ajax-search-wrapper {
    width: 186px;
}
}
@media (max-width: 1200px) {
	.search-bar-container .input-box {
/*     min-width: 364px; */
		width: 100%;
		flex: 1 1 100%;
}
		.article.main-heading h1 {
    font-size: 35px;
    line-height: 40px;
}
}
@media (max-width: 1024px) {
	.icon .elementor-button-icon svg {
    font-size: 14px;
}
	.icons .elementor-button-icon svg {
    font-size: 16px;
}
.search .elementor-button-icon svg {
    font-size: 22px;
}
			.article.main-heading h1 {
    font-size: 30px;
    line-height: 38px;
}
	    div#ajax-search-wrapper {
        width: 221px;
    }
}
@media (max-width: 880px) {
	.columns-2 ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns:2;
  list-style: none;
  padding: 0;
  margin: 0;
	column-gap: 0px;
}
      div#ajax-search-wrapper {
        width: 285px;
    }
		.testimonials  span.swiper-pagination-bullet.swiper-pagination-bullet-active{
			 background-color: rgba(8, 134, 209, 1);
		}
	nav.elementor-pagination {
    float: initial;
}
}

 /* Media Queries for Responsiveness */
    @media (max-width: 768px) {
      .marquee-track span {
        font-size: 1.2rem;
		  padding:0 20px;
      }
.bg-gradient.first {
    width: 95%;
}
	.all-cats-fallback {
    display: none !important;
  }	
/*/search form css  */
 * .search-bar-container {
    flex-direction: column;
/*     width: 279px; */
	 min-width: auto;
	 width: 100%;
    padding:15px 15px 15px;
    gap: 10px;
	 background-color: rgba(0, 0, 0, 0.63);
	 border-radius: 12px 0px 12px 12px;
}
    .search-bar-container .search-button {
        height: 38px;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
		width: 100%;
    }
		.search-bar-container .input-box::after {
    width: 14px;
    height: 14px;
		}
	    .search-bar-container .input-box {
        min-width: auto;
        padding: 0 15px;
			width: 100%;
        height: 38px;
    }
	  .search-bar-container .input-icon {
    padding-top: 6px;
}
 span img {
    width: 16px;
    height: 16px;
}
	  .search-bar-container .input-box select {
    font-size: 15px;
    line-height: 20px;
}
		.customCarousel .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block !important;
}
	
        .cat-dropdown-toggle {
                  display: block;
        padding: 15px;
    
        border-radius: 5px;
        background: rgba(255, 255, 255, 1);
        cursor: pointer;
    
        font-weight: 400;
        line-height: 17px;
        text-align: right;
        font-family: "Arimo", Sans-serif;
        color: #1D5DA5;
        font-size: 15px;
        font-weight: bold;
        }
        .article-cat-heading {
            display: none; /* hide heading on mobile */
        }
		.cat-dropdown-toggle svg {
margin-bottom: -5px;
    margin-left: 4px;
}
		span.dropdown-icon svg {
    margin-bottom: 0px;
}
		span.dropdown-icon {
    float: left;
}
		.article-cat-wrapper {
    border-radius: 8px;
}
		li.article-cat-item span {
    font-size: 14px;
    line-height: 22px;
}
		    .article.main-heading h1 {
        font-size: 20px;
        line-height: 24px;
    }
		/* keep your previous mobile rules (example) */
  .article-cat-wrapper .article-cat-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
	          margin: 0;
  }
.article-cat-wrapper.open .article-cat-list {
    max-height: 500px;
    overflow-y: auto;   /* enables vertical scrollbar */
    scrollbar-width: thin; /* for Firefox */
}

/* For WebKit browsers like Chrome, Safari */
.article-cat-wrapper.open .article-cat-list::-webkit-scrollbar {
    width: 6px;
}

.article-cat-wrapper.open .article-cat-list::-webkit-scrollbar-track {
    background:rgba(84, 204, 97, 1);
}

.article-cat-wrapper.open .article-cat-list::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
    border: 1px solid rgba(84, 204, 97, 1);
}

		
		.article-cat-item {
    margin: 8px 17px;
}
		.lawyer-filter .article-cat-wrapper {
    margin-bottom: 14px;
}
		.bg-gradient.article:before {
    height: 14px;
    width: 14px;
			        bottom: -14px;
			        right: -1px;
		}
		.article-cat-wrapper {
    border-radius: 8px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
}
		.bg-gradient.first:before{
			    height: 14px;
    width: 14px;
			 bottom: -14px;
			        right: -1px;
		}
		.bg-gradient.first:after {
    left: -14px;
}
    .carousel-slide {
        flex: 0 0 50%;
        padding: 5px 4px;
    }
		.video-thumbnail {
    border-radius: 6px;

}
		.video-thumbnail .play-icon svg {
    width: 34px;
}
		   body .elementor-1985 .elementor-element.elementor-element-2d2682d {
        --padding-top: 5px;
        --padding-bottom: 5px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

        .carousel-prev, .carousel-next { display: none; }
        .carousel-dots { display: block; }
		select#form-field-choose_domains {
    background-size: 10px;
}
		.ajax-search-results {
    width: 100%;
		}
    }
@media (max-width: 768px) {
    #region-select optgroup {
        font-weight: bold;
    }
	output.e-search-results-container {
    width: 100% !important;
}
	#cookie-notice .cn-button:not(.cn-button-custom) {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
	li.ajax-post-item img {
    width: 64px;
    border-radius: 10px;
    height: 64px;
    object-fit: cover;
    object-position: top;
}
	li.ajax-post-item .ajax-post-content {
    width: 72%;
}
}

    @media (max-width: 480px) {
      .marquee-track span {
        font-size: 1rem;
      }
		.elementor-field-type-acceptance {
    text-align: center;
    display: flex
;
    flex-wrap: nowrap;
    justify-content: center;
}
		.swiper.elementor-loop-container.elementor-grid.single-slide-carousel .swiper-slide {
    width: 50%;
}
    }
#form-field-choose_domains {
  
    appearance: none;     
    -webkit-appearance: none;
    -moz-appearance: none;
}
optgroup:before {
  content: attr(label);
  display: block;
  font-weight: bold;
}
.all-cats-fallback .sub-category-list {
  display: none;
}

.all-cats-fallback .article-cat-wrapper:hover .sub-category-list {
  display: block;
}
