/*
Theme Name: XS Noize - MH Magazine Child
Theme URI: https://mhthemes.com/themes/mh-magazine/
Template: mh-magazine
Author: J Roberts
Author URI: https://www.facebook.com/skyhavenmedia
Description: MH Magazine is a clean, modern and fully responsive premium magazine WordPress theme for blogs, online magazines, news websites and other editorial projects. The theme includes useful page templates, several custom widgets and advanced theme options including colorpickers with unlimited colors to create your own color scheme.
Tags: one-column,two-columns,left-sidebar,right-sminidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,threaded-comments,full-width-template,post-formats,translation-ready,rtl-language-support,blog,entertainment,news
Version: 1.1.1672674600
Updated: 2023-01-02 15:50:00

*/

    @font-face{font-family:circular std;font-style:normal;font-weight:450;font-display: swap;src:local('Circular Std'),url(fonts/CircularStd-Book.woff) format('woff')}
    @font-face{font-family:circular std;font-style:italic;font-weight:450;font-display: swap;src:local('Circular Std'),url(fonts/CircularStd-BookItalic.woff) format('woff')}
    @font-face{font-family:circular std;font-style:normal;font-weight:700;font-display: swap;src:local('Circular Std'),url(fonts/CircularStd-Bold.woff) format('woff')}
    @font-face{font-family:circular std;font-style:italic;font-weight:700;font-display: swap;src:local('Circular Std'),url(fonts/CircularStd-BoldItalic.woff) format('woff')}

/*html{
    overflow-x: hidden;
}*/

/* temporarily remove RSS link from header */
li#menu-item-37017 {
    display: none;
}

body {
   font-family: "circular std", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    background: #ecf0f5;
    color: #3a3a3a;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "circular std", sans-serif;*/
   /* font-family: sans-serif!important; */
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}

.entry-content a {
    color: #df002f!important;
}
.entry-content a:hover {
    color: #e64946;
    text-decoration: none!important;
}

a:focus {
    outline: thin dotted;
}

.site-title {
    z-index: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 95%;
}


button.mega-toggle-animated.mega-toggle-animated-slider {
    display: none;
}

/* responsive youtube */
    .container {
        display: flex;
        justify-content: center;
    }


    iframe {
        aspect-ratio: 16 / 9!important;
        width: 100% !important;
    }


/* fix third party includes */
.ad-center {
    width: 99%;
    max-width: 99%;
    margin: 0 auto;
    overflow-x: hidden;
    background: #ecf0f5;
    text-align: center;
	min-height: 100px;
}

#custom_html-7 .textwidget, 
#custom_html-12 .textwidget {
    width: 98%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
}

svg.search-icon {
    margin-bottom: -7px;
    width: 25px;
    height: 25px;
    transition: all 0.3s ease-in-out;
}

.is-menu path.search-icon-path {
    fill: #cccccc;
}

svg.search-icon:hover {
    transform: scale(1.5);
    transition: all 0.3s ease-in-out;
}

.is-ajax-search-details a, .is-ajax-search-result a {
    color: #de002f!important;
}

div.asl_r .results .item .asl_content h3, 
div.asl_r .results .item .asl_content h3 a {
    color: #e74946!important;
}

.is-form-style input.is-search-submit, .is-search-icon {
    display: inline-block!important;
    color: #fff;
    background: #df002f!important;
    box-shadow: none!important;
    outline: 0;
    margin: 0;
    font-size: 14px!important;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.is-form-style .is-search-submit path {
    fill: #fff!important;
}

.sd-social-icon .sd-content ul li.share-email a:before, 
.sd-social-icon-text .sd-content li.share-email a:before, 
.sd-social-official .sd-content li.share-email a:before, 
.sd-social-text .sd-content ul li.share-email a:before {
    color: #fff;
}

input[type=submit] {
    display: inline-block;
    min-width: 150px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #de002f!important;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    border: 0;
    -webkit-appearance: none;
}
/* widget styling for home page layout */

.mh-thumb-icon {
    width: auto;
    height: auto;
}

.mh-thumb-icon img,
.wpp-list img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.mh-thumb-icon img:hover,
.wpp-list img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;

}

.mh-widget a,
.mh-posts-grid-col a,
.mh-content a {
    background: -o-linear-gradient(bottom, black, black) no-repeat right bottom / 0 var(--bg-h);
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(black)) no-repeat right bottom / 0 var(--bg-h);
    background: linear-gradient(0deg, black, black) no-repeat right bottom / 0 var(--bg-h);
    -webkit-transition: background-size 350ms;
    -o-transition: background-size 350ms;
    transition: background-size 350ms;
    --bg-h: 8%;
    font-weight: 600;
}

.mega-sub-menu .grid-content a {
    background: -o-linear-gradient(bottom, #ff2525, #ff1c1c) no-repeat right bottom / 0 var(--bg-h);
    background: -webkit-gradient(linear, left bottom, left top, from(#ff2525), to(#ff1c1c)) no-repeat right bottom / 0 var(--bg-h);
    background: linear-gradient(0deg, #ff2525, #ff1c1c) no-repeat right bottom / 0 var(--bg-h);
    -webkit-transition: background-size 350ms;
    -o-transition: background-size 350ms;
    transition: background-size 350ms;
    --bg-h: 8%;
    font-weight: 600;
    display: inline!important;
}

.mh-widget a:where(:hover, :focus-visible),
.mh-posts-grid-col a:where(:hover, :focus-visible),
.mh-content a:where(:hover, :focus-visible),
.mega-sub-menu .grid-content a:where(:hover, :focus-visible) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
}

.mh-main-nav-wrap.shrink .mega-sub-menu {
    margin-top: 5px!important;
}

#mh_magazine_slider-2 {
   min-height: 300px;
    background: none;
    box-shadow: none;
}

.flexslider .slides > li {
   /* max-height: 520px; */
}

.flexslider.loading .slides > li:first-child { opacity: 0 !important; }

.mh-slider-normal {
    width: 100% !important;
}

.mh-slider-layout2 .mh-slider-caption {
    padding: 0!important;
}

h2.mh-slider-title a:hover {
    color: #de002f;
}

.flex-viewport {
    background: #2a2a2a;
    min-height: 270px;
}

.is-popup-search-form input.search-field::placeholder {
    color: #fff;
}

.is-popup-search-form form:not(.is-search-form) input[type=search] {
    color: #fff !important;
}

.is-popup-search-form .search-form .search-field {
    position: absolute;
    padding: 20px 2% !important;
    background: #ffffff47 !important;
    border: 2px solid #de002f !important;
    width: 80% !important;
    margin: 10% 0 !important;
    border-radius: 4px;
}

.mh-slider-caption {
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
}


.mh-posts-horizontal-thumb {
    float: left;
    max-width: 100% !important;
    margin-right: 0px !important;
}

.mh-posts-horizontal-title {
    font-size: 14px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
}

#mh_magazine_posts_horizontal-2 .mh-widget-title {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.mh-spotlight-content,
.mh-spotlight-widget a,
.mh-spotlight-widget .mh-spotlight-meta,
.mh-spotlight-widget .mh-spotlight-meta a {
    color: #000;
}

ul.mh-custom-posts-widget li:last-child {
    border-bottom: 0px solid #fff;
}

.mh-custom-posts-thumb {
    margin-right: 10px !important;
}

.entry-content.mh-loop-description {
    margin-top: 0px;
}

.page-header {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.entry-content p {
    margin: 0px;
}

article.mh-posts-list-item.clearfix {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding-bottom: 0px;
}

.mh-social-bottom {
    display: none;
}

.mh-posts-grid-thumb img {
    width: 100%;
    max-width: 100%;
}

.tagcloud {
    padding: 10px;
}

.archive .mh-posts-grid-item.clearfix img {
    object-fit: cover;
    width: 100%;
    max-width: unset;
}

.archive .mh-posts-grid-item .mh-posts-grid-title,
.archive .mh-posts-grid-item .mh-meta.entry-meta,
.archive .mh-posts-grid-item .mh-posts-grid-excerpt {
    padding: 0 15px;
}

.archive .mh-posts-grid-item .mh-posts-grid-excerpt {
    padding: 0 15px 15px 15px;
}

.mh-col-1-2.mh-posts-grid-col.clearfix {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    margin-left: 0;
}

.entry-header,
.page-header {
    text-align: center;
    padding: 5px 0;
}

.entry-header .entry-title {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding: 15px !important;
    font-size: 2rem;
  /*  font-family: "circular std", sans-serif!important; */
    font-weight: 700!important;
	letter-spacing: -1.5px;
}

.entry-thumbnail {
    max-width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

/*.mh-meta.entry-meta {
    padding-left: 0px !important;
}*/

/* accessability stuff */

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.sr-only{
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}

.entry-content.clearfix p {
    padding: 17px;
    font-size: 17px;
}
.page .entry-content {
    padding: 10px !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.single #main-content .entry-content p {
    font-size: 17px;
}

#main-content article.post {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.entry-content .aligncenter img {
    width: 100%;
}

.page-template-template-authors #main-content article {
    margin-bottom: 25px;
}

#respond {
    margin-top: 15px;
}

#comments .mh-widget-title {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.mh-author-box.clearfix {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.mh-author-box-contact a {
	padding-left: 0px!important;
    margin-left: 15px;
}

.mh-related-wrap.mh-row.clearfix {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

ol.commentlist.mh-comment-list {
    border-radius: 10px;
    background: #ecf0f5;
    box-shadow: inset 6px 6px 15px #d4d8dd, inset -6px -6px 5px #ffffff;
    padding: 15px;
}

.mh-post-nav {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 0px solid #ebebeb;
}

.mh-post-nav span {
    margin-top: 5px;
}

h3.entry-title.mh-posts-list-title {
    padding-top: 13px;
}

nav.mh-post-nav.mh-row.clearfix {
    background: #fff;
    padding: 0px 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

nav.mh-post-nav.mh-row.clearfix img {
    border-radius: 4px;
    width: 130px;
}

.mh-post-nav span {
    margin-top: 10px;
}

.mh-header {
    min-height: 100px;
    background: none;
}

.mh-navigation .custom-logo-link img {
    width: 250px;
	height: 72px;
    z-index: 10000;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.mh-container,
.mh-container-inner {
    width: 98%;
    max-width: unset !important;
    margin: 0 auto;
    position: relative;
    height: inherit;
    padding: 0 1%;
    /*min-height: 25px; */
}

#rank-math-rich-snippet-wrapper h5.rank-math-title,
#rank-math-rich-snippet-wrapper .rank-math-total-wrapper {
    padding: 10px!important;
}


#twitter {
    min-height: 600px;
}

aside h4.mh-widget-title {
    background: #de002f !important;
    color: #fff !important;

}

aside .mh-widget {
    border: 0px solid #000 !important;
}

aside .mh-widget-title span {
    color: #fff !important;
}

.mh-wrapper {
    padding: 0 !important;
    background: #fff;
}

aside .mh-widget h2 a {
    color: #fff !important;
}

aside .mh-widget h2 a:hover {
    color: #000 !important;
}

/* Mega Menu */

.mega-menu-grid a.mega-menu-link:before {
    content: "";
    position: absolute !important;
    top: 20px !important;
    left: 10px;
    background: #fff !important;
    width: calc(100% - 40px) !important;
    height: 2px !important;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.mega-menu-flyout a.mega-menu-link:before {
    content: "";
    position: absolute !important;
    top: 20px !important;
    left: 10px;
    background: #fff !important;
    width: calc(100% - 20px) !important;
    height: 2px !important;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


a.mega-menu-link:hover:before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 1;
}

#mega-menu-wrap-mh_main_nav .mega-menu-toggle {
    border-radius: 4px;
}

#mega-menu-wrap-mh_main_nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
    margin-right: 9px!important;
}
#mega-menu-wrap-mh_main_nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 9px!important;
}

#mega-menu-wrap-mh_main_nav .mega-menu-toggle .mega-toggle-block-1:after {
    margin: 0!important;
}

#mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #aeaeaf;
}

#mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    width: 100%;
}

#mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav>li.mega-menu-item>a.mega-menu-link {
    color: #aeaeae;
}

#mega-menu-wrap-mh_main_nav {
    clear: both;
    margin-left: auto;
}

#mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav>li.mega-menu-item>a.mega-menu-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.mega-sub-menu i.fa.fa-clock-o {
    display: none;
}

#mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav>li.mega-menu-megamenu>ul.mega-sub-menu {
    margin-top: 15px;
}

#mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #e5e5e5;
}

#mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #212221 !important;
    text-transform: uppercase;
}

.mega-sub-menu .mh-posts-horizontal-widget {
    padding: 25px;
    background: transparent;
}

.mega-sub-menu .mh-row.mh-posts-grid.clearfix {
    display: block!important;
}

.mh-main-nav li .mega-block-title a:hover {
    color: #de002f;
}

.mh-main-nav li .mega-block-title a {
    padding: 10px 0;
}

.review-menu .mh-row {
    min-height: 250px;
}

.review-menu .mh-col-1-3.mh-posts-grid-col.clearfix {
    width: 46%;
}

.review-menu h3.entry-title.mh-posts-grid-title {
    font-size: 13px;
    padding: 0;
}

.mh-preheader,
.mh-wide-layout .mh-subheader {
    background: #2a2a2a;
}

.custom-logo-link {
line-height: 0 !important;
}

.mh-ticker-title {
    background: transparent;
}

.mh-ticker-title.mh-ticker-title-top .fa {
    display: inline !important;
}

.mh-ticker-title-top {
    padding: 0 10px 0 5px;
}

.mh-container.mh-container-inner.mh-row.clearfix {
    padding: 5px 0;
}

.menu-main-menu-container {
    display: inline-block;
    padding: 18px 0px 0px 10px;
}

.mh-social-nav li a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-size: 19px!important;
    margin-right: 4px;
}

a.mega-menu-link {
    font-family: "circular std", sans-serif;
    color: rgba(255, 255, 255, .6);
    font-weight: 600;
}

nav.mh-container-inner {
    display: flex!important;
    align-items: center;
}

.mh-main-nav-wrap {
    background: #1b1b1b;
    width: 100%;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.mh-main-nav-wrap.shrink {
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.mh-main-nav-wrap.shrink .mh-navigation .custom-logo-link img {
	height: 40px;
	width: 140px;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	
}

.logged-in .mh-main-nav-wrap.shrink {
    top: 30px;
}

.mh-content {
    width: 72%;
    overflow: visible;
}

.widget_search {
    padding: 0 !important;
    background: #ecf0f4 !important;
}

#mh_magazine_posts_horizontal-2 {
    background: #ecf0f4;
    box-shadow: none;
}


.mh-posts-horizontal-widget {
    padding: 0;
    background: #ecf0f4;
    margin-top: 10px;

}

#is_widget-3 {
    overflow: visible;
    box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
}

.mh-widget .search-form {
    display: block;
    margin: 0 auto;
    padding: 0;
    background: #ecf0f4;
}

.mh-widget .search-form .search-field {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.mh-widget {
    margin-bottom: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
    border-top: 6px solid #de002f;
}

.mh-custom-posts-small-title {
    line-height: 1.3;
    font-size: 14px;
}

.mh-custom-posts-small-title a {
    /* color: #070707b5; */
    font-weight: 500;
}

.mh-slider-layout2 .flex-control-nav li {
    width: 33.333333%;
    margin: 0;
}

.mh-custom-posts-small-title a:hover {
    color: #de002f;
}

a.mh-widget-title-link:hover {
    color: #de002f!important;
}

.mh-spotlight-widget {
    border-bottom: 3px solid #ff524f!important;
}

.mh-spotlight-widget a:hover {
    color: #de002f!important;
}

#mh_magazine_spotlight-4.mh-home-5,
#mh_magazine_posts_horizontal-2 {
    border-top: 6px solid #ff524f;
}

#mh_magazine_posts_horizontal-2 .mh-widget-title a {
    color: #ff524f;
}

.mh-spotlight-caption {
    top: 10%;
    padding: 10px 15px;
    background: #ff524f;
}

.mh-image-caption {
    background: #de002f;
}


h2.mh-spotlight-title a {
    color: #ff524f;
}

#mh_magazine_spotlight-4.mh-home-5 h4.mh-widget-title {
    color: #2f71b0!important;

}

#mh_magazine_posts_grid-4 {
    border-top: 6px solid #49b9b4;
}

#mh_magazine_posts_grid-5,
#mh_magazine_posts_grid-3 {
    border-top: 6px solid #49b9b4;
}

#mh_magazine_posts_grid-5 .mh-widget-title-inner a,
#mh_magazine_posts_grid-4 .mh-widget-title-inner a,
#mh_magazine_posts_grid-3 .mh-widget-title-inner a {
    color: #49b9b4;
}

#mh_magazine_posts_grid-5 h4.mh-widget-title {
    color: #49b9b4!important;
}

#mh_magazine_posts_grid-8 .mh-widget-title a {
    color: #de002f;
}

#mh_magazine_posts_grid-8 {
    border-top: 6px solid #de002f;
}

.mh-home-6 .mh-widget-title a:hover {
    color: #000!important;
}

.mh-custom-posts-content {
    padding: 0px 10px;
}

.mh-posts-large-content.clearfix {
    padding: 0 15px;
}

ul.mh-custom-posts-widget li {
    border-bottom: 1px solid #e3e3e3;
}

aside.mh-widget-col-1.mh-sidebar .mh-widget-title {
    background: #de002f;
    color: #fff !important;
    border-top: 0px solid #000 !important;
}

.mh-widget-layout1 .mh-widget-title {
border-bottom: 0;
	background: #fff;
	color: #de002f;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

h3.mh-custom-posts-xl-title {
    font-size: 1.25rem!important;
} 

.mh-home-columns.flex-row-home.clearfix .mh-widget {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mh-home-columns.flex-row-home.clearfix .mh-widget ul.mh-custom-posts-widget.clearfix li {
    padding: 0px;
}

#main-content article h3, 
#main-content article .mh-posts-grid-excerpt, 
#main-content article .mh-meta, 
.single article .entry-content p, 
.single article .entry-content h2 {
    padding: 0 10px 10px 10px;
}

a.mh-excerpt-more {
    font-weight: normal;
}

ul.mh-custom-posts-widget.clearfix li {
    padding: 10px 10px;
}

.mh-home-area-3 ul.mh-custom-posts-widget.clearfix li:first-child,
.mh-home-area-4 ul.mh-custom-posts-widget.clearfix li:first-child {
    padding: 0px;
}


.mh-custom-posts-thumb-xl img {
    width: 100%;
    max-width: 100%;
}

.flex-control-nav {
    z-index: 10 !important;
}

.mh-ticker-top {
    font-size: 14px;
    height: 35px;
}

.mh-widget-title span a,
.mh-widget-title span {
    font-family: "circular std", sans-serif;
    font-weight: 800;
}

.mh-home-area-6 .mh-widget {
    border-top: 0px solid #000;
}

.mh-home-area-6 .mh-widget-title {
    background: #de002f;
    color: #fff !important;
    border-top: 0px solid #000 !important;
}

.mh-home-6 .mh-widget-title span a {
    color: #fff;
}

.mh-home-area-6 #mh_magazine_custom_posts-35 {
    /*light blue */
    border-top: 0px solid #72aee6;
}

.mh-home-area-3 .mh-widget {
    border-top: 6px solid #2f71b0;
}

.mh-home-area-3 .mh-widget-title span a {
    color: #2f71b0;
}

.mh-home-area-3 .mh-custom-posts-xl-title a {
    font-family: "circular std", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #2f71b0;
}

.mh-home-area-4 .mh-widget {
    border-top: 6px solid #de002f;
}

.mh-home-area-4 .mh-custom-posts-xl-title a {
    font-family: "circular std", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #de002f;
}

.mh-home-area-4 .mh-widget-title span a {
    color: #de002f;
}


.mh-footer-widget.widget_archive li,
.mh-footer-widget.widget_categories li,
.mh-footer-widget.widget_pages li a,
.mh-footer-widget.widget_meta li,
.mh-footer-widget.widget_nav_menu .menu>li,
.mh-footer-widget.widget_nav_menu .sub-menu li,
.mh-footer-widget.widget_rss li {
    border-color: rgba(255, 255, 255, 0);
    border: none;
    text-transform: uppercase;
    display: inline-block;
}

.widget_nav_menu li a {
    display: block;
    padding: 4px;
}

.mh-col-1-1.mh-home-wide.mh-footer-area.mh-footer-2 {
    margin: 0 auto;
    text-align: center;
}

.mh-footer-widget .mh-social-widget li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    text-align: center;
    margin-left: 5px;
}

ul#menu-footer-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mh-footer-nav {
    background: #323232;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.widget_nav_menu li a {
    display: block;
    padding: 4px!important;
}

.mh-footer-widget .mh-social-widget {
    background: none;
    padding: 0px;
}

.twitter-timeline.twitter-timeline-rendered {
    width: 100%!important;
}

/* social icons hover colours */
.mh-social-icons li a:hover[href*="facebook.com"] {
    background: #3b5998;
}

.mh-social-icons li a:hover[href*="twitter.com"] {
    background: #55acee;
}

.mh-social-icons li a:hover[href*="youtube.com"] {
    background: #ff0000;
}

.mh-social-icons li a:hover[href*="pinterest.com"] {
    background: #cb2027;
}

.mh-social-icons li a:hover[href*="instagram.com"] {
    background: #e95950;
}

.mh-social-icons li a:hover[href*="spotify.com"] {
    background: #00e461;
}

.mh-social-icons li a:hover[href*="xsnoize.com"] {
    background: #de002f;
}

ul.mh-user-widget.mh-recent-comments-widget.clearfix {
    padding: 10px;
}

.star-rating .star {
    color: #000000 !important;
    display: inline-block;
    font-family: dashicons;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    height: 15px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 15px !important;
}

.wpp-list li {
    display: flex;
    align-items: center;
}

.wpp-list {
    padding: 10px;
}

.mh-author-box-avatar {
    margin-right: 15px;
}

.mh-copyright a, .mh-copyright a:hover {
    color: #FF5722!important;
	text-decoration: underline;
}
.mh-copyright-wrap {
background: #000!important;
}

#media_image-3 h4 {
    text-align: left;
}
#media_image-3 {
    text-align: center;
}

#custom_html-11 .textwidget {
    text-align: center;
}

#custom_html-8 .textwidget {
    text-align: center;
}

#media_image-4 {
    text-align: center;
}

#media_image-4 h4 {
    text-align: left;
}


.wpp-thumbnail {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    border: none;
    width: 80px;
}

a.wpp-post-title {
    font-family: "circular std", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    width: 60%;
	font-size: 14px;
}

.wppdiv {
    padding-left: 10px;
    width: 60%;
    line-height: 1.3;
}

a.wpp-post-title:hover {
    color: #de002f!important;

}

ul.wpp-list.wpp-list-with-thumbnails li a:first-child {
    width: 40%;
    height: 100%;
    max-width: 100px;
    display: inline!important;
    overflow: hidden;
}

ul.wpp-list.wpp-list-with-thumbnails li a:first-child img {
    width: 100%;
}

.mh-main-nav li .mh-posts-grid-item a {
    padding: 0px !important;
}

.mh-footer-nav ul {
    float: none;
}

.wp-caption-text {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 0;
    background: #262626;
    padding: 5px 0 5px 10px;
}

.mh-ping-list {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

i.fa.fa-link {
    padding-right: 5px;
}

ol.pinglist.mh-ping-list a {
    font-size: 12px;
}

.mh-sitemap-list {
    padding: 10px;
    background: #fff;
}

.mh-widget .tagcloud a {
    background-color: #2a2a2a;
}

.tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover {
    color: #fff;
    background-color: #de002f;
}

/* footer and container changes for fixed postion */


.mh-wide-layout .mh-container-outer {
    margin: 0 auto;
    box-shadow: none;
    background: #ecf0f5;
}

.mh-back-to-top {
    right: 10px!important;
    bottom: 10px!important;
    border-radius: 4px;
}

.mh-back-to-top:hover {
    cursor: pointer;
}


.breadcrumbs {
    margin: 10px 5px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs a {
    color: #000000;
    font-size: 14px;
}

.breadcrumbs a span {
    color: #000;
    font-size: 13px!important;
}

.mh-breadcrumb-delimiter {
     color: #979797;
}

.breadcrumbs .fa.fa-angle-right {
    margin: 0 10px;
	font-size: 13px!important;
	display: inline-block;
}

nav.rank-math-breadcrumb,
nav.rank-math-breadcrumb a {
    color: #7c7c7c;
}

iframe[src*="youtube.com"] {
     width: 100%;
}

.cwvpsb_iframe {
    width: 100%!important;
    max-width: 100%!important;
}

iframe, embed, object, video {
    max-width: 100%!important;
}

.mh-footer-menu .mh-navigation li {
    float: left !important;
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    clear: both;
    text-align: center;
}

.sd-social-icon .sd-content ul li a.sd-button {
    background: #555555!important;
    color: #fff!important;
    border-radius: 4px!important;
}


/* Media Queries */

@media (max-width: 620px) {

    .mh-author-box-contact {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    }

     .mh-home-area-4 .mh-widget, 
     .mh-home-area-3 .mh-widget {
        min-height: 480px;
    }

    .mh-magazine-facebook-page-widget {
    padding: 14px;
    background: #f5f5f5;
    min-height: 500px;
    }

    #custom_html-7 {
        min-height: 300px;
    }

    #custom_html-12 {
        min-height: 350px;
    }

    ul#menu-footer-menu {
        flex-direction: column;
    }

    .menu-footer-menu-container {
        min-height: 143.98px;
    }

    .mh-copyright-wrap {
        min-height: 40px;
        display: none;
    }

    .entry-header .entry-title {
       /* min-height: 130px; */
    }
	
    .mh-meta.entry-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

	span.entry-meta-date {
    display: block;
	margin: 0;
	}

    .mh-related-content .mh-posts-grid-item.clearfix {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
    }
   .mh-related-content .grid-content h3,
    #main-content article .grid-content h3 {
        padding-bottom: 0px!important;
    }

    .mh-spotlight-content {
        padding: 0!important;
    }

    article.mh-posts-grid-item.post, 
    article.format-standard.mh-posts-grid-item.clearfix {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

    }

    .mega-sub-menu article.mh-posts-grid-item.post {
        text-align: right;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .grid-content {
        padding: 0px 10px 0px 0px!important;
        width: 60%;
    }

    ul.mega-sub-menu .grid-content a {
        font-size: 13px;
    }

    article.mh-posts-grid-item.post h3 {
        padding-bottom: 0px!important;
    }

   .mh-posts-grid-item .mh-meta {
    padding-bottom: 0px!important;
   }

    .header-content {
    padding: 0 !important;
    min-height: 150px;
    }

    .mh-posts-grid-thumb,
    #mh-mobile .mh-posts-focus-thumb-small {
        max-width: 40%;
        width: 40%;
        margin: 0!important;
    }

    .mh-posts-grid-thumb {
        float: left;
        margin: 0 10px 0px 0;
    }
   .mh-posts-horizontal-title {
        padding-top: 0px!important;
    }

    #mh-mobile .mh-posts-horizontal-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #mh-mobile .mh-posts-horizontal-thumb {
        margin: 0 10px 0 0;
        max-width: 33%!important;
    }

    ul.mega-sub-menu .mh-posts-grid-col {
        float: none;
        margin: 20px 0 0 0;
        border-bottom: 1px dotted #ebebeb;
    }

    ul.mega-sub-menu a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mh-home-area-4 .mh-widget,
    .mh-home-area-3 .mh-widget  {
    min-height: 460px;
}

.flex-viewport {
    background: #2a2a2a;
   min-height: 280px;
}
	.mh-social-nav li a {
    margin-right: 2px;
	}
}

@media screen and (min-width: 621px) {

    .archive .mh-row.mh-posts-grid.clearfix,
    .blog .mh-row.mh-posts-grid.clearfix,
    .search .mh-row.mh-posts-grid.clearfix,
    .single .mh-row.mh-posts-grid.clearfix,
    .error404 .mh-row.mh-posts-grid.clearfix  {
        display: inline-flex;
        flex-wrap: wrap;
        column-gap: 3.52%;
        gap: 3.52%;
        padding-bottom: 0px;
    }

    .mh-posts-grid-more {
        margin-top: 3.52%;
    }

    .search article>h3,
    .search article>div,
    .blog article>h3,
    .blog article>div {
        padding: 0 10px 10px 10px;
    }
}

@media screen and (max-width: 768px) {

    .mh-social-nav li a {
        font-size: 20px;
        line-height: 35px!important;
    }

    .mh-custom-posts-content {
        padding: 0px 10px;
        width: 65%;
    }

    #mh_magazine_slider-2 {
        background: none;
        box-shadow: none;
        min-height: 295px;
    }

    .clearfix.flex-row {
        display: flex;
        flex-direction: column;
    }

    .mh-home-area-3 ul.mh-custom-posts-widget.clearfix li:first-child .mh-custom-posts-large-inner, 
    .mh-home-area-4 ul.mh-custom-posts-widget.clearfix li:first-child {
        padding-top: 0px;
    }

    .mh-home-columns.clearfix {
        display: flex;
        flex-direction: column;
    }

    .mh-custom-posts-large-inner.clearfix {
        padding: 0px 10px 10px 10px;
        display: flex;
        flex-direction: row;
    }

    #mh-mobile .mh-custom-posts-thumb-xl, #mh-mobile .mh-posts-list-thumb {
       float: none;
        max-width: 100%;
        margin: 0;
        width: 35%;
        min-width: 110px;
    }

    .mh-header-bar-content,
    .mh-social-nav,
    .mh-site-identity,
    .mh-header-widget-2,
    .mh-content,
    .mh-sidebar,
    .mh-right-sb #main-content,
    .mh-left-sb #main-content,
    #mh-mobile .mh-footer-area {
        float: none;
        width: 100%;
    }

    #mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        width: 100%;
        padding: 0;
    }

    .mh-header-bar-content.mh-header-bar-top-right.mh-col-1-3.clearfix {
        width: 98%;
    }

    .js .mh-navigation,
    .mh-header-bar-top-left,
    .mh-header-bar-bottom-left,
    .mh-header-date {
        display: inherit;
    }

    .mega-sub-menu .mh-row {
        width: 100%;
    }

    .mh-posts-grid .mh-col-1-3 {
        width: 31.66%;
        border-bottom: 0px!important;
    }

    .mh-home-area-4 {
        margin-left: 0;
    }

    .mh-margin-left {
        margin-left: 0%;
    }

    .mh-sidebar.mh-home-area-6 {
        width: 100%;
        float: left;
    }

    /*#mega-menu-wrap-mh_main_nav .mega-menu-toggle+#mega-menu-mh_main_nav {
        margin-top: 10px;
    }*/

    #mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block;
    }

    .review-menu .mh-col-1-3.mh-posts-grid-col.clearfix {
        width: 48.5%;
    }

    #mega-menu-wrap-mh_main_nav .mega-menu-toggle.mega-menu-open+#mega-menu-mh_main_nav {
        right: 0;

    }
}


@media screen and (min-width: 769px) {
	
	.mh-container.mh-container-outer {
    min-height: 3800px;
}
	
	.mh-header {
        min-height: 20px !important;
        background: none;
    }
	
	#custom_html-12 {
    min-height: 250px;
}
    
	
	.flex-viewport {
    min-height: 390px;
}
	
	#mh_magazine_slider-2 {
    min-height: 390px;
}
	
	
	li.mh-custom-posts-item {
    min-height: 75px;
	}
	
	
	.mh-container.mh-container-inner.mh-row.clearfix {
    display: flex;
    align-items: center;
	}

    .home .mh-custom-posts-thumb-xl img {
    object-fit: cover;
    height: 300px;
    }

    .mh-margin-left {
        margin-left: 0;
    }

    .archive .mh-main.clearfix,
    .single .mh-main.clearfix,
    .blog .mh-main.clearfix,
    .page .mh-main.clearfix,
    .search .mh-main.clearfix,
    .error404 .mh-main.clearfix  {
        display: flex;
        column-gap: 2.5%;
        gap: 2.5%;
        flex-wrap: wrap;
    }

   .mh-home-columns.clearfix {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 2.5%;
        column-gap: 2.5%;
    }

    .clearfix.flex-row,
    .mh-404-columns.clearfix {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 2.5%;
        column-gap: 3.52%;
    }

    .flex-row .mh-widget-col-1 {
        display: flex;
    }
    .mh-right-sb #main-content {
        float: none;
        margin-right: 0%;
    }

    .mh-custom-posts-large-inner.clearfix {
        display: flex;
        flex-direction: column;
    }

    aside.mh-widget-col-1.mh-sidebar {
        width: 25.5%;
    }

    .mh-home-area-3 ul.mh-custom-posts-widget.clearfix li:first-child,
    .mh-home-area-4 ul.mh-custom-posts-widget.clearfix li:first-child {
        padding: 0px;
        min-height: 475px;
    }

    ul.mh-custom-posts-widget.clearfix {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    li.astm-search-menu.is-menu.popup.menu-item {
        display: none;
    }

    .mh-sidebar.mh-home-area-6 {
        width: 25.5%;
        float: left;
    }

    #mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-1 {
        width: 100%;
        padding-top: 15px;
    }

    .review-menu .mega-menu-item {
        padding: 15px 0px 15px 15px!important;
    }
}

@media screen and (max-width: 998px) {

    .mh-posts-grid-thumb img {
        height: auto!important;
    }

    .mega-sub-menu span.entry-meta-date.updated a {
        color: #c2c2c2;
        font-size: 12px;
    }

    .mh-copyright {
        text-align: left!important;
        display: inline-block;
        margin-right: 25%;
    }

    #mh-mobile .mh-container {
        width: 98%;
    }

    ul.mega-sub-menu {
        width: 100% !important;
    }

    ul.mega-sub-menu a {
        font-size: 16px;
    }

    #mega-menu-wrap-mh_main_nav #mega-menu-mh_main_nav>li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        padding-top: 20px;
    }

    #mega-menu-wrap-mh_main_nav .mega-menu-toggle+#mega-menu-mh_main_nav {
        background: #222222f5;
    }
}

@media (min-width: 1000px) {
	.header-content {
    min-height: 400px;
	}
	
	header.entry-header {
    min-height: 110px;
	}
}


/***** change to full width videos and frames *****/
/*
p:has( > iframe) {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%!important;
    margin-top: 10px!important;
    margin-bottom: 15px!important;
}

iframe, embed, object, video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 0; 
}

p:has( > iframe[src*="play.libsyn.com"]) {
    padding-top: 12%!important;
    min-height: 140px;
}

iframe[src*="play.libsyn.com"] {
    overflow: visible;

}
*/
