/* Brooklyn Top Story */
.mm-tsr-right .vc_column-inner {
    padding-right:0 !important;
}
.mm-tsr-left .grid-item {
    border:none;
}
.mm-tsr-left .entry-content-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 50px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
    padding: 20px 20px 30px 20px;
}
.mm-tsr-left .vc_column-inner {
    padding:0;
}
.mm-tsr-left .loop-wrapper .grid-item {
    padding:0;
}
.mm-tsr-left .content-list-grid .loop-wrapper .hentry .entry-title {
    font-size:1.6em;
    line-height:110%;
    font-weight:500;
}
.mm-tsr-right .grid-item {
   margin-bottom:30px;
   padding:0;
}
.mm-tsr-right .grid-item h3.entry-title a {
    font-size: 1.2em;
    line-height: 110%;
    font-weight: 500;
}
.mm-tsr-right .grid-item .entry-content-wrap {
    padding:0 0 10px 0;
}
 
.mm-tsr-right .vc_column-inner {
    padding-right:0 !important;
}

/* Madison Magazine Nav Menu */
.vc_column-inner .wpb_wrapper .mm-nav-menu {
    width:100%;
	margin:0px auto;
}

.mm-nav-menu .widget.widget_nav_menu ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 14px;
    font-weight:500;
    text-transform: uppercase;
}

.mm-nav-menu .widget.widget_nav_menu ul li:after {
	content:"|";
	color:#273647;
	padding: 10px;
}
.mm-nav-menu .widget.widget_nav_menu ul li a {
	color:#273647
}

.mm-nav-menu .widget.widget_nav_menu ul li a:hover, .mm-nav-menu .widget.widget_nav_menu ul li a:hover:visited {
	color:#6282AD;
}

.mm-nav-menu .widget.widget_nav_menu ul li:last-of-type:after {
	content:none;
}


.mm-nav-menu .widget.widget_nav_menu {
    border-bottom: 1px solid #cccccc;
    background: #f8f8f8;
    margin: 0;
	/*new styles*/    
	top: 90px;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 7999;
}
@media (max-width:981px) {
.mm-nav-menu .widget.widget_nav_menu {
    top: initial;
    position: initial;
    left: initial;
    transform: unset;
	margin-top: 10px;
}
.mm-nav-menu .widget.widget_nav_menu ul {
	padding:0;
}
}
#menu-madison-magazine-navigation-1 {margin:.5em 0}

ul#menu-madison-magazine-navigation-1 {
    margin: 7px;
}

/* Magazine Module */
.magazine-module {
        display:table;
}
.magazine-module .mag-cover {
        float:left;
        width:40%;
}
.magazine-module .issue.col-sm-6 {
   width:100%;
}
.magazine-module .issue-title {
   display:none;
}
.magazine-module .mag-links {
        float:left;
        width:58%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
@media (min-width:767px) and (max-width:980px) {
        .magazine-module .mag-cover {
        float:none;
        width:100%;
        }
        .magazine-module .mag-links {
        float:none;
        width:auto;
        text-align:center;
        }
}
@media (min-width:480px) and (max-width:766px) {
        .magazine-module {
                margin:0 auto;
        }
}

/* Subscribe Module */
.mm-subscription-module {
    margin-top: 10px; 
    margin-bottom: 25px; 
    padding: 20px 40px 32px; 
    background-color: #338fd7; 
    line-height: 1.4; 
}

.mm-subscription-image {
    display: block; 
    margin: 0 auto; 
    max-width: 100%; 
    max-height: 270px;
}
.mm-subscription-text {
    padding-left: 20px;
    padding-right: 20px;
}
.mm-subscription-text p{
    margin-top: 20px; 
    text-align: center; 
    color: #fff;
    hyphens: none;
}

.mm-subscribe-button {
    display: block;
    margin: 21px auto 0;
    font-size: 18px;
    background-color: rgba(206, 211, 050, .96);
    text-shadow: 0 0 2px #000;
    width: 210px;
    max-width: 100%;
    padding:10px;
    border-radius:3px;
	font-weight: 700;
	color: #FFF;
}

a.mm-subscribe-button, a.mm-subscribe-button:visited {
    color: #fff!important;
    text-decoration: none;
}

a.mm-subscribe-button:hover, a.mm-subscribe-button:hover:visited {
    background-color: #F49259;
    color: #fff;
}

/* Headlines for HZ grid */
.mm-hz-grid.content-list-grid .loop-wrapper .hentry .entry-title {
    font-size: 18px;
	font-weight: 400;
    line-height: 110%;
}
/* Larger Headlines for HZ grid 
.mm-hz-grid.content-list-grid .loop-wrapper .hentry .entry-title {
    font-size: 16px;
    line-height: 20px;
}
.mm-hz-grid h3.entry-title a {
    font-size: 1.2em;
    line-height: 110%;
    font-weight: 500;
}
*/

/*Archive & Search Pages*/
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
}
.archive h5.subtitle {
    display: none;
}
 
.search h5.subtitle {
    display: none;
}
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
    line-height:1.1;
}
.archive .categories-list {
    display: none;
}
 
/* Issue Archive */
.issue.col-sm-3 {
    text-align:center;
    margin-bottom:20px;
    min-height:260px;
}
 
.issue.col-sm-3 .issue-thumb { 
    line-height:0;
    margin-bottom:5px;
}
 
.issue.col-sm-3 h3.issue-title {
    margin-top:0;
    line-height:1.2;
}
.issue.col-sm-3 h3.issue-title a {
    color:#000;
}

.issue-articles .basic-content-wrap.cf {
    padding: 10px 0px;
}

/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
    display:none;
}
 
/* Issue Footer */
.gtx-issue-footer {
    margin-bottom: 30px;
    border-top: solid 1px #EAEAEA;
    border-bottom: solid 1px #eaeaea;
    padding:20px 0 20px 0;
    font-family:sans-serif;
    font-style: italic;
}
.centered-title .loop-wrapper .hentry h3.entry-title {text-align:center;}
 