.container-full-width, .container {
  max-width: 1140px;
}

section.section_e_magazine {
  padding: 80px 20px;
}
section.section_e_magazine .emag_pagination_dropdown {
  margin: 40px 0;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .pagination_label {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #997950;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher .current-page {
  display: block;
  padding: 5px 20px 5px 10px;
  margin-right: 10px;
  text-align: left;
  position: relative;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher .current-page::after {
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  font-size: 0;
  line-height: 0;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher .page_item_wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 0;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher .page_item_wrapper a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #997950;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher .page_item_wrapper a:hover, section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher .page_item_wrapper a:focus, section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher .page_item_wrapper a:focus-visible {
  background-color: #997950;
  text-decoration: none;
  color: #fff;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher.is-open .current-page::after {
  border-top: 4px solid #fff;
  transform: translateY(-22%) rotate(180deg);
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher.is-open .page_item_wrapper {
  max-height: 100px;
  opacity: 1;
  visibility: visible;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher ::-webkit-scrollbar {
  width: 2px;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher ::-webkit-scrollbar-track {
  background: transparent;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher ::-webkit-scrollbar-thumb {
  background: #997950;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher ::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher ::-moz-selection {
  background-color: #997950;
  color: #fff;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher ::selection {
  background-color: #997950;
  color: #fff;
}
section.section_e_magazine .emag_pagination_dropdown .pagination_dropdown_wrapper .page_switcher ::-moz-selection {
  background-color: #997950;
  color: #fff;
}
section.section_e_magazine .interactive-filter {
  position: relative;
}
section.section_e_magazine .e_magazine_container_wads .rail_ads_wrapper {
  display: none;
}
@media screen and (min-width: 991px) {
  section.section_e_magazine .e_magazine_container_wads {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  section.section_e_magazine .e_magazine_container_wads .emag_main_wrapper {
    flex-grow: 1;
  }
  section.section_e_magazine .e_magazine_container_wads .rail_ads_wrapper {
    display: block;
    flex: 0 0 300px;
    position: relative;
  }
  section.section_e_magazine .e_magazine_container_wads .rail_ads_wrapper .rail-ad {
    height: -moz-fit-content;
    height: fit-content;
    width: 300px;
    position: sticky;
    top: 70px;
  }
}
section.section_e_magazine .e_magazine_container .e_magazine_heading {
  text-align: center;
  margin-bottom: 60px;
}
section.section_e_magazine .e_magazine_container .e_magazine_heading h2 {
  font-family: inherit;
  font-weight: inherit;
  font-size: 2.5rem;
  color: inherit;
  line-height: inherit;
  text-transform: uppercase;
}
section.section_e_magazine .emag_header_btn_container {
  margin-bottom: 20px;
}
section.section_e_magazine .emag_header_btn_container span.filter-label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: inherit;
  color: inherit;
}
section.section_e_magazine .emag_header_btn_container a.clear-filters-btn {
  margin-left: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: inherit;
  font-weight: 400;
  text-decoration: underline;
}
section.section_e_magazine .emag_header_btn_container a.clear-filters-btn:hover {
  text-decoration: none;
}
section.section_e_magazine .emag_header_btn_container a.clear-filters-btn.disabled {
  display: none;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  section.section_e_magazine .emag_header_btn_container .emag-filters-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    align-items: center;
    grid-template-areas: "emag_search_wrapper emag_search_wrapper" "fg_year fg_month" "search_submit_icon search_submit_icon";
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper {
    grid-area: emag_search_wrapper;
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .fg_Year {
    grid-area: fg_year;
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .fg_Month {
    grid-area: fg_month;
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_submit_icon {
    grid-area: search_submit_icon;
  }
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group {
  width: 100%;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper input, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group input {
  width: 100%;
  border: 1px solid #000;
  font-size: 0.9rem;
  font-weight: 400;
  color: inherit;
  padding: 10px;
  outline: none;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper input::-moz-placeholder, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group input::-moz-placeholder {
  color: #9E9E9E;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper input::placeholder, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group input::placeholder {
  color: #9E9E9E;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper .suggestions-list, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group .suggestions-list {
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper .suggestions-list li.suggestion-item, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group .suggestions-list li.suggestion-item {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper .suggestions-list li.suggestion-item.active, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group .suggestions-list li.suggestion-item.active {
  background: #000;
  color: #fff;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper .suggestions-list li.suggestion-item:hover, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group .suggestions-list li.suggestion-item:hover {
  background: #000;
  color: #fff;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper .suggestions-list::-webkit-scrollbar, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group .suggestions-list::-webkit-scrollbar {
  width: 3px;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper .suggestions-list::-webkit-scrollbar-track, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group .suggestions-list::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper .suggestions-list::-webkit-scrollbar-thumb, section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group .suggestions-list::-webkit-scrollbar-thumb {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .emag_search_wrapper {
    flex-grow: 1;
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .filter_group {
    width: 150px;
    flex-shrink: 0;
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_text {
    display: none;
  }
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_submit_icon {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
  border-radius: 0;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_submit_icon:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_submit_icon:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_submit_icon {
    width: 100%;
    padding: 10px;
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_submit_icon svg {
    display: none;
  }
  section.section_e_magazine .emag_header_btn_container .emag-filters-form .search_submit_icon .search_text {
    text-transform: uppercase;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
section.section_e_magazine .emag_table_container .emag_table_wrapper {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper {
  top: 70px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  grid-template-areas: "nav_cover nav_featured nav_year nav_month";
  gap: 20px;
  background: #997950;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 10px;
  z-index: 10;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper .nav_cover {
  grid-area: nav_cover;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper .nav_featured {
  grid-area: nav_featured;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper .nav_year {
  grid-area: nav_year;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper .nav_month {
  grid-area: nav_month;
}
@media screen and (max-width: 767px) {
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-areas: "nav_cover nav_year nav_month";
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper .nav_featured {
    display: none;
  }
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_header_wrapper span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper {
  display: grid;
  grid-column: 1fr;
  text-align: center;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "emag_cover emag_featured emag_year emag_month" "emag_cover emag_action emag_year emag_month";
  gap: 20px;
  padding: 20px;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_cover {
  grid-area: emag_cover;
}
@media screen and (min-width: 576px) {
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_cover .ef_mobile {
    display: none;
  }
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_featured {
  grid-area: emag_featured;
  margin-top: auto;
  margin-bottom: 0;
  font-family: "Vidaloka", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: inherit;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action {
  grid-area: emag_action;
  margin-bottom: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action a.read_now_link, section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
  text-decoration: underline;
  color: #000;
  margin: 0;
  background-color: transparent;
  border: 0;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action a.read_now_link:hover, section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn:hover {
  text-decoration: none !important;
  color: #000;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn {
  position: relative;
  padding-left: 20px;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action {
    gap: 10px;
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn {
    padding-left: 10px;
  }
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_year {
  grid-area: emag_year;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_month {
  grid-area: emag_month;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_year, section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_month {
  color: inherit;
  font-family: "Vidaloka", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper {
    padding: 15px 10px;
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: row;
    grid-template-areas: "emag_cover emag_year emag_month" "emag_cover emag_action emag_action";
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .ef_desktop {
    display: none;
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_year, section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_month {
    margin-top: auto;
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_featured {
    margin-top: 10px;
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action {
    gap: 0;
    width: 100%;
    margin-top: 20px;
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action a.read_now_link, section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn {
    margin: auto;
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn {
    padding-left: 0;
  }
  section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper .emag_action button.buy_print_btn::after {
    position: unset;
  }
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .emag_item_wrapper:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper {
  padding: 40px 20px;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper p, section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper a {
  font-family: inherit;
  color: #997950;
  display: block;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper .heading {
  margin-bottom: 10px;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper .heading p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper .sub_heading {
  margin-bottom: 20px;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper .sub_heading p {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper .browse_all_btn a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  background: #997950;
  color: #fff;
  font-size: 0.7rem;
  padding: 10px;
  transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
  border-radius: 0;
  border: 1px solid #997950;
  text-transform: uppercase;
}
section.section_e_magazine .emag_table_container .emag_table_wrapper .emag_body_wrapper .no_results_wrapper .browse_all_btn a:hover {
  text-decoration: underline;
  background: #fff;
  color: #997950;
}/*# sourceMappingURL=archive-e-magazine.css.map */