/*
Theme Name: ANUE's Theme
Author: Borja García Quiroga
Author URI: https://borjagq.com/
Description: Wordpress theme developed for the United Nations Association of Spain.
Version: 4.1.0
Text Domain: anue
Domain Path: /languages
*/

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("/wp-content/themes/anue/fonts/FontAwesome/fa-brands-400.eot");
	src: url("/wp-content/themes/anue/fonts/FontAwesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-brands-400.woff") format("woff"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/themes/anue/fonts/FontAwesome/fa-regular-400.eot");
	src: url("/wp-content/themes/anue/fonts/FontAwesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-regular-400.woff") format("woff"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("/wp-content/themes/anue/fonts/FontAwesome/fa-solid-900.eot");
	src: url("/wp-content/themes/anue/fonts/FontAwesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-solid-900.woff") format("woff"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/anue/fonts/FontAwesome/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-Italic.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-MediumItalic.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-BlackItalic.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-LightItalic.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-Thin.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-BoldItalic.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: url("/wp-content/themes/anue/fonts/Roboto/Roboto-ThinItalic.ttf");
}

* {
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;
}

body {
	color: #242424;
}

header {
	width: 100%;
	z-index: 300;
}

h1 {
	font-size: 40px;
}

h1, h2, h3 {
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	color: #315296;
}

/*
	HEADER
*/

.main_color_bar {
	width: 100%;
	height: 15px;
	background-image: url("/wp-content/themes/anue/resources/main_color_bar.png");
	background-position: center;
	background-size: 100% 100%;
}

.negative_color_bar {
	background-image: url("/wp-content/themes/anue/resources/negative_color_bar.png");
}

#logo_bar {
	max-width: 900px;
	margin: auto;
	height: 120px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

#main_logo {
	display: block;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #565656;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
}

#main_logo:visited {
	color: #565656;
}

#main_logo > * {
	display: inline-block;
	vertical-align: middle;
}

#main_logo > img {
	height: 100%;
}

#main_logo > .sublogo {
	height: 60%;
	vertical-align: bottom;
	margin-left: 30px;
}

#main_logo > h2 {
	color: #565656;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 5px;
	font-family: proxima-nova, sans-serif;
}

#search_check {
	display: none;
}

#mini_menu .item {
	font-family: 'Font Awesome 5 Free';
	font-size: 30px;
	color: #315296;
	font-weight: 900;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
}

#mini_menu .item:visited {
	text-decoration: none;
}

#mini_menu .contact {
	right: 70px;
}

#mini_menu .search {
	right: -15px;
	padding: 10px;
	border-radius: 15px;
	overflow: hidden;
	transition: background-color 0.5s, color 0.5s, right 0.5s;
}

#mini_menu .menu-toggle {
	display: none;
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
}

#mini_menu .menu-toggle:focus{
    outline: none;
}

#mini_menu .menu-toggle > i {
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #315296;
	transition: transform 0.3s;
}

#mini_menu .menu-toggle > i:first-child {
	transform: translateY(-8px);
}

#mini_menu .menu-toggle > i:last-child {
	transform: translateY(8px);
}

body.toggled-menu #mini_menu .menu-toggle > i:last-child {
	transform: rotateZ(45deg) translateY(0);
}

body.toggled-menu #mini_menu .menu-toggle > i:first-child {
	transform: rotateZ(135deg) translateY(0);
}

#mini_menu #search_check:checked + .search {
	background-color: #eeeeee;
	color: #999999;
	right: 0;
}

#mini_menu .contact::before {
	content: "\f0e0";
}

#mini_menu .search::before {
	content: "\f002";
	z-index: 100;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

#mini_menu .search_bar {
    font-size: 18px;
    width: 140px;
	color: #999999;
	background: transparent;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	width: 0px;
	transition: width 0.5s;
	-webkit-appearance: none;
}

#search_check:checked + .search .search_bar {
    width: 140px;
}

#mini_menu .search_bar:focus {
    outline: none;
}

#mini_menu .search_bar::placeholder {
	color: #999999;
}

#main_menu_wrapper {
	width: 100%;
	height: 60px;
	background-color: #315296;
}

#main_menu_wrapper > nav.menu {
	display: block;
	width: 100%;
	max-width: 900px;
	height: 100%;
	margin: auto;
}

#main_menu {
	width: 100%;
	height: 100%;
	list-style: none;
}

#main_menu > li {
	display: inline-block;
	height: 100%;
	color: #fff;
	background-color: inherit;
	box-shadow: 0px 0px 0px #56565600;
	transition: box-shadow 0.2s, color 0.2s, background-color 0.2s;
	position: relative;
}

#main_menu > li:hover,
#main_menu > li.current-menu-item {
	background-color: #fff;
	color: #315296;
	box-shadow: 0px 0px 10px #5656567d;
}

#main_menu > li:nth-last-child(1) {
	background-color: #548dff;
}

#main_menu > li:nth-last-child(1):hover,
#main_menu > li.current-menu-item:nth-last-child(1) {
	background-color: #fff;
	color: #548dff;
}

#main_menu > li:nth-last-child(2) {
	background-color: #4371cc;
}

#main_menu > li:nth-last-child(2):hover,
#main_menu > li.current-menu-item:nth-last-child(2) {
	background-color: #fff;
	color: #4371cc;
}

#main_menu > li > a {
	width: 100%;
	height: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
	font-family: proxima-nova, sans-serif;
	text-decoration: none;
	line-height: 1.4;
	color: inherit;
	box-sizing: border-box;
}

#main_menu > li > a > span {
	font-size: 17px;
	font-weight: bold;
}

#main_menu > li > a > i {
	font-size: 12px;
	font-style: normal;
}

#main_menu .sub-menu {
	position: absolute;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 10px #5656567d;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.4s;
	z-index: 200;
}

#main_menu .menu-item:hover .sub-menu {
	max-height: 90vh;
	transition: max-height 0.4s cubic-bezier(1.000, 0.295, 1.000, 0.610);
}

#main_menu .sub-menu > li {
    display: inline-block;
    width: 100%;
	vertical-align: top;
}

#main_menu .sub-menu > li:first-child {
    margin-top: 10px;
}

#main_menu .sub-menu > li:last-child {
	margin-bottom: 10px;
}

#main_menu .sub-menu > li > a {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	color: #315296;
	display: block;
	transition: color 0.2s, background-color 0.2s;
}

#main_menu .sub-menu > li > a:hover,
#main_menu .sub-menu > li.current-menu-item > a {
	background-color: #31529622;
}

#main_menu li:nth-last-child(2) > .sub-menu > li > a {
	color: #548dff;
}

#main_menu li:nth-last-child(2) > .sub-menu > li > a:hover,
#main_menu li:nth-last-child(2) > .sub-menu > li.current-menu-item > a {
	background-color: #548dff22;
}

#main_menu li:nth-last-child(2) > .sub-menu > li > a {
	color: #4371cc;
}

#main_menu li:nth-last-child(2) > .sub-menu > li > a:hover,
#main_menu li:nth-last-child(2) > .sub-menu > li.current-menu-item > a {
	background-color: #4371cc22;
}

#phone_mini_menu {
	display: none;
}

#phone_mini_menu > .item {
	display: block;
	color: #315296;
	width: 100%;
	padding: 10px 20px;
	font-family: proxima-nova, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	box-sizing: border-box;
}

#phone_mini_menu > .item::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	margin-right: 10px;
}

#phone_mini_menu > .search::before {
	content: "\f002";
}

#phone_mini_menu .search_bar {
	font-size: inherit;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	margin-left: -4px;
	width: calc(100% - 70px);
	-webkit-appearance: none;
}

#phone_mini_menu .search_bar:focus {
    outline: none;
	border-bottom: 2px solid #315296;
}

#phone_mini_menu .search_bar::placeholder {
	font-weight: bold;
	font-size: 20px;
	color: #315296;
}

#phone_mini_menu .search_bar:focus::placeholder {
    outline: none;
	color: #999999;
	font-weight: normal;
}

@media (min-width: 750px) and (max-width: 910px) {

	#main_logo {
		left: 10px;
	}

	#mini_menu .item {
		right: 10px;
	}

	#mini_menu .contact {
		right: 80px;
	}

	#mini_menu .search {
		right: -5px;
	}

	#mini_menu #search_check:checked + .search {
		right: 15px;
	}

}

@media (max-width: 750px) {

	body.toggled-menu {
		padding-top: 115px;
	}

	header {
		box-shadow: 0 0 10px #5656567d;
	}

	body.toggled-menu header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}

	#logo_bar {
		box-shadow: 0 0 10px #5656567d;
		height: 100px;
	}

	#main_logo {
		left: 20px;
		height: 60px;
	}

	#main_logo > h2 {
	    display: none;
	}

	#mini_menu .item {
		right: 20px;
	}

	#mini_menu .menu-toggle {
		display: block;
	}

	#mini_menu .contact,
	#mini_menu .search {
		display: none;
	}

	#main_menu_wrapper {
		height: initial;
		background-color: inherit;
		max-height: 0vh;
		overflow: scroll;
		background: #fff;
		transition: max-height 0.5s;
	}

	body.toggled-menu #main_menu_wrapper {
		max-height: calc(100vh - 115px);
	}

	#main_menu_wrapper > *:first-child {
		padding-top: 20px;
	}

	#main_menu_wrapper > *:last-child {
		padding-bottom: 15vh;
	}

	#main_menu_wrapper > nav.menu {
		max-width: 100%;
		height: initial;
	}

	#main_menu {
		height: initial;
	}

	#main_menu > li,
	#main_menu > li:hover,
	#main_menu > li.current-menu-item {
		display: block;
		height: initial;
		color: #315296;
		box-shadow: none;
		position: static;
		width: 100%;
	}

	#main_menu > li:nth-last-child(1),
	#main_menu > li:nth-last-child(1):hover,
	#main_menu > li.current-menu-item:nth-last-child(1) {
		background-color: #fff;
		color: #548dff;
	}

	#main_menu > li:nth-last-child(2),
	#main_menu > li:nth-last-child(2):hover,
	#main_menu > li.current-menu-item:nth-last-child(2) {
		background-color: #fff;
		color: #4371cc;
	}

	#main_menu > li > a {
		white-space: normal;
		overflow: auto;
		text-overflow: inherit;
		height: initial;
		padding: 10px 20px;
	}

	#main_menu > li > a > span {
		font-size: 20px;
	}

	#main_menu > li > a > i {
		display: none;
	}

	#main_menu .sub-menu {
		position: static;
		background-color: inherit;
		box-shadow: none;
		overflow: auto;
		max-height: initial !important;
		max-width: 100%;
	}

	#main_menu .sub-menu > li {
	    display: block;
	}

	#main_menu .sub-menu > li:first-child {
	    margin-top: 0;
	}

	#main_menu .sub-menu > li:last-child {
		margin-bottom: 0;
	}

	#main_menu .sub-menu > li > a,
	#main_menu li:nth-last-child(2) > .sub-menu > li > a,
	#main_menu li:nth-last-child(2) > .sub-menu > li > a {
		padding: 10px 20px;
		color: #242424;
	}

	#main_menu .sub-menu > li > a:hover,
	#main_menu .sub-menu > li.current-menu-item > a,
	#main_menu li:nth-last-child(2) > .sub-menu > li > a:hover,
	#main_menu li:nth-last-child(2) > .sub-menu > li.current-menu-item > a,
	#main_menu li:nth-last-child(2) > .sub-menu > li > a:hover,
	#main_menu li:nth-last-child(2) > .sub-menu > li.current-menu-item > a {
		background-color: #fff;
	}

	#main_menu .sub-menu > li.current-menu-item > a {
		font-weight: bold;
	}

	#phone_mini_menu {
		display: block;
	}

}

/*
	FOOTER
*/

footer {
	background-color: #315296;
}

#footer_wrapper {
	max-width: 900px;
	margin: auto;
	padding: 70px 0;
}

.footer_content_wrapper {
	position: relative;
}

#menus_wrapper > .menu:first-child {
	margin-bottom: 15px;
}

#menus_wrapper > .menu > ul {
	list-style: none;
}

#menus_wrapper > .menu > ul > li {
	display: inline-block;
	margin-right: 15px;
	transition: opacity 0.1s;
}

#menus_wrapper > .menu > ul > li:last-of-type {
	margin-right: 0;
}

#menus_wrapper > .menu > ul > li:hover {
	opacity: 0.7;
}

#menus_wrapper > .menu > ul > li > a {
	color: #fff;
	text-decoration: none;
}

footer small {
	font-size: 14px;
	color: #fff;
	margin-bottom: 14px;
	display: inline-block;
}

footer small:last-of-type {
	margin-bottom: 0;
}

#footer_logo {
	display: block;
	height: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer_logo > img {
	max-height: 100%;
}

.footer-right-widget {
	position: absolute;
    top: 0;
    right: 0;
}

.footer-left-widget {
	margin: 35px 0;
}

.footer-widget > ul {
	list-style: none;
}

@media (min-width: 750px) and (max-width: 910px) {

	#footer_wrapper {
		padding: 70px 10px;
	}

}

@media (max-width: 750px) {

	#footer_wrapper {
		padding: 70px 20px;
	}

	.footer-right-widget {
		position: static;
		margin-top: 35px;
	}

	#footer_logo {
		position: static;
		margin-top: 35px;
	}

}


/*
	WIDGETS
*/

.widget > ul > li.lang-item {
	display: inline-block;
	margin-right: 10px;
}

.widget > ul > li.lang-item:hover,
.widget > ul > li.lang-item.current-lang {
	opacity: 0.7;
}

.widget > ul > li.lang-item:last-of-type {
	margin-right: 0;
}

.widget > ul > li.lang-item > a > img {
	display: none;
}

.widget > ul > li.lang-item > a::after {
	content: "";
	display: block;
	height: 22px;
	width: 22px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.widget > ul > li.lang-item-ca > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_CA_64px.png');
}

.widget > ul > li.lang-item-es > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_ES_64px.png');
}

.widget > ul > li.lang-item-en > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_EN_64px.png');
}

.widget span.social-icon {
	font-size: 25px !important;
}

.widget a:first-of-type > span.social-icon {
	padding-left: 0 !important;
}

#content .wrap {
	max-width: 900px;
	margin: auto;
}

@media (max-width: 900px) {

	#content .wrap {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0px 20px;
	}

}

#home_slider {
	height: 350px;
	position: relative;
}

#home_slider > ul {
	list-style: none;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#home_slider > ul > li {
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
}

#home_slider > ul > li:nth-child(5n+1) {
	background-color: #315296;
}

#home_slider > ul > li:nth-child(5n+2) {
	background-color: #95b4e5;
}

#home_slider > ul > li:nth-child(5n+3) {
	background-color: #548dff;
}

#home_slider > ul > li:nth-child(5n+4) {
	background-color: #506080;
}

#home_slider > ul > li:nth-child(5n) {
	background-color: #4371cc;
}

#home_slider > ul > li > a {
	height: 100%;
	width: 100%;
	display: block;
}

@keyframes leaving-animation {
	from {
		left: 0%;
	}
  	to {
		left: -100%;
	}
}

@keyframes leaving-h-animation {
	from {
		opacity: 1;
	}
  	to {
		opacity: 0;
	}
}

@keyframes current-h-animation {
	from {
		opacity: 0;
	}
  	to {
		opacity: 1;
	}
}

#home_slider > ul > li.leaving {
	z-index: 100;
	display: block;
	animation-delay: 0.5s;
	animation-fill-mode: both;
	animation-duration: 0.6s;
	animation-name: leaving-animation;
}

#home_slider > ul > li.current {
	z-index: 50;
	display: block;
	width: 100%;
}

#home_slider > ul > li .titles {
	position: absolute;
	bottom: 40px;
	left: 30px;
	right: 30px;
	text-shadow: 0 0 15px #000000;
	color: #ffffff;
	max-width: 600px;
}

#home_slider > ul > li h2,
#home_slider > ul > li h3 {
	color: #fff;
	font-size: 50px;
	font-family: proxima-nova, sans-serif;
}

#home_slider > ul > li h3 {
	font-size: 20px;
}

#home_slider > ul > li.leaving h2,
#home_slider > ul > li.leaving h3 {
	animation-fill-mode: both;
	animation-duration: 0.4s;
	animation-name: leaving-h-animation;
}

#home_slider > ul > li.current h2,
#home_slider > ul > li.current h3 {
	animation-delay: 1.4s;
	animation-fill-mode: both;
	animation-duration: 0.4s;
	animation-name: current-h-animation;
}

#home_slider > nav {
	position: absolute;
	z-index: 200;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

#home_slider > nav > button {
	background: #ffffff;
	border: none;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin-bottom: 15px;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.1s;
	transition-delay: 0.6s;
}

#home_slider > nav > button:focus {
	outline: none;
}

#home_slider > nav > button.current {
	opacity: 0.85;
}

@media (max-width: 750px) {

	#home_slider {
	    height: 350px;
	}

	#home_slider > ul > li h2 {
		font-size: 35px;
	}

	#home_slider > ul > li h3 {
		font-size: 18px;
	}

}

#content > section,
.sectioning > section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#content > section.nopad,
.sectioning > section.nopad {
	padding: 0;
}

.home_boxes {
	text-align: justify; /*HERE*/
}

.home_boxes::after {
	content: ""; /*HERE*/
	width: 100%;
	display: inline-block; /*HERE*/
	height: 0;
}

.home_boxes > .box {
	display: inline-block;
	width: 31%;
	border-radius: 3px;
	overflow: hidden;
	margin: 15px 0;
	text-align: center;
}

.home_boxes > .box:nth-child(5n+1) {
	background-color: #315296;
}

.home_boxes > .box:nth-child(5n+2) {
	background-color: #95b4e5;
}

.home_boxes > .box:nth-child(5n+3) {
	background-color: #548dff;
}

.home_boxes > .box:nth-child(5n+4) {
	background-color: #506080;
}

.home_boxes > .box:nth-child(5n) {
	background-color: #4371cc;
}

.home_boxes > .box:nth-of-type(3n) {
	margin-right: 0;
}

.home_boxes > .box:nth-of-type(3n+1) {
	margin-left: 0;
}

.home_boxes > .box > .image {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ffffff55;
}

.home_boxes > .box > .box-content {
	padding: 25px;
	text-align: left;
	color: #ffffff;
	height: 120px; /*HERE*/
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: proxima-nova, sans-serif;
}

.home_boxes > .box > .box-content > h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.home_boxes > .box > a.button {
	display: inline-block;
    padding: 10px 20px;
    background-color: #00000033;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 25px;
	transition: background-color 0.2s;
	font-weight: bold;
}

.home_boxes > .box > a.button:hover {
    background-color: #00000055;
}

@media (max-width: 750px) {

	.home_boxes::after {
		content: none;
	}

	.home_boxes > .box {
		display: block;
		width: 100%;
		border-radius: 0;
		overflow: auto;
		margin: 0;
		text-align: left;
		margin-bottom: 30px;
	}

	.home_boxes > .box:last-of-type {
		margin-bottom: 0;
	}

	.home_boxes > .box:nth-child(n) {
		background-color: transparent;
	}

	.home_boxes > .box > .image {
		border-radius: 3px;
	}

	.home_boxes > .box > .box-content {
		padding: 0;
		height: auto;
		overflow: auto;
		margin: 20px 0;
		color: inherit;
	}

	.home_boxes > .box:nth-child(5n+1) > .box-content > h3 {
		color: #315296;
	}

	.home_boxes > .box:nth-child(5n+2) > .box-content > h3 {
		color: #95b4e5;
	}

	.home_boxes > .box:nth-child(5n+3) > .box-content > h3 {
		color: #548dff;
	}

	.home_boxes > .box:nth-child(5n+4) > .box-content > h3 {
		color: #506080;
	}

	.home_boxes > .box:nth-child(5n) > .box-content > h3 {
		color: #4371cc;
	}

	.home_boxes > .box > a.button {
		margin-bottom: 0;
	}

	.home_boxes > .box:nth-child(5n+1) > a {
		background-color: #315296;
	}

	.home_boxes > .box:nth-child(5n+2) > a {
		background-color: #95b4e5;
	}

	.home_boxes > .box:nth-child(5n+3) > a {
		background-color: #548dff;
	}

	.home_boxes > .box:nth-child(5n+4) > a {
		background-color: #506080;
	}

	.home_boxes > .box:nth-child(5n) > a {
		background-color: #4371cc;
	}

}

.tweets {
	background-color: #95b4e5;
    padding-bottom: 40px !important;
}

.tweets ul {
	list-style: none;
	position: relative;
	height: 180px;
	background-color: #95b4e5;
}

.tweets ul > li {
	display: block;
	width: 600px;
	height: 180px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin: auto;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: inherit;
	opacity: 0;
	max-width: 100%;
}

@keyframes leaving-tweet-animation {
	0% {
		opacity: 1.0;
		z-index: 100;
	}
  	99% {
		opacity: 0.0;
		z-index: 50;
	}
	100% {
		opacity: 0.0;
		z-index: 50;
	}
}

@keyframes current-tweet-animation {
	0% {
		opacity: 0.0;
		z-index: 50;
	}
  	99% {
		opacity: 1.0;
		z-index: 100;
	}
	100% {
		opacity: 1.0;
		z-index: 100;
	}
}

.tweets ul > li.first-current {
	opacity: 1.0;
	z-index: 100;
}

.tweets ul > li.leaving {
	animation-fill-mode: both;
	animation-duration: 0.4s;
	animation-name: leaving-tweet-animation;
}

.tweets ul > li.current {
	animation-delay: 0.6s;
	animation-fill-mode: both;
	animation-duration: 0.4s;
	animation-name: current-tweet-animation;
}

.tweets ul > li > a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}

.tweets ul > li > a:hover {
	opacity: 0.7;
}

.tweets ul > li > a > i {
	color: #315296;
	font-style: normal;
}

.tweets .profile {
	text-align: center;
	vertical-align: middle;
}

.tweets .profile > a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
}

.tweets .profile > a:hover {
	background-color: #fff;
	color: #4e4e4e;
	transition: background-color 0.2s, color 0.2s;
}

.tweets .profile > a::before {
	content: "\f099";
	font-family: 'Font Awesome 5 Brands';
	vertical-align: middle;
	font-size: 30px;
	margin-right: 10px;
	transition: color 0.1s;
}

.tweets .profile > a:hover::before {
	color: #00acee;
}

@media (max-width: 600px) {

	.tweets ul {
		height: 270px;
	}

	.tweets ul > li {
		height: 270px;
	}

}

#events,
.upcoming-events {
	padding: 70px 0;
}

#home_events h2,
#events h2,
.upcoming-events h2 {
	margin-bottom: 50px;
}

#home_events ul,
#events ul,
.upcoming-events ul {
	list-style: none;
}

#home_events ul > li,
#events ul > li,
.upcoming-events ul > li {
	display: table;
	width: 100%;
	border-radius: 3px;
	border: 1px solid;
	margin: 20px 0;
	box-sizing: border-box;
}

#home_events ul > li:first-of-type,
#events ul > li:first-of-type,
.upcoming-events ul > li:first-of-type {
	margin-top: 0;
}

#home_events ul > li:nth-child(5n+1),
#events ul > li:nth-child(5n+1),
.upcoming-events ul > li:nth-child(5n+1) {
	border-color: #315296;
}

#home_events ul > li:nth-child(5n+2),
#events ul > li:nth-child(5n+2),
.upcoming-events ul > li:nth-child(5n+2) {
	border-color: #506080;
}

#home_events ul > li:nth-child(5n+3),
#events ul > li:nth-child(5n+3),
.upcoming-events ul > li:nth-child(5n+3) {
	border-color: #548dff;
}

#home_events ul > li:nth-child(5n+4),
#events ul > li:nth-child(5n+4),
.upcoming-events ul > li:nth-child(5n+4) {
	border-color: #95b4e5;
}

#home_events ul > li:nth-child(5n),
#events ul > li:nth-child(5n),
.upcoming-events ul > li:nth-child(5n) {
	border-color: #4371cc;
}

#home_events ul > li:last-of-type,
#events ul > li:last-of-type,
.upcoming-events ul > li:last-of-type {
	margin-bottom: 0;
}

#home_events ul > li > *,
#events ul > li > *,
.upcoming-events ul > li > * {
	display: table-cell;
	vertical-align: middle;
}

#home_events .date,
#events .date,
.upcoming-events .date {
	padding: 20px;
	text-align: center;
	width: 60px;
}

#home_events .date > span,
#events .date > span,
.upcoming-events .date > span {
	font-family: proxima-nova, sans-serif;
	line-height: 1;
	color: #fff;
}

#home_events .date > .day,
#events .date > .day,
.upcoming-events .date > .day {
	font-size: 40px;
	font-weight: lighter;
}

#home_events ul > li:nth-child(5n+1) .date,
#events ul > li:nth-child(5n+1) .date,
.upcoming-events ul > li:nth-child(5n+1) .date {
	background-color: #315296;
}

#home_events ul > li:nth-child(5n+2) .date,
#events ul > li:nth-child(5n+2) .date,
.upcoming-events ul > li:nth-child(5n+2) .date {
	background-color: #506080;
}

#home_events ul > li:nth-child(5n+3) .date,
#events ul > li:nth-child(5n+3) .date,
.upcoming-events ul > li:nth-child(5n+3) .date {
	background-color: #548dff;
}

#home_events ul > li:nth-child(5n+4) .date,
#events ul > li:nth-child(5n+4) .date,
.upcoming-events ul > li:nth-child(5n+4) .date {
	background-color: #95b4e5;
}

#home_events ul > li:nth-child(5n) .date,
#events ul > li:nth-child(5n) .date,
.upcoming-events ul > li:nth-child(5n) .date {
	background-color: #4371cc;
}

#home_events .date > .month,
#events .date > .month,
.upcoming-events .date > .month {
	font-size: 25px;
	font-weight: bold;
}

#home_events .content,
#events .content,
.upcoming-events .content {
	padding: 20px;
}

#home_events .content > a,
#events .content > a,
.upcoming-events > .content > a {
	text-decoration: none;
	color: #242424;
}

#home_events .content h3,
#events .content h3,
.upcoming-events .content h3 {
	font-family: proxima-nova, sans-serif;
	margin-bottom: 14px;
}

#home_events ul > li:nth-child(5n+1) .content h3,
#events ul > li:nth-child(5n+1) .content h3,
.upcoming-events ul > li:nth-child(5n+1) .content h3 {
		color: #315296;
}

#home_events ul > li:nth-child(5n+2) .content h3,
#events ul > li:nth-child(5n+2) .content h3,
.upcoming-events ul > li:nth-child(5n+2) .content h3 {
		color: #506080;
}

#home_events ul > li:nth-child(5n+3) .content h3,
#events ul > li:nth-child(5n+3) .content h3,
.upcoming-events ul > li:nth-child(5n+3) .content h3 {
		color: #548dff;
}

#home_events ul > li:nth-child(5n+4) .content h3,
#events ul > li:nth-child(5n+4) .content h3,
.upcoming-events ul > li:nth-child(5n+4) .content h3 {
		color: #95b4e5;
}

#home_events ul > li:nth-child(5n) .content h3,
#events ul > li:nth-child(5n) .content h3,
.upcoming-events ul > li:nth-child(5n) .content h3 {
		color: #4371cc;
}

#home_events .share,
#events .share,
.upcoming-events .share {
	text-align: center;
	padding: 0 20px;
	width: 16px;
}

#home_events .share.secondary,
#events .share.secondary,
.upcoming-events .share.secondary {
	text-align: left;
	padding: 0;
	width: auto;
	display: none;
	margin-top: 14px;
}

#home_events .share > a,
#events .share > a,
.upcoming-events .share > a {
	display: inline-block;
	font-family: 'Font Awesome 5 Brands';
	color: #565656;
	text-decoration: none;
	margin: 4px 0;
}

#home_events .share.secondary > a,
#events .share.secondary > a,
.upcoming-events .share.secondary > a {
	margin: 0;
	margin-right: 10px;
}

#home_events .share > a.twitter-share::after,
#events .share > a.twitter-share::after,
.upcoming-events .share > a.twitter-share::after {
	content: "\f099";
}

#home_events .share > a.facebook-share::after,
#events .share > a.facebook-share::after,
.upcoming-events .share > a.facebook-share::after {
		content: "\f39e";
}

#home_events .share > a.info-link::after,
#events .share > a.info-link::after,
.upcoming-events .share > a.info-link::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f05a";
}

@media (max-width: 920px) {

	#home_events .date,
	#events .date,
	.upcoming-events .date {
		padding: 5px;
		vertical-align: top;
		padding-top: 20px;
	}

	#home_events .share,
	#events .share,
	.upcoming-events .share {
		display: none;
	}

	#home_events .share.secondary,
	#events .share.secondary,
	.upcoming-events .share.secondary {
		display: block;
	}

}

#content.page .sectioning > section {
    padding-top: 30px;
}

ul.breadcrumbs {
	display: block;
	margin: 20px 0;
}

ul.breadcrumbs > li {
	display: inline-block;
	color: #989898;
}

ul.breadcrumbs > li.separator {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #315296;
	margin: 0 5px;
}

ul.breadcrumbs > li.separator::after {
	content: "\f0da";
}

ul.breadcrumbs > li > a {
	color: inherit;
	text-decoration: none;
}

ul.breadcrumbs > li:hover > a {
	text-decoration: underline;
}

#content .thumbnail {
	height: 400px;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

#content .thumbnail > .image {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}

#content .thumbnail h1 {
	position: absolute;
	bottom: 40px;
	left: 30px;
	right: 30px;
	text-shadow: 0 0 15px #000000;
	color: #ffffff;
	max-width: 600px;
}

@media (max-width: 750px) {

	#content .thumbnail {
		height: auto;
		width: auto;
		position: relative;
		border-radius: 0;
		padding-top: 200px;
		overflow: visible;
	}

	#content .thumbnail > .image {
		top: 0;
		right: -20px;
		bottom: 0;
		left: -20px;
		position: absolute;
		height: 200px;
	}

	h1 {
		font-size: 30px;
	}

	#content .thumbnail h1 {
		position: static;
		text-shadow: none;
		color: #315296;
		font-size: 30px;
		margin-top: 20px;
	}

}

#content section.content h2 {
	margin-bottom: 20px;
	margin-top: 30px;
}

#content section.content h2:first-child {
	margin-top: 0;
}

#content section.content h3 {
	margin-bottom: 10px;
	margin-top: 30px;
}

#content section.content h3:first-child {
	margin-top: 0;
}

#content section.content p {
	margin-bottom: 20px;
	text-align: justify;
	line-height: 1.4;
}

#content section.content > p:last-child {
	margin-bottom: 0;
}

#content section.content > ul {
	padding-left: 20px;
	list-style: none;
	margin-bottom: 20px;
}

#content section.content > ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

#content section.content > ul li,
#content section.content > ol li {
	position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
}

#content section.content > ul li:last-child,
#content section.content > ol li:last-child {
    margin-bottom: 0;
}

#content section.content > ul li::before {
	content: "";
    height: 7px;
    width: 7px;
    border-radius: 10px;
    background-color: #315296;
    display: block;
    position: absolute;
    left: -15px;
    top: 6px;
}

#content section.content a {
	color: #315296;
}

#content section.content a:visited {
	color: #4371cc;
}

.un_days_calendar {
	margin-bottom: 50px;
}

.un_days_calendar > ul {
	list-style: none;
}

.un_days_calendar .month {
	display: inline-block;
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
}

.un_days_calendar .month h2 {
	text-align: center;
	margin-bottom: 15px;
}

.un_days_calendar table {
	width: 100%;
}

.un_days_calendar table th {
    color: #666565;
    font-weight: 300;
    font-size: 10px;
}

.un_days_calendar table th,
.un_days_calendar table td {
    width: 14.28%;
    height: 24px;
    vertical-align: middle;
    text-align: center;
}

.un_days_calendar table td.un_day {
	background-color: #315296;
	border-radius: 100%;
	color: #fff;
}

.un_days_calendar .month_list {
	margin-top: 70px;
}

.un_days_calendar .month_list .month-label {
	margin-top: 30px;
	margin-bottom: 15px;
}

#content .un_days_calendar .month_list p {
	margin-bottom: 0;
}

@media (max-width: 750px) {

	.un_days_calendar .month {
		display: block;
	    width: 270px;
		margin: auto;
	}

	.un_days_calendar table th,
	.un_days_calendar table td {
		height: 30px;
	}

}

h3.back {
	margin-bottom: 10px;
}

h3.back > a {
	color: #989898;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
	transition: opacity 0.1s;
}

h3.back > a:hover {
	opacity: 0.7;
}

h3.back > a::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f053";
	font-weight: 600;
	margin-right: 5px;
}

h2.subtitle {
	color: #565656;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}

a.button.content-button,
#content section.content a.button,
#content section.content .wp-block-button__link {
	display: inline-block;
	background-color: #315296;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	transition: background-color 0.1s, color 0.1s;
}

#content section.content .wp-block-button__link {
	color: #fff !important;
}

a.button.content-button:hover,
#content section.content a.button:hover,
#content section.content .wp-block-button__link:hover {
	background-color: #284379;
}

a.button.content-button.line-button,
#content section.content a.button.line-button,
#content section.content .wp-block-button__link.line-button {
	background: transparent;
	color: #315296;
	border: 2px solid;
	padding: 8px 18px;
}

a.button.content-button.line-button:hover,
#content section.content a.button.line-button:hover,
#content section.content .wp-block-button__link.line-button:hover {
	color: #284379;
}

a.button.content-button.add-to-cal,
#content section.content a.button.add-to-cal {
	margin-top: 30px;
}

.peace-prize-winner .face-image,
.friend-of-anue .face-image {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin: 50px auto 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.peace-prize-winner .life-details h1,
.peace-prize-winner .life-details h2,
.peace-prize-winner .life-details h3,
.friend-of-anue .life-details h1,
.friend-of-anue .life-details h2,
.friend-of-anue .life-details h3 {
	text-align: center;
    font-size: 30px;
    margin-top: 30px;
	margin-bottom: 5px;
}

.peace-prize-winner .life-details h2,
.peace-prize-winner .life-details h3,
.friend-of-anue .life-details h2,
.friend-of-anue .life-details h3 {
	color: #6d6c6c;
    font-size: 20px;
    margin-top: 5px;
    font-weight: normal;
	margin-bottom: 0;
}

.peace-prize-winner .life-details h3,
.friend-of-anue .life-details h3 {
	margin-top: 0;
    font-weight: 100;
    color: #242424;
	font-size: 25px;
}

.archive-peace-prize-winner #premi_pau,
.archive-friends-of-anue #friends_of_anue {
	padding: 50px 0;
}

.archive-peace-prize-winner #premi_pau > ul,
.archive-friends-of-anue #friends_of_anue > ul {
	list-style: none;
}

.archive-peace-prize-winner #premi_pau > ul > li,
.archive-friends-of-anue #friends_of_anue > ul > li {
	width: 100%;
	transition: background-color 0.2s;
	border-radius: 3px;
}

.archive-peace-prize-winner #premi_pau > ul > li:hover,
.archive-friends-of-anue #friends_of_anue > ul > li:hover {
	background-color: #00000020;
}

.archive-peace-prize-winner #premi_pau > ul > li > a,
.archive-friends-of-anue #friends_of_anue > ul > li > a {
	display: table;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	transition: background-color 0.2s;
}

.archive-peace-prize-winner #premi_pau > ul > li > a > div,
.archive-friends-of-anue #friends_of_anue > ul > li > a > div {
	display: table-cell;
	vertical-align: middle;
}

.archive-peace-prize-winner .face-image,
.archive-friends-of-anue .face-image {
	width: 100px;
	height: 100px;
}

.archive-peace-prize-winner .face-image > div,
.archive-friends-of-anue .face-image > div {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.archive-peace-prize-winner .life-details,
.archive-friends-of-anue .life-details {
	padding-left: 20px;
	width: auto;
}

.archive-peace-prize-winner .life-details h1,
.archive-friends-of-anue .life-details h1 {
    font-size: 30px;
	margin-bottom: 5px;
}

.archive-peace-prize-winner .life-details h3,
.archive-friends-of-anue .life-details h3 {
    font-weight: 100;
    color: #242424;
	font-size: 25px;
}

.archive-recognitions #recognition > ul {
	list-style: none;
	padding: 40px 0;
}

.archive-recognitions #recognition > ul > li {
	margin: 70px 0;
	text-align: justify;
}

.archive-recognitions #recognition > ul > li p + p {
	margin-top: 10px;
}

.archive-recognitions #recognition > ul > li > img {
	width: 100px;
	margin-bottom: 15px;
}

.archive-recognitions #recognition > ul > li > h2 {
	color: #565656;
	font-weight: normal;
	margin-bottom: 20px;
}

#content hr {
	border: none;
	border-top: 1px solid #cdcdcd;
	width: 150px;
	margin: 40px auto;
}

.friend-of-anue #handrwitten {
	width: 100%;
}

.friend-of-anue #handrwitten > img {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 70px auto 0;
	display: block;
}

.friend-of-anue .content {
	padding-top: 30px;
}

#art_at_anue > ul {
	list-style: none;
}

#art_at_anue > ul > li {
	width: 100%;
	margin-top: 70px;
	transition: opacity 0.2s;
}

#art_at_anue > ul > li:hover {
	opacity: 0.8;
}

#art_at_anue > ul > li:first-child {
	margin-top: 0;
}

#art_at_anue > ul > li > a {
	width: 100%;
	display: table;
	text-decoration: none;
	color: inherit;
}

#art_at_anue > ul > li > a > div {
	display: table-cell;
	vertical-align: top;
}

#art_at_anue > ul > li > a > .image {
	width: 300px;
	vertical-align: middle;
}

#art_at_anue > ul > li > a > .image > img {
	width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px #5656567d;
    border-radius: 3px;
}

#art_at_anue > ul > li > a > .details {
	padding: 30px 0 30px 30px;
}

#art_at_anue > ul > li > a > .details h3 {
	color: inherit;
	font-weight: 400;
}

#art_at_anue > ul > li > a .content {
	margin-top: 30px;
}

@media (max-width: 750px) {

	#art_at_anue > ul > li > a {
		display: block;
	}

	#art_at_anue > ul > li > a > div {
		display: block;
	}

	#art_at_anue > ul > li > a > .image {
		width: 100%;
	}

	#art_at_anue > ul > li > a > .details {
		padding: 30px 0;
	}

}

.single-art_at_anue h2 {
	color: inherit;
    font-weight: 400;
}

.single-art_at_anue .image {
	margin-top: 50px;
}

.single-art_at_anue .image > img {
	width: 100%;
	border-radius: 3px;
}

.page-numbers {
	width: 100%;
    list-style: none;
    text-align: center;
    margin-bottom: 70px;
}

.page-numbers > li {
	display: inline-block;
	height: 25px;
	width: 25px;
	text-align: center;
	margin: 0 5px;
}

.page-numbers > li > .page-numbers {
	text-align: center;
	text-decoration: none;
	color: inherit;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 100%;
	line-height: 25px;
}

.page-numbers > li > .page-numbers.current {
	background-color: #315296;
	color: #ffffff;
}

.page-numbers > li > .page-numbers.next::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f30b";
	font-weight: 900;
}

.page-numbers > li > .page-numbers.previous::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f30a";
	font-weight: 900;
}

.template-post ul,
.template-subpages #subpages ul,
.category ul {
	list-style: none;
}

.template-international-year .year-logo {
	height: 300px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.template-international-year .title-box {
	display: none;
}

#posts ul > li,
#subpages ul > li {
	margin-top: 50px;
}

#posts ul > li:first-child,
#subpages ul > li:first-child {
	margin-top: 0;
}

#posts ul > li > a,
#subpages ul > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

#posts ul > li .image,
#subpages ul > li .image {
	height: 500px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
}

#posts ul > li h2,
#subpages ul > li h2 {
	font-size: 30px;
	margin-top: 20px;
	transition: color 0.2s;
}

#posts ul > li:hover h2,
#subpages ul > li:hover h2 {
	color: #273d69;
}

#posts ul > li h3,
#subpages ul > li h3 {
	color: #676767;
	font-weight: 400;
	font-size: 25px;
}

#posts ul > li .excerpt,
#subpages ul > li .excerpt {
	margin-top: 15px;
}

#subpages ul > li .subpage .image {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#subpages ul > li .subpage .info {
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.single .single-date {
	margin-bottom: 20px;
	color: #676767;
	font-weight: 400;
	font-size: 25px;
}

.single img.wp-post-image {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#search_list {
	list-style: none;
}

#search_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 20px 0;
}

#search_list > li h3 {
	font-weight: 400;
	color: #676767;
}

#search_list > li h2 {
	margin-bottom: 10px;
}

#image404 {
	width: 400px;
	height: auto;
	max-width: 90%;
	margin: auto;
	display: block;
}

.content404 {
	text-align: center;
}

.content404 h1 {
	color: inherit;
    font-weight: 400;
    font-size: 30px;
    margin-top: 40px;
}

.content404 h2 {
	color: #565656;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
}

.content404 .button {
	margin-top: 15px;
}

#address_box {
	display: table;
	width: 100%;
}

#address_box > div {
	display: table-cell;
    width: 50%;
    height: 350px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.5;
	box-sizing: border-box;
}

#address_box > .address {
	padding: 50px;
}

#address_box > .address .tel {
	margin-top: 10px;
}

#address_box > .address h2 {
	font-size: 25px;
	margin-bottom: 10px;
}

@media (max-width: 750px) {

	#address_box {
		display: block;
	}

	#address_box > div {
		display: block;
	    width: 100%;
	    height: auto;
	}

	#address_box > .map {
		height: 350px;
	}

	#address_box > .address {
		padding: 0;
		margin-top: 50px;
	}

}

#content .content .wpcf7 {
	width: 400px;
    max-width: 100%;
	margin: auto;
}

#content .content * + .wpcf7 {
	margin-top: 50px;
}

#content .content .wpcf7 p {
	margin: 20px 0;
}

#content .content .wpcf7 .required b {
	color: #315296;
}

#content .content .wpcf7 input,
#content .content .wpcf7 textarea {
	margin-top: 10px;
	padding: 10px;
	background-color: #f0f0f3;
	border-radius: 3px;
	color: inherit;
	border: 1px solid #969696;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 15px;
	transition: border 0.2s;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#content .content .wpcf7 input:focus,
#content .content .wpcf7 textarea:focus {
	border-color: #315296;
	outline: none;
}

#content .content .wpcf7 .wpcf7-list-item {
	margin: 0;
}

#content .content .wpcf7 input[type=checkbox] {
	display: inline-block;
    padding: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -5px;
	position: relative;
}

#content .content .wpcf7 input[type=checkbox]::after {
	content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    text-align: center;
    width: 12px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1;
    font-size: 13px;
    margin: auto;
    height: 13px;
	color: #315296;
	display: none;
}

#content .content .wpcf7 input[type=checkbox]:checked::after {
	display: block;
}

#content .content .wpcf7 input[type=submit] {
	background-color: #315296;
	color: #ffffff;
	border: 1px solid #315296;
	cursor: pointer;
	transition: border-color 0.2s, background-color 0.2s;
}

#content .content .wpcf7 input[type=submit]:hover {
	background-color: #284379;
	border-color: #284379;
}

#content .staff_shortcode ul {
	list-style: none;
}

#content .staff_shortcode ul > li {
	display: inline-block;
	width: 31%;
	margin: 0 1.75%;
	text-align: center;
	vertical-align: top;
	padding: 30px 0;
}

#content .staff_shortcode ul > li:nth-child(3n) {
	margin-right: 0;
}

#content .staff_shortcode ul > li:nth-child(3n+1) {
	margin-left: 0;
}

#content .staff_shortcode ul > li .image {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#content .staff_shortcode ul > li h3 {
	color: inherit;
	font-weight: 400;
	margin-bottom: 10px;
}

@media (max-width: 750px) {

	#content .staff_shortcode ul > li,
	#content .staff_shortcode ul > li:nth-child(3n),
	#content .staff_shortcode ul > li:nth-child(3n+1) {
		width: 100%;
		margin: 20px 0;
	}

	#content .staff_shortcode ul > li:first-of-type {
		margin-top: 0;
	}

	#content .staff_shortcode ul > li:last-of-type {
		margin-bottom: 0;
	}

}

#content .transparency_income_shortcode,
#content .transparency_expenses_shortcode {
	width: 100%;
    max-width: 500px;
	margin: 40px auto;
}

#content section.content #dudh {
	padding: 30px 0;
}

#content section.content #dudh > ul {
	text-align: center;
}

#content section.content #dudh > ul > li {
	display: inline-block;
	margin: 15px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #a9a9a9;
	transition: opacity 0.2s;
}

#content section.content #dudh > ul > li:hover {
	opacity: 0.7;
}

#content section.content #dudh > ul > li::before {
	content: none;
}

#content section.content #dudh > ul > li > a {
	display: block;
}

#content section.content #dudh > ul > li > a::after {
	content: "";
	display: inline-block;
	height: 50px;
	width: 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#content section.content #dudh > ul > li.lang-es > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_ES_256px.png');
}

#content section.content #dudh > ul > li.lang-ca > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_CA_256px.png');
}

#content section.content #dudh > ul > li.lang-ga > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_GA_256px.png');
}

#content section.content #dudh > ul > li.lang-eu > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_EU_256px.png');
}

#content section.content #dudh > ul > li.lang-as > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_AS_256px.png');
}

#content section.content #dudh > ul > li.lang-oc > a::after {
	background-image: url('/wp-content/themes/anue/resources/flags/flag_OC_256px.png');
}

#content section.content #ods {
	padding: 50px 0;
}

#content section.content #ods > .ods-logo {
	display: block;
    width: 100%;
    height: 75px;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#content section.content #ods > ul {
	list-style: none;
	display: block;
	width: calc(149.31px*6);
    margin: auto;
}

@media (min-width: 460px) and (max-width: 910px) {

	#content section.content #ods > ul {
		width: calc(149.31px*3);
	}

}

@media (max-width: 460px) {

	#content section.content #ods > ul {
		width: calc(149.31px*2);
	}

}

#content section.content #ods > ul > li {
	display: inline-block;
}

#content section.content #ods > ul > li > a {
	display: block;
	text-decoration: none;
}

#content section.content #ods .twist-cube .semi-cube .cube-face-right::before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
    font-size: 40px;
    margin-bottom: 12px;
    margin-top: 15px;
}

.twist-cube {
	width: 140px;
	height: 140px;
	perspective: 600px;
	margin: 3px;
}

.twist-cube .semi-cube {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.2s ease;
}

.twist-cube .semi-cube .cube-face {
	position: absolute;
	width: 140px;
	height: 140px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 17px;
	text-align: center;
	padding: 10px;
    box-sizing: border-box;
}

.twist-cube .semi-cube .cube-face::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	opacity: 0.0;
	transition: opacity 0.2s ease;
}

.twist-cube .semi-cube .cube-face.cube-face-right::after {
	background: #000000;
	opacity: 0.3;
}

.twist-cube:hover .semi-cube .cube-face::after {
	opacity: 0.3;
}

.twist-cube:hover .semi-cube .cube-face.cube-face-right::after {
	opacity: 0.0;
}

.twist-cube .semi-cube .cube-face-front {
	transform: rotateY(  0deg) translateZ(70px);
}

.twist-cube .semi-cube .cube-face-right {
	transform: rotateY( 90deg) translateZ(70px);
}

.twist-cube .semi-cube {
	transform: translateZ(-70px) rotateY(   0deg);
}

.twist-cube:hover .semi-cube {
	transform: translateZ(-70px) rotateY( -90deg);
}

#content section.content .institutional-support > .sponsor-group {
	margin: 70px 0;
}

#content section.content .institutional-support > .sponsor-group:first-child {
	margin-top: 0;
}

#content section.content .institutional-support > .sponsor-group:last-child {
	margin-bottom: 0;
}

#content section.content .institutional-support > .sponsor-group > ul {
	list-style: none;
}

#content section.content .institutional-support > .sponsor-group > ul > li {
	display: inline-block;
	margin-right: 50px;
}

#content section.content .institutional-support > .sponsor-group > ul > li > a {
	display: block;
}

#content section.content .institutional-support > .sponsor-group > ul > li > a > img {
	height: 50px;
    padding: 30px 0;
}

#content section.content .recognitions-small > ul {
	list-style: none;
	text-align: center;
}

#content section.content .recognitions-small > ul > li {
	display: inline-block;
	width: 130px;
	vertical-align: top;
	margin: 5px;
}

#content section.content .recognitions-small > ul > li > img {
	width: 75%;
}

#content section.content .recognitions-small > ul > li > h3 {
	color: #565656;
	font-weight: normal;
	font-size: 14px;
}

#content a.wp-block-file__button,
#content section.content a.wp-block-file__button {
	display: inline-block;
	background-color: #315296;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	transition: background-color 0.1s, color 0.1s;
	font-size: inherit;
}

#content a.wp-block-file__button:hover,
#content section.content a.wp-block-file__button:hover {
	background-color: #284379;
}

#content a.wp-block-file__button::before,
#content section.content a.wp-block-file__button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ab";
	margin-right: 10px;
}

.is-type-video.wp-has-aspect-ratio iframe {
	width: 100%;
}

.wp-block-latest-posts {
	list-style: none;
}

.wp-block-latest-posts > li {
	list-style: none;
}

#content section.content .wp-block-latest-posts {
	padding-left: 0;
	margin-top: 70px;
	margin-bottom: 70px;
}

#content section.content .wp-block-latest-posts:empty {
	margin-top: 0;
	margin-bottom: 0;
}

#content section.content .wp-block-latest-posts > li {
	position: relative;
	height: 100px;
	padding-left: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#content section.content .wp-block-latest-posts > li::before {
	content: none;
}

#content section.content .wp-block-latest-posts > li .wp-block-latest-posts__featured-image {
	position: absolute;
	left: 0;
}

#content section.content .wp-block-latest-posts > li .wp-block-latest-posts__featured-image > img {
	width: auto;
	height: 100px;
}

#content section.content .wp-block-latest-posts > li a {
	display: block;
	font-size: 1.2em;
}

#content section.content .wp-block-latest-posts > li time {
	display: block;
	font-size: 1em;
	margin-top: 10px;
}

#content section.content .wp-block-latest-posts:last-child {
	margin-bottom: 0;
}

#content section.content .wp-block-latest-posts:first-child {
	margin-top: 0;
}

#content section.content .wp-block-latest-posts.you-may-also-like::before {
	content: "També pot interessar-te:";
	margin-bottom: 40px;
	display: inline-block;
	font-size: 25px;
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	color: #315296;
}

#content section.content .wp-block-latest-posts.you-may-also-like:lang(es):before {
	content: "También puede interesarte:";
}

#content section.content .wp-block-latest-posts.you-may-also-like:lang(en):before {
	content: "You may also be interested in:";
}

#content section.content .wp-block-latest-posts.you-may-also-like:empty:before {
	content: none;
}

#content section.content .wp-block-latest-posts.you-may-also-like:empty + .you-may-also-like-button,
#content section.content .wp-block-latest-posts.you-may-also-like:empty + * .you-may-also-like-button {
	display: none;
}

#content.marketplace h1 {
	margin-bottom: 70px;
}

#content.marketplace p + p {
	margin-top: 20px;
}

#content.marketplace #marketplace {
	padding-top: 70px;
	padding-bottom: 70px;
}

#content.marketplace #marketplace > ul {
	list-style: none;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	flex: 1;
}

#content.marketplace #marketplace > ul > li {
	width: calc(33% - 13px);
	display: flex;
	flex-direction: column;
	margin-bottom: 22px;
	border: 1px solid;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 900px) {

	#content.marketplace #marketplace > ul > li {
		width: calc(50% - 10px);
	}

}

@media (max-width: 500px) {

	#content.marketplace #marketplace > ul > li {
		width: 100%;
	}
	
}

#content.marketplace #marketplace > ul > li > a {
	text-decoration: none;
	height: 100%;
}

#content.marketplace #marketplace > ul > li > a img {
	width: 100%;
    aspect-ratio: 5/6;
    object-fit: cover;
}

#content.marketplace #marketplace > ul > li > a .item-info {
    padding: 20px;
	padding-bottom: 42px;
}

#content.marketplace #marketplace > ul > li > a .item-info .bot {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: flex;
	justify-content: space-between;
	position: absolute;
    top: auto;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

#content.marketplace #marketplace > ul > li > a .item-info .bot > .see::after {
    content: "";
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transform: translateX(0);
    display: inline-block;
	transition: transform 0.2s;
}

#content.marketplace #marketplace > ul > li > a:hover .item-info .bot > .see::after {
	transform: translateX(5px);
}

#content.marketplace #marketplace > ul > li > a .item-info h3 {
	color: inherit;
	margin-bottom: 5px;
}

#content.marketplace #marketplace > ul > li:nth-child(5n+1),
#content.marketplace #marketplace > ul > li:nth-child(5n+1) > a {
	color: #315296;
}

#content.marketplace #marketplace > ul > li:nth-child(5n+2),
#content.marketplace #marketplace > ul > li:nth-child(5n+2) > a {
	color: #95b4e5;
}

#content.marketplace #marketplace > ul > li:nth-child(5n+3),
#content.marketplace #marketplace > ul > li:nth-child(5n+3) > a {
	color: #548dff;
}

#content.marketplace #marketplace > ul > li:nth-child(5n+4),
#content.marketplace #marketplace > ul > li:nth-child(5n+4) > a {
	color: #506080;
}

#content.marketplace #marketplace > ul > li:nth-child(5n),
#content.marketplace #marketplace > ul > li:nth-child(5n) > a {
	color: #4371cc;
}

#content #redbubble {
	margin-bottom: 70px;
	text-align: center;
}

#content #redbubble > .button {
    display: inline-block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 100px;
	background-color: #000000;
	transition: background-color 0.1s;
}

#content #redbubble > .button::before {
    content: "";
    height: 20px;
    width: 30px;
    background: url(/wp-content/themes/anue/resources/redbubble.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}

#content #redbubble > .button:hover {
	background-color: #db6149;
}
