/*
Theme Name:     pubx
Theme URI:      http://
Description:    PUBX child theme for strappress
Author:         Adam Dras
Author URI:     http://dmvsteering.org
Template:       strappress
Version: 		1.0.0
*/
@import url("../strappress/style.css");

.list-custom-taxonomy-widget ul {
    list-style-type: none;
}

/* background image of header */
#cover {
	background-image: url(//www.trucknews.com/wp-content/uploads/2016/08/cover.jpg) !important;
}

/* customization */
#logo {margin-left:0;}


/* magic :) */
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#nav .navbar-brand {display:none;}
#nav.affix .navbar-brand {display:block;}
.multi-column-taxonomy-list{margin-bottom:30px;}

/*SIMPLE FADE*/
.fadeImage {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fadeImage:hover {
      opacity: 0.5;
      }


.video-btn {
	/* margin-right: 30px; */
}

#lct-widget-videoseries {
	padding-left: 0px;
	font-size: 15px;
}

#div-gpt-ad-3406187699805779-7,
#div-gpt-ad-3406187699805779-8,
#div-gpt-ad-3406187699805779-9,
#div-gpt-ad-3406187699805779-12 {
 margin:0 auto;
}

.tag-label {
    margin-right: 4px;
}


a:hover {
    text-decoration: none;
}
.archive h1 {
    margin-top: 5px;
}
.videoseries-toggle-btn {
    margin-bottom: 1em;
}
.video-series-list {
    margin-top: 1em;
    list-style-type: none;    
    padding-left: 1em;
    padding-right: 1em;
}
.video-series-list a {
    display: block;
    width: 100%;
}
.video-series-list a:hover {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
.video-series-list-item {
    font-size: 1em;
    font-weight: bold;
    padding: 5px;  
    border: 1px dashed white;
    margin-bottom: 0px;
}  
.video-series-list-item:nth-child(odd) {
    background-color: #e6e6e6;
}
.video-series-list-item:nth-child(even) {
    background-color: #e6e6e6;
}
.video-series-list-item:hover {
    background-color: red;
}
.video-thumbnail {
    margin-bottom: 0;
}
.video-thumbnail-desc,
.video-thumbnail-desc a {
    background: #121212;
    color: white;
}

.video-thumbnail__title,
.video-thumbnail__date {
    display: inline-block;
    border-bottom: none;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5em;    
}
.video-thumbnail__date {
    color: lightgray;
}

.video-tab {
    margin-top: 1em;
}

.sponsored-section {    
    margin-top: 1em;
    margin-bottom: 1em;
    border-width: 2px;
    border-style: dashed;
}

.sponsored-section hr {
	margin-top: 6px;
	margin-bottom: 6px;
}

.archive-main-wrapper {
    margin-top: 1em;
}
