/*
Theme Name: PØGO Productions
Theme URI: https://www.pogoproductions.it/
Author: PØGO
Template: twentynineteen
Version: 1.0.0
Text Domain: twentynineteen-child
*/


/* MAIN NAVIGATION */
.navbar-nav>li>a {
		text-transform: lowercase;
	}
.main-menu-more {
	display: none;
}
#nav.fixed-nav {
	position: static !important;
}

/*STRUCTURE */

.row {
	margin-top: 15px;
}
.md-padding {
	margin-top: 25px !important;
}

/* TYPOGRAPHY */

h1:not(.site-title):before, h2:before {
    width: 0;
}
a,
a:hover,
a:visited,
a:active {
    color: #5CE391;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.title-about {
	color: #868F9B;
    opacity: 0.3;
}
.headline-desc {
	margin-top: -24px;
}
.headline-desc_in {
	margin-top: -54px;
}

/* ELEMENTS */

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
	max-width: 100% !important;
}
img.img-top {
	width: 730px;
	height: auto;
}
.video-stream {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-stream iframe,
.video-stream object,
.video-stream embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.audio-stream-img img {
	width: 100%;
	height: auto;
	max-width: 730px;
}
.loghi_stream {
	margin: 20px 0;
}
.loghi_stream img {
	width: 100%;
	height: auto;
	max-width: 730px;
}

/* ARCHIVIO TEMPLATE */

.video-od {
	margin-bottom: 25px;
}
h3.video-od-title {
	margin-bottom: 0;
}
p.video-od-desc {
	margin: 10px 0;
}

/* COOKIE POLICY BANNER */

.pea_cook_wrapper p {
	font-weight: normal !important;
}

.pea_cook_wrapper a,
.pea_cook_wrapper a:hover,
.pea_cook_wrapper a:active,
.pea_cook_wrapper a:visited {
	color: #5cfaa1 !important;
}
button.pea_cook_btn {
	background: #5cfaa1 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	color: #fff !important;
	text-shadow: none !important;
}