@charset "UTF-8";
/* CSS Document */

/* 
FONTS
=========================*/
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

@font-face {
    font-family: 'bodoni';
    src: url('../fonts/BodoniXT/BodoniXT-webfont.eot');
    src: url('../fonts/BodoniXT/BodoniXT-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BodoniXT/BodoniXT-webfont.woff') format('woff'),
         url('../fonts/BodoniXT/BodoniXT-webfont.ttf') format('truetype'),
         url('../fonts/BodoniXT/BodoniXT-webfont.svg#bodonixtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dejavu_bold';
    src: url('../fonts/DejaVu-Sans/bold/DejaVuSans-Bold-webfont.eot');
    src: url('../fonts/DejaVu-Sans/bold/DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVu-Sans/bold/DejaVuSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DejaVu-Sans/bold/DejaVuSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DejaVu-Sans/bold/DejaVuSans-Bold-webfont.svg#dejavu_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


#courtesy-header {
	width:100%;
	height:32px;
	background:#000;
	border-bottom:2px solid #f64e5d;
}
.c-menu a {
	color:#fff;
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	padding-top:10px;
	display:block;
	float:left;	
}
.c-menu a:hover {
	color:#f64e5d;
}
.c-menu a:after {
	content:"|";
	padding:0 10px;
}
.c-menu,
header#mom-header,
#main-content,
#overlay,
footer ul,
a#pop-close {
	max-width:1250px;
	margin:0 auto;
	/*position:relative;*/
}
header#mom-header {
	padding:15px 0 0 0;
	border-bottom:1px solid #f64e5d;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:116px;
	position:relative;
}
.mom-logo {
	padding-top:1px;
	float:left;
	margin-right:7%;
}
#category-box {
	width:557px;
	height:100px;
	background-image:url('../images/bg-circles.png');
	float:left;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#category-box img.category {
	height:40px;
	position:relative;
	top:36px;
	z-index:1;
}
#mobile-category {
	display:none;
}
#category-box img#circle {
	position:absolute;
	top:-15px;
	left:340px;
	z-index:2;
}
#nav-items {
	float:right;
	position:absolute;
	right:0;
}
#nav-items ul {
	list-style:none;
}
#nav-items li {
	text-align:right;
	padding-bottom:4px;
}
#nav-items li:hover img.text,
#nav-items li.active-list img.text {
	background:#FF0;
	cursor:pointer;
}
#nav-items .text {
	height:21px;
	position:relative;
	z-index:10;
}
#nav-items .image {
	height:22px;
	padding-left:4px;
}
#nav-container {
	position:absolute;
	z-index:99999;
	width:30%;
	background:rgba(255,255,255,0.95);
	border:5px solid #f64e5d;
	min-height:120px;
	right:0;
	top:108px; /* for sections */
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:none;
	box-shadow:0 2px 4px #999;
	padding:16px;
}
img.nav-pointer {
	width:26px;
	position:absolute;
	top:-22px;
	right:60px;
	z-index:12;
	border-bottom:1px solid #fff;
}
#nav-container ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav-container li {
	border-bottom:2px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	font-family:'bodoni',Georgia,Times,serif;
	font-size:16px;
	text-transform:uppercase;
}
#nav-container li:last-child {
	border-bottom:none;
	margin-bottom:none;
}
#nav-container li a {
	text-decoration:none;
	color:#a58532;
}
#nav-container li a:hover {
	background:#FF0;
	color:#f64e5d;
}
.mom-search {
	display:inline-block;
	height:28px;
	overflow:hidden;
	width:0;
}
#mom-search {
	width:200px;
	border:1px solid #ccc;
	font-size:17px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serf;
	padding:3px;
	color:#454545;
	font-weight:200;
	height:28px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#mom-search-button {
	background:#f64e5d;
	color:#fff;
	padding:9px 6px 6px;
	margin-left:-2px;
	position:relative;
	z-index:3;
	height:28px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.webkit #mom-search-button img {
	top:2px;
}
#mom-search-button img {
	height:15px;
	position:relative;
}


/******* MAIN BODY *******/
#main-content {

}
article {
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #f64e5d;
}
article.homepage {
	border-bottom:none;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
.right-float {
	float:right;
	margin-left:18px;
	margin-right:-20%;
}
.left-float {
	float:left;
	margin-right:18px;
	margin-left:-20%;
}
.medium-rectangle-ad,
.leaderboard-ad,
.gallery-medium-rectangle {
	display:none;
}
.sidebar .medium-rectangle-ad {
	display:block;
	margin-bottom:15px;
}
.body-copy.version-2 .edit-image {
	float:left;
}
.body-copy.version-2 .edit-image img {
	width:100%;
}
.edit-image img {
	width:450px;
}
p.edit-image {
	width:450px;
	color:#777;
	font-family:Lucida Grande, sans-serif;
	font-size:14px;
	line-height:16px;
	margin:2px 0 16px;
}
/* new style for CMS */
.body-copy .entry_img_caption {
	color:#777;
	font-family:Lucida Grande, sans-serif;
	font-size:14px;
	line-height:16px;
	margin:2px 0 16px;
}
.body-copy .entry_img_wrapper {
	width:450px;
	margin-right:18px;
	margin-left:-20%;
	overflow:hidden;
}
.body-copy .entry_img_asset img {
	width:100% !important;
}
.body-copy.version-2 p.edit-image,
.body-copy.version-2 .entry_img_wrapper {
	width:100%;
}
.story-ad span,
.sidebar span,
#mom-popup span {
	color:#888;
	font-family:Lucida Grande, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	display:block;
	text-align:center;
}
.lead-image-box img {
	width:100%;
}
.lead-text-box {
	width:100%;
	background:#f0b5ba;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 0 #f64e5d;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:45px 28px 0;
	margin-bottom:45px;
	border-bottom:1px solid #f64e5d;
	position:relative;
}
.lead-text-box h1 {
	margin-top:0;
}
.lead-text-box .deck {
	color:#fff;
	margin-top:6px;
}
.lead-text-box #author {
	padding:12px 0 15px;
}
.lead-text-box #author a {
	text-shadow:none;
	text-decoration:none;
}
.lead-text-box #social-buttons {
	background-image:none;
	width:290px;
	background-color:#fff;
	padding:9px 0 4px;
	margin:0 auto -30px auto;
}
#social-buttons div {
	display:inline-block;
	position:relative;
}
.social-media-home div {
	display:block;
	margin-bottom:10px;
}
#social-buttons .share-drop,
.social-media-home .share-drop {
	display:none;
	position:absolute;
	padding-top:4px;
}
#social-buttons img:hover,
.social-media-home img:hover {
	cursor:pointer;
}
#overlay {
	background-image:url('../images/white-overlay.png');
	width:100%;
	min-height:100px;
	position:fixed;
	bottom:0;
	z-index:2;
	text-align:center;
	padding:30px 0 14px;
	clear:both;
}
article h1 {
	font-family:'bodoni',Georgia,Times,serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:75px;
	line-height:70px;
	margin-bottom:0;
}
article h3 {
	font-family:'bodoni',Georgia,Times,serif; /*dejavu_bold*/
	font-weight:normal;
	text-transform:uppercase;
	font-size:29px;
	margin:5px 0 0;
	padding:0;
}
article div.deck {
	font-size:33px;
	line-height:35px;
	font-weight:200;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	max-width:80%;
	margin:0 auto;
	color:#222;
}
article #author {
	text-align:center;
	font-family:'bodoni',Georgia,Times,serif;
	font-size:24px;
	font-style:italic;
	padding-top:12px; /* was 95 */
}
#social-buttons {
	width:75%;
	margin:16px auto;
	text-align:center;
	background:url('../images/social-rule.png') center repeat-x;
}
.social-media-home {
	width:70px;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:35px 20px 0 0;
}
#social-buttons img,
.social-media-home img {
	width:48px;
	padding:0 9px;
	background:#fff;
	margin:0 -3px;
}
.body-copy {
	width:65%;
	margin:0 auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:19px;
	line-height:26px;
}
.body-copy.version-2 {
	margin:0 5% 0 0;
	color:#333;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:25px;
	border-right:1px solid #C8B278;
	width:70%;
}
.body-copy.static {
	width:70%;
}
article a {
	color:#f64e5d;
}
.body-copy span.drop {
	font-size:88px;
	float:left;
	display:block;
	line-height:79px;
	margin-left:-20px;
	margin-right:2px;
}
.sidebar {
	width:300px;
	float:right;
}
#extra-mom-content {
	padding-bottom:20px;
	border-bottom:1px solid #f64e5d;
	margin-bottom:0;
	max-width:1250px;
	margin-left:auto;
	margin-right:auto;
}
#extra-mom-content div {
	width:300px;
	display:inline-block;
	margin-right:8px;
	vertical-align:top;
}
#extra-mom-content div.content-module {
	padding-top:12px;
	height:250px;
	overflow:hidden;
}
.content-module h3 {
	text-align:center;
	font-family:'bodoni',Georgia,Times,serif;
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	letter-spacing:0.5px
}
.content-module p {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:200;
	font-size:15px;
	text-align:center;
	margin:0;
	line-height:18px;
}
.content-module a:hover .content-m-text {
	background:#f64e5d;
}
.content-m-text {
	background:#000;
	color:#fff;
	margin:-5px 0 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
}
.content-module img {
	margin:0;
	padding:0;
	display:inline;
}

/******* COMMENTS *******/
#comments {
	background:url('../images/comment-circles.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:20px 0;
}
#comments_counter {
	width:80%;
	margin:10px auto;
	text-align:center;
}
#comments_counter img {
	width:210px;
}
#comments_bubble {
	height:40px;
	width:50px;
	display:inline-block;
	background:url('../images/comment_bubble.svg');
	background-size:50px 40px;
	background-repeat:no-repeat;
	margin:10px 0 0 10px;
	color:#fff;
	font-family:Arial Black,Arial, sans-serif;
	font-size:17px;
	line-height:17px;
	padding-top:5px;
	position:relative;
	top:-10px;
}
img#c_arrow {
	width:100px;
	cursor:pointer;
}
#disqus {
	display:none;
}

/************** FOOTER ****************/
footer {
	border-top:1px solid #f64e5d;
	background:#f6d5d8;
	min-height:100px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img#footer-logo {
	width:150px;
	padding-bottom:14px;
}
footer ul {
	padding-top:20px;
	list-style:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
footer li {
	float:left;
	width:25%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right:1px solid #f64e5d;
	padding:5px 15px;
}
footer li h4 {
	font-family:'bodoni',Georgia,Times,serif;
	font-weight:normal;
	font-size:19px;
	text-transform:uppercase;
	margin:0 0 6px 0;
}
footer li:last-child {
	border-right:none;
}
footer li p {
	font-family: 'Fjalla One', sans-serif;
	padding:0;
	margin:0 0 2px 0;
	font-size:14px;
	text-transform:uppercase;
}
footer p a {
	color:#444;
	text-decoration:none;
}
footer p a:hover {
	color:#f64e5d;
}
#copyright {
	text-align:center;
	padding-bottom:50px;
	padding-top:70px;
	margin-bottom:0;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#555;
	clear:both;
}
/********** GUIDE STYLES ************/
#guide-lists {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:200;
}
#guide-lists h3 {
	font-family:'bodoni',Georgia,serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:40px;
	line-height:38px;
	margin:20px 0 8px;
}
#guide-lists ul,
#guide-lists li {
	list-style:none;
	margin-left:0;
}
#guide-lists li {
	padding:15px 0;
	border-bottom:1px solid #ccc;
}
#guide-lists h4 {
	font-family:'Fjalla One',sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:29px;
	line-height:29px;
	margin:0;
}
#guide-lists li strong {
	font-size:15px;
	line-height:16px;
}
#guide-lists li p {
	margin:0;
	padding:0;
}
/*************** homepage carousel *************/
.home-carousel {
	margin:0;
	padding:0;
}
.bxslider li div {
	width:39%;
	float:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:5px 20px 0 0;
}
.bxslider li img {
	float:left;
	width:59%;
}
.bxslider li div h2 {
	font-family:'bodoni',Georgia,serif;
	font-weight:normal;
	font-size:70px;
	line-height:68px;
	text-transform:uppercase;
	margin:15px 0 9px;
}
.bxslider li div h2 a {
	color:#000;
	text-decoration:none;
}
.bxslider li div h2 a:hover {
	color:#f64e5d;
}
.bxslider li div p {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:200;
	font-size:23px;
	line-height:27px;
	color:#222;
	margin:0;
	padding:0;
}
.home-carousel .bx-pager {
	width:300px !important;
	left:63% !important;
	bottom:50px !important;
	z-index:9;
}
/********* MORE HOMEPAGE STYLES ***********/
.homepage-features {
	float:left;
	width:66%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:35px 35px 25px;
	border-left:1px solid #222;
	border-right:1px solid #222;
	background:url('../images/header_texture.png') top repeat-x;
}
img#home-latest {
	width:400px;
}
img#dots-latest {
	width:160px;
	display:inline-block;
	padding-left:30px;
}
.sidebar#homepage-sidebar {
	width:300px;
	padding:35px 10px 0 25px;
}
/* for responsive ad management */
#Homepage_MediumRectangle_300x250 {
	display:none;
}
.homepage-lower-header {
	margin-bottom:20px;
}
.homepage-lower-header p.update-status {
	margin:2px 0 0;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.homepage-features h2 {
	margin:0;
	position:absolute;
	bottom:0;
	background:rgba(255,255,255,0.68);
	padding:6px;
	width:100%;
}
.homepage-features h4 {
	font-family:'Fjalla One', Helvetica, Arial,sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#f64e5d;
	font-weight:normal;
	margin:0;
}
.homepage-features h4 a {
	text-decoration:none;
	color:#f64e5d !important;
}
.top-picks {
	margin-bottom:45px;	
}
.home-picks {
	margin-bottom:30px;
}
.top-picks h2 {
	font-weight:normal;
	font-family:'bodoni',Georgia,serif;
	font-size:30px;
	text-transform:uppercase;
	line-height:29px;
	margin:0;
}
.top-picks div {
	display:inline-block;
	width:48%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align:top;
}
.top-picks div:first-child {
	margin-right:3%;
}
.home-picks span,
.top-picks span {
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:0;
	padding-bottom:0;
	/*border:1px solid #D7CDC0;*/
}
.top-picks div img,
.home-picks div img {
	width:100%;
}
/* added to correct color */
.top-picks a,
.home-picks a {
	color:#000;
}
.top-picks div img:hover,
.home-picks div img:hover {
	opacity:0.50;
	cursor:pointer;
}
.home-picks div {
	display:inline-block;
	width:31%;
	margin-right:2%;
	vertical-align:top;
	margin-bottom:35px;
}
.home-picks div:nth-child(3),
.home-picks div:nth-child(6),
.home-picks div:nth-child(9),
.home-picks div:nth-child(12) {
	margin-right:0;
}
.home-picks h2 {
	font-weight:normal;
	font-family:'bodoni',Georgia,serif;
	font-size:24px;
	text-transform:uppercase;
	line-height:23px;
}
.home-picks h2:hover {
	background:#222;
	color:#f64e5d;
}
.home-picks h2 a {
	color:#000;
	text-decoration:none;
}
.home-picks h2:hover a {
	color:#f64e5d;
}
.home-picks p,
.top-picks p {
	font-size:12px;
	line-height:14px;
	color:#9c7819;
	font-family:Helvetica,Arial,sans-serif;
	margin:-4px 0 0 0;
	font-weight:200;
	/*background:#ececec;*/
	padding:6px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:50px;
	overflow:hidden;
	position:relative;
	z-index:2;
	/*box-shadow:0 1px 1px #D7B27C;*/
}
#mom-find {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.find-inner {
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	padding:8px 0;
	margin-top:-4px;
	background:url('../images/finder-dots.png') top right no-repeat;
}
.find-inner h5 {
	font-family:'Fjalla One',Helvetica,Arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:32px;
	letter-spacing:1px;
	margin:0;
}
.find-inner p.month-feature {
	font-family:'bodoni',Georgia,serif;
	text-transform:uppercase;
	font-size:19px;
	padding:1px 3px;
	color:#000;
	margin:0;
	letter-spacing:2px;
}
img#where-find {
	width:290px;
	display:block;
	margin:8px 0;
}
.find-inner ul {
	list-style:none;
	width:44%;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:200;
	font-size:17px;
	line-height:17px;
}
.find-inner li {
	padding:6px;
}
.find-inner li a {
	color:#000;
	text-decoration:none;
}
.find-inner li:nth-child(odd) {
	background:#FDEFF5;
}
a#more-index {
	font-family:'Fjalla One',Helvetica,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	display:block;
	text-align:right;
	padding-top:50px;
}
a#more-index:hover {
	text-decoration:underline;
}

/*
POPUP STYLES 
===================================*/
#mom-popup {
	position:absolute;
	z-index:99999999;
	background:#fff;
	top:150px;
	text-align:center;
	width:100%;
	height:100%;
	display:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-top:10px;	
}
a#pop-close {
	display:block;
	text-align:right;
}

/* 
GALLERY STYLES
================================*/
.gallery-header {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:21px 21px 2px 21px;
	color:#fff;
	background:#f64e5d;
	text-align:center;
	border-top:2px solid #C8B278;
}
.gallery-header h1 {
	margin:0;
	padding:0;
}
.gallery-header .deck {
	color:#fff;
}
.gallery-box {
	position:relative;
}

/*! http://responsiveslides.com v1.54 by @viljamis - edits by Mel B */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides li div {
	background:#000;
	height:700px;
	overflow:hidden;
}
.rslides li div p {
	color:#fff;
	background:rgba(0,0,0,0.80);
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:20px;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 42%;
  left: -50px;
  opacity: 0.35;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 117px;
  width: 118px;
  background: transparent url("../images/nav-left.png") no-repeat;
  margin-top: -45px;
 }
 .rslides_nav:hover {
	 opacity:0.8;
 }
 .rslides_nav:active {
  opacity: 1.0;
 }
 .rslides_nav.next {
  left: auto;
  background-position: right top;
  right: -50px;
  background: transparent url("../images/nav-right.png") no-repeat;
 }
 .rslides #Sitewide_Interstitial_640x480 {
	 width:640px;
	 margin:15px auto;
 }
 .gallery-ad {
	 display:block;
 }
 .rslides span {
	color:#888;
	font-family:Lucida Grande, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	display:block;
	text-align:center;
	margin:6% auto 0 auto;
}
ul.rslides_tabs {
	padding:4px 10px;
	background:#f64e5d;
	width:100%;
	color:#F0B5BA;
	position:absolute;
	top:-5px;
	right:0;
	z-index:999;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:right;
	font-size:13px;
	margin-top:0;
	/*border-top:1px solid #F0B5BA;*/
}
.rslides_tabs li {
	list-style:none;
	display:none;
}
.rslides_tabs li a {
	text-decoration:none;
	color:#F0B5BA;
}
.rslides_tabs li:first-child {
	display:inline;
}
.rslides_tabs li:last-child {
	display:inline;
}
.rslides_tabs li:first-child:after {
	content:"of";
	padding:0 6px;
}
.rslides_tabs li:first-child:before {
	content:"Image";
	padding:0 6px;
}


/*
RESPONSIVE ADJUSTMENTS 
=================================*/

/* small desktops */
@media screen and (max-width: 1249px) {
	.c-menu,
	header#mom-header,
	#main-content,
	#overlay,
	footer ul,
	a#pop-close {
		max-width:1030px;
	}
	#extra-mom-content {
		padding:0 10% 20px;
		border-bottom:1px solid #f64e5d;
		margin-bottom:0;
		max-width:650px;
		margin-left:auto;
		margin-right:auto;
	}
	.body-copy.version-2 {
		width:67%;
	}
	.homepage-features {
		width:60%;
		padding:35px 35px 25px;
	}
	.home-picks h2 {
		font-size:20px;
		line-height:19px;
	}
	.home-carousel .bx-pager {
		width:300px !important;
		left:63% !important;
		bottom:20px !important;
	}
}

/* Tablet Landscape Size */
@media screen and (max-width: 1044px) {
	.c-menu,
	header#mom-header,
	#main-content,
	#overlay,
	footer ul,
	a#pop-close {
		max-width:1000px;
	}
	header#mom-header {		
		height:91px;
	}
	.mom-logo {
		height:75px;
		margin-right:10%;
	}
	#category-box {
		width:480px;
		height:100%;
		background-image:url('../images/bg-circles.png');
		background-size:440px 80px;
		background-repeat:no-repeat;
	}
	#category-box img.category {
		height:28px;
		top:18px;
		text-align:center;
	}
	#category-box img#circle {
		left:300px;
		z-index:0;
		width:60px;
	}
	#nav-items {
		float:right;
		right:10px;
		top:0;
	}
	#nav-container {
		width:50%;
		right:10px;
		top:91px; /* for sections */
	}
	article div.deck {
		font-size:29px;
		line-height:31px;
		max-width:90%;
	}
	article div.deck:after {
		clear:both;
	}
	article #author {
		font-size:24px;
		padding-top:95px;
	}
	.body-copy.version-2 {
		margin:0 5% 0 15px;
		width:60%;
	}
	.sidebar {
		padding:15px;
	}
	/*photo gallery */
	.rslides_nav {
  		top: 40%;
  		left: 0;
		height: 105px;
 		width: 53px;
  		background: transparent url("../images/nav-left-mobile.png") no-repeat;
  		margin-top: -45px;
 	}
	.rslides_nav.next {
  		right: 0;
  		background: transparent url("../images/nav-right-mobile.png") no-repeat;
 	}
	/* homepage */
	.social-media-home {
		width:10%;
		padding:10px 10px 0 0;
		text-align:center;
	}
	.bxslider li div h2 {
		font-size:66px;
		line-height:63px;
		margin:0 0 9px;
		padding-top:0;
	}
	.bxslider li div p {
		font-size:18px;
		line-height:22px;
	}
	#homepage-sidebar.sidebar {
		border-top:none;
		width:100%;
		float:none;
		border-bottom:1px solid #000;
		text-align:center;
		margin-bottom:0;
		padding-top:10px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background:#eee;
	}
	#homepage-sidebar.sidebar .medium-rectangle-ad {
		display:none;
	}
	#homepage-sidebar.sidebar .leaderboard-ad {
		display:block;
		width:728px;
		margin:5px auto;
		padding-bottom:15px;
	}
	.homepage-features {
		float:right;
		width:90%;
		padding:35px 45px 25px;
		border-right:none;
	}
	/* popup ad */
	#mom-popup {
		top:125px;
	}
	a#pop-close {
		padding-right:10px;
	}
}
	

/* Tablet Portrait Size */
@media screen and (max-width: 900px) {
	.mom-logo {
		margin-right:4%;
		margin-left:10px;
	}
	.c-menu {
		margin-left:10px;
	}
	.body-copy {
		width:75%;
	}
	.body-copy.version-2 {
		margin:0 auto;
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding:25px 40px;	
		border-right:none;	
	}
	.sidebar {
		width:100%;
		float:none;
		border-top:1px solid #f64e5d;
		border-bottom:1px solid #f64e5d;
		text-align:center;
		margin-bottom:25px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	#homepage-sidebar.sidebar {
		border-top:none;
	}
	.medium-rectangle-ad {
		display:block;
	}
	.sidebar .medium-rectangle-ad {
		display:none;
	}
	.leaderboard-ad {
		display:block;
		margin:0 auto;
	}
	.right-float {
		margin-right:-15%;
	}
	.left-float {
		margin-left:-15%;
	}
	#overlay {
		width:100%;
		min-height:100px;
		position:static;
		padding:30px 0;
	}
	/* photo gallery */
	.rslides li div {
		height:auto;
	}
	.rslides li div p {
		clear:both;
		position:static;
	}
	/* homepage */
	.bxslider li div h2 {
		font-size:56px;
		line-height:53px;
		margin:0 0 9px;
		padding-top:0;
	}
}

/* Mobile Landscape Size (devices and browsers) */
@media screen and (max-width: 790px) {
	#category-box {
		display:none;
	}
	#mobile-category {
		display:block;
	}
	#mobile-category img {
		height:18px;
	}
	article h1 {
		font-size:68px;
		line-height:68px;
		margin-top:0;
	}
	article div.deck {
		font-size:21px;
		line-height:23px;
	}
	#overlay {
		background:#fff url('../images/mobile-white.png');
	}
	article #author {
		padding-top:15px;
	}
	.halfpage-ad {
		display:none;
	}
	.sidebar,
	#homepage-sidebar.sidebar .leaderboard-ad {
		display:none !important;
	}
	#homepage-sidebar.sidebar {
		display:block;
		border-bottom:0;
	}
	#homepage-sidebar.sidebar .medium-rectangle-ad#primary {
		width:300px;
		margin:0 auto;
		display:block;
	}
	.medium-rectangle-ad {
		padding-bottom:15px;
	}
	.sidebar {
		width:100%;
		float:none;
		border-top:1px solid #f64e5d;
		border-bottom:1px solid #f64e5d;
		margin-bottom:25px;
	}
	/* for responsive ad management on homepage */
	#Homepage_MediumRectangle_300x250 {
		display:block !important;
	}
	.medium-rectangle-ad {
		display:block;
		margin:0 auto;
		width:300px;
	}
	.body-copy .story-ad {
		border-top:1px solid #f64e5d;
		border-bottom:1px solid #f64e5d;
	}
	.sidebar .medium-rectangle-ad {
		display:none;
	}
	.body-copy.version-2 .edit-image {
		width:100%;
		clear:both;
	}
	.edit-image {
		clear:both;
		float:none;
		width:90%;
		margin:20px auto;
	}
	.edit-image img {
		width:100%;
	}
	p.edit-image {
		width:100%;
		margin:2px 0 16px;
	}
	#extra-mom-content {
		width:300px;
		margin:0 auto;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding-left:0;
		padding-right:0;
	}
	#extra-mom-content .story-ad {
		border-top:none;
	}
	footer ul {
		margin-left:0;
		padding-bottom:25px;
	}
	footer li {
		float:none;
		border-right:none;
		width:90%;
		border-bottom:1px solid #f64e5d;
	}
	footer li div {
		display:none;
	}
	footer li h4 {
		cursor:pointer;
	}
	.body-copy.version-2 {
		margin:0 2%;
		width:98%;
		padding:25px 40px;	
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	/* Photo Gallery */
	.gallery-medium-rectangle {
		display:block;
		width:300px;
		margin:15px auto;
	}
	.gallery-ad {
		display:none;
	}
	/* homepage */
	.bxslider li div h2 {
		font-size:44px;
		line-height:41px;
		margin:0 0 9px;
		padding-top:0;
	}
	img#home-latest {
		width:300px;
	}
	img#dots-latest {
		width:120px;
		padding-left:25px;
	}
	.social-media-home {
		border-top:1px solid #000;
	}
	.homepage-features {
		padding:25px 40px 25px;
		border-right:none;
		border-top:1px solid #000;
	}
	.home-carousel {
		margin-bottom:40px;
	}
	.home-carousel .bx-pager {
		bottom: -25px !important;
		overflow:hidden !important;
		width:100% !important;
		left: 0 !important;
	}
	.bxslider li div {
		width:100%;
		float:none;
		padding:15px 30px 30px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		text-align:center;
	}
	.bxslider li img {
		float:none;
		width:100%;
	}
	.bxslider li div h2 {
		margin-bottom:2px;
	}
	.home-carousel {
		border-bottom:none;
	}
	.bx-wrapper .bx-viewport {
		border-bottom:none !important;
	}
	.social-media-home {
		border-top:1px solid #000;
		width:100%;
		float:none;
	}
	.social-media-home div {
		display:inline-block;
	}
	.homepage-features {
		width:100%;
		float:none;
		padding:25px 40px 25px;
		border-left:none;
		border-top:1px solid #000;
	}
		
}


/*Homepage Extra Break */
@media screen and (max-width: 620px) {
	.top-picks div {
		display:block;
		width:98%;
		margin-left:1%;
		margin-bottom:20px;
	}
	.top-picks span {
		max-height:300px;
	}
	.find-inner ul {
		width:70%;
	}
	.home-picks div {
		width:48%;
		margin-right:0;
		vertical-align:top;
		margin-bottom:35px;
	}
	.home-picks div:nth-child(3),
	.home-picks div:nth-child(6),
	.home-picks div:nth-child(9),
	.home-picks div:nth-child(12) {
		margin-right:0;
	}
	.home-picks div:nth-child(even) {
		margin-left:2%;
	}
	img#home-latest {
		width:230px;
	}
	img#dots-latest {
		width:90px;
		padding-left:10px;
	}
}

/* Mobile Portrait Size */
@media screen and (max-width: 480px) {
	.c-menu {
		display:none;
	}
	#courtesy-header {
		height:10px;
	}
	article #author {
		padding-top:0;
	}
	.mom-logo {
		height:55px;
	}
	header#mom-header {		
		height:71px;
	}
	#nav-container {
		width:92%;
		right:4%;
		top:70px;
	}
	img.nav-pointer {
		top:-22px;
		right:-6px;
		border-bottom:none;
	}
	#nav-container li {
		padding-bottom:3px;
		margin-bottom:3px;
		font-size:14px;
	}
	#nav-items li {
		display:inline;
	}
	#nav-items .text {
		height:16px;
		display:none;
	}
	#nav-items .image {
		height:33px;
		padding-top:5px;
	}
	article h1 {
		font-size:40px;
		line-height:37px;
	}
	#mobile-category img {
		height:14px;
	}
	#mobile-category {
		padding-top:0;
		margin:0 0 5px;
	}
	.lead-image-box img {
		border-bottom:1px solid #f64e5d;
	}
	#overlay {
		min-height:0;
		padding:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		margin-top:0;
	}
	#social-buttons {
		width:80%;
		margin:10px auto;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	#social-buttons img,
	.social-media-home img {
		width:33px;
	}
	.lead-text-box #social-buttons {
		width:230px;
		padding:9px 0 4px;
		margin:0 auto -30px auto;
	}
	.body-copy {
		width:90%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		margin:0 auto;
	}
	.body-copy p {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	article #author {
		font-size:17px;
	}
	.body-copy span.drop {
		font-size:68px;
		float:left;
		display:block;
		line-height:67px;
		margin-left:0;
		margin-right:2px;
	}
	.body-copy.version-2 {
		margin:0 5%;
		width:90%;
		padding:20px 0;	
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	/*photo gallery*/
	.rslides_nav {
  		top: 31%;
  		left: 0;
		height: 59px;
 		width: 30px;
  		background: transparent url("../images/nav-left-smallest.png") no-repeat;
  		margin-top: -45px;
 	}
	.rslides_nav.next {
  		background: transparent url("../images/nav-right-smallest.png") no-repeat;
 	}
	/* homepage */
	.bxslider li div h2 {
		font-size:30px;
		line-height:27px;
	}
	.bxslider li div p {
		font-size:18px;
		line-height:21px;
	}
	.homepage-features {
		padding:25px;
	}
	.homepage-features h4 {
		font-size:15px;
	}
	.home-picks p {
		height:55px;
	}
	.home-picks h2 {
		font-size:16px;
		line-height:15px;
	}
	img#where-find {
		width:200px;
	}
	.find-inner p.month-feature {
		font-size:14px;
		line-height:16px;
	}
	.find-inner ul {
		width:100%;
		margin-left:0;
		padding-left:0;
	}
	img#home-latest {
		width:180px;
	}
	img#dots-latest {
		width:70px;
		padding-left:6px;
	}
	/* popup */
	#mom-popup {
		top:83px;
	}
}

/* mobile vertical */
@media screen and (max-width: 350px) {
	.homepage-features {
		padding:10px;
	}
	#homepage-sidebar.sidebar #primary.medium-rectangle-ad {
		position:relative;
		left:-10px;
	}
}

