/* HOME PAGE Changes */

/* Logo Width for Ads */
@media only screen and (max-width: 799px){
.has-mobile-head .main-head header {
display: block !important;
}
}

/* Menu Bar Font & Padding */
.nav-light .menu > li > a{
font-size: 16px;
padding: 0 14px;
}

/* Make Widget Appear on Mobile */
@media only screen and (max-width: 799px)
{
.has-mobile-head .main-head header { display: block; }
}

/* PAGES CHANGES */

/* Page Title Font Size */
.main-heading { font-size: 28px; }

/*Remove Line in Page Title */
.main-heading, .page-title, .entry-title { border-left: none; }

/* Move Page Title */
.main-heading, .page-title, .entry-title { margin-left: -15px; }

/* Remove Dates Home Page */
.home time{
  display: none !important;
}

/* Remove Dates on Category Pages */
.highlights .meta { display: none; }
.highlights .meta, .posts-list .content .comments, .post-header .comments { display: none; }

/* Remove Comments Under Titles */
.listing-meta .comments,
.post-meta-b .comments{
display: none;
}

/* Home Page Bottom Before Footer Space Issue */
.page > .row.builder .post-content {margin-bottom: 20px;}

/* Remove Author Info on Posts */
.author-info {
display: none;
}

/* Home Monologue Search White Space Gap */
.block-wrap {margin-bottom: 40px;}

/* Monologue Search Home Page Horizontal */ 
.searchandfilter > ul > li {
  display: inline-block;
  margin-right: 20px;
  }
.searchandfilter > ul > li:last-child {
  margin-right: 0;
}
.search-filter-results {clear: both;}
.searchandfilter ul {margin-top: -20px;}

/* Monologue Search Colors */
.widget_search_filter_register_widget {
  background: #E6E6FA;
	float: left;
  padding: 10px;
	}

/* Monologue Search General Changes */
.searchandfilter .sf-field-submit input {
  background: #0094e5;
  cursor: pointer;
	width: 125px;
	}
.searchandfilter .input, textarea, select {color: #708090}
.input[type="submit"] {color: #000000;}
.searchandfilter .sf-field-submit input {color: #000000;}
.searchandfilter ul > li > ul:not(.children) {margin-top: 1px;}

/* Lists H3 Top Margin */
.post-content h3
{margin-top: 19px;}

/* Resources for Actors - Move Up */




