
@media (max-width: 959px) {
  .hm-h-de .hm-header-inner .hm-slideout-toggle {
    display: none;
  }
}

.hm-h-lg .site-header {
  background-color: #ffffff;
  box-shadow: var(--hybridmag-global-box-shadow);
}
.hm-h-lg .site-header .hm-main-menu {
  border-top: 1px solid var(--hybridmag-color-border);
}
.hm-h-lg.menu-align-left .main-navigation {
  margin-right: auto;
}
.hm-h-lg.menu-align-right .main-navigation {
  margin-left: auto;
}
.hm-h-lg .main-navigation ul li {
  position: relative;
}
.hm-h-lg .main-navigation ul li a:hover::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--hybridmag-color-link-hover);
}
.hm-h-lg .main-navigation ul ul li a:hover::before {
  display: none;
}
.hm-h-lg .main-navigation ul ul .current_page_item > a,
.hm-h-lg .main-navigation ul ul .current-menu-item > a,
.hm-h-lg .main-navigation ul ul .current_page_ancestor > a,
.hm-h-lg .main-navigation ul ul .current-menu-ancestor > a {
  background: #fafafa;
}
.hm-h-lg .main-navigation ul ul .current_page_item > a::before,
.hm-h-lg .main-navigation ul ul .current-menu-item > a::before,
.hm-h-lg .main-navigation ul ul .current_page_ancestor > a::before,
.hm-h-lg .main-navigation ul ul .current-menu-ancestor > a::before {
  display: none;
}
.hm-h-lg .main-navigation ul ul a {
  color: #2c2b2b;
  line-height: inherit;
}
.hm-h-lg .main-navigation .current_page_item > a::before,
.hm-h-lg .main-navigation .current-menu-item > a::before,
.hm-h-lg .main-navigation .current_page_ancestor > a::before,
.hm-h-lg .main-navigation .current-menu-ancestor > a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--hybridmag-color-primary);
}
.hm-h-lg .main-navigation a {
  color: #222222;
}

.hybridmag-boxed.hm-wide-pmenu-inner .hm-menu-wrapper.hm-container {
  max-width: 100%;
}

.hm-nav-sticky.hm-header-inner-wrapper,
.hm-nav-sticky.hm-main-menu {
  z-index: 9999;
  position: fixed;
}

.hm-nav-sticky.hm-header-inner-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid var(--hybridmag-color-border);
}

.hm-mobile-menu-toggle {
  display: block;
}
@media only screen and (min-width: 959px) {
  .hm-mobile-menu-toggle {
    display: none;
  }
}

.hm-mobile-menu {
  margin-bottom: 20px;
  border-top: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}
.hm-mobile-menu ul li {
  position: relative;
  border-bottom: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul li a {
  display: block;
  width: 100%;
  line-height: 45px;
  font-weight: 600;
}
.hm-mobile-menu ul ul {
  display: none;
  padding: 0 0 0 20px;
  border-top: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul ul li:last-child {
  border: none;
}
.hm-mobile-menu ul ul.toggled-on {
  display: block;
}
.hm-mobile-menu .hm-dropdown-toggle.toggled-on svg {
  transform: rotate(-180deg);
}
.hm-mobile-menu .hm-dropdown-toggle {
  cursor: pointer;
  background: transparent;
  font-size: var(--hybridmag-font-size-base);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 0;
  border-left: 1px solid var(--hybridmag-color-border);
  border-right: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu .hm-dropdown-toggle:hover, .hm-mobile-menu .hm-dropdown-toggle:active, .hm-mobile-menu .hm-dropdown-toggle:focus {
  background: inherit;
}

/*#hm-slideout-sidebar {
	.hm-dropdown-toggle,
	.hm-mobile-menu ul li a {
		color: inherit;
	}
}*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 35px 0 35px;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.posts-navigation .nav-links {
  font-size: var(--hybridmag-font-size-md);
  font-weight: 600;
}

.post-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-links .posts-nav-text {
  color: var(--hybridmag-color-text-light);
  font-size: var(--hybridmag-font-size-xs);
  font-weight: 600;
}
.post-navigation .nav-links .post-title {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  color: var(--hybridmag-color-link);
  font-size: var(--hybridmag-font-size-amd);
  font-weight: 600;
}
.post-navigation .nav-links .post-title:hover {
  color: var(--hybridmag-color-link-hover);
}

.hm-cl-sep .post-navigation {
  background: var(--hybridmag-color-bg-cl-sep-content);
  padding: var(--hybridmag-global-inner-spacing);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
}

.hm-social-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.hm-social-menu li a {
  display: flex;
  padding: 0 7px;
  align-items: center;
}

/**
 * Pagination
 */
.pagination {
  margin: 10px 0 30px;
}
.pagination .page-numbers {
  background: #e7e7e7;
  border-radius: 3px;
  color: var(--hybridmag-color-text-main);
  font-weight: 600;
  padding: 10px 17px;
  margin: 0 2px 5px 2px;
  display: inline-block;
}
.pagination .page-numbers.next,
.pagination .page-numbers.previous {
  margin: 0;
}
.pagination .page-numbers.current {
  background: var(--hybridmag-color-primary);
  color: #ffffff;
  font-weight: 600;
}
.pagination a.page-numbers:hover {
  background: var(--hybridmag-color-primary);
  color: #ffffff;
}

.infinite-scroll .pagination {
  display: none;
}

.hm-entry .page-links {
  padding: 30px 0;
}

/* Pagination inside post/page content */
.hm-entry .post-page-numbers {
  color: var(--hybridmag-color-text-main) !important;
  font-weight: 600;
  background-color: #eeeeee;
  padding: 8px 17px;
  margin: 0 2px 5px 2px;
  display: inline-block;
  text-decoration: none !important;
}
.hm-entry .post-page-numbers:visited {
  color: #000000;
}
.hm-entry .post-page-numbers:hover, .hm-entry .post-page-numbers.current {
  background-color: var(--hybridmag-color-primary);
  color: #ffffff !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.hm-show-updated .entry-header .updated:not(.published) {
  display: inline-block;
}

.hm-show-updated .entry-header .published.sm-hu {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content a,
.entry-content a,
.entry-summary a {
  color: #046bd2;
  text-decoration: underline;
}
.page-content a:hover,
.entry-content a:hover,
.entry-summary a:hover {
  color: var(--hybridmag-color-link-hover);
}

.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:after {
  clear: both;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-thumbnail img {
  vertical-align: middle;
}

.hm-entry {
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: var(--hybridmag-post-row-gap);
}
.hm-entry .post-thumbnail {
  margin: 0 0 15px;
  overflow: hidden;
}
.hm-entry .entry-header {
  margin: 0 0 15px;
}
.hm-entry .entry-title {
  font-size: var(--hybridmag-font-size-lg);
  margin: 0 0 10px;
}
.hm-entry .entry-content {
  color: #505050;
  margin-top: 5px;
}
.hm-entry .entry-content > * {
  margin-bottom: 20px;
}
.hm-entry .entry-content > *:last-child {
  margin-bottom: 0;
}
.hm-entry .entry-content-wrapper .entry-meta {
  margin-top: 20px;
}

.hm-cl-sep .hm-entry {
  background: var(--hybridmag-color-bg-cl-sep-content);
  box-shadow: var(--hybridmag-global-box-shadow);
  border-radius: var(--hybridmag-global-border-radius);
  overflow: hidden;
}

.hm-post-grid.hm-arc-img-ah .hm-entry .post-thumbnail img, .hm-post-grid.hm-arc-img-bh .hm-entry .post-thumbnail img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .hm-post-grid #blog-entries {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: var(--hybridmag-post-cols-gap);
         column-gap: var(--hybridmag-post-cols-gap);
  }
  .hm-post-grid.hm-grid-2 #blog-entries .hm-entry {
    width: calc(50% - var(--hybridmag-post-cols-gap) / 2);
  }
  .hm-post-grid.hm-grid-3 #blog-entries .hm-entry {
    width: calc(33.333% - var(--hybridmag-post-cols-gap) * 2 / 3);
  }
  .hm-post-grid.hm-grid-4 #blog-entries .hm-entry {
    width: calc(25% - var(--hybridmag-post-cols-gap) * 3 / 4);
  }
  .hm-post-grid.hm-grid-5 #blog-entries .hm-entry {
    width: calc(20% - var(--hybridmag-post-cols-gap) * 4 / 5);
  }
  .hm-post-grid.hm-grid-6 #blog-entries .hm-entry {
    width: calc(16.66667% - var(--hybridmag-post-cols-gap) * 5 / 6);
  }
}
.entry-meta {
  font-size: var(--hybridmag-font-size-xs);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--hybridmag-color-text-light);
}
.entry-meta a {
  color: var(--hybridmag-color-text-light);
}
.entry-meta a:visited {
  color: var(--hybridmag-color-text-light);
}
.entry-meta a:hover {
  color: var(--hybridmag-color-link-hover);
}
.entry-meta .author a {
  color: var(--hybridmag-color-link);
  font-weight: 500;
}
.entry-meta .author a:visited {
  color: var(--hybridmag-color-link);
}
.entry-meta .author a:hover {
  color: var(--hybridmag-color-link-hover);
}
.entry-meta svg {
  margin: 0 0.3em 0 0;
}

.hm-meta-sep {
  margin: 0 0.6em;
}

.hm-read-more,
.hm-entry .entry-content .hm-read-more {
  text-decoration: none;
  color: var(--hybridmag-color-link);
  font-weight: 500;
}
.hm-read-more:visited,
.hm-entry .entry-content .hm-read-more:visited {
  color: var(--hybridmag-color-link);
}
.hm-read-more:hover,
.hm-entry .entry-content .hm-read-more:hover {
  color: var(--hybridmag-color-link-hover);
  text-decoration: underline;
}

.entry-title {
  word-wrap: break-word;
}
.entry-title a {
  color: var(--hybridmag-color-link);
}
.entry-title a:visited {
  color: var(--hybridmag-color-link);
}
.entry-title a:hover {
  color: var(--hybridmag-color-link-hover);
}

.cat-links:not(.entry-meta .cat-links) {
  color: #f5f5f5;
  display: block;
}
.cat-links:not(.entry-meta .cat-links) ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 0.8em;
}
.cat-links:not(.entry-meta .cat-links) a {
  color: #ffffff;
  background: var(--hybridmag-color-primary);
  display: inline-block;
  padding: 0.15em 0.65em;
  border-radius: 4px;
  font-weight: 600;
  font-size: var(--hybridmag-font-size-xxxs);
}
.cat-links:not(.entry-meta .cat-links) a:visited {
  color: #ffffff;
}
.cat-links:not(.entry-meta .cat-links) a:hover {
  background: #333333;
}

.hm-arc-img-ba .hm-entry {
  display: flex;
}
.hm-arc-img-ba .hm-entry .post-thumbnail {
  flex-basis: 46.273291925%;
}
.hm-arc-img-ba .hm-entry .hm-article-inner {
  flex-basis: 46.273291925%;
  flex-grow: 1;
}
.hm-arc-img-ba.hybridmagaif-right .post-thumbnail {
  order: 2;
}
.hm-arc-img-ba.hybridmagaif-right .hm-article-inner {
  order: 1;
}
.hm-arc-img-ba.hybridmagaif-right.hm-post-list .hm-entry .post-thumbnail {
  margin-bottom: 0;
  border-top-left-radius: var(--hybridmag-global-border-radius);
  border-bottom-left-radius: var(--hybridmag-global-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hm-arc-img-ba.hm-post-list .hm-entry {
  align-items: center;
}
.hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail {
  margin: 0 30px 0 0;
  border-top-right-radius: var(--hybridmag-global-border-radius);
  border-bottom-right-radius: var(--hybridmag-global-border-radius);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.08);
}
.hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail {
    width: 100%;
    margin: 0 0 30px 0;
    border-radius: var(--hybridmag-global-border-radius);
  }
}
@media (max-width: 599px) {
  .hm-arc-img-ba.hm-post-list .hm-entry {
    display: block;
  }
}
.hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry {
  padding: var(--hybridmag-global-inner-spacing);
}
@media (min-width: 600px) {
  .hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry {
    padding: 30px 0;
  }
  .hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry .post-thumbnail {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-article-inner {
    margin: 0 30px;
  }
}
.hm-arc-img-ba.hm-post-list.hm-cl-one .hm-entry .post-thumbnail {
  box-shadow: none;
  border-radius: var(--hybridmag-global-border-radius);
}
.hm-arc-img-ba.hm-post-grid.hm-cl-sep .hm-entry {
  padding: 20px;
}
.hm-arc-img-ba.hm-post-grid.hm-cl-sep .hm-entry .post-thumbnail {
  max-width: 30%;
}

.hm-post-grid.hm-arc-img-ba .hm-entry .post-thumbnail {
  margin: 0 20px 20px 0;
}
.hm-post-grid.hm-arc-img-ba.hybridmagaif-right .hm-entry .post-thumbnail {
  margin: 0 0 20px 20px;
}

.hm-post-grid .hm-entry .post-thumbnail {
  margin: 0 0 25px;
}

.hm-arc-img-bc .hm-entry .entry-content-wrapper {
  margin-top: 1.5em;
}
.hm-arc-img-bc .hm-entry .post-thumbnail {
  width: 34%;
  float: left;
  margin: 0 3% 20px 0;
}
.hm-arc-img-bc .hm-entry .entry-content {
  float: right;
  width: 63%;
  margin: 0;
}
.hm-arc-img-bc .hm-entry .entry-content p {
  margin: 0 0 1.5em;
}
.hm-arc-img-bc .hm-entry .entry-meta {
  width: 63%;
}
.hm-arc-img-bc.hybridmagaif-right .post-thumbnail {
  float: right;
  margin: 0 0 20px 20px;
}
.hm-arc-img-bc.hybridmagaif-right .entry-content {
  float: left;
}
.hm-arc-img-bc.hm-cl-sep .hm-entry {
  padding: var(--hybridmag-global-inner-spacing);
}

.hm-arc-img-bh.hm-cl-sep .hm-article-inner {
  padding: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-bh.hm-cl-sep .post-thumbnail {
  margin-bottom: 0;
}

.hm-arc-img-ah.hm-cl-sep .entry-header {
  margin-bottom: 0;
  padding: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .entry-content-wrapper {
  padding: 0 var(--hybridmag-global-inner-spacing) var(--hybridmag-global-inner-spacing) var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .post-thumbnail {
  margin-bottom: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .hm-entry .entry-title {
  margin-bottom: 0;
}

.hm-arc-no-img.hm-cl-sep .hm-entry {
  padding: var(--hybridmag-global-inner-spacing);
}

.hm-author-avatar {
  margin-right: 5px;
}
.hm-author-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle;
}

.hm-comments-icon {
  margin: 0 4px 0 10px;
}
.hm-comments-icon .hm-svg-icon {
  position: relative;
  top: 2px;
  width: 1.2em;
}

.single .hm-author-avatar {
  margin-right: 10px;
}
.single .hm-author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.hm-tagged,
.hm-tags-links a {
  line-height: 1.8;
  padding: 2px 8px;
  margin-right: 1px;
  background: #eeeeee;
  color: #222222;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 3px;
}

.hm-tags-links a:hover {
  background: var(--hybridmag-color-link-hover);
  color: #fff;
}

.hm-tagged {
  background: var(--hybridmag-color-primary);
  color: #ffffff;
}

.hm-author-bio {
  display: flex;
  padding: 25px;
  border: 1px solid var(--hybridmag-color-border);
  margin: 60px 0;
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-author-name {
  font-weight: 600;
  margin-bottom: 10px;
}

.hm-author-link {
  color: var(--hybridmag-color-primary);
  font-size: var(--hybridmag-font-size-sm);
  font-weight: 600;
}
.hm-author-link:visited {
  color: var(--hybridmag-color-primary);
}
.hm-author-link:hover {
  color: var(--hybridmag-color-link);
}

.hm-author-image {
  flex-shrink: 0;
  margin-right: 20px;
}
.hm-author-image img {
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-author-description {
  font-size: var(--hybridmag-font-size-base);
}
.hm-author-description p {
  margin-bottom: 10px;
}

.hm-blog-section-header {
  margin: 0 0 30px;
  position: relative;
}
.hm-blog-section-header .hm-blog-entries-title {
  display: inline-block;
  border-bottom: 2px solid var(--hybridmag-color-primary);
  margin: 0;
  font-size: var(--hybridmag-font-size-lg);
}

.hm-fp1 {
  margin: 5px 0 35px;
  width: 100%;
}
@media (max-width: 767px) {
  .hm-fp1::after {
    display: block;
    content: "";
    clear: both;
  }
}

.hm-featured-top {
  width: 100%;
}

.hm-fp1-right {
  position: relative;
}

@media (min-width: 768px) {
  .hm-fp1 {
    display: flex;
    justify-content: space-between;
  }
  .hm-fp1-left {
    width: 65.234375%;
  }
  .hm-fp1-right {
    width: 34.375%;
  }
}
.hm-fp-overlay,
.hm-fp-link-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.hm-slider {
  position: relative;
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-cl-sep .hm-slider {
  box-shadow: var(--hybridmag-global-box-shadow);
}

.hm-slide-holder {
  position: relative;
  background-color: #f5f5f5;
}

.hm-slide-holder > .hm-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hm-slide-image {
  position: relative;
  width: 100%;
  padding-top: 59.281437126%;
}
.hm-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.hm-slider-title {
  font-size: var(--hybridmag-font-size-md);
  font-weight: bold;
  margin: 0;
  color: #f5f5f5;
  text-shadow: 0px 1px 1px #000;
}
@media (min-width: 992px) {
  .hm-slider-title {
    font-size: var(--hybridmag-font-size-xxl);
  }
}

.hm-slider-details-container {
  z-index: 1;
  padding: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hm-slider-details-container {
    padding: 15px;
  }
}

.hm-slider-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.hm-slider:hover .hm-slider-details-container::before {
  opacity: 0.7;
}

.hm-slider:hover .hm-slider-title {
  color: #ffffff;
  transition: color 0.2s;
}

.hm-slider .hm-swiper-button-prev,
.hm-slider .hm-swiper-button-next {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.hm-swiper-button-prev svg,
.hm-swiper-button-next svg {
  fill: #fff;
  width: 26px;
  height: 26px;
  position: relative;
}

.hm-swiper-button-prev {
  left: 20px;
  right: auto;
}

.hm-swiper-button-next {
  right: 20px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .hm-highlighted-posts {
    margin: 0 -1px;
  }
}

.hm-highlighted-post {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  border-radius: var(--hybridmag-global-border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hm-highlighted-post {
    width: 50%;
    float: left;
    padding: 2px 1px 0 1px;
  }
}
.hm-highlighted-post:first-child {
  margin-bottom: 0.92%;
}
@media screen and (min-width: 768px) {
  .hm-highlighted-post:first-child {
    margin-bottom: 0.97%;
  }
}
.hm-highlighted-post:hover .hmhp-details-container::before {
  opacity: 0.7;
}
.hm-highlighted-post:hover .hmhp-title {
  color: #ffffff;
}

.hm-cl-sep .hm-highlighted-post {
  box-shadow: var(--hybridmag-global-box-shadow);
}

.hmhp-thumbnail img {
  max-width: 100%;
  position: relative;
  z-index: -2;
}

.hmhp-details-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px;
}
@media (max-width: 767px) {
  .hmhp-details-container {
    padding: 10px;
  }
}

.hmhp-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.hmhp-title {
  font-weight: 700;
  font-size: var(--hybridmag-font-size-md);
  color: #f5f5f5;
  text-shadow: 0px 1px 1px #000;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .hmhp-title {
    font-size: var(--hybridmag-font-size-lg);
  }
}

.hmhp-inner {
  position: relative;
  background-color: #f5f5f5;
}

.hmhp-thumb {
  position: relative;
  width: 100%;
  padding-top: 55.681818182%;
}
.hmhp-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

@media (min-width: 600px) {
  .hm-tab-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.hm-tab-post-card {
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 767px) {
  .hm-tab-post-card {
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .hm-tab-post-card {
    flex-basis: calc(25% - 22.5px);
  }
}
@media (max-width: 600px) {
  .hm-tab-post-card {
    margin: 0 0 30px;
  }
  .hm-tab-post-card:last-child {
    margin-bottom: 0;
  }
}

.hm-tab-post-img {
  max-height: 342px;
  overflow: hidden;
}

.hm-cl-sep .hm-tab-post-card {
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  background: var(--hybridmag-color-bg-cl-sep-content);
}
.hm-cl-sep .hm-tab-post-details {
  padding: 20px;
  margin-top: 0;
}

.hm-cl-one .hm-tab-post-card .hm-tab-post-img {
  border-radius: var(--hybridmag-global-border-radius);
  overflow: hidden;
}

.hm-tab-post-details {
  margin-top: 15px;
}
.hm-tab-post-details .entry-meta {
  font-size: var(--hybridmag-font-size-xxs);
}

.hm-tab-post-title {
  font-size: var(--hybridmag-font-size-md);
  margin: 0 0 8px;
  word-wrap: break-word;
}

.hm-tab-post-img img {
  vertical-align: middle;
}

/* Featured Posts Small */
.hm-fp-small-top {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .hm-fp-small-top {
    display: flex;
    gap: 30px;
  }
}

.hm-fp-small {
  display: flex;
  width: 25%;
  padding: 18px;
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  background: #ffffff;
}
.hm-fp-small .post-thumbnail {
  max-width: 64px;
  margin-right: 16px;
}
.hm-fp-small .post-thumbnail img {
  border-radius: var(--hybridmag-global-border-radius);
}
.hm-fp-small .entry-title {
  margin: 0;
  font-size: var(--hybridmag-font-size-base);
}

.page .entry-header {
  margin: 0 0 35px;
}
.page .entry-header h1 {
  margin: 0;
}
.page .entry-footer {
  margin: 40px 0;
}
.page .edit-link {
  margin: 0;
}

.page-header {
  margin: 0 0 var(--hybridmag-global-spacing);
}
.page-header .page-title {
  margin: 0;
  font-size: var(--hybridmag-font-size-xxl);
}
.page-header .archive-description {
  margin: 5px 0 0;
}
.page-header .archive-description p {
  margin-bottom: 0;
}

.hm-entry-single {
  line-height: var(--hybridmag-line-height-article);
}
.hm-entry-single .entry-content {
  margin-bottom: 35px;
  font-size: var(--hybridmag-font-size-md);
}
.hm-entry-single > .post-thumbnail {
  margin: 0 0 35px;
  display: table;
}
.hm-entry-single .post-thumbnail img {
  border-radius: var(--hybridmag-global-border-radius);
}
.hm-entry-single .entry-title {
  font-size: var(--hybridmag-font-size-xxl);
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .hm-entry-single .entry-title {
    font-size: var(--hybridmag-font-size-xxxl);
  }
}
.hm-entry-single .entry-header {
  margin: 0 0 35px;
}
.hm-entry-single .entry-footer {
  display: flex;
  margin: 40px 0;
}

.hm-cl-sep .hm-entry-single {
  margin-bottom: 35px;
  padding: var(--hybridmag-global-inner-spacing);
  background: var(--hybridmag-color-bg-cl-sep-content);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
}

.page-template-template-magazine.hm-cl-sep .hm-entry-single {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.page-template-template-magazine.hm-cl-sep .hm-entry-single .entry-content .wp-block {
  margin-bottom: 35px;
  padding: var(--hybridmag-global-inner-spacing);
  background: var(--hybridmag-color-bg-cl-sep-content);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
}

.page-template-template-magazine .hm-entry-single .entry-content {
  margin: 0;
}

.page.hm-entry-single .entry-header {
  margin-bottom: 0;
}
.page.hm-entry-single .entry-header .entry-title {
  margin: 0 0 35px;
}

.edit-link {
  font-style: italic;
  font-weight: 600;
  margin-left: 1em;
}

.post-thumbnail figcaption {
  color: #555;
  font-size: var(--hybridmag-font-size-xxs);
  text-align: center;
  line-height: 1.3;
  margin: 0.5em auto 1em auto;
  max-width: 95%;
  display: table-caption;
  caption-side: bottom;
}

.page-links {
  clear: both;
  margin: 3.5em 0 1.5em;
}
.page-links .post-page-numbers {
  border: 1px solid var(--hybridmag-color-border);
  color: var(--hybridmag-color-text);
  padding: 5px 14px;
  font-weight: bold;
  margin: 0 2px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none !important;
}
.page-links .post-page-numbers:visited {
  color: #000000;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
  background-color: var(--hybridmag-color-primary);
  border: 1px solid var(--hybridmag-color-primary);
  color: #ffffff !important;
}

/* Comments
--------------------------------------------- */
.hm-cl-sep .comments-area {
  background: var(--hybridmag-color-bg-cl-sep-content);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  padding: var(--hybridmag-global-inner-spacing);
  margin: 0 0 35px;
}

.comments-area {
  margin: 80px 0 60px;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content p {
  margin-top: 0;
}

.bypostauthor {
  display: block;
}

.comment-list {
  margin: 0 0 1.5em 0;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid var(--hybridmag-color-border);
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

.comments-title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  margin: 0;
  padding: 0 0 35px;
}

.comment-reply-title {
  position: relative;
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.3125;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid var(--hybridmag-color-border);
  padding: 30px 30px 30px 75px;
  position: relative;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
  line-height: 1;
  display: inline;
}
.comment-author a {
  color: var(--hybridmag-color-primary);
}
.comment-author a:hover {
  color: #222;
}

.comment-author .avatar {
  height: 50px;
  position: absolute;
  width: 50px;
  left: 0;
  top: 22px;
  border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
  color: #888888;
  font-size: var(--hybridmag-font-size-xxs);
  line-height: 1.6153846154;
}

footer.comment-meta {
  margin-bottom: 25px;
}

.comment-metadata {
  margin-left: 5px;
  display: inline;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #888888;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: var(--hybridmag-color-link-hover);
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: var(--hybridmag-font-size-xxxs);
  line-height: 1;
  margin-top: 1.25em;
  padding: 0.417em 0.833em;
  font-weight: bold;
  background: #222;
  text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  background: var(--hybridmag-color-primary);
  color: #fff;
  outline: 0;
}

.comment-form label {
  display: block;
  font-size: var(--hybridmag-font-size-xs);
  letter-spacing: 0.077em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: var(--hybridmag-font-size-sm);
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.no-comments {
  border-top: 1px solid var(--hybridmag-color-border);
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: var(--hybridmag-color-primary);
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  font-size: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

#cancel-comment-reply-link {
  position: absolute;
  right: 10px;
  top: 32px;
  width: 26px;
  height: 26px;
  opacity: 0.5;
}

#cancel-comment-reply-link:hover {
  opacity: 1;
}

#cancel-comment-reply-link:before, #cancel-comment-reply-link:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 26px;
  width: 2px;
  background-color: var(--hybridmag-color-text-main);
}

#cancel-comment-reply-link:before {
  transform: rotate(45deg);
}

#cancel-comment-reply-link:after {
  transform: rotate(-45deg);
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 var(--hybridmag-global-spacing);
}
.widget::after {
  display: block;
  content: "";
  clear: both;
}
.widget select {
  max-width: 100%;
}
.widget ol, .widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  margin-bottom: 0.5em;
}
.widget:first-of-type {
  margin-top: 0;
}
.widget .wp-block-spacer {
  margin-bottom: -50px;
}

.hm-footer-widget-area .widget:first-of-type {
  margin-top: 50px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clearfix:after {
  clear: both;
}

#secondary .widget-title,
#secondary .wp-block-heading {
  color: var(--hybridmag-color-text-headings);
}

.hm-cl-sep #secondary .widget {
  padding: var(--hybridmag-global-inner-spacing);
  background: var(--hybridmag-color-bg-cl-sep-content);
  box-shadow: var(--hybridmag-global-box-shadow);
  border-radius: var(--hybridmag-global-border-radius);
}

.widget-title,
.widget_block h2.wp-block-heading,
.widget_block h3.wp-block-heading,
.widget_block h4.wp-block-heading {
  margin: 0 0 20px;
  font-size: var(--hybridmag-font-size-lg);
}

.hm-header-sidebar figure {
  margin: 0;
}

.hm-sidebar-header-after .widget,
.hm-header-sidebar .widget {
  margin: 1.5em 0 0;
}
.hm-sidebar-header-after .widget:first-of-type,
.hm-header-sidebar .widget:first-of-type {
  margin-top: 0;
}
.hm-sidebar-header-after .widget:last-of-type,
.hm-header-sidebar .widget:last-of-type {
  margin-bottom: 0;
}

/* Featured Tabs */
ul.hm-tab-nav {
  overflow: hidden;
  margin: 0 0 25px 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

li.hm-tab {
  float: left;
  padding: 0 !important;
  text-align: center;
  margin-right: 35px;
}
li.hm-tab a {
  width: 100%;
}

li.hm-tab.th-ui-state-active a {
  border-bottom: 2px solid var(--hybridmag-color-primary);
  outline: 0;
}

.hm-featured-tabs {
  position: relative;
  margin-bottom: 60px;
}
.hm-featured-tabs .hm-tab-anchor {
  font-size: var(--hybridmag-font-size-md);
  padding: 10px 0 3px;
  line-height: 40px;
  display: inline-block;
  font-weight: var(--hybridmag-font-weight-headings);
  line-height: 1.3;
  color: #333;
}
@media (max-width: 600px) {
  .hm-featured-tabs .hm-tab-anchor {
    font-size: var(--hybridmag-font-size-sm);
  }
}
.hm-featured-tabs #hm-tab-posts-2,
.hm-featured-tabs #hm-tab-posts-3,
.hm-featured-tabs #hm-tab-posts-4 {
  display: none;
}

.hm-cl-one .hm-featured-tabs {
  margin-bottom: 80px;
}

.hm-tabs-view-more {
  text-align: center;
  font-weight: var(--hybridmag-font-weight-headings);
  margin: 20px 0 0;
  display: block;
}
@media (min-width: 768px) {
  .hm-tabs-view-more {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    font-size: var(--hybridmag-font-size-sm);
    text-align: right;
  }
}

.hm-sidebar-posts .widget-title {
  margin-bottom: 25px;
}
.hm-sidebar-posts .hms-post:last-child {
  margin-bottom: 0;
}

.hms-thumb {
  float: left;
  margin-right: 15px;
  position: relative;
}
.hms-thumb img {
  max-width: 75px;
  vertical-align: top;
  border-radius: var(--hybridmag-global-border-radius);
}
@media (min-width: 768px) and (max-width: 992px) {
  .hms-thumb img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hms-thumb {
    width: 30%;
    margin-right: 12px;
  }
}

.hms-details {
  overflow: hidden;
}

.hms-title {
  font-size: var(--hybridmag-font-size-base);
  margin: 0 0 8px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.27;
}

.hms-post {
  margin-bottom: 30px;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-size: var(--hybridmag-font-size-xs);
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.hm-entry-single .entry-content > * {
  margin-bottom: 30px;
}
.hm-entry-single .entry-content > *:last-child {
  margin-bottom: 0;
}

.wp-block-group .wp-block-group__inner-container > * {
  margin-bottom: 20px;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  margin-bottom: 0.5em;
}

.wp-block-latest-comments {
  padding-left: 0;
}

.page-content a.wp-block-button__link,
.entry-content a.wp-block-button__link,
.entry-summary a.wp-block-button__link,
.wp-block-button__link {
  border-radius: 3px;
  background: var(--hybridmag-color-button-background);
  color: var(--hybridmag-color-button-text);
  cursor: pointer;
  line-height: 1;
  padding: 0.8em 1em 0.8em;
  font-size: var(--hybridmag-font-size-base);
  font-weight: bold;
  text-decoration: none;
}
.page-content a.wp-block-button__link:hover,
.entry-content a.wp-block-button__link:hover,
.entry-summary a.wp-block-button__link:hover,
.wp-block-button__link:hover {
  color: var(--hybridmag-color-button-hover-text);
  background: var(--hybridmag-color-button-hover-background);
}
.page-content a.wp-block-button__link:active, .page-content a.wp-block-button__link:focus,
.entry-content a.wp-block-button__link:active,
.entry-content a.wp-block-button__link:focus,
.entry-summary a.wp-block-button__link:active,
.entry-summary a.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: var(--hybridmag-color-button-focus-background);
}

.wp-block-search__button {
  padding: 0.8rem 1rem;
  border: none;
}

.wp-block-pullquote {
  border-left: none;
  border-right: none;
  font-size: var(--hybridmag-font-size-xl);
  padding: 2rem 0;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: var(--hybridmag-font-size-sm);
}

.wp-block-pullquote cite::before,
.wp-block-pullquote .wp-block-pullquote__citation::before {
  content: "—";
  margin-right: 0.25rem;
}

.wp-block-pullquote blockquote {
  border-left: none;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--hybridmag-font-size-xl);
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-style: italic;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote.has-background,
.wp-block-pullquote[style*=border-style][style*=border-width] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image:not(.alignleft, .alignright),
.wp-block-latest-posts__featured-image img {
  border-radius: var(--hybridmag-global-border-radius);
}

.wp-block-image:not(.alignfull, .is-style-rounded) img,
.wp-block-gallery .wp-block-image {
  border-radius: var(--hybridmag-global-border-radius);
}

.th-hm-es .article-section-title {
  border-bottom: 2px solid var(--hybridmag-color-primary);
  display: inline-block;
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Magazine Companion
--------------------------------------------- */
.wpbnmpb1,
.wpbnmpb2,
.wpbnmspp {
  --bnm-meta-color: var(--hybridmag-color-text-light);
  --bnm-meta-hover-color: var(--hybridmag-color-link-hover);
  --bnm-title-color: var(--hybridmag-color-link);
  --bnm-title-hover-color: var(--hybridmag-color-link-hover);
  --bnm-category-bg-color: var(--hybridmag-color-primary);
  --bnm-category-bg-hover-color: #333333;
}

.hm-cl-sep .wpbnmpb1,
.hm-cl-sep .wpbnmpb2,
.hm-cl-sep .wpbnmspp {
  padding: var(--hybridmag-global-inner-spacing);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  background: var(--hybridmag-color-bg-cl-sep-content);
}
.hm-cl-sep .wpbnmspp.image-alignbehind {
  padding: 0;
}
.hm-cl-sep .wpbnmfpb1,
.hm-cl-sep .wpbnmfpb2,
.hm-cl-sep .wpbnmposw {
  box-shadow: var(--hybridmag-global-box-shadow);
}

.bnm-fp1-container,
.bnm-fp2-container,
.thbnm-swiper {
  overflow: hidden;
  border-radius: var(--hybridmag-global-border-radius);
}

.wpbnmpb1 .post-thumbnail,
.wpbnmpb2 .post-thumbnail {
  border-radius: var(--hybridmag-global-border-radius);
}

.wpbnmspp.image-alignbehind .post-thumbnail,
.wpbnmspp .post-thumbnail {
  overflow: hidden;
}
.wpbnmspp.image-alignbehind .post-thumbnail img,
.wpbnmspp .post-thumbnail img {
  border-radius: var(--hybridmag-global-border-radius);
}
.wpbnmspp.image-alignbehind .post-has-image .bnm-entry-wrapper {
  border-bottom-left-radius: var(--hybridmag-global-border-radius);
  border-bottom-right-radius: var(--hybridmag-global-border-radius);
}
.wpbnmspp.image-alignbehind {
  background: inherit;
  box-shadow: none;
}
.wpbnmspp.image-alignbehind .bnmsp-post {
  box-shadow: var(--hybridmag-global-box-shadow);
}

.th-hm-es .wpbnmpb1 .entry-meta .byline,
.th-hm-es .wpbnmpb1 .entry-meta .posted-on,
.th-hm-es .wpbnmpb1 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmpb2 .entry-meta .byline,
.th-hm-es .wpbnmpb2 .entry-meta .posted-on,
.th-hm-es .wpbnmpb2 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmposw .entry-meta .byline,
.th-hm-es .wpbnmposw .entry-meta .posted-on,
.th-hm-es .wpbnmposw .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmfpb2 .entry-meta .byline,
.th-hm-es .wpbnmfpb2 .entry-meta .posted-on,
.th-hm-es .wpbnmfpb2 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmfpb1 .entry-meta .byline,
.th-hm-es .wpbnmfpb1 .entry-meta .posted-on,
.th-hm-es .wpbnmfpb1 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmspp .entry-meta .byline,
.th-hm-es .wpbnmspp .entry-meta .posted-on,
.th-hm-es .wpbnmspp .entry-meta .bnm-comment-count {
  margin-right: 0;
}
.th-hm-es .wpbnmpb1 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmpb2 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmposw .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmfpb2 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmfpb1 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmspp .entry-meta .hm-meta-sep {
  margin: 0 calc(var(--bnm-meta-spacing, 0.6em) / 2);
}

.widget .bnmbcs ul li {
  margin: 0;
}

.bnm-box-cat .bnm-cat-links a {
  color: #ffffff;
  border-radius: 4px;
}
.bnm-box-cat .bnm-cat-links a:hover {
  color: #ffffff;
}
.bnm-box-cat .bnm-cat-links a:visited {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.hm-entry .entry-content > *.wp-block-image .alignleft,
.hm-entry .entry-content > *.alignleft,
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.hm-entry .entry-content > *.wp-block-image .alignright,
.hm-entry .entry-content > *.alignright,
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* --------------- END https://receitademae.receitarapido.com/wp-content/themes/hybridmag/style.css?ver=1.0.6 --------------- */ 

/* --------------- START https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/css/font-figtree.css --------------- */ 
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* --------------- END https://receitademae.receitarapido.com/wp-content/themes/hybridmag/assets/css/font-figtree.css --------------- */ 

/* --------------- START inline --------------- */ 

		/* Custom CSS */
            :root { 
                --hybridmag-color-primary: #dd3333;
             }
        
                .site-logo img {
                    max-width: 400px;
                }
            
                @media (max-width: 480px) {
                    .site-logo img {
                        max-width: 200px;
                    }
                }
            
                .hm-h-lg .main-navigation ul li a {
                    line-height: 20px;
                }
                .hm-h-lg .hm-main-menu .hm-social-menu li a,
                .hm-h-lg .hm-search-toggle/*,
                .hm-h-lg .hm-main-menu .hm-slideout-toggle */{
                    height: 20px;
                }
                .hm-h-lg .main-navigation ul ul li a {
                    line-height: initial;
                }	
/* --------------- END inline --------------- */ 

/* --------------- START inline --------------- */ 

				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			
/* --------------- END inline --------------- */ 
