/*
 Theme Name: MH Magazine Child
 Template: mh-magazine
*/



body {
    font-family: 'Alike', serif !important;
}



.mh-posts-lineup-category { 
    display: none; 
}

.mh-widget-col-1 {
    max-width: 300px;
    min-width: 300px;
}


.mh-preheader {
    background: #aaa;
}

ul#menu-main li a {
    font-size: 16px;
}

.mh-header-nav li a {
   font-size: 12px;
   line-height: 45px;
}

img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

span.mh-ticker-item-date.mh-ticker-item-date-bottom,
span.entry-meta-comments,
span.entry-meta-categories,
.mh-meta.entry-meta i,
.mh-custom-posts-widget .mh-meta.entry-meta {
    display: none;
}



.mh-social-icons ul li {
    padding-top: 5px;
}

.mh-navigation li {
    font-size: 12px;
}

body.home .mh-meta.entry-meta {
    display: inline;
}

body.archive.category .mh-meta.entry-meta {
    display: inline;
}





/* Widget TITLES */

.mh-widget-title {
    letter-spacing: 0.2rem;
    font-weight: 400;
}


.mh-widget-layout8 .mh-widget-title {
    text-align: left;
}

.mh-widget-layout8 .mh-widget-title-inner {
    padding: 0 0 0 0px;
    padding-right: 10px
}

.mh-widget-layout8 .mh-widget-title:after {
    border-bottom: 1px solid #bebebe;
}



/* CATEGORY COLOURS */
.mh-image-caption.mh-category-column-caption {
    background: #fff;
    color: #000
}

.mh-image-caption.mh-posts-grid-caption {
    background: #007EA7;
}



/* SOCIAL MEDIA on article */
.mh-share-button {
    width: 4.2%;
    padding: 5px 5px;
    opacity: 0.7;
    margin-right: 10px;
}

.mh-pinterest {
    display:none;
}


/* NEWSLETTER BUTTON */
.button {
    display: inline-block;
    display: block; margin: 20px 0 0;
    min-width: 165px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #ff7200;
    border: 2px solid #ff7200;
    text-align: center;
    text-transform: uppercase;
}

/*ARTICLE PAGE NEWSLETTER BUTTON*/

.article-button {
    min-width: 200px;
    max-width: 200px;

}

.mh-widget.mh-posts-2.widget_text {
    padding-top: 30px
    
}
/* FOOTER NEWSLETTER BUTTON */
.fbutton {
    min-width: 120px;
    max-width: 120px;

}
/* FOOTER */

.mh-social-widget{
    padding: 0px 30px 0px 0px;
}

.mh-footer-widget .mh-social-widget li a
{   width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    background: #434343;
    
}

.mh-footer-widget .mh-social-widget {
     background: none;
    
}

/*25/10/07*/
.mh-footer-nav ul{
 float:none;
margin: 0 auto;
    text-align: center;
}
.mh-footer-nav ul li {
    display: inline-block;
    float: none;
}
.mh-footer-widget .mh-social-widget li a{
background:#808080!important;
}

.mh-footer .mh-widget-col-1 {
    max-width: unset;
}


/* Pragmatic Sept 2017 */

.header-ad{
	margin-top:20px;
}

.footer-ad{
	margin-bottom:20px;
}

#sticky-ad-1{
	z-index: 9999;
}

#sticky-ad-2{
	z-index: 9999;
}

.mh-widget{
    z-index: 9999;
}
/* Sticky stop */

.mh-home-area-10 .mh-widget{
	margin-bottom:0px!important;
}

/* Microsite */
.single-microsite-landing .nextp-header{
    display: none;
}


.single-microsite-landing .mh-breadcrumb{
    display: none;
}

.single-microsite-landing .page-title {
    margin-top: 20px;
}

.single-microsite-landing .mh-widget-title{
    margin:15px 0px 30px 0px;
}

.micro-post-image{
    height: 195px;
    width: 300px;
    background-size: cover;
    background-position: 50% 0%;
}

.bottom-margin{
    border-bottom: 1px dotted #ebebeb;
    height:1px;
}

.micro-video{
    margin-bottom:30px;
    margin-top:10px;
}

.whitepapers {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right:2%;
    margin-bottom:2%;
}

.whitepapers:nth-child(3n+4){
  margin-right:0%;
}


.whitepapers img{
    max-height: 150px;
}

.whitepapers h4{
    margin: 10px 0px;
}

.mh-share-button {
    color: white!important;
}

.micro-post{
    border-top: 1px dotted #ebebeb;
    padding:20px 0px 15px 0px;
}

.micro-post-image{
    display: inline-block;
}

.micro-post-content{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width:48%;
}

@media only screen and (max-width: 600px){
    .whitepapers {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right:2%!important;
        margin-bottom:2%;
    }
}

.micro-twitter {
    margin-top: 60vh;
}

@media only screen and (max-width: 999px){
    .micro-twitter {
        margin-top: 0vh;
    }

}

.mh-sidebar .micro-post {
    clear:both;
    border-top:none !important;
    border-bottom: 1px dotted #ebebeb;
    padding: 0px 0px 20px 0px !important;
    min-height:65px;
    margin-bottom:20px;
}

.mh-sidebar .micro-post:last-child {
    border-bottom: none !important;
    padding: 0px 0px !important;
    margin-bottom:0px !important;
}

.mh-sidebar .micro-post-image {
    height:65px; 
    width:80px;
    float:left;
}

.mh-sidebar h4 {
    font-size:16px;
}

.mh-sidebar .micro-post-content {
    margin-left: 15px;
    width: 68%;
}

/*251007*/


.mh-main-nav-wrap .slicknav_nav ul, blockquote, .mh-widget-layout1 .mh-widget-title, .mh-widget-layout3 .mh-widget-title, .mh-widget-layout5 .mh-widget-title, .mh-widget-layout8 .mh-widget-title:after, #mh-mobile .mh-slider-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-author-bio-widget, .mh-author-bio-title, .mh-author-bio-image-frame, .mh-video-widget, .mh-tab-buttons, textarea:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover {
    border-color: #bebebe!important;
}

@media only screen and (max-width: 768px)  {
.nomargin_mobile{
    margin-top:0px;
}
.mh-widget-col-1{
min-width:unset;
}

div#sticky-ad-2 {
    display: none;
}

#sticky-stop{
	display:none;
}
}

.mh-wide-layout .mh-container-outer {
    margin: 20px auto;
}

.mh-footer-widget .mh-social-widget li a{  
    background: #434343!important;
}

.mh-footer-widget .mh-social-widget {
    float: left;
}

div#text-36 {
    margin-bottom: 0px;
}

.mh-widget-title-inner {
    color: #828282;
    font-size: 80%;
}

.mh-wrapper {
    margin-bottom: 25px;
}

.mh-back-to-top:hover {
  color: #fff !important;
}

/**Microsites**//

#new_microsite  { 
    padding-bottom: 1.25rem; 
}
#new_microsite ul{    
    list-style: none;
    margin: 0 0 20px 0px;
}
#new_microsite ul ul{
    margin: 0 0 0 0px;
}
#new_microsite > ul > li { 
}
#new_microsite > ul > li > a { 
    border-top: 1px dotted #cbcbcb; 
    border-bottom: 1px dotted #cbcbcb; 
    display: block; 
    padding: 0.3em 0; 
    margin-bottom: 0.5em; 
}
#new_microsite > ul > li{
/*display:flex;
align-items: center;
  justify-content: center;*/
}
.img_col{
    width: 60%;
    text-align: left;
    float: left;
}
.button_col{
    width: 40%;
    text-align: right;
    float: right;
        margin-top: 15px;
}
.child_col{
        display: inline-block;
}
#new_microsite > ul > li { 
    border-bottom: 1px dotted #cbcbcb; 
    padding-bottom: 2em; 
}
#new_microsite ul > li:last-child { 
    border-bottom: none; 
    padding-bottom: 0em; 
}

.visit_page_button { 
    font-family: "Noto Sans", sans-serif; 
    font-weight: 700; 
    font-size: 13px; 
    border:none; cursor: pointer; 
    background: black; 
    color: white; 
    padding: 0.5em 0.7em; 
}
.visit_page_button:hover { 
    color: #ccc; 
}

.microback {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}


span.page-numbers.current {
    background: #ff7200!important;
    color: white!important;
}

    .page-numbers:hover{
        color: white!important;
    }
