/*css to make the audio player background red

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: red !important;
}
*/

/* Remove powered by wordpress*/

.site-info { display: none; }


/*remove comments*/
#comments {
display: none !important;
}


/*remove white space below menu on header page*/

.site-content {
    padding-top: 1em;
}

.page-header {
    padding-bottom: 0;
}

@media screen and (min-width: 48em) {
    .page.page-one-column .entry-header, 
    .twentyseventeen-front-page.page-one-column .entry-header, 
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 0;
    }
}
 


/*code to remove space on home page above title and below menu*/


body.home #content {
margin-top: -60px;
}


/*headline in lowercase*/
body.has-header-image .site-title, body.has-header-video .site-title, body.has-header-image .site-title a, body.has-header-video .site-title a {

    text-transform: capitalize;
}

/*make tagline bold*/

.site-description {
    font-size: 19px;
	font-weight: bold;
}


/*logo size*/

@media screen and (min-width: 48em) {
	.custom-logo-link img {
		max-width: 3000px;
	}
}

.custom-logo-link img {
    /* display: inline-block; */
    max-height: 130px;
    /* width: auto; */
}

/*change header bkgd color
.site-branding {background: #2c296b;}

------change navigation menu colors--

*/

.navigation-top  {
	background-color: #991A00;
}


.navigation-top a {
	font-size:95% !important;
	font-weight:700;
	color:#ffff
}

.main-navigation li li a:hover {
	color: #f8f8f8;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #000;
}


/*color of dropdown menu background*/

.navigation-top .main-navigation li li  {
	background-color: #000;
}

/*change color of dropdown menu*/

.main-navigation ul ul {
  background-color: #FFB6C1;
}
@media screen and (min-width: 768px) {
  .main-navigation ul ul a, .main-navigation ul ul a:visited {
    color: #fff;
  }
}
button.menu-toggle {
  border-color: #FFB6C1;
  color: #FFB6C1;
}
button.menu-toggle:hover {
  border-color: #dd9999;
  color: #dd9999;
}
@media screen and (max-width: 767px) {
  .main-navigation.toggled li li a {
    color: #fff;
  }
}

/*logo size*/

.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 500px !important;
}

/*logo location*/
 
div.site-branding {margin-bottom:70px !important;}


/*timeline colors*/
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title::before{ border-top-color: #991a00 !important; }
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title::after{ border-top-color: #991a00 !important; }


/*page width*/

.wrap {max-width: 1200px; padding-left: 2em;
padding-right: 2em;
}

/*footer colors*/
.site-footer { background: #991a00; }

.site-footer {
    color: #ffffff;
}

.site-footer a {
     color: #ffffff;
}

.site-footer a:hover {
     color: #ffffff;
}


/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }




