/* *********************************************** */
/* *************** Menu Principale *************** */

#top-header { display: none; 
}

@media (min-width:576px) {}
@media (min-width:768px) {}
@media (min-width:992px) {
	
	#top-header {
		position: absolute;
		z-index: 1050;
		top: 0;
		right: 0;
		left: 0;
		padding: .5rem 1rem;
		display: block;
		transition: margin 0.2s ease-in-out, opacity 2s ease-in-out;
		box-shadow: none;
		
	}
	
	
	#top-header.hidden { margin-top: -250px; }
	#top-header > .container { position: relative; }
	#top-header .navbar-brand {
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	#top-header .navbar-brand img { width: 100%; max-width: 160px; }
	#top-header .icon {
		position: absolute;
		cursor: pointer;
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: .25rem;
		top: 28px;
		right: 15px;
		width: 56px;
		height: 40px;
	}
	#top-header .icon .icon-bar {
		height: 4px;
		width: 30px;
		background-color: var(--white);
		display: block;
		margin-bottom: 5px;
		border-radius: 2px;
		box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.4);
	}
	#top-header .icon .icon-bar:last-child { margin-bottom: 0px; }
	
	#main-menu {
		
		
		
		background-color: var(--white);
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		margin-top: -350px;
		transition: margin 0.2s ease-in-out;
		
		
	}
	#main-menu.active { margin-top: 0px; }
	#main-menu .navbar-brand { padding: 0; margin-left: 0; margin-bottom: -40px; width: auto; }
	/*
	#main-menu #navbartoggler::before { content: none; }
	#main-menu #navbartoggler { opacity: inherit; transition: none; height: auto; }
	#main-menu .navbar-nav { padding-top: 0; padding-bottom: 0; }
	#main-menu .navbar-nav .menu-item a {
		padding: .5rem 1.5rem;
		font-weight: 700;
		font-size: 16px;
	}
	#main-menu .navbar-nav .sep span {
		width: 2px;
		height: 20px;
		background-color: var(--black);
		display: block;
		border-radius: 2px;
	}
	#main-menu .navbar-nav .sep:last-child { display: none; }
	#main-menu .hide {
		position: relative;
		/*
		position: absolute;
		right: 15px;
		top: 58px;* /
		
		width: 56px;
		height: 40px;
		cursor: pointer;
		
		/*
		
		background-color: var(--white); /*rgba(255,255,255,0.5);* /
		box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.2);
		
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;* /
	}
	
	#main-menu .hide .icon-bar {
		height: 4px;
		width: 30px;
		background-color: var(--fuchsia);
		
		display: block;
		position: absolute;
		top: 18px;
		left: 13px;
	}
	
	#main-menu .hide .icon-bar:nth-child(1) { transform: rotate(45deg); }
	#main-menu .hide .icon-bar:nth-child(2) { transform: rotate(-45deg); }
*/
}

/* ******************************************* */
/* ***************** Homepage **************** */

/*
#main-menu {
	padding-left: 0;
	padding-right: 0;
}
#main-menu > .container { position: relative; }*/
#main-menu .navbar-brand {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
#main-menu .navbar-brand img {
	width: 100%;
	max-width: 96px;
}

/*

#main-menu .navbar-toggler {
	position: absolute;
	top: 31px;
	right: 15px;
	width: 56px;
	height: 40px;
}
#main-menu .navbar-toggler.collapsed .icon-bar {
	height: 4px;
	width: 30px;
	background-color: var(--white);
	display: block;
	margin-bottom: 5px;
	border-radius: 2px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.4);
	transform: rotate(0deg);
	transition-duration: 0.8s;
    transition-property: transform, background;
}

#main-menu .navbar-toggler.collapsed .icon-bar:last-child { margin-bottom: 0px; }

#main-menu .navbar-toggler:not(.collapsed) .icon-bar {
	height: 4px;
	width: 30px;
	background-color: var(--fuchsia);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	display: block;
	position: absolute;
	
	transition-duration: 0.8s;
    transition-property: transform, background;
}

#main-menu .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) { transform: rotate(45deg); }
#main-menu .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) { transform: rotate(-45deg); }
#main-menu .navbar-toggler:not(.collapsed) .icon-bar:last-child { display: none; }



#main-menu .navbar-nav {
	align-items: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

#main-menu #navbartoggler {
	opacity: 0;
	height: 0;
	transition: all 0.2s ease-in-out;
}
#main-menu #navbartoggler.show {
	opacity: 1;
	height: auto;
}

#main-menu #navbartoggler::before {
	content: "";
	display: block;
	background-color: var(--white);
	position: absolute;
	top: -0.5rem;
	left: 0;
	right: 0;
	bottom: -1.5rem;
	z-index: -10;
}

#main-menu .navbar-nav .sep span {
	display: none;
}

#main-menu .navbar-nav .menu-item a {
	display: block;
	color: var(--black);
	padding: 0.25em;
	font-size: 24px;
	font-weight: 300;
}

#main-menu .navbar-nav .menu-item.current-menu-item a {
	color: var(--fuchsia);
	
}*/

.video-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	top: 0;
	/**
	padding-top:56.25%;*/
}

.video-wrapper > video {
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%,-50%);
	-ms-transform: scale(1.01) translate(-50%,-50%);
	transform: scale(1.01) translate(-50%,-50%);
}

.video-wrapper > video#portrait { height: 100%; width: auto; }
.video-wrapper > video#landscape { height: 100%; width: auto; }

.video-wrapper .heading-title {
	position: absolute;
	display:block;
	width: 100%;
	z-index: 10;
	top: 36%;
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.video-wrapper .heading-title .paragraph { display: block; }

.video-wrapper .heading-title .first-paragraph {
	font-size: 12vw;
	line-height: 1em;
}

.video-wrapper .heading-title .second-paragraph {
	font-size: 5vw;
	line-height: 1em;
	
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.video-wrapper .heading-title .third-paragraph {
	font-size: 18vw;
	line-height: 1em;
}

.video-wrapper .heading-title small {
	font-size: 30px;
	font-weight: 900;
}

.video-wrapper .heading-title .second-paragraph small {
	position: relative;
	display: inline-block;
	line-height: 1em;
}

.video-wrapper .anchor {
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	width: 220px;
	left: 50%;
	margin-left: -110px;
	bottom: 60px;
	letter-spacing: 0.03em;
	padding: 0.5rem 0.75rem;
}

.video-wrapper .anchor:hover { color: #fff; }
/*.video-wrapper #anchor { position: absolute; bottom: 50px; }*/

@media (min-width:992px) {
	.video-wrapper .anchor { width: 360px; margin-left: -180px; }
}


.video-wrapper .btn-partecipa {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
}


/* Slide */
.slide {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	font-size: 28px;
	font-size: 9vw;
	line-height: 0.9em;
	font-weight: 900;
	text-transform: uppercase;
}
.slide .container { position: relative; z-index: 5; }
.slide p { margin:0; display:inline-block; }
.slide p span small { font-weight:900; font-size:0.94em; }
.slide .animated { display:block; }

.slide .image {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.slide.slide00 { min-height: 45vh; }
.slide00 p { margin-top: 15vh; }
.slide.slide00 .arrow {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 2px;
	height: 30px;
	background-color: var(--white);
	margin-top: 10px;
}

.slide.slide00 .arrow::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -4px;
	border-left: 4px solid transparent;
	border-top: 4px solid var(--white);
	border-right: 4px solid transparent;
	margin-left: -4px;
}

.slide01 p { margin-bottom: 0; }
.slide01 .image {
	bottom: -2%;
	left: -12vw;
	width: 80vw;
	height: 100%;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-donna.png);
	background-position: left bottom;
	background-size: contain;
}

.slide02 p { margin-bottom: 10vh; }
.slide02 .image {
	right: 10vw;
	bottom: -12%;
	width: 100vw;
	height: 60%;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-impresa.png);
	background-position: right center;
	background-size: cover;
}

.slide03 p { margin-bottom: 20vh; }
.slide03 .image {
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-studente.png);
	left: -5vw;
	width: 50vw;
	height: 45vh;
	bottom: 0;
	background-position: left bottom;
}

.slide04 p { margin-bottom: 10vh; }
.slide04 .image {
	bottom: -3vh;
	width: 100vw;
	height: 35vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-crescita.png);
	background-position: center;
}

.slide05 p { margin-bottom: 20vh; }
.slide05 .image {
	left: -2vw;
	bottom: -6vh;
	width: 60vw;
	height: 50vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-rispetto.png);
	background-position: left bottom;
	background-size: contain;
}

.slide06 .image {
	bottom: 0;
	right: -10vw;
	width: 75vw;
	height: 60vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-madre.png);
	background-position: right bottom;
}

.slide07 p { margin-bottom: 10vh; }

.slide08 p { margin-bottom: 20vh; }
.slide08 .image {
	left: 0vw;
	bottom: 0;
	width: 100vw;
	height: 32vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-amministrazione.png);
	background-position: bottom center;
}

/*.slide09 { min-height: 50vh; }*/
.slide09 p { margin-bottom: 16vh; }
.slide09 .image {
	left: 5vw;
	bottom: -2vh;
	width: 90vw;
	height: 30vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-integrazione.png);
	background-position: bottom center;
}

.slide10 p { margin-bottom: 20vh; }
.slide10 .image {
	left: 5vw;
	bottom: -4vh;
	width: 90vw;
	height: 30vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-europa.png);
	background-position: top center;
}

.slide11 p { margin-bottom: 10vh; }
.slide11 .image {
	bottom: -4vh;
	left: -3vh;
	width: 50vw;
	height: 35vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-dignita.png);
	background-position: left center;
}

.slide12 .image {
	bottom: -18vw;
	right: -30vw;
	width: 70vw;
	height: 52vh;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-razzo.png);
	background-position: right center;
	background-size: contain;
}

.slide13 p { margin-bottom: 25vh; }
.slide13 .image {
	margin-top: 25vw;
	left: 5vw;
	width: 70vw;
	height: 70vw;
	background-image: url(/wp-content/themes/coraggio-italia/assets/image/img-italia.png);
	background-position: left center;
	background-size: contain;
}
@media (min-width:0px) and (max-width:767px) and (orientation: landscape) {
	.video-wrapper > video#landscape { height: auto; width: 100%; }
	.video-wrapper .heading-title .first-paragraph { font-size: 36px; }
	.video-wrapper .heading-title .second-paragraph { font-size: 26px; }
	.video-wrapper .heading-title .third-paragraph { font-size: 56px; }
	.video-wrapper .anchor { bottom: 15px; }
}
@media (min-width:0px) and (max-width:767px) {
	#content .slide .container { padding-left: 30px; padding-right: 30px; }
	.video-wrapper .anchor { bottom: 15px; }
	.page-template-default .space { height: 60px; }
}
@media (min-width:576px) {}
@media (min-width:768px) {
	.video-wrapper > video#portrait { height: auto; width: 100%; }
	.video-wrapper .heading-title .first-paragraph { font-size: 74px; }
	.video-wrapper .heading-title .second-paragraph { font-size: 38px; }
	.video-wrapper .heading-title .third-paragraph { font-size: 120px; }
	
	#content .slide .container { max-width: 720px; }
	.slide { min-height: 50vh; font-size: 50px; }
	
	.slide00 p { margin-top: 10vh; }
	.slide01 .image { left: 45%; margin-left: var(--nHalfCntWD); }
	.slide02 .image { height: 60%; right: 58%; margin-right: var(--nHalfCntWD); }
	.slide03 p { margin-bottom: 0vh; }
	.slide03 .image { left: 0; }
	.slide04 .image { background-position: bottom right; }
	.slide05 p { margin-bottom: 5vh; }
	.slide05 .image { left: 50%; margin-left: var(--nHalfCntWD); }
	.slide06 .image { height: 80%; right: 50%; margin-right: var(--nHalfCntWD); }
	.slide08 .image { height: 58%; bottom: -2vh; }
	.slide10 p { margin-bottom: 0; }
	.slide10 .image {
		background-position: right center;
		bottom: 25%;
		height: 50%;
		width: var(--halfCntWD);
		left: 50vw;
		margin-right: var(--nHalfCntWD);
	}
	.slide11 p { margin-bottom: 5%; }
	.slide11 .image { left: 50%; width: 35vw; margin-left: var(--nHalfCntWD); bottom: -5%; }
	.slide12 .image { bottom: -10%; right: 35%; margin-right: var(--nHalfCntWD); height: 100%; }
	.slide13 p { margin-bottom: 10%; }
	.slide13 .image { left: 50%; width: 45vw; margin-left: var(--nHalfCntWD); height: 80%; margin-top: 5%; }
}
@media (min-width:992px) {
	/*.video-wrapper { z-index: 1040; }*/
}
@media (min-width:1200px) {
	
	.video-wrapper { height: 80vh; min-height: 600px;  }
	
	.video-wrapper > video#landscape { height: auto; width: 100%; }
	
	#content .slide .container { max-width: 1140px; }
	.slide { height: 70vh; min-height: 550px; max-height: 700px; font-size: 72px; }
	
	.slide.slide00 { min-height: 40vh; }
	.slide00 p { margin-top: 10vh; }
	.slide02 .image { right: 50%; background-size: contain; height: 90%; }
	
	.slide03 p { margin-bottom: 0; }
	.slide03 .image { left: 50%; margin-left: var(--nHalfCntWD); height: 80%; }
	.slide04 p { margin-bottom: 0; }
	.slide04 .image { bottom: -1%; left: 45%; width: 45%; height: 100%; background-position: bottom center; }
	.slide05 .image { height: 100%; }
	.slide08 .image { width: var(--halfCntWD); left: 50vw; }
	.slide09 .image {
		left: 50%;
		margin-left: var(--nHalfCntWD);
		width: 50vw;
		background-position: left bottom;
		height: 60%;
	}
	
.slide10 .image {
	
	bottom: 15%;
	height: 70%;
	
	
}
	
	.slide11 p { margin-bottom: 0; }
	.slide11 .image { height: 75%; width: var(--halfCntWD); }
	.slide12 .image { right: 50%; }
	.slide13 p { margin-bottom: 0; }
	.slide13 .image { margin-top: 0; }
}


/* ***************** Pulsanti FIXED **************** */
.internal-menu {
	box-shadow: 0 -4px 6px rgba(0,0,0,0.15);
	background-color: var(--fuchsia);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	position: relative;
	margin-top: -50px;
	/*z-index: 1040;*/
}

section.entry .internal-menu {
	border-radius: 10px;
	top: -2.5em;
	margin-top: -25px;
}

section.entry.post-293 .internal-menu {
	margin-top: -50px;
	top: 25px;
	z-index: 2;
}

.internal-menu > .container {
	display: flex;
	padding-left: 5px;
	padding-right: 5px;
	align-items: center;
	justify-content: space-evenly;
}

.internal-menu > .container > a {
	display: inline-block;
	/*min-width: 30%;*/
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding: 0.5em;
}

.internal-menu > .container >  a:hover {
	
	/*background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0) 100%);*/
	
}
.internal-menu > .container > .line {
	width: 2px;
	height: 20px;
	border-radius: 2px;
	display: inline-block;
	padding: 0.5em 0;
}



@media (max-width:400px) {
	.internal-menu { margin-top: -40px; }
	.internal-menu > .container > a { line-height: 24px; font-size: 16px; }
}
@media (min-width:576px) {
	/*
	.internal-menu { margin-bottom: 0px; margin-left: 0px; margin-right: 0px; border-radius: 0px; }
	.internal-menu > .container {
		margin-top: -25px;
		background-color: var(--fuchsia);
		box-shadow: 0 -4px 6px rgba(0,0,0,0.15);
	}
	
	.internal-menu > .container > a { font-size: 20px; }*/
	
}
@media (min-width:768px) {
	.internal-menu {
		margin-left: auto;
		margin-right: auto;
		max-width: 768px;
		/*z-index: 1050;*/
	}
	
	.internal-menu > .container {
		justify-content: space-around;
	}
}
@media (min-width:992px) {
	
	
	
}
@media (min-width:1200px) {
	
}

/* ******************************************* */
/* ***************** PAGINE ****************** */
.page .top-image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*z-index: 1030;*/
}

.page .top-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}
/*
.page .top-image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%,-50%);
	-ms-transform: scale(1.01) translate(-50%,-50%);
	transform: scale(1.01) translate(-50%,-50%);
}
*/
.page .top-image .heading-title {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: 32px;
	color: var(--white);
	z-index: 3;
}

.page .heading {
	padding-top: 2.5em;
	padding-bottom: 3em;
	padding-left: 30px;
	padding-right: 30px;
}


.page .heading .heading-title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: 32px;
}

.page .heading .heading-subtitle {
	margin-bottom: 2em;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.page .heading .arrow {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 2px;
	height: 30px;
	background-color: var(--fuchsia);
}

.page .heading .arrow::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -5px;
	border-left: 5px solid transparent;
	border-top: 5px solid var(--fuchsia);
	border-right: 5px solid transparent;
	margin-left: -3px;
}

.page .heading.empty {
	background-color: var(--blue);
	height: 176px;
}


.page-id-307 .heading { background-color: var(--blue); }
.page-id-307 .heading .heading-title,
.page-id-307 .heading .heading-subtitle { color: var(--white); }
.page-id-307 .heading .arrow { background-color: var(--white); }
.page-id-307 .heading .arrow::after { border-top: 5px solid var(--white); }

.page-id-91 .heading { background-color: var(--fuchsia); }
.page-id-91 .heading .heading-title,
.page-id-91 .heading .heading-subtitle { color: var(--white); }
.page-id-91 .heading .arrow { background-color: var(--white); }
.page-id-91 .heading .arrow::after { border-top: 5px solid var(--white); }


.page .content {
	padding-left: 30px;
	padding-top: 2em;
	padding-right: 30px;
	padding-bottom: 3em;
	/*background-color: var(--light-gray);*/
}

.page .content h1 { font-size: 2.0rem; }
.page .content h2, .page .content h3 { color: var(--fuchsia); font-weight: 500; font-size: 1.5rem; margin-bottom: 1rem; }

.page .content a { color: var(--fuchsia); text-decoration: underline; }

.page .content blockquote {
	font-weight: 500;
	font-size: 20px;
	padding-top: 1rem;
}

@media (min-width:576px) {
}
@media (min-width:768px) {
	.page .top-image { height: 70vh; }
	/* .page .top-image img { width: 100%; height: auto; } */
	.page .top-image .heading-title { font-size: 42px; }
	.page .heading {
		height: 30vh;
		min-height: 176px;
	}
	

	
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
	.page .top-image .heading-title { font-size: 72px; }
	.page .heading .heading-subtitle { font-size: 24px; }
}




/*

@media (max-width:576px) {
	.subscribe-newsletter .col-lg-7 .display-4 { font-size:7vw; }
}
@media (max-width:767px) {
	.subscribe-newsletter .col-lg-7 .display-4 { margin-top:0px!important; margin-bottom:1rem!important; font-size:6vw; }
	.subscribe-newsletter .col-lg-7 p { display:none; }
	.subscribe-newsletter .img-fluid { display:none; }
}
@media (min-width:767px) and (max-width:991px) {
	.subscribe-newsletter .col-lg-7 .display-4 { margin-top:0px!important; margin-bottom:0rem!important; }
	.subscribe-newsletter .img-fluid { display:none; }
}
@media (min-width:992px) and (max-width:1199px) {
	.subscribe-newsletter .col-lg-7 .display-4 { font-size:54px; }
}*/








/* ********************************************** */
/* ***************** Partecipa ****************** */
.btn-partecipa .btn {
	position: relative;
	border: 2px solid var(--fuchsia);
	color: var(--fuchsia);
	background-color: var(--white);
	
	margin-left: 2%;
	margin-right: 2%;
	min-width: 230px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	padding: 0.5em 0.75em;
	border-radius: 10px;
	text-align: center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
	




}

/*
.btn-partecipa .btn[data-rel="informato"] {
	color: var(--blue);
	border-color: var(--blue);
}*/

.btn-partecipa .btn.active {
	color: var(--white);
	background-color: var(--fuchsia);
}

/*
.btn-partecipa .btn.active[data-rel="informato"] {
	color: var(--white);
	background-color: var(--blue);
	border-color: var(--blue);
}
*/


@media (min-width:576px) {
	
	.btn-partecipa .btn {
		padding: 0.75em 1em;
		/*
		margin-left: 1em;
		margin-right: 1em;
		min-width: 40%;
		
		text-align: right;*/
	}
	
	
}


@media (min-width:768px) {
	/*
	.btn-partecipa .btn[data-rel="informato"]::before {
		content: "";
		position: absolute;
		display: block;
		top: -1.2em;
		left: 0.5em;
		width: 80px;
		height: 105px;
		background-image: url(/wp-content/themes/coraggio-italia/assets/image/ico-iscriviti.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.btn-partecipa .btn[data-rel="cambiamento"]::before {
		content: "";
		position: absolute;
		display: block;
		top: -1.2em;
		left: 0.5em;
		width: 120px;
		height: 100px;
		background-image: url(/wp-content/themes/coraggio-italia/assets/image/ico-partecipa.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	*/
	
	
}

@media (min-width:992px) {
	
	.btn-partecipa .btn {
		min-width: 300px;
	}
	

}








/* *************************************************** */
/* ***************** Template ************************ */

.container.no-video-header {
	padding-top: 160px;
}
@media (max-width:991px) {
	.container.no-video-header {
		padding-top: 100px;
	}
}





/*

body.page-template-template-standard-page #wpadminbar {
	top: auto !important;
	bottom: 0 !important;
}*/


@media (min-width:1200px) {
	
	body.page-template-template-standard-page .video-wrapper { height: auto; }
	body.page-template-template-standard-page .video-wrapper > video#landscape { height: 100%; width: auto; }
	
}

/* FINE HOME */

/* HEADER PAGINE PUBBLICHE */
/*body.page-template-template-publish-page .header-banner {
	height: inherit;
	min-height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
body.page-template-template-publish-page.page-id-3353 .header-banner { background-color: var(--blue); }
body.page-template-template-publish-page .header-banner h1 {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-size: 2em;
	line-height: 1em;
	font-weight: 900;
	margin-bottom: 0.5em;
}
@media (min-width:768px) {
	body.page-template-template-publish-page .header-banner h1 { font-size: 3em; }
}*/
/* FINE HEADER PAGINE PUBBLICHE */

