.elementor-97 .elementor-element.elementor-element-92012aa {
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

@media (max-width: 1320px) {
  .ast-theme-transparent-header .main-header-menu,
  .ast-theme-transparent-header .main-header-menu a,
  .ast-theme-transparent-header .ast-masthead-custom-menu-items,
  .ast-theme-transparent-header .ast-masthead-custom-menu-items a,
  .ast-theme-transparent-header .main-header-menu li > .ast-menu-toggle,
  .ast-theme-transparent-header .main-header-menu li > .ast-menu-toggle {
    color: #ec008b !important; } }
body #login {
  width: 100% !important; }
  body #login .anr_captcha_field {
    margin: 20px 0; }

.eael-grid-post .eael-entry-thumbnail > img {
  aspect-ratio: 1/1; }

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  margin: 0 auto !important; }

ul li.search-icon.menu-item a {
  font-size: 0;
  pointer-events: none;
  cursor: pointer; }
  ul li.search-icon.menu-item a i.dashicons {
    font-size: 20px;
    display: block;
    margin-bottom: -3px; }
@media (max-width: 1180px) {
  ul li.search-icon.menu-item {
    display: none !important; } }

#search-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #f9f9f9;
  z-index: 99999;
  display: flex;
  justify-content: center;
  transition: all 500ms ease-in-out;
  overflow: hidden; }
  #search-box div.search-form {
    padding-top: 20vh; }
  #search-box .close {
    display: block;
    width: 30px;
    height: 30px;
    top: 10vh;
    position: absolute;
    left: 20vh;
    cursor: pointer;
    background-image: url(./close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 400ms ease; }
    #search-box .close:hover {
      opacity: 0.5; }
  #search-box form {
    min-width: 60vw; }
    #search-box form .aws-wrapper input.aws-search-field {
      background: transparent;
      border: none;
      border-bottom: 1px solid #d8d8d8;
      font-size: 30px; }
      #search-box form .aws-wrapper input.aws-search-field::placeholder {
        font-size: 30px; }
    #search-box form .aws-search-btn {
      background: transparent;
      border: none;
      border-bottom: 1px solid #d8d8d8; }
  #search-box.show {
    height: 100%; }

