/* Changes footer background to pink */
.site-footer .footer-t, .site-footer .footer-b {
    background: #dd9090;
}

/* Hide the featured images on Beauty, Fashion and Lifestyle pages, so they appear only on the Home page > Featured Area Settings section |#15524469-hc| CM */
article#post-172 .post-thumbnail, 
article#post-463 .post-thumbnail, 
article#post-462 .post-thumbnail {
    display: none;
}

.menu-image-hover-wrapper {
    text-align: center;
}

/*  Hide tags below posts 15676793-hc  */
.entry-footer .tags {
    display: none;
}
@media only screen and (min-width: 1025px){
.main-navigation ul ul {
    height: auto;
    clip: unset;
    overflow: auto;
}
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
display: none;
}
@media only screen and (min-width: 1025px){
.main-navigation ul li {
margin: 0 19px;
}
}
/** HIDE DOUBLE TITLE MEGA MENU **/
@media only screen and (min-width: 1025px){
	#wp-megamenu-item-12987 a,
	#wp-megamenu-item-13336 a,
	#wp-megamenu-item-13005 a,
	#wp-megamenu-item-13294 a,
	#wp-megamenu-item-13429 a,
	#wp-megamenu-item-12966 a, 
  #wp-megamenu-item-15772 a, 
	#wp-megamenu-item-15771 a { 
		display: none;
	}
}
@media (max-width: 489px){
.wpmm-mobile-menu .wpmm-grid-post {
    margin-bottom: 0 !important;
}
}
@media only screen and (max-width: 1024px){
	.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li button,
	.wpmm-grid-post-img { 
		display: none;
	}
	.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
    display: block !important;
}
a.wpmm_mobile_menu_btn,
.wpmm-grid-post-img,
.wp-megamenu-item-12987 a,
.wp-megamenu-item-13336 a,
.wp-megamenu-item-12987 a,
.wp-megamenu-item-13005 a,
.wp-megamenu-item-13294 a,
.wp-megamenu-item-13429 a,
.wp-megamenu-item-12987 a,
.wp-megamenu-item-12966 a,
.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li button {
    display: none !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
    background: #dd9090;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li, 
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
    padding: 5px 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
    margin-bottom: 0px;
}
.wp-megamenu > li.wp-megamenu-item-13455.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu, 
.wp-megamenu > li.wp-megamenu-item-13475.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu{
    margin-left: 0px !important;
}
.wpmm-grid-post-addons .wpmm-grid-post.col4 {
    width: 100%;
}
}


/*Make dropdown menu transparent - 16038912-hc*/
#wp-megamenu-primary, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu, #wp-megamenu-primary, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover  {
	background-color: rgb(221,144,144, 0.8);
}

/*Make menu white - 16038912-hc*/
#wp-megamenu-primary, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a  {
	background-color: #ffffff;
}

/*Make sticky menu full width - 16038912-hc*/
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
	width: 100%;
}

#wp-megamenu-item-13756 a {
display: none;
}

/* Change menu font size | #20042989-hc */
.main-navigation ul li a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
	font-size: 12px;
}




/* Change mega menu background color | #20042989-hc */
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    background-color: #fff;
}


/* Change menu hover bg and font color | #20042989-hc */
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover {
	background-color: #fff;
	color: #dd9090;
}

/* Hide the search option | #20042989-hc */
.wpmm-search-wrap {
	display: none;
}