body {
    font-family: 'Fira Sans', sans-serif;	
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 400;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
    font-style: normal;	
}

.container {
    width: 970px !important;
}
.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none !important;
}
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}
a:focus,
a:hover {
    color: #9e0039;
    text-decoration: underline;
}
img.full {
    width: 100%;
}
img.inline {
    display: inline-block;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.no-gutter-left-rigth > [class*='col-']:first-child {
    padding-left: 0;
}
.no-gutter-left-rigth > [class*='col-']:last-child {
    padding-right: 0;
}
.nopadding {
    padding: 0;
    margin: 0;
}
.nopadleft {
    padding-left: 0;
}
.nopadright {
    padding-right: 0;
}
.row-flex,
.row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}
.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
    margin: -.2px;
    /* hack adjust for wrapping */
}
.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
    width: 100%;
}
.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}
.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}
.vertical-align {
    display: flex;
    align-items: center;
}
strong {
    font-weight: 700;
}
.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.header .headcont {
	position:relative;
}.header.margbot {	margin-bottom: 53px;}
.header .vidplay {
    background: url(/wp-content/themes/coverstory/images/vidplayicon.png) no-repeat left top transparent;
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 20px;
    top: 15px;	
	transition:all 0.3s ease;
}
.logoimg {
    position: absolute;
    left: 50%;
    margin-left: -165px;
    top: 50%;
    margin-top: -55px;	
    z-index: 50;	
}
.header .vidplay:hover {
	opacity:0.6;
}
.vidconthd {
    height: 300px;
    z-index: -2;
    background: #97173b;
    overflow: hidden;
}
.vidconthd .videocontainer {
	opacity: 0.2;	
    top: -56.25%;	
}

.slider {
    background: #f5f5f5;
    padding-bottom: 20px;
}
.homeslider {
    overflow: hidden;
	background: #97173b;
}.homeslider .slide {
    width: 720px;
    background: whitesmoke;
	opacity:0;
	transition:all 0.3s ease;
	float:left;
}
.homeslider .slidelink {
    color: #000;
    display: block;
}
.homeslider .slideimg {
    background: #9e0039;
}
.homeslider .slideimg .posthumb {
	height:290px;
	overflow:hidden;
}
.homeslider .slideimg img {
    opacity: 0.3;
    transition: all 0.3s ease;
}
.homeslider .is-selected .slideimg img {
    opacity: 1;
}
.homeslider .slidetext {
    opacity: 0;
    transition: all 0.3s ease;
}
.homeslider .is-selected .slidetext {
    opacity: 1;
}
.homeslider .slidelink h2 {
	font-size: 28px;
    letter-spacing: 2px;
}
.homeslider .slidelink span {
    font-size: 17px;
}
.homeslider .flickity-prev-next-button {
    background: url(/wp-content/themes/coverstory/images/sliderarrows.png) no-repeat left center transparent;
    width: 48px;
    height: 120px;
    top: 40%;
}
.homeslider .flickity-prev-next-button.next {
    background-position: right center;
    right: 50px;
}
.homeslider .flickity-prev-next-button.previous {
    left: 50px;
}
.homeslider .flickity-prev-next-button svg {
    display: none;
}
.underslider {
    background: #fff;
    padding: 6px 0;
    overflow: hidden;	
}
.underslider .underlink {
    background: #9e0039;
    position: relative;
    display: block;
    color: #fff;
	margin: 0;
}
.underslider .underlink.first {
    margin-left: 0;
}
.underslider .underlink.last {
    margin-right: -3px;
}
.underslider .underlink .undertext {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 15;	
}
.underslider .underlink .undertext h3 {
    font-size: 23px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 0px;
    padding: 0 20px;
	position: relative;		
	opacity:1;
	transition:all 0.3s ease;
}
.underslider .underlink .undertext h3 span {
	font-size: 16px;
    display: block;
    margin-top: 30px;	
}
.underslider .underlink .undertext h4 {
    font-size: 23px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 0px;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
}
.underslider .underlink .undertext h4 span {
	font-size: 16px;
    display: block;
    margin-top: 30px;	
}
.underslider .underlink img {
    transition: all 0.3s ease;
}
.underslider .underlink:hover img {
    opacity: 0.4;
}

.underslider .underlink:hover h3 {
    opacity: 0;	
}
.underslider .underlink:hover h4 {
    opacity: 1;	
}

.homefeatured {
    width: 640px;
    margin-right: 30px;
    padding-left: 30px;
}
.featfirst {
    color: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 95%;	
}
.featfirst .prodtext {
    position: absolute;
    left: 0;
    width: 35%;
    text-align: right;
    top: 50px;
}
.featfirst h3 {
    font-size: 45px;
    margin: 0 0 20px;
    line-height: 45px;
    font-weight: bold;	
}
.featfirst h3.hid {
    display: block;
    position: absolute;
    right: -330px;
    bottom: 0px;
    width: 270px;
    height: 250px;
    margin: 0;
    background: transparent;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    font-family: Georgia;
    z-index: 5;
}

.featfirst h3.hid:after {
    content: '';
    width: 270px;
    height: 270px;
    background: rgba(0, 0, 0, 1);
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    transform: rotate(45deg);
    z-index: -1;
}

.featfirst:hover h3.hid {
	opacity:1;
}

.featfirst p {
    font-size: 14px;
    line-height: 16px;
	font-weight: bold;	
}
.featfirst .prodimg {
    background: #f5f5f5;
    margin-left: 20%;
    padding-left: 15%;
    padding-top: 10%;
}
.featslider {
    background: url(/wp-content/themes/coverstory/images/featslidebg.png) no-repeat top center transparent;
    height: 480px;
    width: 577px;
    margin: 40px auto;
}
.featslider h2 {
    text-align: center;
    margin: 0;
    padding: 80px 0 0;
    font-family: Georgia;
    font-style: italic;
    line-height: 45px;
}
.featslider h2 span {
    display: block;
    font-size: 70px;
    font-style: normal;
}
.featslider .featslides {
    margin: 20px 75px 0;
}
.featslider .featslide {
    width: 100%;
}
.featslider .featslide a {
	color:#000;
}
.featslider .featslide .prodimg {
    float: left;
    width: 60%;
    margin-right: 15px;
}
.featslider .featslide .prodtext {
    float: left;
    width: 35%;
}
.featslider .featslide .prodtext h3 {
    font-family: Georgia;
    line-height: 32px;
    position: relative;
}
.featslider .featslide .prodtext h3 span {
    color: #bd5379;
    font-style: italic;
    position: absolute;
    top: -4px;
    left: 25%;
    font-size: 150px;
    z-index: -1;
}
.featslider .featslide .prodtext p {
    font-size: 12px;
    line-height: 12px;
	font-weight: bold;
}
.featslider .flickity-prev-next-button {
    background: url(/wp-content/themes/coverstory/images/featsliderarrows.png) no-repeat left top transparent;
    width: 25px;
    height: 42px;
    top: 25%;
}
.featslider .flickity-prev-next-button.previous {
    left: -50px;
}
.featslider .flickity-prev-next-button.next {
    background-position: right top;
    right: -50px;
}
.featslider .flickity-prev-next-button svg {
    display: none;
}
.today {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.today .todayleft {
    position: absolute;
    left: 20px;
    width: 45%;
    top: 30px;
}
.today h2 {
    margin: 0;
    background: url(/wp-content/themes/coverstory/images/tpdaybg.png) no-repeat top center transparent;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.today h2 .catname {
	text-transform:uppercase;
}
.today .todaytext {
    background: #f7f5f5;
    padding: 20px;
    text-align: center;
}
.today .todaytext img {
    margin-bottom: 10px;
}
.today .todaytext p {
    margin: 0 0 5px;
    font-size: 12px;
    text-align: left;
}
.today .todaytext p.signup {
	text-align:center;
}
.today .todaytext a.sign {
    color: #000;
    font-size: 13px;
}
.today .todayimg {
    text-align: right;
    float: right;
    margin-right: 18px;
}
.produnctline {}
.produnctline .prodtitle {
    color: #fff;
    font-size: 25px;
    background: #9e0039;
    padding: 5px;
    position: relative;
}
.produnctline .prodtitle p {
    margin: 0px;
}
.produnctline .prodtitle .arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #9e0039;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    z-index: 5;
}
.produnctline .prodtitle p span {
    font-family: Georgia;
    font-style: italic;
}
.produnctline .authorline {
    position: relative;
    background: #f7f5f5;
}
.produnctline .authorline p {
    background: #000;
    display: inline-block;
    width: 50%;
    color: #fff;
    font-size: 22px;
    padding: 20px 20px 40px;
    font-family: Georgia;
    font-style: italic;
    margin: 0;
}
.produnctline .authorline.alt p {
    background: #000;
    display: inline-block;
    width: 80%;
    color: #fff;
    font-size: 22px;
    padding: 20px 20px 20px;
    font-family: Georgia;
    font-style: italic;
    margin: 0;	
}
.produnctline .authorline a {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -35px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
    width: 70px;
}
.produnctline .productslider {
    background: #fff;
    padding: 40px 0 10px;
}
.produnctline .productslider .productslide {
    width: 142px;
    margin: 0 20px;
    float: left;
}
.produnctline .productslider .productslide a {
	color:#9e0039;
    transition: all 0.3s ease;
}
.produnctline .productslider .productslide a:hover {
	color:#000;	
}
.produnctline .productslider .productslide h3 {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.produnctline .productslider .productslide h4 {
    font-size: 14px;
    font-family: Georgia;
    color: #999999;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}
.produnctline .productslider .flickity-prev-next-button {
    background: transparent;
    width: 20px;
}
.gifhold {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;	
}
.gifhold img {
    position: absolute;
    left: 0;
    top: 0;	
}
.bannerline {
    background: #fff;
    padding: 20px 0;
}
.bannerline .ban728 {
    background: #f4f4f4;
    margin: 10px;
    padding: 10px 0;
}
.videoline {}.videoline h2 {
    font-size: 60px;
    background: #fff;
    margin: 0;
    padding: 0 0 50px;
}
.videoline .activid {
    background: #f7f5f5;
    overflow: hidden;
}
.videoline .vidthumb {
    float: left;
    width: 70%;	
}
.vidthumb .gifhold {
    min-height: 500px;
}
.vidthumb .gifhold img {
	width: 180%;
	max-width: 180%;
	height: auto;
	margin-left: -90%;
	left: 50%;
}
.videoline .viddescr {
    background: #f7f5f5;
    overflow: hidden;
    float: right;
    width: 265px;
    margin-right: 15px;
    padding: 70px 20px 0;
}
.videoline .viddescr h3 {
    color: #000;
    margin: 30px 0;
    font-size: 40px;
}
.videoline .viddescr p {
    color: #666565;
    font-size: 18px;
    font-family: Georgia;
}
.videoline .morevids {
    background: #9e0039;
    color: #fff;
    padding: 10px;
    font-size: 40px;
}
.videoline .morevids p {}.videoline .morevids p span {
    font-family: Georgia;
    font-style: italic;
}
.videoline .videoslider {}
.videoline .videoslider .videoslide {
    width: 158px;
    background: #9e0039;	
	position:relative;
}
.videoline .videoslider .videoslide .playicon {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    top: 50%;
    margin-top: -15px;	
}
.videoline .videoslider .videoslide img {
	opacity: 0.3;
	transition:all 0.3s ease;
}
.videoline .videoslider .videoslide.is-selected img {
	opacity: 1;
}
.videoline .flickity-prev-next-button {
    background: url(/wp-content/themes/coverstory/images/sliderarrows.png) no-repeat left center transparent;
    width: 30px;
    height: 70px;
    top: 50%;
    background-size: cover;
}
.videoline .flickity-prev-next-button svg {
    display: none;
}
.videoline .flickity-prev-next-button.previous {
    left: 30px;
}
.videoline .flickity-prev-next-button.next {
    background-position: right center;
    right: 30px;
}
.thetags {
	
}
.thetags h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 16px;
    color: #cecece;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;	
}
.thetags ul {
	margin: 0;
    padding: 0;	
}
.thetags ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;	
}
.thetags ul li i {
    color: #cecece;		
	margin-right: 5px;
}
.thetags ul li a {
    color: #cecece;	
	transition:all 0.3s ease;
}
.thetags ul li a:hover {
    color: #9e0039;		
}
.authlink a {
    color: #000;	
	transition:all 0.3s ease;	
}
.authlink a:hover {
    color: #9e0039;			
}
.authname {
    margin: 20px 0 30px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px dashed #97163c;
    padding-bottom: 30px;
}
.authdets {
    margin: 20px 0 30px;
    text-align: center;
    border-bottom: 2px dashed #97163c;
    padding-bottom: 30px;
    color: #000;	
}
.listenline {}.listenline h2 {
    font-size: 40px;
    background: #fff;
    margin: 0;
    padding: 40px 0;
}
.listenline h2 span {
    font-family: Georgia;
    font-style: italic;
}
.listenline .audioslider {
    background: #a11547;	
}
.listenline .audioslider .botaudio {
    width: 50%;
    color: #fff;
    padding: 20px 0;
}
.listenline .audioslider .botaudio h3 {
	margin:0;
}
.listenline .audiopost {
    position: relative;	
}
.listenline .audiopost .topaudio {
	position: absolute;
    top: 40px;
    left: 30px;
    z-index: 15;
    color: #fff;
    padding-left: 100px;	
}
.topstoryline {}.topstoryline h2 {
    font-size: 40px;
    background: #fff;
    margin: 0;
    padding: 40px 0;
}
.topstoryline h2 span {
    font-family: Georgia;
    font-style: italic;
}
.topstoryline .stories {
    position: relative;
    background: #fff;
    display: block;
    padding-bottom: 40px;
}
.topstoryline .story {
    position: relative;
    display: inline-block;
    background: #000;
}
.topstoryline .story.margbot {
    margin-bottom: 15px;
}
.topstoryline .story h3 {
	opacity:0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(158, 0, 57, 0.6);
    color: #fff;
    width: 90%;
    height: 90%;
    left: 5%;
    z-index: 5;
    padding: 30px;
    top: 0%;
    display: flex;
    align-items: center;
	justify-content:center;
}
.topstoryline .story.big h3 {
    height: 95%;	
}
.topstoryline .story.big h3 em {
    font-style: normal;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.topstoryline .story:hover h3 {
    opacity: 1;
}
.topstoryline .story img {
    transition: all 0.3s ease;
}
.topstoryline .story:hover img {
    opacity: 0.6;
}
.todayline {
    background: #fff;
    margin-top: 30px;	
}
.todayline .today {
    position: relative;
}

.today a {
	color:#000;
	display:block;
}

.today h3 {
    margin: 0 0 15px;
    font-size: 26px;
}
.today h3.bigttl {
	font-size: 50px;
    font-weight: bold;
}
.todayline .today .todayleft {
    position: absolute;
    right: 20px;
    left: auto;
    width: 45%;
    top: 30px;
}
.todayline .today h2 {
    margin: 0;
    background: url(/wp-content/themes/coverstory/images/tpdaybg.png) no-repeat top center transparent;
    background-size: cover;
    color: #fff;
    font-size: 28px;
    padding: 20px;
    text-align: center;
}
.todayline .today .todaytext {
    background: #f7f5f5;
    padding: 20px;
    text-align: center;
}
.todayline .today .todaytext img {
    margin-bottom: 30px;
}
.todayline .today .todaytext p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.todayline .today .todaytext a.sign {
    color: #000;
    font-size: 18px;
}
.todayline .today .todayimg {
    text-align: left;
    float: left;
}
.mansworldline {
    background: #fff;
}
.mansworldline h2 {
    font-size: 40px;
    background: #fff;
    margin: 0;
    padding: 40px 0;
}
.mansworldline h2 span {
    font-family: Georgia;
    font-style: italic;
}
.mansworldline .mansarticles {
    padding-bottom: 30px;
}
.mansworldline .mansarticles span {
    margin: 0;
    background: url(/wp-content/themes/coverstory/images/tpdaybg.png) no-repeat top center transparent;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    position: relative;
    top: -15px;
}
.mansworldline .mansarticles h3 {
    color: #000;
    font-family: Georgia;
}
.editorpickline {}.editorpickline h2 {
    font-size: 40px;
    background: #fff;
    margin: 0;
    padding: 40px 0;
}
.editorpickline h2 span {
    font-family: Georgia;
    font-style: italic;
}
.editorpickline .story {
    position: relative;
    display: inline-block;
    background: #000;
}
.editorpickline .story h3 {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(158, 0, 57, 0.6);
    color: #fff;
    width: 90%;
    height: 90%;
    left: 5%;
    z-index: 5;
    padding: 30px;
    top: 0%;
    display: flex;
    align-items: center;
	text-align:center;
    justify-content: center;	
}
.editorpickline .story:hover h3 {
    opacity: 1;
}
.editorpickline .story img {
    transition: all 0.3s ease;
}
.editorpickline .story:hover img {
    opacity: 0.6;
}
.editorpickline .pickstories {
    background: #fff;
    padding-bottom: 30px;
    margin: 0px;
}
.menu {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #000;
}.menu-header-menu-container.fixed {	position: fixed;    top: 0;    width: 970px;    z-index: 150;	}
.home .menu-header-menu-container.fixed {width: 100%; }
.menu li {
    list-style: none;
    display: inline-block;
    margin: 0 7px;
	position:relative;
    vertical-align: top;	
}
.home .menu li {
    margin: 0 1%;	
}
.menu li a {
    color: #000;
    font-size: 18px;
    padding: 15px 0px;
    text-transform: uppercase;
    display: block;
}
.menu li.search a {
    color: #b8b9bc;
}
.page.page-id-246 .topeditorial {
    margin-bottom: 0;
}
.menu li.current-menu-item > a,
.menu li.current-category-ancestor > a,
.menu li a:hover {
    color: #9e0039;
}
.menu .sub-menu {
	display:none;
    position: absolute;
    background: #fff;
    width: 200px;
    margin: 0 0 0 -100px;
    padding: 10px 20px 0;
    left: 50%;
    top: 52px;	
	z-index: 5;	
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transition: all 0.3s ease;
	z-index: 50;
}
.menu > li:first-child .sub-menu {
	margin-left: -35px;
    border-left: 0;
}
.menu .menu-item-has-children:hover .sub-menu {
	display:block;
}
.menu .sub-menu li {
    display: block;
    text-align: left;	
	margin:0;
}
.menu .sub-menu li a {
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #cecece;	
}
.menu .sub-menu li:first-child a {
    padding: 0 0 10px;
    margin: 0;
    border-top: 0 none;	
}
.margtop {
	margin-top: 15px;
}
.pagewrap {
    background: #fff;
    padding: 20px 0 40px;
    overflow: hidden;
}
.authorinfo {
    width: 114px;
    padding: 0 6px;
}
.authorinfo .useravatar {
    width: 70px;
    border-radius: 50%;
}
.authorinfo .authoravatar {
    display: inline-block;
    margin-bottom: 5px;
}
.authorinfo .authormail {
    display: inline-block;
    margin-bottom: 15px;
    background: url(/wp-content/themes/coverstory/images/authormailbg.png) no-repeat bottom center transparent;
    color: #fff;
    padding: 40px 8px 20px;
    font-size: 12px;
    background-size: contain;
    line-height: 11px;
	color:#fff;
}
.authorinfo .authormail a {
	color:#fff;	
}
.authorinfo .authormail span {
    font-size: 9px;
}
.authorinfo .sharelinks {}.authorinfo .sharelinks a {
    background: #f7f5f5;
    display: block;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: #9e0039;
    font-size: 12px;
}
.authorinfo .sharelinks a:hover {
    color: #fff;
    background: #9e0039;
}
.posthumb {
	margin-bottom: 20px;
}
.singlewrap {
    width: 520px;
    margin: 0 19px 0 17px;
}
.singlewrap.vido {
    width: 550px;
    margin: 0 65px 0 55px;
}
.singlewrap.audo {
    width: 485px;
    margin: 0 40px 0 30px;
}
.topvideocont {
    width: 860px;
    margin: 0 auto;	
}

.topvideocont h1 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;	
}

.topvideocont .videowrap {
	overflow:hidden;
}

.topvideocont .videoplace {
    width: 650px;	
	float:left;
}

.topvideocont .videoprods {
	width: 210px;
    float: left;
    background: #f7f5f5;
    text-align: center;
    padding: 10px 0 0;	
}

.topvideocont .videoprods h4 {
	margin:0;
	font-size: 22px;
}

.topvideocont .socicontent {
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

.topvideocont .socicontent li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.topvideocont .socicontent li a {
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    background: #adadad;
    line-height: 35px;
    transition: all 0.3s ease;
}

.topvideocont .socicontent li a:hover {
    background: #97163a;
}

.featpost {
	position: relative;	
	background: #9e0039;	
}

.featpost .titleblk { 
	position: absolute;
    z-index: 15;
    width: 100%;
    bottom: 15%;
}

.featpost .titleblk h3 {
    padding: 0 50px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 42px;	
    text-shadow: 0 0px 5px #000000;	
}

.featpost .titleblk span {
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 26px;	
	transition:all 0.3s ease;	
    text-shadow: 0 0px 5px #000000;	
}

.featpost img {
	transition:all 0.3s ease;
}

.featpost:hover img {
    opacity: 0.2;	
}

.featpost:hover span {
	border: 3px solid #ff639b;
    color: #ff639b;
}

.category-food .topstoryline .stories {
	padding-bottom:0;
}

.category-food .videoline .vidthumb {
    float: left;
    width: 660px;
}

.category-food .featfirst .prodtext {
    width: 50%;
}

.category-food .featfirst h3 {
    font-size: 42px;
    margin: 0 0 20px;
    line-height: 42px;
    font-family: Georgia;
    font-style: italic;
}

.category-food .featfirst .readreci {
    border: 3px solid #000;
    padding: 10px;
    display: inline-block;
    font-size: 20px;	
}

.sharewrap {
    position: relative;	
}

.sharewrap .socishare{
    background: rgba(158, 0, 57, 0.8);
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease;	
	opacity:0;	
}

.sharewrap .socishare a {
    color: #fff;
    display: inline-block;
    margin: 0 20px;
    width: 30px;
    height: 30px;
    background: #adadad;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;	
    transition: all 0.3s ease;		
}

.sharewrap .socishare a:hover {
    background: white;
    color: #9e0039;	
}

.sharewrap:hover .socishare {
	opacity:1;
}

.recipe {
    background: #f7f7f7;
    padding: 20px;	
}

.recipe .topline{
	position:relative;
}

.recipe .topline h3 {
    margin: 0;
    display: block;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 20px;
    padding-bottom: 20px;	
}

.recipe .topline a.print {
    position: absolute;
    right: 0;
    top: 5px;
    color: #000;	
}

.recipe .midline {
	overflow:hidden;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 20px;
    padding-bottom: 20px;		
}

.recipe .midline .reciblock {
    display: inline-block;
    width: 33.3%;
    float: left;	
}

.wp-caption {
	max-width: 100%;
}

.recipe .botline {
	
}

.recipe .botline .reciline {
	
}

.recipe .botline h3 {
	
}

.recipe .botline ol,
.recipe .botline ul {
	margin:0;
	padding:0
}

.recipe .botline li {
    list-style: none;	
}

.recipe .botline ol li {
    list-style: decimal;
    margin-left: 16px;
}

.recipe .botline.ingids li:before {
	content:'';
}

.photoslider {
	margin-top: 50px;
}

.photoslider .photoslide {
	width: 100%;
}

.prodlinkslides {
    text-align: center;
    margin-top: 20px;
    height: 312px;
    overflow: hidden;
    overflow-y: scroll;	
}

.prodlinkslides .prodlink {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;	
}

.topeditorial {
    background: #9e0039;
    text-align: center;
    position: relative;
    top: -20px;
    margin-bottom: -50px;
    padding: 20px 0 0;
}

#search-content {
    padding: 50px 50px;
    width: 50%;
    text-align: center;	
}

#search-content input[type="search"]{
	background: transparent;
    border: 0 none;
    border-bottom: 1px solid #000;
    padding: 20px;
    font-size: 26px;
    width: 80%;
	outline:none;
}

#search-content button {
    background: transparent;
    color: #9e0039;
    border: 0 none;
    font-size: 26px;	
}

.editorialslider {
	
}

.editorialslider .editorialslide {
	width: 100%;
}

.editorialslider .flickity-prev-next-button {
    background: url(/wp-content/themes/coverstory/images/sliderarrows.png) no-repeat left center transparent;
    width: 48px;
    height: 120px;
    top: 50%;
}
.editorialslider .flickity-prev-next-button.next {
    background-position: right center;
    right: 50px;
}
.editorialslider .flickity-prev-next-button.previous {
    left: 50px;
}
.editorialslider .flickity-prev-next-button svg {
    display: none;
}

.ediprodslider {
   margin: 20px 0;	
}

.ediprodslider .ediprodslide {
	width: 15%;
	margin: 0 10px;
}

.ediprodslider .ediprodslide a {
	color:#000;
}

.edislider .prodtitle {
    color: #fff;
    font-size: 25px;
    background: #9e0039;
    padding: 5px;
    position: relative;
}

.edislider .prodtitle p {
    margin: 0px;	
	text-align:center
}

.edislider .prodtitle p span {
    font-family: Georgia;
    font-style: italic;
}

.edislider .prodtitle .arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #9e0039;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    z-index: 5;
}

.ediprodslider .ediprodslide h3 {
    color: #000;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.ediprodslider .flickity-prev-next-button {
    background: url(/wp-content/themes/coverstory/images/sliderarrows2.png) no-repeat left center transparent;
    width: 20px;
    height: 60px;
    top: 50%;
}
.ediprodslider .flickity-prev-next-button.next {
    background-position: right center;
    right: 10px;
}
.ediprodslider .flickity-prev-next-button.previous {
    left: 10px;
}
.ediprodslider .flickity-prev-next-button svg {
    display: none;
}

.page .topeditorial {
    padding: 20px 0;
    margin-bottom: -50px;	
}

.page .singlewrap {
	width: 615px;
}

.topeditorial h1,
.topeditorial .bread a, 
.topeditorial .bread i {
	color:#fff;
}

.topeditorial .bread i:last-child {
	display:none;
}

.topeditorial .bread a:hover {
	color:#000;
}

.topeditorial .postitlebread {
	position:relative;
}

.topeditorial .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #97163a;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
}

.topeditorial .posthumb img {
	width: 100%;
	height: auto;
	max-width:100%;
}

.bread {
    margin-bottom: 10px;
    padding-bottom: 10px;	
	position:relative;
}

.bread:after {
	content:'';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 60px;
    height: 1px;
    background: #ececec;	
}

.bread.alt:after {
	content:'';
    position: absolute;
    left: 50%;
	margin-left: -30px;
    bottom: -3px;
    width: 60px;
    height: 1px;
    background: #ececec;		
}

.bread a {
	color:#000;
	transition:all 0.3s ease;
}

.bread a:hover {
	color:#9e0039;
}

.videocontainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0; 
	overflow: hidden;
}
 
.videocontainer iframe,
.videocontainer object,
.videocontainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.prevnextnav {
    display: block;
    width: 100%;
    overflow: hidden;	
}

.prevnextnav h4 {
    display: block;
    margin: 0 0 5px;
    color: #9e0039;
    font-size: 14px;	
}

.prevnextnav a {
    color: #55585f;
    font-style: italic;
}

.prevnextnav .prevlink {
    float: left;
    width: 45%;
    margin: 20px 10% 20px 0;	
}

.prevnextnav .prevlink a {

}

.prevnextnav .prevlink a:before {
	content:'←';
	float: left;
    width: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    margin-right: 10px;		
}

.prevnextnav .nextlink {
    float: left;
    width: 45%;
    margin: 20px 0;
    text-align: right;
}

.prevnextnav .nextlink a {

}

.prevnextnav .nextlink a:before {
	content:'→';
	float: right;
    width: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    margin-left: 10px;		
}

.singlewrap h1 {
    margin: 0 0 15px;
    font-weight: bold;
}
.singlewrap p {}
.jps-content p a {
	color:#9e0039;
}
.singlewrap p a {
	color:#9e0039;	
}
.singlewrap p img,
.singlewrap img {
    max-width: 100%;
    height: auto;
}
.singlewrap blockquote {
    background: url(/wp-content/themes/coverstory/images/bq.png) no-repeat center center transparent;
    padding: 50px 0;
    border: 0 none;
    font-size: 22px;
    font-style: italic;
    font-family: Georgia;
    min-height: 185px;	
}
.bannersidebar {
    width: 300px;
}
.flleft {
    float: left;
}
.related {
    background: #fff;
}
.related h2 {
    color: #000;
    font-weight: bold;
    font-size: 44px;
    margin: 0 0 50px;
}
.related h3 {
    color: #97163b;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    background: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
.related h4 {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(158, 0, 57, 0.6);
    color: #fff;
    width: 90%;
    height: 78%;
    left: 5%;
    z-index: 5;
    padding: 20px;
    top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related a:hover h4 {
    opacity: 1;
}
.related a {
    position: relative;
    display: inline-block;
    background: #000;
}
.related a:hover img {
    opacity: 0.6;
}

.footer {
    font-size: 21px;
    color: #adadad;
}
.footer .container {
    padding: 40px 0;
    background: #fff;
}
.footer .lastfoot {
    margin-top: 60px;
}
.footer .socifooter {
    margin: 70px 0;
    padding: 0;
    text-align: center;
}
.footer .socifooter li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.footer .socifooter li a {
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    background: #adadad;
    line-height: 35px;
    transition: all 0.3s ease;
}
.footer .socifooter li a:hover {
    background: #97163a;
}
.footer .instafollow {
    color: #000;
    font-size: 40px;
}
.footer .instafollow p {
    margin-bottom: 30px;
}
.footer .instafollow p span {
    font-family: Georgia;
    font-style: italic;
}
.footer .newsletblock {
    background: url(/wp-content/themes/coverstory/images/newsletbg.png) no-repeat top center transparent;
    background-size: cover;
    padding: 62px 40px;
}
.footer .newsletblock h2 {
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    margin: 0 0 50px;
}
.footer .newsletblock h2 span {
    font-size: 32px;
    font-family: Georgia;
    font-style: italic;
    display: block;
}
.footer .newsletblock form {
    position: relative;
}
.footer .newsletblock input[type="text"] {
    background: #f0f1f3;
    border: 0 none;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    color: #c9c9c9;
    font-size: 16px;
    display: inline-block;
}
.footer .newsletblock input[type="submit"] {
    background: #c9c9c9;
    color: #fff;
    border: 0 none;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    margin-left: -6px;
}
.footer .teamslides {
    background: #f7f5f5;
    text-align: left;
	position:relative;
}
.footer .teamslides h2 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin: 10px 30px 30px;
    border-bottom: 2px solid #9e0039;
    display: inline-block;
    text-align: left;
}
.footer .teamslides h2 span {
    display: block;	
}
.footer .teamslides .scrolsa {
    background: url(/wp-content/themes/coverstory/images/scrollarrow.png) no-repeat right center transparent;
    padding-right: 20px;
    position: absolute;
    right: 20px;
    top: 60px;	
}
.footer .teamslider {

}
.footer .teamslider .teammember {
	width: 200px;
}

.inuser {
	background: transparent;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
    position: relative;
    box-shadow: 0px 2px 5px rgba(158, 0, 57, 0.2);
}
.inuser h1 {
    text-align: center;
    margin: 0;
    font-size: 20px;	
}
.inuser h2 {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    color: #9e0039;	
}
.inuser .useravatar {
    border-radius: 0;
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.inuser .topart {
    position: relative;
    top: 0;	
}
.inuser .botpart {
    position: relative;
    top: 0;
    margin-bottom: 0px;	
}
.inuser p {
	font-size: 14px;	
}
.inuser .readlink {
    background: #9e0039;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
	transition:all 0.3s ease;
}
.inuser .readlink:hover {
	background:#000;
}
.jps-slider-nav {
    background: #f7f5f5;
    padding: 20px !important;
    position: relative;	
}
.jps-slider-nav.jps-bottom-nav {
    background: transparent !important;
    padding: 20px 0 !important;	
}
.jps_elegent.jps-next, 
.jps_elegent.jps-prev {
    border: solid 1px #9e0039 !important;
    background: #9e0039 !important;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    padding: 5px 10px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    line-height: 19px;
    display: block;
}

.jps-next .txt, 
.jps-prev .txt {
	display:none;
}
.jps-bottom-nav .jps-next .txt, 
.jps-bottom-nav .jps-prev .txt {
	display:inline-block;
    margin: 0 10px;	
}

.jps-slide-count .jps_oo {
	margin: 0 !important;
}
.jps_elegent .jps-slide-count .jps_cc, 
.jps_elegent .jps-slide-count .jps_tt {
    font-family: "FuturaMedium", Arial !important;
    background: transparent !important;
    color: #000 !important;
    border: 0 none !important;
    box-shadow: 0 0 0 transparent !important;
    padding: 0 !important;
}
.jps-slider-nav > a:nth-child(1) {
    position: absolute !important;
    right: 60px !important;
    top: 25px !important;
	float:none !important;	
}
.jps-slider-nav > a:nth-child(2) {
    position: absolute !important;
    right: 20px !important;
    top: 25px !important;
	float:none !important;
}

.jps-first-slide .jps-slider-nav > a:nth-child(1),
.jps-last-slide .jps-slider-nav > a:nth-child(1){
    right: 20px !important;	
}

.jps-slider-nav.jps-bottom-nav > a:nth-child(1) {
    float: left !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;	
}
.jps-slider-nav.jps-bottom-nav > a:nth-child(2) {
    float: right !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;	
}

.jps-first-slide .jps-slider-nav.jps-bottom-nav > a:nth-child(1) {
    right: 0 !important;
    float: right !important;	
}

.jps-bottom-nav .jps-next {
    width: auto;
    height: auto;
    border-radius: 25px !important;	
} 

.jps-bottom-nav .jps-prev {
    width: auto;
    height: auto;
    border-radius: 25px !important;
    background: transparent !important;
    border: 0 none !important;
    box-shadow: 0 0 0 transparent !important;
    color: #9e0039 !important;
}


.entry-content {
	position:relative;
}
.jps-fullpost-link {
	position: absolute;
    top: 25px;
    left: 20px;
    font-size: 12px;
    color: #fff;	
}
.jps-fullpost-link a {
	color:#fff !important;
    border-radius: 20px;
    padding: 5px 10px;	
    background: #c1bfbf;
	display:block;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.popprod {
    width: 40%;
    padding: 50px !important;
    overflow: hidden;
}

.popprod .prodimh {
    float: left;
    width: 50%;
}

.popprod h2 {
    margin: 0;	
    font-family: 'Fira Sans', sans-serif;
    font-size: 26px;	
}

.popprod h3 {
    color: #817f80;
    margin: 10px 0;
    font-size: 18px;
    font-weight: normal;
}

.popprod p {
    font-family: Georgia;
    color: #717171;
    font-size: 26px;
    font-style: italic;	
}

.popprod a {
    background: #9e0039;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    border-radius: 25px;	
	transition:all 0.3s ease;
	outline: none;	
}

.popprod a:hover {
    background: #da3772;	
}

.mobimenu {
	display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 149;	
}

.mobimenu ul {
    padding-top: 40%;
    border: 0 none;	
}

.mobimenu ul li {
	display: block;
    text-align: left;	
}

.mobimenu .burger > a {
	display:none;
}

.mobimenu .menu .sub-menu {
	display: block;
    position: relative;
    border: 0 none;
    padding: 0;
    margin: 0 !important;
    left: auto;
    top: auto;
    width: auto;
    width: auto;	
}

.mobimenu .menu .sub-menu li {
	margin: 0 !important;
}

.mobimenu .menu .sub-menu li a {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fixed .mobimenu ul {
	padding-top: 20%;
}

.mobimenu ul li a {
    padding: 5px 0;
}

.bars {
	display:none;
	color:#fff !important;
}

.singlewrap.audo.flwdt {
    width: 60%;	
}




/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .xs-right {
        text-align: right !important;
    }
    .xs-left {
        text-align: left !important;
    }
    .xs-center {
        text-align: center !important;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .sm-right {
        text-align: right !important;
    }
    .sm-left {
        text-align: left !important;
    }
    .sm-center {
        text-align: center !important;
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .md-right {
        text-align: right !important;
    }
    .md-left {
        text-align: left !important;
    }
    .md-center {
        text-align: center !important;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .lg-right {
        text-align: right !important;
    }
    .lg-left {
        text-align: left !important;
    }
    .lg-center {
        text-align: center !important;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .xl-right {
        text-align: right !important;
    }
    .xl-left {
        text-align: left !important;
    }
    .xl-center {
        text-align: center !important;
    }
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
	
	.home .menu li {
		margin: 0 0.5%;
	}
	
	.container {
		overflow:hidden;
	}
	
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	
	.home .menu li {
		margin: 0 1px;
	}
	
	.container {
		width: 750px !important;
	}
	
	.flleft {
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	.featfirst {
		color: #000;
		position: relative;
		display: block;
		margin: 0 auto;
		width: 600px;
	}
	
	.today {
		position: relative;
		overflow: hidden;
		width: 600px;
		margin: 0 auto 30px;
	}
	
	.videoline .vidthumb {
		float: left;
		width: 60%;
	}
	
	.videoline .viddescr {
		background: #f7f5f5;
		overflow: hidden;
		float: right;
		width: 36%;
		margin-right: 15px;
		padding: 80px 20px;
	}
	
	.videoline .viddescr h3 {
		color: #000;
		margin: 30px 0;
		font-size: 26px;
	}
		
	.todayline .today .todayleft {
		position: absolute;
		right: 0px;
		left: auto;
		width: 75%;
		top: 30px;
	}
	
	.mansworldline .mansarticles span {
	    display: block;	
	}
	
}

@media only screen and (max-width: 865px) {
	
	.home .menu li {
		margin: 0 1px;
	}
	
	.menu li a {
		font-size:14px;
	}

}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	
	.container {
		width: 600px !important;
	}
	
	.menu li a {
		font-size: 16px;
	}
		
	.home .menu li {
		margin: 0 20px;
	}
	
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 600px) {

	.container {
		width: 100% !important;
	}
	
	.featfirst {
		width: 100% !important;
	}
	
	.bannersidebar a {
		display:inline-block;
	}
	
	.logoimg {
	    width: 90%;
		margin-left: -45%;
	}
	
	.today {
		width: 100%;
	}
	
	.today .todayleft {
		position: absolute;
		left: 15px;
		width: 45%;
		top: 0px;
	}
	
	.vidconthd .videocontainer {
		opacity: 0.2;
		top: 0;
		height: 100%;
	}
	
	.today .todayimg {
		text-align: right;
		float: left;
		margin-left: 15px;
	}

	.featfirst h3.hid,
	.featfirst p {
		display:none;
	}
	
	.featslider {
		background: url(/wp-content/themes/coverstory/images/featslidebg.png) no-repeat top center transparent;
		height: 290px;
		width: 100%;
		margin: 40px auto;
		background-size: contain;
	}
	
	.featslider h2 {
		display:none;
	}
	
	.menu {
		display:none;
	}
	
	.homeslider .slide {
	    width: 100%;
	}
	
	.videoline .vidthumb {
		float: left;
		width: 100%;
	}
	
	.vidthumb .gifhold {
		min-height: 350px;
	}
		
	.videoline .viddescr {
		background: #f7f5f5;
		overflow: hidden;
		float: right;
		width: 100%;
		margin-right: 0;
		padding: 10px 20px;
	}
	
	.today h3.bigttl {
		font-size: 20px;
		font-weight: bold;
	}
	
	.featslider .featslide .prodimg {
		float: left;
		width: 100%;
		margin-right: 15px;
		position: absolute;
		top: 22%;
	}
	
	.featslider .featslide .prodtext {
		float: left;
		width: 100%;
		z-index: 15;
		position: relative;
		margin-top: 40%;
	}
	
	.today .todayleft {
		position: relative;
		left: 4%;
		width: 91%;
		top: 0px;
	}
	
	.bars {
		display: block;
		position: fixed;
		left: 5%;
		top: 3%;
		color: #fff;
		font-size: 28px;
		background: #97173b;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		z-index: 150;
	}
	
	.mobimenu {
		width: 100%;
	}
	
	.mobimenu .menu {
		display:block;
		width: 100%;	
	    height: 100vh;	
	    padding-top: 80px;	
	}
	
	.mobimenu .menu ul {
		padding-top: 80px;
	}
	
	.featfirst h3 {
		font-size: 35px;
		margin: 0 0 20px;
		line-height: 35px;
		font-weight: bold;
	}
	
	.home .menu-header-menu-container.fixed {
		width: 60%;
	}
	
	.page .singlewrap {
		width: 100%;
	}
	
	.mobimenu .menu .sub-menu li a {
		border: 0 none;
		margin: 0;
		padding: 0;
	}
	
	.menu > li:first-child .sub-menu {
		margin-left: -35px;
		border-left: 0;
		overflow: hidden;
	}

	.featpost img {
		transition: all 0.3s ease;
		width: 210%;
		max-width: 210%;
		height: auto;
	}
	
	.featpost .titleblk h3 {
		font-size: 26px;		
	}
	
	.menu li a {
		font-size: 12px;
	}
	
	.menu-header-menu-container.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 150;
	}
	
	.mobimenu .menu .sub-menu li {
		margin: 0 !important;
		float: left;
		width: 33%;
	}
	
	#search-content {
		padding: 50px 10px;
		width: 90%;
		text-align: center;
	}
	
	.mobimenu .menu > li > a {
		font-weight: bold;
	}
	
	.mobimenu .menu .sub-menu {
		overflow: hidden;
	}
	
	.listenline .audiopost .topaudio {
		position: relative;
		top: -20px;
		left: 0;
		z-index: 15;
		color: #9e0039;
		padding-left: 100px;
	}
	
	.todayline .today .todayleft {
		position: relative;
		right: 0px;
		left: 4%;
		width: 91%;
		top: 0;
		display: block;
		float: left;
	}
	
	.todayline .today h2 {
		margin: 0;
		background: url(/wp-content/themes/coverstory/images/tpdaybg.png) no-repeat top center transparent;
		background-size: cover;
		color: #fff;
		font-size: 18px;
		padding: 20px;
		text-align: center;
	}
	
	.singlewrap.audo {
		width: 87%;
		margin: 0 20px;
		text-align: left;
	}
	
	.topvideocont {
		width: 90%;
		margin: 0 auto;
	}
	
	.topvideocont .videoprods {
		width: 100%;
	}
	
	.singlewrap.vido {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
	
}