/*
Theme Name:     LTeam
Description:    
Author:         techjam
Template:       twentysixteen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 30px 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.archive .post-thumbnail:hover {
    border: 5px solid black;
}
.archive .post-thumbnail {
    border: 5px solid white;
}
.archive article {
    width:50%; float:left; padding:0 5px;
}
.archive .entry-content a{
    box-shadow: 0 0 0 0;
}

body, button, input, select, textarea {
    color: #1a1a1a;
    font-family: Tahoma, serif;
}

.video-menu-item {
	font-size: 150%;
   	font-weight: bolder;
    	color: #a54b0f;
    	top: -10px;
}
.video-menu-item a, .video-menu-item a:hover, .video-menu-item a:visited, .video-menu-item a:link, .video-menu-item a:active {
	color: #a54b0f !important;
}
 
a.download-link, a.download-link:hover, a.download-link:visited, a.download-link:link, a.download-link:active {
color: black;
text-decoration: none;
box-shadow: 0 0px 0 0 currentColor;
}