/*
Theme Name: Cittadellarte
Theme URI: http://underscores.me/
Author: The Rope srl
Author URI: http://www.therope.it
Description: Terma per cittadellarte.it
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cittadellarte
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Terzo Paradiso is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	/*width: 200px;*/
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		/*display: none;
	}
	.main-navigation ul {
		/*display: block;*/
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead{
	/*margin-bottom: 20px;*/
}


#sites-menu{
	background-color: #000000;
	font-family: "Lato",sans-serif;
	min-height: 40px;
	/*-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    -webkit-transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
		z-index: 50;
}
#sites-menu ul{
	margin: 0;
	padding: 0;
	height: 100%;
}

#sites-menu ul.sub-menu{
	display: none;
}

#sites-menu ul li{
    width: auto;
    list-style: none;
    padding: 0px;
    margin: 0;
    height: 100%;
    float: left;
    line-height: 40px
}
#sites-menu ul li a{
	height: 100%;
	display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 500;
    letter-spacing: 0.1px;
}
#sites-menu ul li a:hover{
	background-color: #00788e;
    color: #FFF;
}
#sites-menu #menu-heading-menu{
	width: 50%;
    float: left;
    height: 40px;
    line-height: 38px;
}
#sites-menu .search-form{
	width: 165px;
    float: left;
    padding-left: 30px;
    background-image: url('images/magnifier.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin: 6px 0;
}
#sites-menu div.search-form input{
    background-color: #000;
    font-size: 11px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid white;
    padding: 3px 10px;
    width: 100%;
}
#sites-menu div.links{
    width: auto;
    text-align: center;
    float: left;
    height: 26px;
    margin: 6px 10px;
}
#sites-menu div.links a{
	border: 1px solid white;
	text-transform: uppercase;
	color: white;
	font-size: 11px;
	padding: 5px 20px;
	border-radius: 20px;
	text-decoration: none;
	margin: 0 5px;
	font-weight: 500;
    letter-spacing: 0.1px;
}
#sites-menu div.links a:hover{
	background-color: #fff;
	color: #000;
}
#sites-menu div.language-switcher, #sites-menu div.cart {
	width: 40px;
    float: left;
    height: 40px;

}
#sites-menu div.language-switcher {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.5px;
}
#sites-menu div.language-switcher .sel_lang {
	color: #aeff00;
}
#sites-menu div.language-switcher a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: 500;
    letter-spacing: 0.1px;
}
#sites-menu div.language-switcher a.active {
	color: #fff;
}
#sites-menu div.cart a{
	color: white;
	text-decoration: none;
	font-size: 11px;
	background-image: url('images/w_cart.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    padding: 12px;
}
#sites-menu div.language-switcher a:hover{
	color: #405902;
}
#sites-menu div.language-switcher a:first-child {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #fff;
}
#sites-menu div.cart a:hover{
	color: #405902;
	background-image: url('images/g_cart.png');
}
ul.sub-menu {
    background-color: #000;
    margin-top: 18px;
}
.site-branding{
    margin-top: 60px;
    margin-bottom: 20px;
    height: 70px;
}
.site-branding .site-branding-section{
    text-align: center;
    min-height: 80px;
}
.site-branding-section.left {
	width: 32%;
    margin-left: 1%;
    float: left;
}
.site-branding-section.center {
    padding-top: 0px;
    width: 34%;
    float: left;
}
.main_logo {
    width: 100%;
    max-width: 295px;
    display: block;
    margin: auto;
}
.site-branding-section.right {
	width: 32%;
    margin-right: 1%;
    float: right;
}
.site-branding-section.left .manchette {
    float: left;
}
.site-branding-section.right .manchette {
    float: right;
}
.manchette {
	background-color: #fff;
    max-width: 378px;
    max-height: 80px;
    height: 100%;
}
.manchette img {
    max-height: 80px;
}
#site-navigation{
    border-top: 4px solid #fff;
    background-color: #fff;
    /*height: 46px;*/
    /*max-height: 46px;*/
    border-bottom: 1px solid #fff;
    /*overflow: hidden;*/
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
/* FIXING MENU ON SCROLL */

#site-navigation {
	-webkit-transition: .35s;
    transition: .35s;
}
#site-navigation.fixed {
	position: fixed;
	/* z-index: 100; */
	z-index: 50;
}
#site-navigation #primary-menu {
    -webkit-transition: .35s;
    transition: .35s;
}
#site-navigation.fixed #primary-menu {
    margin-top: 0px;
}
#home_block {
    /*padding-top: 40px;*/
}
/* END FIXING MENU ON SCROLL */

#site-navigation li a{
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	padding: 13px 13px;
}
#site-navigation li a:hover{
	background-color: #00788e;
	color: #fff;
}

#primary-menu .submenu_item .undermenu li{
	width: 100%;
	float: left;
}

#primary-menu .submenu_item .undermenu li a{
	color: black;
}
.site_utilities {
    float: right;
    width: 50%;
    height: 40px;
}
.site-branding-section.right iframe {
    float: right;
}
.site-branding-section.left iframe {
    float: left;
}
.site_utilities .clear {
	display: none;
}
.menu-menu-container {
    margin: auto;
    display: table;
	/*max-width: 1336px;*/
}
.main-navigation li:last-of-type {
    float: right;
}
.mobile_helper {
    position: absolute;
    right: 10px;
    font-size: 15px;
    line-height: 42px;
    color: #000;
    display: none;
}

/* Nav icon */

#nav-icon2, #nav-icon3 {
    width: 27px;
    height: 23px;
    position: absolute;
    margin: 137px 0 0 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}
#nav-icon2 span, #nav-icon3 span  {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span{
	background-color: #000;
}

#nav-icon2 span:nth-child(even), #nav-icon3 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd), #nav-icon3 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2), #nav-icon3 span:nth-child(1), #nav-icon3 span:nth-child(2) {
    top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4), #nav-icon3 span:nth-child(3), #nav-icon3 span:nth-child(4) {
    top: 9px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6), #nav-icon3 span:nth-child(5), #nav-icon3 span:nth-child(6) {
    top: 18px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6), #nav-icon3.open span:nth-child(1),#nav-icon3.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5), #nav-icon3.open span:nth-child(2),#nav-icon3.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1), #nav-icon3.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}
#nav-icon2.open span:nth-child(2), #nav-icon3.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}
#nav-icon2.open span:nth-child(3), #nav-icon3.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(4), #nav-icon3.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(5), #nav-icon3.open span:nth-child(5) {
    left: 5px;
    top: 10px;
}
#nav-icon2.open span:nth-child(6), #nav-icon3.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 10px;
}
#sites-menu {
    position: fixed;
    width: 100%;
    z-index: 100000;
}
#menu-heading-menu #menu-item-11 a {
    background-color: #fff;
    color: #cd0574;
}

#primary-menu{
	width: 100%;
	float: left;
	margin-top: 40px;
    text-align: center;
    min-height: 36px;
}

#primary-menu.landing{
	margin-top: 0px
}

#primary-menu .submenu_item{
	width: auto;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
    height: 4px;
    min-width: 150px;
}

#primary-menu .submenu_item.menu-up-5{
	min-width: 190px;
}

#primary-menu .submenu_item.menu-up-7{
	min-width: 150px;
}

#primary-menu .menu-separator{
	display: none;
}

#primary-menu .submenu_item li a{
	color: #000;
}

#primary-menu .submenu_custom{
	display: inline-block;
}

#primary-menu .submenu_item .submenu_description{
    color: #FFF;
    margin: 0px;
    display: none;
}

#primary-menu .submenu_item a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

#primary-menu .submenu_item a:hover{
	background-color: #00788e;
	color: white;
}

#primary-menu .submenu_item .undermenu{
	background-color: #fff;
	left: 0;
    top: 25px;
}

#primary-menu .submenu_item .undermenu li a{
	text-align: left;
}

#primary-menu .submenu_item .undermenu li a:hover{
	background-color: #00788e;
	color: white;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

#content{
	margin-top: 90px;
}

.page-template-page-landing #home_block{

}

.clear {
	clear: both;
	float: none;
}
.wrapper {
    max-width: 1336px;
    margin: auto;
}
.editorial_row {
    width: 62%;
    float: left;
    background-color: #fff;
    margin-top: 70px;
    padding-left: 2%;
    padding-right: 2%;
}

.single .editorial_row{
	margin-top: 20px
}

.archive .editorial_row{
	margin-top: 0;
}

#home_sidebar {
    float: left;
    width: 38%;
    margin-top: 40px;
    background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px 0px 40px 37px;
}

.single #home_sidebar{
	background-color: #f5f5f5;
	padding: 0;
}

#home_sidebar .post-box{
	width: 96%;
	margin: auto;
}

#home_sidebar .post-box .single-post-sidebar{
	background-color: #fff;
	position: relative;
	width: 97%;
    margin: auto;
    margin-top: 60px;
    box-shadow: 1px 1px 10px #ccc;
}

#home_sidebar .post-box .single-post-sidebar .content{
	/*width: 74%;*/
	width: 65%;
    margin-right: 2%;
	display: inline-block;
	vertical-align: top;
    min-height: 190px;
    float: right;
}

#home_sidebar .post-box .single-post-sidebar .content h3 a{
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-decoration: none
}

#home_sidebar .post-box .single-post-sidebar .content p a{
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	color: #989898;
	margin-top: 35px;
	text-decoration: none
}

#home_sidebar .post-box .single-post-sidebar .content p a:hover,
#home_sidebar .post-box .single-post-sidebar .content h3 a:hover{
	text-decoration: underline;
}


#home_sidebar .post-box .single-post-sidebar .post-thumb-sidebar{
	width: 25%;
	float: left;
    height: 175px;
	display: inline-block;
}
#home_sidebar .post-box .single-post-sidebar .post-thumb-sidebar img{
	position: absolute;
	top: 0px;
	left: -15px;
	box-shadow: -4px 4px 8px #ccc;
}

#home_sidebar .post-box .single-post-sidebar .post-date-sidebar{
	position: absolute;
	right: 30px;
	top: -28px;
	background-color: #cd2f33;
	color: white;
	font-size: 12px;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px 15px;
}

.home #home_sidebar .ambassador_box, .home #home_sidebar .followers{
	padding-left: 0px
}

.home #home_sidebar .ambassador_box .amb_poster, .home #home_sidebar .followers .follow_title{
	padding-left: 16px
}

#hilights_box .post_wrapper {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 15px;
}
#hilights_box .readmore {
    left: 5%;
    bottom: 10px;
}
.pin_image {
    width: 100%;
    height: 370px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cloudTags {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 30px;
    left: 40px;
}
.cloudTags li {
    padding: 1px 10px 3px 10px;
    background-color: #00788d;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #000;
    margin: 5px;
    float: left;
}
.tag_link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.post_data_title {
    padding: 0;
    line-height: 18px;
    text-align: center;
}
.tag_link:hover {
	color: #a5c300;
}
.post_data_title a {
	font-family: 'Crimson Text', serif;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #000;
    font-style: italic;
}

.post_data_title p.author{
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	font-weight: 500;
    font-style: italic;
}

.post_data_title p.excerpt{
	font-family: 'Crimson Text', serif;
	font-size: 16px;
    font-weight: normal;
    font-style: italic
}
.post_info {
    font-size: 11px;
    color: #00788d;
    font-weight: 400;
    padding: 0 10% 0 5%;
    text-transform: uppercase;
}
.post_info .author a {
	font-size: 13px;
    color: #00788d;
    font-weight: 400;
    text-transform: uppercase;
}
.post_data_excerpt {
    text-align: center;
    padding: 20px 0px;
    line-height: 20px;
}
.post_data_excerpt a {
	text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3px;
    font-weight: 100;
    cursor: pointer;
}
.readmore {
    /*padding: 0px 0 30px 5%;*/
    position: absolute;
    bottom: 0px;
    right: 0px;
	line-height: 0px;
}


.home_separator {
    margin: 0 10% 0 5%;
    height: 1px;
    background-color: #e4e8e8;
}
h1.allnews {
    color: #000;
    padding: 10px 10% 10px 5%;
    text-transform: none;
    font-size: 60px;
}
.latest_news {
    padding: 0;
    position: relative;
}
.basic_image {
    width: 48%;
    height: 250px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.basic_image.video {
	background-size: inherit;;
}
.basic_post_info {
    padding-left: 1%;
    width: 52%;
    float: left;
    /*background-color: #fff;*/
    min-height: 240px;
    position: relative;
}
.basic_wrapper {
    margin-bottom: 40px;
    background-color: #fff;
}
.basic_post_info .cloudTags {
    /*position: relative;
    height: 35px;
    top: 10px;
    left: 10px;
    overflow: hidden;
    max-width: 350px;*/
    position: relative;
    height: auto;
    top: 10px;
    left: 10px;
    width: 97%;
}
.basic_post_info .cloudTags li {
    padding: 0 8px 1px 8px;
    box-shadow: 0px 0px;
    line-height: 22px;
}
.basic_post_info .post_data_title {
    padding: 15px 5% 10px 5%;
    line-height: 18px;
    text-align: left;
}
.basic_post_info .post_data_title a {
	font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal
}

.basic_post_info .post_data_title a:hover{
	text-decoration: underline;
}

.basic_post_info .post_data_excerpt {
    padding: 0 0% 0 0%;
    line-height: 18px;
    text-align: left;
}
.basic_post_info .post_data_excerpt a {
    color: #000000;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
}

.basic_post_info .post_data_excerpt a:hover{
	text-decoration: underline;
}

.basic_post_info .post_data_excerpt a p {
    margin: 0;
}
.basic_post_info .post_info {
    font-size: 11px;
    color: #00788d;
    font-weight: 400;
    padding: 15px 5% 45px 5%;
    text-transform: uppercase;
}
.basic_post_info .readmore a {
    float: left;
    margin-left: 5%;
    font-size: 12px;
}
.basic_wrapper.bluebox {
    background-color: #00788d;
    padding: 1%;
}
.bluebox .basic_post_info {
    /*background-color: #00788d;*/
}
.bluebox .cloudTags li {
    background-color: #a5c300;
}
.bluebox .post_data_title a, .bluebox .post_data_excerpt a, .bluebox .post_info, .bluebox .post_info .author a, .bluebox .readmore a {
	color: #fff;
}
.bluebox .readmore a {
	background-image: url('images/eye_w.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.bluebox .tag_link:hover {
	color: #00788d;
}
.load_more {
    display: block;
    width: 100px;
    height: 23px;
    border: 1px solid #afafaf;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #3c3c3c;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    margin-left: -50px;
    left: 50%;
    visibility: hidden;
}
.load_more:hover {
    background-color: #00788d;
    color: #fff;
}
.load_more.end_of_posts {
    background-color: #df2500;
    color: #fff;
    display: none;
}
.the_player {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url("images/theplay.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15%;
}
header.page-header {
    padding: 7px 5%;
}

.archive header.page-header{
	padding: 0
}

#page_sidebar {
    float: left;
    width: 38%;
	background-color: #f5f5f5;
	margin-top: 30px;
}
#post_sidebar {
    float: left;
    width: 38%;
}
.archive .latest_news {
    padding: 25px 5% 60px 5%;
}
.page-numbers {
    padding: 6px 10px;
    margin: 0 2px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #000;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.page-numbers:hover {
	color: #fff;
	background-color: #00788d;
}
.page-numbers.current {
    color: #fff;
    background-color: #00788e;
}
.loop_news {
	 padding: 0 3% 45px 3%;
}
.single-article.loop_wrapper {
    background-color: #fff;
    margin: 17px 4%;
    width: 38%;
    float: left;
    /* max-height: 450px; */
		/* min-height: 525px; */
		min-height: 550px;
}

.single-article.loop_wrapper:nth-child(even){
	/*margin-left: 70px*/
}

.loop_wrapper .basic_image {
	width: 100%;
    height: 215px;
    position: relative;
}
.loop_wrapper .cloudTags {
	bottom: 10px;
    top: inherit;
    left: 15px;
}
.loop_wrapper .cloudTags li {
    padding: 0px 8px 2px 8px;
}
.loop_wrapper .cloudTags li a {
	font-size: 9px;
}
.loop_wrapper .basic_post_info {
    width: 100%;
}

.home .loop_wrapper .basic_post_info{
}

.page-template-page-landing .loop_wrapper .basic_post_info{
	overflow: visible;
}

.pagination {
    padding: 0 5% 40px 5%;
    text-align: right;
}
.addthis_toolbox.addthis_default_style {
    padding-top: 20px;
}
.faceshare {
    background: linear-gradient(#4c69ba, #3b55a0);
    height: 19px;
    line-height: 5px;
    color: white;
    padding: 5px 5px;
    margin-top: 19px;
    float: left;
    margin-right: 5px;
}
h1.page-title {
    margin: 0;
    padding: 25px 2% 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.addthis_toolbox.addthis_default_style {
    padding-top: 20px;
    display: inline-block;
    width: 85%;
}
.google_plusone_iframe_widget {
    width: 60px!important;
}
.addthis_button_tweet.at300b {
    min-width: 60px!important;
}
.addthis_counter.addthis_pill_style {
    margin-left: 5px;
}
.mobile_helper {
    position: absolute;
    right: 10px;
    font-size: 15px;
    line-height: 42px;
    color: #000;
    display: none;
}
.page-template-default .content-area {
    max-width: 1336px;
    margin: auto;
}
.page-template-default .site-main {
	width: 62%;
    float: left;
    padding: 40px 5% 60px 5%;
}

#main_block h2, #home_sidebar h2{
	font-family: 'Fira Sans', sans-serif;
	color: #00788e;
	font-size: 36px;
	margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 16px;
}

#main_block h2 .archive-description{
	font-size: 15px;
	color: black;
	font-weight: normal;
	padding-left: 25px;
}

.all_the{
	color: #000;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	margin-left: 16px;
}

.all_the .green-arrow{
	margin-left: 20px;
}

.all_the:hover, .all_the:visited{
	color: #000
}
.home.page-template #vision h2{
	margin-top: 0px
}

.page-template-page-landing #posts_list article .wp-post-image{
	width: 100%;
	max-height: 147px;
}

.archive .basic_post_info{
	min-height: 300px
}

/* --- SINGLE ARTICLE --- */

.post_data_title.single {
    padding-top: 35px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    font-size: 20px
}
.post_info.single {
    /*padding-bottom: 20px;*/
}

.single-post .post_data_excerpt a{
	font-size: 16px;
	font-weight: bold;
	color: #00788d;
}

.cloudTags.single {
    position: inherit;
    margin: 0 5% 30px;
}
.cloudTags.single li {
    padding: 0px 7px 3px 7px;
    box-shadow: none;
    margin: 10px 10px 0 0;
}
.slider.single {
    height: 370px;
    margin: 0 5% 20px;
    width: 90%;
}
.back_to_list {
    float: right!important;
    margin: 10px 0!important;
    background-color: transparent!important;
    border: 1px solid lightgrey;
    padding: 0!important;
}
.back_to_list a {
    color: grey;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 7px 3px 7px;
    display: block;
}
.back_to_list a:hover {
	background-color: #a5c300!important;
	color: #fff;
}
.related_articles {
    margin: 0 3% 40px;
}
.related_title {
    margin: 0 2% 10px;
    text-transform: uppercase;
}
.home_separator.single {
    margin: 0!important;
}

/* --- FOLLOWERS WIDGET --- */

.followers {
    padding: 25px 8% 0 8%;
}
.follow_title {
	font-family: 'Fira Sans', sans-serif;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
	color: #00788e;
}
.follow_box {
    width: 100%;
    padding-bottom: 40px

}
.social_f {
    width: 33%;
    margin-right: 2%;
    font-size: 12px;
    color: #3d5998;
    line-height: 40px;
    float: left;
}
.social_t {
	width: 33%;
    margin-right: 2%;
    font-size: 12px;
    color: #00abeb;
    line-height: 40px;
    float: left;
}
.social_i {
	width: 33%;
    margin-right: 2%;
    font-size: 12px;
    color: #8a3ab9;
    line-height: 40px;
    float: left;
}
.follow_row {
    height: 41px;
    margin: 15px 0;
}
.social_detail_i {
    float: left;
    color: #a7a7a7;
    width: 65%;
    line-height: 41px;
    padding-left: 55px;
    background-color: #f3f3f3;
	background-image: url("images/instagram.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
}
.social_detail_t {
    float: left;
    color: #a7a7a7;
    width: 65%;
    line-height: 41px;
    padding-left: 55px;
    background-color: #f3f3f3;
	background-image: url("images/twitter.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
}
.social_detail_f {
    float: left;
    color: #a7a7a7;
    width: 65%;
    line-height: 41px;
    padding-left: 55px;
    background-color: #f3f3f3;
	background-image: url("images/facebook.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
}
.social_detail_t b, .social_detail_f b, .social_detail_i b {
	color: #000;
}
.biotitle {
    padding: 0 3%;
}
.biotext {
    line-height: 25px;
    font-size: 16px;
    padding: 0 3%;
}
.biotext img {
    width: 175px;
    float: left;
    padding: 10px 15px 5px 0;
}
.form_mailup .follow_box {
	background-color: transparent;
}
.form_mailup input {
    width: 94%;
    margin: 10px 3%;
    padding: 5px 10px;
    border: 1px solid #00788d;
}
.form_mailup input[type="checkbox"] {
    width: auto;
}
.form_mailup label {
    font-size: 12px;
    color: #777;
}
.form_mailup a {
    font-size: 12px;
    color: #777;
}
.form_mailup button {
    float: right;
    margin: 4px 8px 0 0;
    background-color: #00788d;
    padding: 7px 17px;
    color: #fff;
}
.form_mailup button:hover {
	background-color: #a5c300;
}


/*  SLIDERS STYLES  */

.slider {
    width: 100%;
    overflow: hidden;
    max-height: 370px;
    position: relative;
    margin-bottom: 20px;
}
.slider_partner,
.slider_ambassador,
.slider_activity,
.slider_latest {
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
}
.slider .ul_slide {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300%;
	height: 100%;
	top: 0;
}
.slider_partner .ul_slide,
.slider_ambassador .ul_slide,
.slider_activity .ul_slide,
.slider_latest .ul_slide {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
}
.slider .li_slide {
	padding: 0;
	margin: 0;
	width: 33.333333%;
	height: 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
}
.slider_partner .li_slide,
.slider_ambassador .li_slide,
.slider_activity .li_slide,
.slider_latest .li_slide {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	bottom: 0;
}

.slider .li_slide .post_wrapper,
.slider_partner .li_slide .post_wrapper,
.slider_ambassador .li_slide .post_wrapper,
.slider_activity .li_slide .post_wrapper,
.slider_latest .li_slide .post_wrapper {
	width: 100%;
    cursor: auto;
    float: left;
}
.slider .li_slide {
	background-color: #f3f3f3;
}

.slider_partner .li_slide,
.slider_ambassador .li_slide,
.slider_activity .li_slide,
.slider_latest .li_slide {
	background-color: #fff;

}

.slider a.prev,
.slider a.next,
.slider_partner button,
.slider_ambassador button,
.slider_activity button,
.slider_latest button {
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: none;
    outline: none;
    top: 140px;
    bottom: 0;
    width: 15%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    z-index: 10;
    height: 80px;
    cursor: pointer;
}

.slider a.prev {
	left: 0;
	background-image: url("images/slider_arrow_left.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.slider a.next {
	right: 0;
	background-image: url("images/slider_arrow_right.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_partner button.prev,
.slider_ambassador button.prev,
.slider_activity button.prev,
.slider_latest button.prev  {
	left: 0;
	background-image: url("images/small_slide_left.png");
	background-repeat: no-repeat;
	background-position: center center;
	top: 95px!important;
	display: none;
}

.slider_partner button.next,
.slider_ambassador button.next,
.slider_activity button.next,
.slider_latest button.next {
	right: 0;
	background-image: url("images/small_slide_right.png");
	background-repeat: no-repeat;
	background-position: center center;
	top: 95px!important;
	display: none;
}

.slider button:hover,
.slider button:active,
.slider_partner button:hover ,
.slider_partner button:active,
.slider_ambassador button:hover,
.slider_activity button:hover,
.slider_ambassador button:active,
.slider_activity button:active,
.slider_latest button:hover,
.slider_latest button:active {
	opacity: 1.0;
}
.slider.single.single_element .prev,
.slider.single.single_element .next {
	display: none;
}

.inner_slide_data {
	width: 100%;
    margin: auto;
    padding: 100px 15% 0 15%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
    top: 0;
    position: absolute;
}


/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.ambassador_box {
    padding: 25px 7% 0 7%;
}
.li_slide:first-child .amb_post {
    padding-bottom: 15px;
}
.amb_post {
    margin-bottom: 20px;
    position: relative;
    min-height: 120px;
}
.amb_poster {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
}
.amb_poster a {
	font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
	color: #00788e;
    font-size: 30px;
    font-weight: bold;
}
.li_slide:first-child .amb_post a .amb_image {
    width: 100%;
    height: 245px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0px;
}
.amb_image {
    width: 45%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
}
.amb_date {
	font-family: 'Fira Sans', sans-serif;
    padding: 5px 10px 4px 10px;
    background-color: #cd2f33;
    box-shadow: 1px 1px 10px #000;
    margin: 0 0 0 0;
    position: absolute;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    top: 0px;
    left: 0px;
}
.li_slide:first-child .amb_post .amb_title {
    padding: 20px 5% 15px 5%;
    line-height: 18px;
    width: 100%;
}
.amb_title {
    padding: 0 0 5px 4%;
    line-height: 18px;
    float: right;
    width: 55%;
}
.li_slide:first-child .amb_post .amb_title a {
    font-size: 14px;
    line-height: 17px;
}
.amb_title a {
	font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
}
.li_slide:first-child .amb_post .amb_info {
	font-family: 'Fira Sans', sans-serif;
    font-size: 11px;
    color: #00788e;
    font-weight: 400;
    padding: 0 5% 0 5%;
    text-transform: uppercase;
    width: 100%;
}
.amb_info {
	font-family: 'Fira Sans', sans-serif;
    font-size: 11px;
    color: #00788e;
    font-weight: 400;
    padding: 0 0 0 4%;
    text-transform: none;
    width: 55%;
    float: right;
}
.amb_info a {
    font-size: 11px;
    color: #00788d;
    font-weight: 400;
    text-transform: uppercase;
}
.amb_excerpt {
    padding: 12px 5% 10px 5%;
    line-height: 18px;
}
.li_slide:first-child .amb_post .amb_excerpt a {
	font-family: 'Fira Sans', sans-serif;
	text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #989898;
    padding: 15px 0 0 0;
    width: 100%;
}
.amb_excerpt a {
	font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
    padding: 5px 0 0 4%;
    width: 55%;
    float: right;
}
.act_date {
	font-family: 'Fira Sans', sans-serif;
    width: auto;
    font-size: 14px;
    background-color: transparent;
    color: #00788e;
    position: absolute;
	left: -50px;
    top: 27px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.side_banner {
    padding: 25px 8% 25px 8%;
}
.side_banner a {
    margin: auto;
    width: 100%;
    max-width: 400px;
    display: block;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer .upper-footer{
    background-color: #222222;
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 21px;
    text-align: center;
}
.site-footer .upper-footer .main-title{
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
}
.site-footer .upper-footer address{
	margin-bottom: 0px;
	font-size: 11px;
	color: #989898;
}
.site-footer .upper-footer .contacts{
	margin: 0px;
	color: #989898;
	font-size: 11px;
}

.site-footer .lower-footer{
	background-color: #000;
	color: #989898;
}
.site-footer .lower-footer div.copyright{
	width: auto;
	display: inline-block;
	text-align: left;
}
.site-footer .lower-footer .copyright{
	padding: 12px 0 12px 40px;
    font-size: 11px;
}
.site-footer .lower-footer div.main-navigation{
	width: auto;
	display: inline-block;
	float: right;
	text-align: right;
}
.site-footer .lower-footer div.main-navigation li a{
    padding: 11px 5px;
    background-color: #464747;
    color: #b2b2b2;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0 1px;
    width: 135px;
    text-align: center;
}
.site-footer .lower-footer div.main-navigation li a:hover {
	background-color: white;
    color: black;
}
.lower-footer .main-navigation li {
    width: 33.333%;
    text-align: center;
}
#site-navigation .current-menu-item a {
	background-color: #cd0574;
}
.home_filter {
    padding: 0 5% 15px 5%;
}
.filter_title {
    width: 23%;
    float: left;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 172px;
    line-height: 26px;
}
.filter_button_box {
    float: left;
    width: 68%;
}
.filter_button {
    margin: 0 8px 0 0;
    background-color: transparent;
    border: 1px solid #a3a3a3;
    display: block;
    float: left;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 11px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
}
.filter_button:visited {
    color: #000;
}
.filter_button:hover,
.filter_button.active  {
    background-color: #97bb00;
    color: #fff;
    border: 1px solid #a3a3a3;
    cursor: pointer;
}
.flex-control-nav {
    bottom: 10px!important;
}
.flex-control-paging li a {
    background: transparent!important;
    border: 1px solid #fff;
}
.flex-control-paging li a.flex-active {
    background: #fff!important;
}

/* PARTNERS LOGO WIDGET */

.partners_logo_box {
    padding: 20px 0;
}
.single_partner {
    width: 29%;
    margin: 10px 2%;
    height: 100px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.modal_blog_id {
    background-color: #f5f5f5;
}
.blog_info_content {
    left: 30%!important;
    width: 40%!important;
}
.oneall_social_login_providers {
    max-height: 35px!important;
}
button.btn.btn-theme.btn-lg {
    background-color: #f5f5f5!important;
    color: #000!important;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.event_dates {
    max-width: 500px;
    margin: auto;
}
.single_date {
    width: 49%;
    float: left;
    height: 170px;
    margin: 0.5%;
    padding-top: 50px;
}
.single_date.many {
    width: 32%;
    float: left;
    height: 150px;
    margin: 0.666%;
    padding-top: 40px;
}

.single_date span{
	display: block;
	text-align: center
}

.single_date .act_day {
    font-size: 40px;
    height: 48px;
    letter-spacing: 1px;
    margin-top: -10px;
    font-weight: 600;
}
.single_date .act_month {
    font-size: 14px;
    height: 20px;
    font-weight: 600;
}
.single_date .act_year {
    height: 26px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 3px;
    padding-left: 5px;
}
.single_date.date_start {
	background-image: url("images/bg_date_start.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.single_date.date_end {
	background-image: url("images/bg_date_end.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.single_date.date_more {
	background-image: url("images/bg_date_more.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.single_media_block {
    width: 46%;
    float: left;
    height: 200px;
    margin: 2%;
}
.single_date.date_more.toomany {
    width: 15%;
    height: 95px;
    background-size: initial!important;
    background-position: center -27px!important;
    padding-top: 25px;
    border: 1px solid #00657E;
}
.single_date.date_more.toomany .act_day {
    font-size: 25px;
    height: 33px;
    letter-spacing: 0px;
    margin-top: -7px;
    font-weight: 600;
}
.single_date.date_more.toomany .act_month {
    font-size: 9px;
    height: 10px;
    font-weight: 600;
}
.single_date.date_more.toomany .act_year {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}
.g_img_block {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}
.single-attivita .editorial_row,
.ambassador_box .slider .li_slide {
    background-color: transparent;
}
.ambassador_box .slider {
	max-height: none;
	padding-bottom: 30px;
}
.ambassador_box .flex-control-nav {
	/*display: none;*/
}
.ambassador_box .flex-control-nav {
    width: auto;
    float: right;
    position: relative;
    bottom: -30px!important;
    right: 4px;
}
.ambassador_box .flex-control-paging li a {
    border: 1px solid #9d9d9d!important;
    width: 13px!important;
    height: 13px!important;
    border-radius: 5px!important;
}
.ambassador_box .flex-control-paging li a.flex-active {
    background-color: #9d9d9d!important;
}
/*.custom-navigation.subber {
    width: 100px;
    height: 30px;
    float: right;
}
.custom-navigation.subber a.prev.flex-prev {
    height: 30px;
    width: 30px;
    display: block;
    background-color: yellowgreen;
    float: left;
}
.custom-navigation.subber a.next.flex-next {
    height: 30px;
    width: 30px;
    display: block;
    background-color: blue;
    float: left;
}*/
.single-attivita .post_data_title.single,
.post_data_title.single {
	font-family: 'Fira Sans', sans-serif;
    text-align: left;
    text-transform: inherit;
    font-size: 30px;
    padding-bottom: 15px;
    margin: 0 5%;
    width: 90%;
}
.single-attivita .post_data_subtitle {
	font-family: 'Crimson Text', serif;
    padding: 13px 0 13px 0;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 5%;
    width: 90%;
}
.single-attivita .event_from {
	font-family: 'Crimson Text', serif;
    padding: 13px 0;
    margin: 0 5%;
    width: 90%;
}
.single-attivita .from_left {
    width: 80%;
    float: left;
    min-height: 30px;
}
.single-attivita .from_right {
    width: 17%;
    float: right;
}
.single-attivita .from_intro {
    font-size: 16px;
    line-height: 21px;
    padding-left: 40px;
    padding-right: 40px;
}
.single-attivita .home_separator.single {
    margin: 0 5%!important;
}
.single-attivita .slider.single {
    margin-top: 20px;
}
.single-attivita .partecipate_button {
    margin-top: 7%;
    width: 100%;
    background-color: #df2500;
    color: #fff;
    padding: 5px 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    border: 1px solid #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.single-attivita .partecipate_button:hover {
    border: 1px solid #000;
}
.single-attivita .from_row {
    color: #00788e;
    font-size: 16px;
    font-weight: 600;
}
.single-attivita .post_data_additional {
	font-family: 'Crimson Text', serif;
	width: 75%;
    margin: 0 0 0 5%;
    color: #00788e;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    min-height: 30px;
    padding-bottom: 15px;
}
.single-attivita .post_data_file {
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    margin-right: 5%;
    background-image: url('images/pdf.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.single-attivita .post_data_excerpt,
.post_data_excerpt {
	font-family: 'Crimson Text', serif;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin: 0 5%;
}

/*  FORM PARTCIPAZIONE  */

#gform_fields_2 input {
	padding: 5px 15px;
	font-size: 14px;
}
#gform_fields_2 textarea {
	padding: 15px;
	font-size: 14px;
	height: 200px;
}
article#post-143 {
    background-color: #F3F3F3;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
}
#gform_submit_button_2 {
    background-color: #df2500;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*  FORM DONAZIONE  */

#gform_fields_1 input {
	padding: 5px 15px;
	font-size: 14px;
}
#gform_fields_1 textarea {
	padding: 15px;
	font-size: 14px;
	height: 200px;
}
article#post-6 {
    background-color: #F3F3F3;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
}
#gform_submit_button_1 {
    background-color: #405902;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px!important;
}
article#post-76 {
	background-color: #F3F3F3;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
}
article#post-76 input[type="text"],
article#post-76 input[type="email"] {
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
    margin-top: 16px;
}
article#post-76 input[type="checkbox"] {
	margin-right: 5px;
}
article#post-76 input#campo2 {
    margin-bottom: 20px;
}
article#post-76 form a,
article#post-76 form label {
    font-size: 14px;
    color: #000;
}
article#post-76 form button {
    background-color: #cd0574;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
}
.single_date.date_blank {
	background-image: url("images/bg_date_blank.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
span.act_every {
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    height: 40px;
    padding-top: 20px;
}
span.act_dow {
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    height: 25px;
    font-weight: 600;
}

/*------------------------------------*\
    BLOCCO HOME TERZO PARADISO
\*------------------------------------*/

.top_evidence_title {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.top_elements_container {
    max-width: 1336px;
    margin: auto;
    padding: 40px 0 50px;
}
.top_evidence_box {
    float: left;
    width: 48%;
    margin: 0px 1%;
}
.top_evidence_content {
    height: 340px;
    margin-top: 20px;
}
.top_evidence_content a {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
}
.search-no-results article h2 {
	margin: 0;
    padding: 25px 2% 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.post_data_excerpt {
    /*text-align: center;*/
    text-align: left;
    padding: 20px 0px;
    line-height: 26px;
    margin: 0 5% 20px;
}
.home .basic_post_info {
    padding-bottom: 40px;
    background-color: #f3f3f3;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media ( min-width: 1026px ) and ( max-width: 1280px ){
	#primary-menu .menu-separator{
		display: block;
		float: none;
	}
}

@media (min-width: 1025px) {

	.site-header .main-navigation li:last-of-type {
	    /*min-width: 200px;*/
	}
	.site-header .main-navigation ul ul a, #primary-menu .submenu_item .undermenu li a {
	    width: 230px;
	}

}

@media (min-width: 1025px) and (max-width: 1240px) {

	#sites-menu div.links a:nth-child(2) {
	    display: none;
	}

	#sites-menu #menu-heading-menu {
    	width: 55%;
    }
    .site_utilities {
	    /*width: 45%;*/
	    width: 35%;
	}
    #sites-menu ul li a {
	    padding: 0 11px;
	}
	#sites-menu .search-form {
    	width: 135px;
    }
    .manchette {
	    max-width: 265px;
	    padding-top: 7px;
	}
	.single-article.loop_wrapper {
	    height: 410px;
	}
	#site-navigation li a {
	    padding: 13px 0px;
	}
	.single_date.date_more.toomany .act_month {
	    font-size: 7px;
	}
	.single_date.date_more.toomany .act_year {
	    padding-left: 1px;
	}


}
@media (min-width: 769px) and (max-width: 1050px) {

}


@media (min-width: 769px) and (max-width: 1024px) {

	.single-article.loop_wrapper {
	    height: 410px;
	    margin: 17px 3%;
    	width: 43%;
	}

	.single-article.loop_wrapper:nth-child(even){
		margin-left: 30px
	}

	.home .basic_post_info{
		min-height: 190px !important
	}
	.rev_slider_container {
	    /*margin-top: 91px;*/
	}
	.menu-menu-container {
	    display: inherit;
	}
	#sites-menu #menu-heading-menu {
	    width: 100%;
	}
	.site_utilities {
	    float: left;
	    max-width: none;
	    width: 100%;
	    height: 40px;
	    margin-left: 15px;
	}
	.manchette {
	    max-width: 200px;
	    padding-top: 15px;
	}
	#site-navigation {
	    height: auto;
	    min-height: 50px;
	}
	.main-navigation li {
	    width: 12.4%;
	    text-align: center;
	}
	#site-navigation li a {
	    padding: 14px 0px;
	    font-size: 10px;
	}
	.editorial_row {
    	width: 100%;
    }
    #home_sidebar,
    #post_sidebar,
    #single_sidebar {
	    width: 100%;
	    padding-bottom: 30px;
	}
	#page_sidebar {
	    width: 100%;
	    padding-bottom: 30px;
	}
	.slider_partner,
	.slider_ambassador,
	.slider_activity {
	    height: 420px;
	}
	.filter_button_box {
	    width: 68%;
	}
	a.single_partner {
	    height: 180px;
	    background-size: contain;
	}
	.page-template-default .site-main {
	    width: 90%;
	    margin: 0 5%;
	    float: left;
	    padding: 40px 3% 60px 3%;
	}

	ul.sub-menu {
	    background-color: #000;
	    margin-top: 218px;
	    width: 100%;
	    left: 0!important;
	    /*padding: 0 30px;*/
	}
	ul.sub-menu li {
	    width: 20%;
	    float: left!important;
	}
	ul.sub-menu li a {
		visibility: visible!important;
	}
	.site-branding {
	    margin-top: 100px;
	}
	.wrapper {
	    max-width: 1336px;
	    margin: 30px auto 0;
	}
	.home .wrapper {
	    margin: 0 auto;
	}
	#home_sidebar .post-box {
		display: flex;
		flex-wrap: wrap;
	}
	#home_sidebar .post-box .single-post-sidebar{
		width: 44%;
	    /* float: left; */
	    margin-left: 3%;
	    min-height: 295px;
	}

	#home_sidebar .post-box .single-post-sidebar .content{
		width: 66%;
	}
	#pagina-contenuto .video {
	    width: 90%!important;
	    margin-left: 5%;
	    padding: 0 30px 30px 30px;
	}
	#pagina-contenuto .content {
	    width: 90%!important;
    	margin-left: 5%;
	}
	.bgfoto .page a {
	    margin-left: 5%;
	}
	.submenu_bg {
	    margin-top: 85px;
	}

	#nav-icon3 {
        display: block;
        margin-top: 10px;
    }

	#site-navigation {
		overflow: hidden;
		max-height: 50px;
	}
	#site-navigation.open {
	    height: auto;
	    max-height: 1000px;
	    overflow: visible;
	}
	.menu-menu-container {
	    margin-top: 45px;
	}

	.main-navigation ul ul{
		position: initial;
		box-shadow: none
	}

	.main-navigation .undermenu{
		display: block !important;
		width: 100%;
		margin-left: 20px
	}


	.main-navigation li {
	    width: 100%;
	}
}

@media (min-width: 1px) and (max-width: 1250px) {

	#nav-icon3 {
        display: block;
        margin-top: 10px;
    }

	.home #site-navigation{
		/*margin-top: 36px*/
	}

	#site-navigation {
		overflow: hidden;
		max-height: 50px;
	}
	#site-navigation.open {
	    height: auto;
	    max-height: 1000px;
	    overflow: visible;
	}
	.menu-menu-container {
	    margin-top: 45px;
	}

	.main-navigation ul ul{
		position: initial;
		box-shadow: none
	}

	.main-navigation .undermenu{
		display: block !important;
		width: 100%;
		margin-left: 20px
	}


	.main-navigation li {
	    width: 100%;
	}

	#site-navigation.open {
	    height: auto;
	    max-height: 1000px;
	    overflow: visible;
	}

	#primary-menu{
		margin-top: 0px;
	}

	#primary-menu .submenu_item{
		max-width: none;
		width: 100%;
		float: none;
		height: auto;
		display: inline-block;
	}


	#primary-menu .submenu_item a{
		text-align: left;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (min-width: 1px) and (max-width: 768px) {

	#sites-menu #menu-heading-menu-cittadellarte {
	    width: 100%;
	    float: left;
	    height: auto;
	    line-height: 50px;
	    position: absolute;
	    margin-top: 80px;
	}
	.top_evidence_content {
	    height: 270px;
	}
	.top_evidence_box {
	    width: 98%;
	    margin: 25px 1%;
	}
	.slider_partner button.prev,
	.slider_ambassador button.prev,
	.slider_activity button.prev,
	.slider_latest button.prev  {
		opacity: 0.8;
		background-color: #a7a7a7;
	}

	.slider_partner button.next,
	.slider_ambassador button.next,
	.slider_activity button.next,
	.slider_latest button.next {
		opacity: 0.8;
		background-color: #a7a7a7;
	}
	#sites-menu {
    	position: fixed;
	    height: 40px;
	    overflow: hidden;
	    width: 100%;
			z-index: 50;
	}
	#sites-menu.open {
		height: 100vh;
		width: 100%;
    	z-index: 100;
	}
	#nav-icon2, #nav-icon3 {
        display: block;
        margin-top: 10px;
    }
    .menu-heading-menu-container {
	    padding: 0 10px 0 0;
	}
	#sites-menu #menu-heading-menu {
	    width: 100%;
	    float: left;
	    height: auto;
	    line-height: 50px;
	    position: absolute;
    	margin-top: 80px;
	}
	#sites-menu ul li {
   	 	width: 100%;
   	}

   	.site_utilities {
	    float: left;
	    width: 98%;
	    margin-left: 16px;
	    height: auto;
	    max-width: none!important;
	}
	#sites-menu .search-form {
	    width: 190px;
	    float: right;
	    margin: 6px 15px;
	}
	#sites-menu div.links {
	    float: right;
	    margin: 6px 10px;
	}
	#sites-menu div.language-switcher {
	    float: right;
	    width: 100px;
	}
	#sites-menu div.links a {
	    padding: 5px 12px;
	}
	#sites-menu div.cart {
	    float: right;
	    margin: 0 27px 0 0;
	    width: 25px;
	}
	.site-branding {
   		margin-top: 72px;
   	}
   	.manchette {
	    max-width: 145px;
    	padding-top: 13px;
	}

	.site-footer .lower-footer div.main-navigation {
	    float: none;
	    width: 100%;
	}
	.site-footer .lower-footer div.main-navigation li a {
	    padding: 7px 5px;
	    margin: 0;
	    width: 99%;
	    font-size: 11px;
	}
	.editorial_row {
    	width: 100%;
    }
    #home_sidebar,
    #post_sidebar,
    #single_sidebar {
	    width: 100%;
	    padding: 40px 0px 30px 3%;
	}
	#page_sidebar {
	    width: 100%;
	    padding-bottom: 30px;
	}
	.ambassador_box {
	    padding: 25px 3% 0 3%;
	}
	.latest_news {
	    padding: 40px 3% 60px 3%;
	}
	.single-article.loop_wrapper {
	    width: 95%;
	}
	.loop_wrapper .basic_post_info {
	    min-height: 210px;
	}
	.mobile_helper {
	    display: block;
	}
	a.single_partner {
		width: 40%;
		margin: 10px 5%;
	    height: 140px;
	    background-size: contain;
	}
	.page-template-default .site-main {
	    width: 90%;
	    margin: 0 5%;
	    float: left;
	    padding: 40px 3% 60px 3%;
	}
	ul.sub-menu {
	    width: 100%;
	}

	.single-article.loop_wrapper {
	    height: 360px;
	    margin-left: 20px;
	    width: 94%;
	}

	.single-article.loop_wrapper:nth-child(even){
		margin-left: 20px
	}

	.home .basic_post_info{
		min-height: 214px !important
	}

	#home_sidebar .post-box .single-post-sidebar{
		width: 96%;
		float: left;
	}

	#home_sidebar .post-box .single-post-sidebar .content{
		width: 73%;
		min-height: 214px !important
	}
	#home_sidebar .post-box .single-post-sidebar .post-thumb-sidebar {
	    position: relative;
	    overflow: hidden;
	}
	#home_sidebar .post-box .single-post-sidebar .post-thumb-sidebar img {
	    width: 100%;
	}

	#pagina-contenuto .video {
	    width: 90%!important;
	    margin-left: 5%;
	    padding: 0 3% 30px 3%;
	}
	#pagina-contenuto .content {
	    width: 90%!important;
    	margin-left: 5%;
	}
	#pagina-contenuto .content .text {
	    padding: 5%!important;
	}
	.bgfoto .page a {
	    margin-left: 5%;
	}
	#pagina-contenuto .content .text h1 {
	    font-size: 32px!important;
	}

	.submenu_bg.landing, .submenu_bg{
		margin-top: 46px;
		max-height: none;
		background-color: white;
	}

	.submenu_bg .submenu_custom .submenu_item{
		width: 100%;
		max-width: 100%;
	}

	.submenu_bg .submenu_item a{
		text-align: left;
	}



}

@media (min-width: 1px) and (max-width: 600px) {

	.site_utilities .clear {
		display: block;
	}
	.manchette {
	    display: none;
	}
	.site-branding-section.center {
	    padding-top: 0px;
	    width: 100%;
	}
	.site-footer .upper-footer {
    	padding-left: 15px;
    }
    .site-footer .lower-footer .copyright {
	    padding: 12px 0 12px 15px;
	}
	.basic_image {
    	width: 100%;
    }
    .basic_post_info {
	    padding-left: 1%;
	    width: 99%;
	    min-height: 220px;
	}
	.cloudTags {
	    top: 15px;
	    left: 10px;
	}
	.slider {
	    /*height: 680px;*/
	}
	.site-branding .site-branding-section {
	    min-height: 0px;
	}
	.filter_title {
	    width: 100%;
	    padding: 0;
	}
	.filter_button_box {
	    float: left;
	    width: 100%;
	    text-align: -webkit-center;
	    margin: 5px 0;
	}
	.single-attivita .from_left,
	.single-attivita .from_left.bottom {
	    width: 100%;
	    float: left;
	    min-height: 30px;
	}
	.single-attivita .from_right {
	    width: 100%;
	    float: right;
	}
	.single-attivita .partecipate_button {
	    max-width: 200px;
	    margin: 14px auto;
    	padding: 15px;
	}

}

@media (min-width: 1px) and (max-width: 420px) {


	.site_utilities {
	    width: 95%;
	}
	.slider_partner, .slider_ambassador, .slider_activity {
	    /*height: 500px;*/
	}
	.social_detail_t,
	.social_detail_f {
	    padding-left: 45px;
	}
	.form_mailup button {
	    padding: 7px 10px;
	}
	.inner_slide_data {
	    padding: 50px 15% 0 15%;
	    background: rgba(0, 0, 0, .5);
	}
	.filter_button {
	    margin: 0 7px 0 0;
	    padding: 2px 5px;
	}
	.flex-control-nav {
		display: none;
	}
	.inner_slide_data .post_data_title a {
	    font-size: 15px;
	    line-height: 21px;
	}
	.loop_wrapper .basic_post_info {
	    min-height: 250px;
	}
	.basic_post_info .readmore a {
	    margin-left: 0;
	}
	.site-footer .lower-footer div.main-navigation li a {
	    font-size: 9px;
	}
	.single_media_block {
	    width: 44%;
	    height: 130px;
	    margin: 3%;
	}
	.flex-control-nav {
	    right: auto;
	    display: block;
	    width: 100%;
	}

	.single-article.loop_wrapper {
	    height: 410px;
	    margin-left: 20px;
	    width: 92%
	}

	.single-article.loop_wrapper:nth-child(even){
		margin-left: 20px
	}

	.home .basic_post_info{
		min-height: 214px !important
	}

	#home_sidebar .post-box .single-post-sidebar{
		width: 100%;
		float: left;
	}

	#home_sidebar .post-box .single-post-sidebar .content{
		width: 60%;
		min-height: 214px !important
	}

}

/* ADDITIONAL MEDIA QUERIES */

@media (min-width: 1025px) and (max-width: 1350px) {

	#pagina-contenuto .video {
	    width: 35%!important;
	}
	#pagina-contenuto .content {
	    width: 65%!important;
	}
	.bgfoto .page a {
	    margin-left: 5%;
	}

}

@media (min-width: 769px) and (max-width: 1023px) {

	#site-navigation {
	/*    margin-top: 42px; */
	}

}

@media (min-width: 769px) and (max-width: 1366px) {

	.menu-menu-container {
	    display: inherit;
	    /* max-width: 1336px; */
	}
}

/* STILI LANDING */

.full-width{
	width: 100%;
}

#vision{
	max-width: 1440px;
	padding: 30px;
	width: 100%;
	margin: auto;
}

#vision h2{
	font-family: 'Fira Sans', sans-serif;
	font-size: 60px;
}

#vision .video, #vision .text{
	font-family: 'Fira Sans', sans-serif;
	width: 50%;
	float: left;
}

#vision .text p{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
	padding-left: 45px;
}

#vision .text p a{
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 4px
}

#vision .text p.goto{
	margin-top: 40px;
}

#michelangelo{
	width: 100%;
	margin: auto;
    float: left;
    background-color: black;
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
}

.page-template-page-home #michelangelo{
	margin-bottom: 0px
}


#michelangelo .inner{
	width: 100%;
	max-width: 1336px;
	margin: auto;
}

#michelangelo h2{
	color: white;
	font-family: 'Fira Sans', sans-serif;
	font-size: 30px;
	font-weight: 100
}

#michelangelo .text{
	color: white;
	width: 50%;
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	width: 50%;
	float: left;
}

#michelangelo .text p{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
}

#michelangelo .image{
	/*width: 50%;
	float: left;*/
    width: 50%;
    float: left;
    margin-top: -55px;
    margin-bottom: 30px;
}

#michelangelo .image img{
	/*margin-top: -165px*/
	bottom: 0px;
    position: absolute;
}

#michelangelo .goto{
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 12px;
}

#michelangelo .goto a{
	color: white;
	font-family: 'Fira Sans', sans-serif;
}

#news{
	max-width: 1380px;
	width: 100%;
    margin: auto;
    clear: both;
    background-color: #e6e6e6;
    display: table;
    padding: 30px;
}

#news h2{
	font-size: 60px;
	color: #000;
}

#news #posts_list{
	float: left;
	margin-top: 50px;
}

#news .single-article.loop_wrapper{
    margin: 50px 6%;
}

#news .single-article.loop_wrapper .news-tags{
	position: absolute;
	top: -20px;
	right: 0px
}

#news .single-article.loop_wrapper .single-tag{
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	margin-right: 10px;
	background-color: black;
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	border-radius: 20px;
}

#news .single-article.loop_wrapper .basic_post_info{
	min-height: 170px;
	max-height: 190px;
}

#news .basic_post_info .post_data_excerpt a{
	letter-spacing: 1px
}

#sponsor{
	max-width: 1336px;
	width: 100%;
	margin: auto;
	padding: 30px 0px;
	text-align: center
}

#sponsor div.image-container{
	display: inline-block;
	text-align: center;
	position: relative;
	min-width: 130px
}

#sponsor a{
	text-decoration: none
}

#sponsor h2{
	font-size: 60px;
	text-align: left;
}

#sponsor img{
	display: inline-block;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

#sponsor .popup{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
    color: white;
}

#collaborazioni{
	max-width: 1380px;
	width: 100%;
	margin: auto;
	padding: 30px;
	text-align: center;
    background-color: #e6e6e6;
}

#collaborazioni div.image-container{
	display: inline-block;
	text-align: center;
	position: relative;
	min-width: 130px
}

#collaborazioni a{
	text-decoration: none
}

#collaborazioni h2{
	font-size: 60px;
	text-align: left;
	margin-top: 0;
}

#collaborazioni img{
	display: inline-block;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}
#collaborazioni .popup{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
    color: white;
}

.page-template-page-home #collaborazioni{
	margin-top: 30px
}

/* STILI PAGINA PISTOLETTO */
#biografia{
	font-family: 'Fira Sans', sans-serif;
}

#biografia .bgfoto{
	min-height: 350px;
	background-color: #1e1e1e;
	background-image: url('/wp-content/themes/cittadellarte/images/michelangelo-pistoletto.png');
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: contain;
}

#biografia .page{
	max-width: 1336px;
	width: 100%;
	margin: auto;
}

#biografia .content{
	background-color: #1e1e1e;
	float: left;
	color: white;
	width: 50%;
	margin-bottom: 50px;
}

#biografia .content .text{
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	padding: 50px;
	margin-top: -240px;
	line-height: 26px;
    letter-spacing: 0.25px;
}

#biografia .content .text h1{
	font-family: 'Fira Sans', sans-serif;
	font-size: 48px
}

#biografia .video{
	width: 50%;
	float: left;
}

/* STILI PAGINA DI CONTENUTO */
#pagina-contenuto{
	font-family: 'Fira Sans', sans-serif;
}

#pagina-contenuto .bgfoto{
	min-height: 460px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

#pagina-contenuto .bgfoto .page img, #biografia .bgfoto .page img{
	margin-top: 20px
}

#pagina-contenuto .page{
	max-width: 1336px;
	width: 100%;
	margin: auto;
}

#pagina-contenuto .content{
	background-color: #fff;
	float: left;
	color: #000;
	width: 60%;
}

#pagina-contenuto #home_sidebar{
	width: 100%;

}

#pagina-contenuto .content .text{
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	padding: 50px;
	margin-top: -240px;
	line-height: 26px;
    letter-spacing: 0.25px;
    background-color: #fff;
}

#pagina-contenuto .content .text ul{
	margin-left: 0px;
}

#pagina-contenuto .content .text a{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#pagina-contenuto .content .text h1{
	font-family: 'Fira Sans', sans-serif;
	font-size: 48px
}

#pagina-contenuto .video{
	padding-top: 5px;
	width: 40%;
	float: left;
}

#pagina-contenuto input[type='text'], #pagina-contenuto input[type='email']{
	width: 100%;
	margin-bottom: 20px;
}

/* MISCELLANEOUS */
.black-line{
	position: absolute;
	top: 27px;
	left: -20px

}

/* EXTRA CONTENTS */
.post_data_excerpt .extras-container a{
	font-style: italic;
	font-weight: bold;
	color: #000;
}

.post_data_excerpt .extras-container p{
	text-align: center;
	width: 100%
}

.post_data_excerpt .extras-container .login-button{
	background-color: #00788e;
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	border-radius: 5px;
	padding: 10px 0px;
	color: white;
	text-transform: uppercase;
}

.post_data_excerpt .extras-container.login-buttons-container h3{
	text-align: center
}

.post_data_excerpt .extras-container .login-button a{
	color:white;
	font-style: normal;

}

.post_data_excerpt .extras-container.attachment-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post_data_excerpt .extras-container.link-container div.single-link{
		padding-top: 10px;
	padding-bottom: 10px;
}

.post_data_excerpt .extras-container.media-container{
	padding-top: 20px;
	padding-bottom: 20px;
}

.post_data_excerpt .extras-container.media-container .home_separator.single{
	float: left;
	width: 100%;
}

.post_data_excerpt .extras-container.media-container .foto{
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 15px;
}

.ufficio-stampa-contacts{
	padding-left: 5%;
}

.ufficio-stampa-contacts p{
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Crimson Text', serif;
}

.ufficio-stampa-contacts p a{
	font-weight: bold;
	color: #000
}

.post-type-archive-ufficio-stampa h1.allnews{
	margin-bottom: 0px;
}

@media ( min-width: 1px ) and ( max-width: 768px ){

	#vision .video, #vision .text{
		width: 100%;
	}

	#vision .text{
		padding-top: 40px
	}

	#vision .text p{
		padding-left: 0px
	}

	#michelangelo{
	    padding-bottom: 30px;
	}

	#michelangelo .image{
		display: none;
	}

	#michelangelo .text{
		width: 100%
	}

	#news .single-article.loop_wrapper img:not(.black-line){
		width: 100%
	}

	#news .single-article.loop_wrapper{
		    margin: 20px auto;
	    width: 80%;
	    float: none;
	}

}

#subactivites .sub-act-content{
	padding-top: 30px;
}

#subactivites .home_separator{
	margin: 0 !important
}

#subactivites .sub-act-content a{
	color: #000;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

.single-attivita .post_data_excerpt a{
	color: #000;
	font-weight: bold;
	font-style: italic;
}

.single-attivita article.attivita table tr td{
width: 64%;
display: inline-table;
margin-left: 30px;
}

.single-attivita article.attivita table tr td img{
	width: 100%
}

.single-attivita article.attivita table tr td:first-child{
width: 30%;
display: inline-table;
margin-left: 0px;
}

@media (min-width: 1px) and (max-width: 768px) {
	#collaborazioni h2{
		font-size: 40px;
	}
}

@media (min-width: 1px) and (max-width: 600px) {

	#news #posts_list{
		margin-top: 0px;
	}

	#news .single-article.loop_wrapper{
		width: 100%
	}

	#news .news-tags{
		display: none;
	}

}

/* .tax-tipo_evento .single-article.loop_wrapper{
	min-height: 400px;
} */

.tax-tipo_evento .single-article.loop_wrapper .basic_post_info{
	min-height: auto;
}

small{
	font-size: 90%
}

big{
	font-size: 150%;
}

.page-template-page-news-citta .single-article.loop_wrapper{
	min-height: 553px;
}

.page-template-page-news-citta .see-all{
	text-align: center;
	color: black;
	padding-bottom: 30px;
	text-decoration: none;
	width: 100%;
	float: left;
}

.single .site-branding, .archive .site-branding{
	margin-top: 90px
}

.single #content, .archive #content{
margin-top: 30px
}

@media (min-width: 1px) and (max-width: 768px) {
	.page-template-page-news-citta .editorial_row{
		margin-top: 0px
	}

	.page-template-page-news-citta .single-article.loop_wrapper, .archive .single-article.loop_wrapper{
		width: 93%;
		min-height: 500px;
	}

	.archive .single-article.loop_wrapper{
		min-height: 300px
	}
}

#home_sidebar .post-box .single-post-sidebar{
	/* min-height: auto; */
}

.page-template-page-home .single-article.loop_wrapper{
   min-height: 450px;
}

#news .single-article.loop_wrapper{
			max-height: 500px;
	    min-height: 340px;

}

@media (min-width: 1px) and (max-width: 768px) {
	#news .single-article.loop_wrapper{
		max-height: 500px;
	    min-height: 400px;
	}
}

@media (min-width: 1px) and (max-width: 600px) {

	#news #posts_list{
		margin-top: 0px;
	}

	#news .single-article.loop_wrapper{
		max-height: 500px;
    min-height: 400px;
	}

	.archive .single-article.loop_wrapper{
		min-height: 480px;
		width: 90%;
	}

	.page-template-page-home .single-article.loop_wrapper{
		width: 92%;
		min-height: 500px;
	}

}

summary {
  background: #00788e;
  cursor: pointer;
  color: white;
  padding: 10px;
  margin-bottom: 2px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Fira Sans', sans-serif;
}

.pitu {
  color: white;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 80%;
  font-family: 'Fira Sans', sans-serif;
}

@media (min-width: 770px) and (max-width: 1024px){
	#site-navigation{
		top: 80px !important;
	}
}
@media (min-width: 1px) and (max-width: 768px){
	#sites-menu ul{
		margin-top: 40px;
	}
}
