/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 28 2019 | 19:52:34 */
/*
Remove Caron ad:
https://www.livingbetter50.com/wp-admin/themes.php?page=siteoptions
Click Ad Management
*/

/* Hide Caron ad on all pages */
.ad-caron {
 	display: none; 
}

/* Show Caron ad on post 55339 */
.postid-55339 .ad-caron {
 	display: block; 
}

/* Hide Regular ad on post 55339 */
.category-faith-relationships .ad-regular,
.postid-55339 .ad-regular {
 	display: none !important;
}

/* Hide Amazon category ads on all pages */
.ad-category {
 	display: none; 
}

/* Show Amazon ads on specific categories */
.category-home-living .ad-home-living,
.category-travel .ad-travel,
.category-retirement .ad-retirement,
.category-money-business .ad-money,
.category-faith-relationships .ad-faith,
.category-beauty-fashion .ad-fashion,
.category-health-fitness .ad-health,
.category-home-style .ad-food {
 	display: block; 
}

/* Hide Regular Womens Expo ad on the Faith pages */
.category-faith-relationships .

/* Hide Amazon ad on Caron page */
.postid-55339 .category-health-fitness .ad-health {
 	display: none; 
}

/* Center home page ad */
.homepage-ad-widget iframe {
	display: block;
  	margin: 0 auto;
}

/* Hide the Lose Weight ad on  the Home and Food pages */
.category-home-living .lose-weight-ad {
	display: none;
}






/* Hide Shop on the Caron page */
.postid-55339 .shop-ad {
 	display: none; 
}







/* Hide the LivingBetter50 Video ad on the Caron page */
.postid-55339 .ad-livingBetter50Video {
 	display: none; 
}

.ad-livingBetter50Video img {
  	height: 90px;
  	position: relative;
  	top: 1px;
	width: 110px;  
}

/* Set height to auto on leaderboard */
#leaderboard {
 	height: auto; 
}

/*#leaderboard .ad-livingBetter50Video,*/
/*#leaderboard .ad-category {
 	display: none; 
}*/



/* Hide Jerome Alexander ad on all pages */
.ad-jeromeAlexander {
 	display: none; 
}

/* Show Jerome Alexander ad on post 55571 */
.postid-55571 .ad-jeromeAlexander {
 	display: block; 
}

/* Hide Fairmont ad on post 55571 */
.postid-55571 .ad-regular {
 	display: none;
}

/* Hide video ad on post 55571 */
.postid-55571 .ad-livingBetter50Video {
 	display: none;
}



/* Push Fairmont ad to left and show the video ad on the right */
#leader-left {
    width: 100%;
}

.category-faith-relationships #leader-left .ad-category,
#leader-left .ad-regular {
  	float: left;
  	display: inline-block;
 	width: 728px;
}

.ad-livingBetter50Video {
	display: inline-block;
	width: 112px;
}

.featured_posts {
  	display: block;
  	text-align: center;
    width: 100% !important;
}

.featured_posts article {
    display: inline-block;
    vertical-align: top;
    width: 23.5% !important;
    flex: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 3px solid #fff;
}

.featured_posts article img {
  	height: 100%;
    width: 100%;
}

.sgpm-popup-maker-wrapper {
	max-width: 95% !important;
}

body .ubermenu .ubermenu-target-text {
    color: rgb(150, 27, 79) !important;
}

body .ubermenu > .ubermenu-target:hover > .ubermenu-target-text,
body .ubermenu .ubermenu-current-menu-item .ubermenu-target-text {
    color: #fff !important;
}

body .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, 
body .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, 
body .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    background: rgb(150, 27, 79) !important;
 	color: #fff !important; 	
}

body #main-nav-wrapper {
    border-top: 3px solid #00DDE5 !important;
    background-color: #fff !important;
}

#main-nav > nav > ul > li {
    background: #fff !important;
}

body .ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target {
 	background: #f2f2f2 !important;
}

body .ubermenu .ubermenu-current-menu-item:hover .ubermenu-target-text {
    color: rgb(150, 27, 79) !important;
}

body .ubermenu .ubermenu-current-menu-ancestor .ubermenu-target-text {
  	color: #fff !important;
}

body .ubermenu .ubermenu-current-menu-ancestor:hover .ubermenu-target-text {
   	color: rgb(150, 27, 79) !important;
}

body .ubermenu .ubermenu-current-menu-ancestor:hover .ubermenu-current-menu-item .ubermenu-target-text {
  	color: #fff !important;
}

@media (max-width:1005px) {
  	.ad-livingBetter50Video {
		display: none;
	}
  
	#content {
      	width: 90% !important;
	    margin: 0 auto !important;
	}
  
  	.featured_posts,
  	#main-nav, #inner-wrapper {
	    width: 100% !important;
	    margin: 0 auto !important;
	}
}


@media (max-width:850px) {
	#main-home, #home-left, #featured-container, .home-category {
		width: 420px;
	}
}

@media (max-width:767px) {
	#main-home, #home-left, #featured-container, .home-category {
		width: 100% !important;
	}
  	
  	.featured_posts article:nth-of-type(3),
  	.featured_posts article:nth-of-type(4) {
	    display:none;
	}
  
  	.featured_posts article {
    	max-width: 250px;
	}
  
  	.header-subscribe {
	    margin-top: 50px;
	}

	#social-icons {
        height: 70px;
    	top: 80px;
    	width: 100%;
    	left: 0;
	    text-align: center;
	}
  	
  	#leaderboard {
    	padding: 0;
	}
  
  	#leaderboard {
  		width: 90% !important; 
		margin: 0 auto;   
  	}
  
	#leaderboard .ad-regular {
		width: 100% !important;
	}
	
  	#leader-wrapper {
  		width: 100%;
		margin: 0 auto;
	}

	#leader-wrapper, #main-nav {
      	height: auto !important;
	    display: block !important;
	}

  	.header-additional #social-icons {
	    height: 120px;
	    top: 90px;
	}
  
  	.ctct-form {
    	display: block !important;
	}
  
	.home-category .carousel {
	    margin: 0 auto !important;
  	}
}