@media only screen and (min-width: 992px) {
  .logo_link img {
    height: 100px;
    max-height: 100px !important;
  }
  .logo_small_wrapper_table {
    height: 140px !important;
    max-width: 275px !important;
    margin-right: 40px !important;
  }
  .main_menu {
    display: flex;
  }
  .main_menu div {
    flex: 1 1 auto;
  }
  .main_menu .menu-primary-container {
    display: flex;
    align-items: center;
  }
  #mainmenu {
    height: 100%;
  }
  #mainmenu > li {
    padding: 0px !important;
    height: 100%;
  }
  #mainmenu > li a {
    height: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 20px !important;
  }
  #mainmenu > li:hover {
    background-color: #f6f7f9;
  }
}
.header_top_bar_wrapper {
  background: linear-gradient(90deg, #febd11 0%, #d91b5c 100%);
}

.jl_author_img_w {
  display: none !important;
}

.post-author, .meta-comment {
  display: none !important;
}

.col-md-12.grid-fullwidth_verlay .box .post_grid_content_wrapper {
  background-color: #d91b5c !important;
}
.col-md-12.grid-fullwidth_verlay .box .post_grid_content_wrapper .image_grid_header_absolute {
  opacity: 0.8;
}
.col-md-12.grid-fullwidth_verlay .jl_post_overlay_center .post-entry-content {
  background: -webkit-linear-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(130%, rgb(0, 0, 0)));
}

input[type=tel] {
  font-size: 14px;
  border: solid 1px #c6c6c6;
  padding: 10px;
  outline: none;
  line-height: 20px;
  margin: 0;
  color: #555;
  width: 100%;
  border-radius: 5px;
}

.box .image-post-thumb > .meta-category-small a {
  margin: 2px !important;
}

li .page-numbers.current {
  background: #d91b5c;
}
li .page-numbers:hover {
  background: #d91b5c !important;
}

.subscribe-button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 9999;
  top: 160px;
}

.subscribe-button {
  background: linear-gradient(90deg, #febd11 0%, #d91b5c 100%);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-20px);
}
.subscribe-button:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.subscribe-button.visible {
  opacity: 1;
  transform: translateY(0);
}

.subscribe-form {
  width: 100%;
  max-width: 500px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
  position: relative;
}
.subscribe-form.visible {
  max-height: 520px;
  opacity: 1;
  margin-top: 20px;
}
.subscribe-form .subscribe-form-content {
  padding: 25px;
  padding-bottom: 20px;
}
.subscribe-form .subscribe-close-x {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.subscribe-form .subscribe-close-x:hover {
  background-color: #f1f1f1;
  color: #333;
}
.subscribe-form h3 {
  margin-top: 0;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.subscribe-form .form-row {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.subscribe-form .form-group {
  margin-bottom: 15px;
}
.subscribe-form .form-group.half {
  flex: 0 0 50%;
  padding: 0 8px;
}
.subscribe-form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
}
.subscribe-form .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.subscribe-form .form-group input:focus {
  border-color: #d91b5c;
  outline: none;
}
.subscribe-form .subscribe-submit, .subscribe-form .subscribe-close {
  background: linear-gradient(90deg, #febd11 0%, #d91b5c 100%);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.subscribe-form .subscribe-submit:hover, .subscribe-form .subscribe-close:hover {
  opacity: 0.9;
}
.subscribe-form .subscribe-close {
  background: #f1f1f1;
  color: #333;
}

@media only screen and (max-width: 991px) {
  .subscribe-button-container {
    top: 99px;
  }
  .subscribe-button {
    max-width: 280px;
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-button-container {
    padding: 15px;
    padding-top: 0px;
    top: 100px;
  }
  .subscribe-button {
    max-width: 280px;
    padding: 8px 15px;
    font-size: 12px;
  }
  .subscribe-form {
    width: 90%;
  }
  .subscribe-form .subscribe-form-content {
    padding: 15px;
  }
  .subscribe-form h3 {
    font-size: 16px;
  }
  .subscribe-form .form-group.half {
    flex: 0 0 100%;
  }
  .subscribe-form .form-group label {
    font-size: 13px;
  }
  .subscribe-form .form-group input {
    padding: 8px;
  }
  .subscribe-form .subscribe-submit, .subscribe-form .subscribe-close {
    padding: 8px 15px;
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}