/** 
 * Theme Name:  Everything Child
 * Theme URI:   http://themes.kubasto.com/everything/
 * Description: Everything is a responsive, Retina-ready, premium WordPress theme.
 * Tags:        responsive-layout
 * Author:      Kuba Sto
 * Author URI:  http://themes.kubasto.com
 * Template:    everything
 * Version:     1.0
 */

#banner {
	border:none;
}
.nav-menu.secondary {
	border-top:6px solid #d53d6c;
	border-bottom:6px solid #ff6105;
}
.nav-menu.secondary ul { 
	line-height: 20px;
	text-transform: uppercase;
}
.nav-menu.secondary ul a {
	padding-bottom: 15px;
	padding-top: 15px;
	margin:0;
	border:none;
	color:#fff;
}
.nav-menu.secondary .current > a {
	margin:0;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #ff6105;
}
.nav-menu.secondary li a:hover {
  color: #fff;
  background-color: #ff6105;
}
.nav-menu.secondary li a:hover {
  color: #fff;
  background-color: #ff6105;
}
.edge-bar {
	border: none!important;
	padding-bottom: 1px;
	padding-top: 1px;
}
.outer-container, .outer-container.detached-border:before {
	border: none;
}

.video-container {
	position: relative;
 	padding-bottom:0;
  	padding-top:0;
	height: 100%;
	overflow: hidden;
	min-height: 350px;
}


.video-container iframe,
.video-container object,
.video-container embed {
 	position: absolute;
  	top: 0;
 	left: 0;
	width: 100%;
	height:100%;
}
.video {
	max-width: 560px;
	min-height: 350px;
}

@media (min-width: 768px) {
  .video-container {
    height: 300px;
  }
}
#cookie-notice .button {
    height: auto;
}