/*
Theme Name:     extra-child
Description:    
Author:         LibertyNation
Template:       Extra

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.categories-prefooter {
	background: #3e5062;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 16px 0 -16px 0;
	padding: 40px 0px;
	position: relative;
	z-index: 99999;
	float: left;
	display: block;
}
.categories-prefooter h3, .categories-prefooter a, .categories-prefooter a:hover, .categories-prefooter a:visited, .categories-prefooter a:active {
	color: #fff;
}
.categories-prefooter li, .categories-prefooter ul {
	list-style-type: none;
}
.categories-prefooter ul li {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.categories-prefooter ul li::after{
	content: " | "
}
.categories-prefooter ul li:last-child:after{
	content: ""
}

.single-libertynation_videos .post-content .abh_box {
    display: none;
}

.post-type-archive-libertynation_videos .posts-blog-feed-module.standard .hentry .header {
	display: block;
}

.post-type-archive-libertynation_videos .posts-blog-feed-module .post-meta {
	visibility: hidden;
    margin: 0;
}

.hidden {
	display: none;
}
.featured-posts-slider-module .comments-link, .featured-posts-slider-module .rating-stars, .category-1808 #author-bio-box, .category-1808 .featured-posts-slider-module 
{
	display:none!important;
}
.featured-posts-slider-module .post-content h3 a
{
	text-transform:none;
}



@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Opera */

#mtphr-dnt-25017 h3.mtphr-dnt-title.mtphr-dnt-inline-title {
    background-color: red;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out; 
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
    color: white;
    padding: 5px;
    margin-top: -5px;
    margin-right: 4px;
}
