/*
Theme Name: nm-magazine
Theme URI: 
Author: Feinberg Web Team
Author URI: 
Description: A theme for NM Magazine
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nm-magazine
Tags: 
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.hide, .visually-hidden {display:none}
.single-post h1.wp-block-post-title {font-size:40px; font-weight:700}
main a {color: var(--wp--preset--color--custom-body-link)}
main a:hover {background-color: var(--wp--preset--color--custom-body-link-hover-bg); color: var(--wp--preset--color--custom-body-text)}
.archive .wp-block-post-title a {color: var(--wp-preset-color-custom-body-text)}
/* Pagination */
.wp-block-query-pagination a {text-decoration: underline; padding: 1em}
.wp-block-query-pagination a:hover:not(.wp-block-query-pagination-next, .wp-block-query-pagination-previous) {border-bottom: 2px solid;text-decoration: none;}
.wp-block-query-pagination-numbers .current {border-bottom: 2px solid;padding: 1em}
.wp-block-query-pagination-next, .wp-block-query-pagination-previous{border: 1px solid #e1e1e1;}
.list-unstyled {padding-left:0; list-style:none;}
.list-unstyled.footer-links li {margin-bottom: .7em;}
/* homepage */
.home .wp-block-query figure.wp-block-post-featured-image {overflow: hidden;}
.home .wp-block-query figure.wp-block-post-featured-image > a > img {object-position: top;}
.home .wp-block-query figure.wp-block-post-featured-image:hover > a > img {transform: scale(1.1); transition: all 0.3s}
.home h2.category-heading {border-bottom: 2px solid var(--wp--preset--color--custom-body-text); font-size:1em}
.home h2.category-heading a {background: var(--wp--preset--color--custom-body-text); color: #fff; text-decoration:none; padding: 2px 8px}
.home h3.wp-block-post-title {font-size: 1em;}
.home h3.wp-block-post-title a {color: #4e2a84; font-weight: 600; text-decoration: underline dotted; }
.home :where(:not(.is-layout-constrained)) > h3.wp-block-post-title {margin-top:1em;}

.home .wp-block-post-excerpt {margin-top:1em;}
.home .explore-more ul.extra-links {font-size: 2em; line-height: 1.5em; list-style:none; padding-left: 0; margin: 0 1em;}
.home .explore-more ul.extra-links li {border-top: 2px solid #ccc; padding: 1em 0 1em 1em;}
.home .explore-more ul.extra-links li:last-of-type {border-bottom: 2px solid #ccc;}
.home .explore-more ul.extra-links li a {text-decoration:none;}
/* Navigation external links */
.wp-block-navigation .wp-block-navigation-item__content:not([href*="magazine-dev.nm.org"],[href*="magazine.nm.org"],[href="#"],[href^="/"])::after, main a:not(figure a, [href*="magazine-dev.nm.org"],[href*="magazine.nm.org"],[href="#"],[href^="/"])::after {
	align-self: center;
	content: "\f1c5";
	font:normal 900 0.78em/1 "bootstrap-icons";
	margin-left: .3em;
	opacity: .8;
	text-rendering: auto;
}
/* breadcrumbs */
.wp-block-template-part:has(> .breadcrumbs-block) {
  margin-block-start: 0
}
.breadcrumbs {padding: 0 1.2em;}
.breadcrumbs .yoast-breadcrumbs{border-bottom: 1px solid #ccc; padding: 1em 0;}
/* blockquote */
blockquote{
	padding: 2em 1em;
}
.wp-block-pullquote blockquote {
	border-top: 5px solid #55585a !important;
	border-bottom: 5px solid #55585a !important; 
}
.wp-block-pullquote p{
	font: 28px/50px "Poppins";
	font-weight: 100
}
blockquote p:before, .wp-block-pullquote blockquote p:before {
    content: '\00201C ';
    display: inline-block;
}
blockquote p:after,.wp-block-pullquote blockquote p:after {
    content: ' \00201D';
    display: inline-block;
}
.wp-block-themeisle-blocks-advanced-column.has-light-bg .wp-block-button__link.has-white-color:hover {background-color: initial;}
/* Owl slider for related posts */
h3.nm-related-posts {margin-bottom: -1em;}
.owl-carousel.owl-theme.nm-related-posts .owl-stage-outer{
	padding-top: 3em;
}
.owl-carousel.owl-theme.nm-related-posts .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;	
}
/* Owl homepage slider */
.nm-homepage-slider {margin-top:0}
.nm-homepage-slider .owl-carousel.owl-theme .owl-nav,.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	bottom: 2em;
	right: 0;	
}
.nm-homepage-slider .owl-carousel.owl-theme .owl-dots {
	right: 10%;	
}
.nm-homepage-slider .owl-carousel .owl-nav button.owl-next, .nm-homepage-slider .owl-carousel .owl-nav button.owl-prev {
	border-radius: 0;
  	border: 1px solid #ccc;
	font-size: 2em;
	width: 1.5em;
}
@media (min-width: 1140px) {
  .entry-content.wp-block-post-content > .wp-block-themeisle-blocks-advanced-columns.has-2-columns.feature {
    width: 1140px !important;
    margin: 0 -195px;
  }
  .wp-block-themeisle-blocks-advanced-columns .innerblocks-wrap {
    max-width: 1140px !important;;
  }
}
@media (min-width: 1200px) {
.wp-block-pullquote:not(.extend-left, .extend-right) {
	margin-left: -10%;
	margin-right: -10%;
}