/* Support #59953 - Change style/layout for hero slider area */

@media screen and (min-width:650px){
  
	.slider.slick-initialized.slick-slider {
	    width: 100% !important;
	    margin: 0 auto !important;
	    clear: both;
    }
}

@media screen and (min-width:1100px){
  
	.slider.slick-initialized.slick-slider { width: 100% !important; }

}

	.slides .bg-wrap { background: none !important; }
	ul.slick-dots { display: none !important; }

	.hero h1 {
	    width: 100% !important;
	    float: none !important;
	}

@media screen and (min-width:650px){
  
	.home .hero, .hero .slides { height: 600px ; }

	.navbar.navbar-default.navbar-absolute {
	    min-height: 130px !important;
    	background: #fff !important;
	}

  	.navbar-default .navbar-nav li a, .top-bar ul li a {
    	color: #000 !important; 
  }
  ul#menu-full-menu.nav.navbar-nav li a { background: #fff !important; }

  .dropdown-menu>li { margin-bottom: 0; }

}

/* Support #60871 - Featured banner images */

	.category-features-videos .hero-banner {
   		background: url(https://ohthepeopleyoumeet.com/wp-content/uploads/2012/04/M-dancing.jpg) !important;
	    background-position: 50% 50% !important;
    	background-size: cover !important;
	}

/* Support #61857 - Hide meta icons for post pages */

	.article .article-meta .meta-tags { display: none; }

/* Support #62831 - Adjust homepage (slider/menu/content) */

	.slider.slick-initialized.slick-slider { top: 70px; }
	.home .main { margin-top: 100px; }

.single-post .intro-content p.wp-caption-text {
text-align: center;
max-width: 100%;
}