/*-- Changes for ADA --*/


/*-- Change main menu color for sub-section --*/
#site-navigation ul li:hover>a, #site-navigation ul li.current-menu-item>a, #site-navigation ul li.current_page_item>a, #site-navigation ul li.current_page_ancestor>a, #site-navigation ul li.current-menu-ancestor>a 
{
		color: inherit !important;
}

/*-- fix news dates and other gray text --*/
.entry-meta a, .entry-footer a {
		color: #595959 !important;
}

/*-- screenreader search box fix --*/
.search-submit.btn.search-btn {   
    color: white;
}

.effect-hover {
    background: black !important;
}


/*-- Fix News item green "Read More" button --*/
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #2C632C;
    border-color: #2C632C;
}





/*--------------------------------------------------------------------------------*/



/*-- mobile menu dropdown --*/
.nav-menu{
		z-index: 99999 !important;
}


/*--Roster Table--*/
.semantic_ui .ui.table thead th
{
font-size: 12px !important;
}
.semantic_ui .ui.table td {
    padding: .5em !important;
    text-align: inherit;			
}

.footable-pagination-wrapper .divider 
{
		display: none;
}

.copyright-wrapper {
		display: none !important;
}

/*-- News item adjustments --*/
.entry-author {
		display: none;
}
.pt-cv-meta-fields {
		margin-bottom: 40px !important;
}



#top-footer {
		margin-top: 40px;
}


/*-- Bullets adjustments in content area --*/
.entry-content li {
		padding-bottom: 7px !important;
}


/*-- Icons for features --*/
.sow-features-feature h6 {
    margin: 0 !important;
}






/*-- Ultimate Hover fixes --*/
.effect-hover.effect-jazz.effect-sm h2 {
    padding-top: 24%;
}
.effect-hover.effect-jazz.effect-sm p {
    padding: 0em;
}

.hover-wrap {
    margin-left: 0px !important;
		margin-top: -30px;
    text-shadow: 0 0 10px #000000;
}
.hover-item {
		margin: 0 10px !important;
}

.effect-hover.effect-sm figcaption {
    padding: initial;
}

/*--
@media (min-width: 768px)
{
  .mg-col-sm-6 {
    width: 100% !important;
  }
}--*/