/*
Theme Name:         EatingCity
Theme URI:          https://github.com/olefredrik/foundationpress.git
Description:        FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version:            1.0.0
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/




/*

INDEX

1 - Common html elements
2 - Palette colori
    2.1 - background palette colors
3 - Common Classes
    3.1 - Cards
    3.2 - Contact Form 7
4 - Utility Classes
5 - Header
6 - Footer

10 - Home Page
    10.1 - Slider
11 - Page Agenda
12 - Page Contattami
13 - Our work
    13.1 - Our work > Summer Campus
14 - Blog & Pages

*/





/*------------------------------------*\
    1 - Common html elements
\*------------------------------------*/

body {
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: rgb(109,110,113); /*.grey-70*/
    font-size: 0.975rem;
}

p {
	font-size: 0.975rem;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    text-rendering: optimizelegibility;
    color: rgb(105,75,30);
    font-weight: 300;
    line-height: 1.2;
}


h1, .h1 {
    margin-bottom: 1rem;
    font-size: 3.25rem;
}

h2, .h2 {
    margin-bottom: 1.5rem;
    font-size: 2.75rem;
}

h3, .h3 {
    font-size: 1.835rem;
}

    h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a  {
        color: rgb(105,75,30);
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover, h6 a:hover{
            color: rgb(54,180,83);
        }

div.entry-content h3, .content h3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

/* elimina il margin top degli h3 contenuti nella classe .content */
div.entry-content h3:first-of-type, .content h3:first-of-type {
    margin-top: 0;
}

h4, .h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

h5, .h5 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

h6, .h6 {
    margin-bottom:0.75em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}

p {
    font-weight:400;
}

	p a {
	    font-weight: 400;
	}

ul {
    margin-bottom: 1.25rem;
}

    ul li {
        font-weight:400;
        font-size: inherit;
        margin-bottom: 0;
    }

        ul li a {
            /* color: black; */
        }

ol li {
    font-weight: 400;
    font-size: inherit;
    margin-bottom: 0.25rem;
}

article{
    margin-bottom:2em;
}

    figure {
        margin: 1rem 0 3rem 0;
    }

strong, b {
    font-weight: 700;
}

input[type="submit"] {
    background-color: rgb(54,180,83);
    border-color: rgb(44, 144, 34);
    border-radius: 3px;
    border-style: solid;
    border-width: 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: normal;
    letter-spacing: 0.01rem;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 1rem 2rem 1.0625rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms ease-out 0s;
}


@media only screen and (max-width: 40em) {
    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.25rem;
    }

    h3, .h3 {
        font-size: 1.335rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }

    h5, .h5 {
        font-size: 1rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }

     ul {
        margin-left: 0rem;
    }

}

/*------------------------------------*\
    2 - Palette colori
\*------------------------------------*/

.red {
    color: rgb(235,88,92);
}

.red-pure { /* menu default color active */
    color: rgb(237,28,36);
}

.orange {
    color: rgb(251,173,47);
}

.yellow {
    color: rgb(253,210,109);
}

.green { /* primary a default text color */
    color: rgb(54,180,83);
}

.azure {
    color: rgb(29,161,205);
}

.blue {
    color: rgb(36,94,173);
}

.violet {
    color: rgb(130,101,176);
}

.brown {
    color: rgb(105,75,30);
}

.colonial{
    color:rgb(240,237,233);
}

.grey{
    color: rgb(231,231,233);
}

.black-55{ /* menu default color text */
    color:rgb(138,140,143);
    color:#8a8c8f;
}

.black-80{ /* body and p default color text & menu hover */
    color:rgb(88,88,90);
    color:#58585a;
}

.white {
    color: rgb(255,255,255);
}


/*------------------------------------*\
    2.1 - background palette colors
\*------------------------------------*/


.bg-red, .bg-special-events, .bg-special-events-fr, .bg-youth-in-action, .bg-youth-in-action-fr {
    background-color: rgb(235,88,92);
}

.bg-icon-special-events, .bg-icon-special-events-fr, .bg-icon-youth-in-action, .bg-icon-youth-in-action-fr  {
    background: url('assets/img/specialevents_icon.png') no-repeat;
    background-position: center;
    height: 137px;
}


.bg-orange, .bg-summer-campus, .bg-summer-campus-fr {
    background-color: rgb(251,173,47);
}

.bg-icon-summer-campus {
    background: url('assets/img/summercampus_icon.png') no-repeat;
    background-position: center;
    height: 137px;
}


.bg-orange-light {
    background-color: rgb(253,222,172);
}

.bg-yellow, .bg-concept-papers, .bg-concept-papers-fr {
    background-color: rgb(253,210,109);
}

.bg-icon-concept-papers, .bg-icon-our-publications {
    background: url('assets/img/conceptpapers_icon.png') no-repeat;
    background-position: center;
    height: 137px;
}


.bg-green, .bg-media-collection {
    background-color: rgb(54,180,83);
}

.bg-icon-media-collection {
    background: url('assets/img/mediacollection_icon.png') no-repeat;
    background-position: center;
    height: 137px;
}

.bg-azure, .bg-workshops-conferences, .bg-workshops-conferences-fr {
    background-color: rgb(29,161,205);
}

.bg-icon-workshops-conferences {
    background: url('assets/img/workshopsconferences_icon.png') no-repeat;
    background-position: center;
    height: 137px;
}

.bg-blue, .bg-reports {
    background-color: rgb(36,94,173);
}

.bg-icon-reports {
    background: url('assets/img/reports_icon.png') no-repeat;
    background-position: center;
    height: 137px;
}

.bg-violet, .bg-other-publications, .bg-other-publications-fr {
    background-color: rgb(130,101,176);
}

.bg-icon-other-publications {
    background: url('assets/img/otherpublications_icon.png') no-repeat;
    background-position: center;
    height: 137px;
}


.bg-brown {
    background-color: rgb(105,75,30);
}

.bg-colonial{
    background-color:rgb(240,237,233);
}

.bg-grey{
    background-color: rgb(231,231,233);
    background-color: #e7e7e9;
}

.bg-black-55{ /* menu default color text */
    background-color:rgb(138,140,143);
    background-color:#8a8c8f;
}

.bg-black-80{ /* body and p default color text & menu hover */
    background-color:rgb(88,88,90);
    background-color:#58585a;
}

/*------------------------------------*\
    3 - Common Classes
\*------------------------------------*/


/*------------------------------------*\
    Typography
\*------------------------------------*/

h1.entry-title {
    font-weight: 400;
    margin:0 0 .5rem;
    color:#fff;
    text-shadow: 0 -1px 2px rgba(100, 100, 100, 0.4);
}


.entry-subtitle {
    color:#FFFFFF;
    opacity: 0.7;
}

h2.entry-subtitle {
    font-weight: 400;
    margin:0 0 .25em 0;
}

span.entry-subtitle {
    font-weight: 300;
    color: white;
    margin:0;
}

.container {
    margin-top: 7.1em;
    margin-bottom:6em
}

body.home .container {
    margin-top: 7.1em;
    margin-bottom:0;
}

.thumb-container {
    margin-bottom:1em;
}


.thumb-container img {
    border-radius:4px;
}

@media only screen and (max-width: 40em){
    .container {
        margin-top: 0em;
    }

    body.home .container {
        margin-top: 0em;
    }
}
/*------------------------------------*\
    UI Elements
\*------------------------------------*/


.button {
	border-radius: 4px;
    font-size: 1.25rem;
    font-weight: 400;
    /*margin-top: 0.75em;*/
}

.button a, a .button {
	color: #FFFFFF;
}

.tabs {
    margin-bottom: 3rem !important;
}

    .tabs dd, .tabs .tab-title {
        width: 12rem;
    }

    @media only screen and (max-width: 49.938em) {
        .tabs dd, .tabs .tab-title{
            width: inherit;
        }

    }

        .tabs dd.active a, .tabs .tab-title.active a {
        	color: #666;
        	font-weight: 600;
        	background: #f3f3f3;
        }

        .tabs dd.active a, .tabs .tab-title.special-events.active a {
            border-left: 6px solid rgb(235,88,92);
        }
        .tabs dd.active a, .tabs .tab-title.summer-campus.active a {
            border-left: 6px solid rgb(251,173,47);
        }
        .tabs dd.active a, .tabs .tab-title.concept-papers.active a {
            border-left: 6px solid rgb(253,210,109);
        }
        .tabs dd.active a, .tabs .tab-title.media-collection.active a {
            border-left: 6px solid rgb(54,180,83);
        }
        .tabs dd.active a, .tabs .tab-title.workshops-conferences.active a {
            border-left: 6px solid rgb(29,161,205);
        }
        .tabs dd.active a, .tabs .tab-title.reports.active a {
            border-left: 6px solid rgb(29,161,205);
        }
        .tabs dd.active a, .tabs .tab-title.other-publications.active a {
            border-left: 6px solid rgb(130,101,176);
        }

            .tabs dd>a, .tabs .tab-title>a, .application-open {
            	display: block;
            	background: transparent;
            	color: #999999;
            	padding: .5rem 1rem .5rem .75rem;
            	margin: 0 1rem 1rem 0;
            	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
            	font-size: 0.75rem;
            	text-transform: uppercase;
                line-height: 1.4;
            }

                .tabs dd>a, .tabs .li-button>a {
                	padding: 0;
                }



                    li.li-button>a>span.button {
                    	margin: 0;
                    	font-size: 0.75rem;
                    	display: block;
                    	padding: .75rem .75rem .75rem .75rem;
                    }

.tabs-content > .content {
    padding: 0 0 0.9375rem 0;
}



ul.submenu {
    list-style: outside none none;
}

    ul.submenu li {
        border-top: 1px solid #dedede;
        line-height: 1.1;
        margin-bottom: 0;
        padding: .5rem 0 .5rem;
    }

    ul.submenu li a:hover {
        background-color: #dedede;
    }



.parent {
    margin: 0 0 .5rem;
}

span.parent {
    display: block;
}

.block{
    display: block;
}

.flex-video{
  margin-top: 1.5rem;
}

    /*------------------------------------*\
        UI Elements- Cards
    \*------------------------------------*/

    .card {
        /*border: 1px solid #cccccc;*/
        border-radius: 4px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding-bottom: 1rem;
    }
	    .card-info {
	        padding: 1rem;
	        line-height: 1.1;
	        min-height: 8.25rem;
        }
        
        body.category .card-info {
	        min-height: 12rem;
	    }

	        .card-info h3 {
	            color: rgb(105,75,30);
	            font-weight: 600;
	        }


	    .card span.more{
	        display: block;
	        margin-bottom: .25rem;
	        margin-left: 1rem;
	        font-weight: 400;
	    }



    /*------------------------------------*\
        UI Elements- Photobutton
    \*------------------------------------*/


/* Interazioni */

.thumb-container:hover,
.card:hover,
.prev:hover, .next:hover {
    opacity: 0.9;
}


/*------------------------------------*\
    Layout elements
\*------------------------------------*/


.strip {
    padding: 3rem 0 3rem;
    margin-bottom: 3rem;
}
    .strip a {
        font-weight: 300;
    }

    .strip a:hover {
        background: rgba(255,255,255,0.26);
    }

    .strip .wp-post-image {
        margin-top: -0.5rem;
    }




/*sticky post*/
.event {
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.sticky {
    margin-bottom: 2rem;
    padding: 1rem 0;
}

.text-container {
}

	.text-container h3{
	    font-weight: 600;
	    margin-bottom: .5rem;
	}

span.entry-meta {
    font-size: .75rem;
    text-transform: uppercase;
    display: block;
}

.subscribe-label {
    top: 0;
    position: absolute;
}

.spotlight {
    margin-bottom: 2rem;
    text-transform: uppercase;
}




body.category-blog .spotlight {
    margin:0;
    text-transform: uppercase;
}

.abstract {
    font-size: 1.3rem;
    font-weight: 300;
/*    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 2rem 0 2rem;*/
    margin:0 0 3rem;
    color: rgb(159, 160, 163);
}

    .abstract p {
        font-size: 1.325rem;
        margin: 0;
        line-height: 1.5;
    }

@media only screen and (max-width: 40em) {
    .abstract, .abstract p{
        font-size: 1rem;
    }
}

.entry-meta {
    margin-bottom:1em;
    font-size:1rem;
}

.triangle, .triangle-bottom {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid rgb(253, 222, 172);
    height: 0;
    margin: 0 2.8em;
    width: 0;
}

.triangle-top {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgb(253, 222, 172);
    height: 0;
    margin: 0 2em;
    width: 0;
}

.triangle-left {
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid #fddeac;
    height: 0;
    margin-top: 2rem;
    margin-left: -0.8em;
    width: 0;
}

.author-meta {
    margin-top: .5em;
    margin-bottom: 4em;
}

body.home .author-meta {
    margin-top: .5em;
    margin-bottom: 1em;
}

body.single .author-meta {
    margin-top: .5em;
    margin-bottom: 2em;
}

.author-meta-info {
    margin-top: 1em;
}

.author-meta img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.author-name {
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-transform: uppercase;
}

.author-role {
    text-transform: uppercase;
}

.year {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.date {
    font-weight: 400;
}

.theme-of-month {
    padding: 1em;
    border-radius: 4px;
}

.theme-of-month-title-area {
    padding-bottom: 1em;
    text-transform: uppercase;
}

.next-prev {
	padding: 3em 0;
}


/*------------------------------------*\
     3.2 - Contact Form 7
\*------------------------------------*/


div.wpcf7 {
    margin-top: 4rem !important;
    padding-top: 4rem !important;
    border-top: 1px solid #dedede !important;
}
body.page-id-409 div.wpcf7,
body.page-id-449 div.wpcf7 {
    margin-top: 0rem !important;
    padding-top: 0rem !important;
    border-top: 0px !important;
}

.cf7-note {
    font-size: 0.75rem;
}






/*------------------------------------*\
     4 - Utility classes
\*------------------------------------*/

.v-align {
    display: block;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.uppercase {
    text-transform: uppercase;
}

.headline {
    font-weight:300;
}

.light {
    font-weight: 300;
}

.strong {
    font-weight:700;
}

.grey {
    color:rgb(151,151,151);
}

.big {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #888;
}

    .big p {
        font-size:1.3rem;
    }

 /*
 .rotate img {
    border: 12px solid rgb(255, 255, 255);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    width:100%;
}
*/

.bottom0rem {
    margin-bottom: 0rem
}

.bottom2rem {
    margin-bottom: 2rem;
}

.bottom4rem {
    margin-bottom: 4rem;
}

.no-top {
    margin-top: 0;
}

.border img {
    border: solid 10px #ffffff;
}

.circle img {
    border-radius: 50%;
    width:50%;
}

.clearfix {
    margin:.5rem 0 .5rem;
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

@media only screen and (max-width: 40em) {
    .big, .big p {
        font-size:1.125rem;
    }
}





/*------------------------------------*\
     5 - Header
\*------------------------------------*/

.header-container {
    position: fixed;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    /* border-bottom: 1px solid #ddd; */
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

.lang-switch {
    height: 32px;
}

#lang_sel {
    z-index: 4000;
}
.wpml-ls-legacy-dropdown{
    width: 10rem;
}

#lang_sel a, #lang_sel a:visited {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgb(205, 205, 205);
    color: rgb(68, 68, 68);
    display: block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
/*    line-height: 28px;*/
    padding-left: 10px;
    text-decoration: none !important;
}

.tab-bar {
    background-image: url("assets/img/bg-header.gif");
    height: 1.975rem;
}

    .tab-bar .menu-icon span:after {
        box-shadow: 0  1px 0 1px rgb(255, 255, 255),
                    0  7px 0 1px rgb(255, 255, 255),
                    0 13px 0 1px rgb(255, 255, 255);
        content: "";
        display: block;
        height: 0;
        left: 0.90625rem;
        margin-top: -0.5rem;
        position: absolute;
        top: 50%;
        width: 1rem;
    }

.left-small{
     height: 1.975rem;
     border-right: solid 1px #fff;
}

.tab-bar .menu-icon{
    height: 1.975rem;
}

.left-off-canvas-menu {
    background: none repeat scroll 0 0 rgb(51, 51, 51);
    bottom: auto;
}

.top-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.top-bar-section{
    margin-top:1rem;
}

    .top-bar-section ul li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: color:(147,149,152);
        font-family: 'Open Sans','sans-serif';
        font-size: .8rem;
        text-transform: uppercase;
        font-weight:600;
        letter-spacing: -0.03em;

    }

    .top-bar-section ul li > a {
        color: #848588;
    }

    .top-bar-section ul li:hover:not(.has-form) > a {
        color: rgb(235,88,92);
    }

    .top-bar-section li:not(.has-form) a:hover:not(.button) {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-right: medium none;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: rgb(235, 88, 92);
    }
    .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
        color: rgb(235, 88, 92);
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { /* sfondo e scritta dei drop-down menu */
        background: #f3f4f5 none repeat scroll 0 0;
        color: #666666;
    }

    .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .top-bar-section .dropdown li:not(.has-form) a:not(.button) { /* sfondo e scritta current? */
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #000;
    }

    .top-bar-section .dropdown {
        background: rgba(220,220,220,1);
    }

    .top-bar-section ul li:hover:not(.has-form) > a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 10px;
    }

    .top-bar-section .dropdown li:hover:not(.has-form) a:not(.button) {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .top-bar-section .has-dropdown > a:after {
        content: "\0025BC";
        top: -2px;
        padding-right: .75em;
        color: #ddd;
    }

    /* nasconde la voce menu HOME */
    .menu-item-2210, .menu-item-2214 {
        display: none;
    }

@media only screen and (max-width: 40em) {
    .testata h1{
        font-size:1.5rem;
        padding-top: 1em;
    }
    .testata h2{
        font-size:0.7rem;
    }
    .testata span{
        font-size:1.5rem;
        padding-top: 1em;
        display:block;
    }
    .testata span.subheader{
        font-size:0.7rem;
        display:block;
    }
    .menu-item-2210, .menu-item-2214 {
        display: inherit;
    }
}

.testata h2{
    font-size:1em;
    font-style: italic;
}

.testata span.subheader{
    font-size:1em;
    font-style: italic;
    display:block;
    padding-top:0.3em;
}

.testata a{
    color:#000;
}

.testata a:hover{
    color:#000;
}

.tiny{
    transition: all 0.4s ease;
    margin-top:-5px;
}
    .tiny a img{
        transition: all 0.4s ease;
    }

    .tiny a img{
        margin-top: -12px;
        transform: scale(0.9);
    }

.tiny-head-1{
    max-height:80px;
    transition: all 0.4s ease;
}

.tiny-head-2{
    max-height:50px;
    transition: all 0.4s ease;
}

.tiny-head-3 .top-bar-section{
    margin-top:0 !important;
}











/*------------------------------------*\
     10 - Home Page
\*------------------------------------*/

body.home .slider{
    padding:0;
    height:520px;
}

body.home article{
    margin-bottom:0;
}

body.home article h3 {
    font-size: 1.375em;
    font-weight: 700;
    line-height:120%;
}

.section-title {
    text-transform: uppercase;
    /* margin-bottom:1em; */
}

.about_eating_city {
    margin-top:4em;
}

    .about_eating_city .about {
        margin-bottom: 3em;
    }

        .about p {
            font-size: 1.25rem;
        }



    .about_eating_city .entry-content h3 {
        font-size: 3em;
        font-weight: 400;
    }

.our_work {
    margin-top: 4em;
    background-image: url("assets/img/home_our-work_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4em 0;
}

    .our_work .about {
        margin-bottom: 3em;
    }

    .our_work .entry-content h3 {
        font-size: 3em;
        font-weight: 400;
    }

.sc-icon {
    /* background-color: black; */
    background-image: url("assets/img/icons-big.png");
    background-position: 8px -5px;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    overflow: hidden;
    width: 186px;
}

.wc-icon {
    /* background-color: black; */
    background-image: url("assets/img/icons-big.png");
    background-position: -174px -5px;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    overflow: hidden;
    width: 186px;
}
.mc-icon {
    /* background-color: black; */
    background-image: url("assets/img/icons-big.png");
    background-position: -356px -5px;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    overflow: hidden;
    width: 186px;
}
.se-icon {
    /* background-color: black; */
    background-image: url("assets/img/icons-big.png");
    background-position: -538px -5px;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    overflow: hidden;
    width: 186px;
}

.our_work .reports{
    margin-bottom:2em
}

.our_process {
    margin-top:4em;
}

    .our_process .entry-content h3 {
        font-size: 3em;
        font-weight: 400;
    }

.join_the_community {
    margin-top: 4em;
}

    .join_the_community .entry-content {
        padding-top: 4em;
    }

        .join_the_community .entry-content h3 {
            color: rgb(255, 255, 255);
            font-size: 3em;
            text-transform: uppercase;
            margin:0;
        }

        .join_the_community .entry-content p {
            color: #fff;
            font-size: 1.3rem;
        }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
   .about_eating_city .video iframe{
        width: 480px;
        height: 320px;
    }
}

@media only screen and (max-width: 40em){
    body.home .slider{
        height:370px !important;
    }
    .slide{
        height: 370px !important;
    }
    .our_work {
        background-image: none;
        background-color: rgba(130, 85, 10, 0.3)
    }

    .about_eating_city .entry-content h3, .our_work .entry-content h3, .our_process .entry-content h3, .join_the_community .entry-content h3 {
        font-size: 1.75rem;
    }

   .about_eating_city .video iframe{
        width: 320px;
        height: 240px;
    }
        .about p {
            font-size: 1rem;
        }

        .join_the_community .entry-content p {
            font-size: 1rem;
        }
}

/*------------------------------------*\
     10.1 - Slider
\*------------------------------------*/

.slider{
    padding: 2em 0;
}

    .slider h1{
        color: #fff;
        font-weight: 600;
        text-transform: inherit;
        margin: 0 .5em .5em;
        text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
        font-size: 430%;
        line-height: 1;
        letter-spacing: -0.02rem;
    }

    .slider h3{
        font-weight: 300;
    }

body.home .slider article{
    margin: 4em 0;
}
body.home .slide-text p{
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    /* margin-bottom: 1em; */
    letter-spacing: 0.03em;
    font-weight: 400;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}
.foto-description a{
    color:#fff;
}
.foto-description{
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
    opacity: 0.75;
}
.foto-description{
    opacity: 1;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    body.home  .slider h1{
        font-size: 3rem
    }
    body.home .slider article p{
        color: #fff;
        font-size: 1.5em;
    }
   body.home .slider article .foto-description p {
        color: rgb(255, 255, 255);
        font-size: 0.9rem;
   }
}

@media only screen and (max-width: 40em){
    body.home  .slider h1{
        font-size: 2rem
    }
    body.home  .slider article p{
        color: #fff;
        font-size: 1.2em;
    }
     body.home .slider article .foto-description p {
        color: rgb(255, 255, 255);
        font-size: 0.9rem;
    }
}

.slider .orbit-container{
    margin: 0 auto;
    text-shadow: 0 0 20px rgba(85,55,15,0.5);
}

.slider .orbit-container .orbit-slides-container li .orbit-caption {
    background-color: rgba(6, 6, 6, 0.3);
    top: 0;
}

/*.slider .orbit-slogan p {
    font-size: 3.5rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px rgba(0,0,0,1);
    line-height: 100%;
    padding: 5% 10%;
}
.slider .orbit-slogan p a {
    color: #fff;
}
.slider .orbit-slogan p a:hover {
    color: rgb(255, 200, 80);
}*/

body.home .slider div.orbit-container a.orbit-next span {
    background: url("assets/img/arrows_home_left-right.png") repeat scroll -90px 0 / 170% auto;
    border: medium none;
    height: 100px;
    left: -45px;
    padding: 0 !important;
    top: 0;
    width: 100px;
    opacity: 1;
}
body.home .slider div.orbit-container a.orbit-prev span {
    background: url("assets/img/arrows_home_left-right.png") repeat scroll 41px 0 / 170% auto;
    border: medium none;
    height: 100px;
    left: -35px;
    padding: 0 !important;
    top: 0;
    width: 100px;
    opacity: 1;
}

.slider div.orbit-container a.orbit-next span {
    background: url("assets/img/arrows_left-right.png") repeat scroll -90px 0 / 170% auto;
    border: medium none;
    height: 100px;
    left: -35px;
    padding: 0 !important;
    top: 0;
    width: 100px;
    opacity: 1;
}
.slider div.orbit-container a.orbit-prev span {
    background: url("assets/img/arrows_left-right.png") repeat scroll 21px 0 / 170% auto;
    border: medium none;
    height: 100px;
    left: -30px;
    padding: 0 !important;
    top: 0;
    width: 100px;
    opacity: 1;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    body.category-blog .orbit-container .orbit-prev, body.category-theme-of-the-month .orbit-container .orbit-prev {
        background-color: rgba(0, 0, 0, 0);
        color: rgb(255, 255, 255);
        display: block;
        height: 60px;
        line-height: 50px;
        margin-left: 30px;
        margin-top: -25px;
        position: absolute;
        text-indent: -9999px !important;
        top: 89%;
        z-index: 10;
    }
    body.category-blog .orbit-container .orbit-next, body.category-theme-of-the-month .orbit-container .orbit-next{
        background-color: rgba(0, 0, 0, 0);
        color: rgb(255, 255, 255);
        display: block;
        height: 60px;
        line-height: 50px;
        margin-right: 30px;
        margin-top: -25px;
        position: absolute;
        text-indent: -9999px !important;
        top: 89%;
        z-index: 10;
    }
}

.slider div.orbit-container a.orbit-next span:hover, div.orbit-container a.orbit-prev span:hover {
    opacity: 0.8;
}
.slider .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: transparent;
}
.orbit-bullets-container {
    margin: 0 auto;
    text-align: center;
    width: 30%;
}
body.home .orbit-bullets {
    display: block;
    float: none;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -4em;
    z-index: 1000;
}
.orbit-container .orbit-bullets li {
    background: none repeat scroll 0 0 rgba(255, 255, 255,0.4);
    border-radius: 1000px;
    display: inline-block;
    float: none;
    height: .688em;
    width: .688rem;
    margin-right: .75rem;
    vertical-align: middle;
}
.orbit-container .orbit-bullets li.active {
    background-color: rgb(255, 255, 255);
    /* border: 0.1rem solid rgb(251, 173, 47); */
    height: .75em;
    width: .75em;
    opacity: 0.9;
}
.slidebg{
    height: 520px;
    background-color: rgba(50,20,0,0.45);
}

@media only screen and (max-width: 40em){
    .slidebg{
        height: 370px;
    }
}





/*------------------------------------*\
     11 - Page Agenda
\*------------------------------------*/


.hr hr {
    margin-top: 10px;
}

@media only screen and (max-width: 40em){
   .date {
       font-size:1rem;
    }
}

.agenda-events h3 {
    margin-bottom:0.25em;
}

.agenda-events h3 a {
    color: rgb(105,75,30);
}
.agenda-events h3 a:hover {
    color: rgb(54,180,83);
}





/*------------------------------------*\
     12 - Page Contattami
\*------------------------------------*/

body.page-id-27 p{
    font-weight:300;
}





/*------------------------------------*\
     13 - Our work
\*------------------------------------*/

body.single-works #sidebar{
    margin-top:2.6em;
}





/*------------------------------------*\
     13.1 - Our work > Summer Campus
\*------------------------------------*/

.strip .small-12 {
	/* max-width:700px; */
}

.relator-box {
margin: 1rem 0 2rem;
display: block;
}

/*
    .relator-box > div:first-of-type {
        height: 83px;
    }
*/

        .relator-box img, .info-circle {
        	border-radius: 50%;
        	width: 93px;
            margin-right: 1rem;
        }

        .relator-name, .relator-role, .relator-email {
            display: block;
        }

        .relator-name, .relator-name a {
        	font-size: 1.25rem;
        	font-weight: 600;
        	color: rgb(251,173,47);
        }

        .relator-role {
        	font-size: 1rem;
        	font-weight: 300;
        }

        .relator-email a {
            color: rgb(109,110,113);
            font-weight: 600;
        }

    .relator-description {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

        .relator-description p {
        	font-weight: 300;
        	line-height: 1.4;
        }

/*post type single relators bio */

.relators-bio img {
    margin: 0.4rem 1rem 0.4rem 0;
}




/*------------------------------------*\
     14 - Blog & Pages
\*------------------------------------*/

body.category .blog header h2{
    line-height: 1;
    font-size:1.750rem;
}

body.category .blog h3{
    line-height: 1;
    font-size:1.750rem;
    font-weight: 300;
    color: rgb(105,75,30);
}

body.category h2 a{
    color:#000000;
    font-weight:700;
}

body.category .blog header{
    margin-bottom:2em;
}

body.category-blog .strip {
    padding: 3em 0;
    margin-bottom:0;
}

body.category-le-blog .strip {
    padding: 3em 0;
    margin-bottom:0;
}

body.category-theme-of-the-month .strip {
    padding: 3em 0;
    margin-bottom:0;
}

body.category-theme-du-mois .strip {
    padding: 3em 0;
    margin-bottom:0;
}


body.single .featured-image {
}
body.single .strip p {
    font-size: 0.875rem;
    font-weight: 300;
}
body.single .featured-image img {
    width:100%;
}
body.single .featured-image > p {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    margin-left: 2em;
    margin-top: 4em;
    text-align: center;
}

body.category .featured-image img {
    border: 8px solid rgb(255, 255, 255);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    width:100%;
    margin-top:-4em;
}
body.category .featured-image > p {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    margin-left: 2em;
    margin-top: 4em;
    text-align: center;
}
body.page .featured-image img {
    border: 8px solid rgb(255, 255, 255);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    width:100%;
    margin-top:-4em;
}
body.page .featured-image > p {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    margin-left: 2em;
    margin-top: 4em;
    text-align: center;
}

.prev, .next{
    padding:0;
}
.next a span, .prev a span {
    color: white;
    font-size: 0.875rem;
    font-weight:300;
    display: block;
    margin-bottom: .5rem;
}

.next a p, .prev a p{
    color: white;
    font-size: 1.125rem;
    font-weight:400;
    line-height: 1.2;
}

.entry-meta > time {
    font-weight: 300;
}
.entry-meta > p {
    color: rgb(0, 0, 0);
    font-size: 0.875rem;
    margin-top: 3em;
}

    .entry-meta > p a {
        color: rgb(0, 0, 0);
        font-size: 0.875rem;
        font-weight: 600;
    }

.pagination {
    margin: 1rem 0;
}

ul.pagination li {
    color: rgb(34, 34, 34);
    font-size: 1rem;
    height: 1.5rem;
    margin-right: 0.25rem;
}

    ul.pagination li a {
        background: none repeat scroll 0 0 rgb(230, 230, 230);
        color: rgb(153, 153, 153);
        display: block;
    }

            ul.pagination li a:hover {
            color: rgb(0,0,0);
            }

    ul.pagination li.current a {
        background: none repeat scroll 0 0 rgb(54, 180, 83);
        color: rgb(255, 255, 255);
        cursor: default;
        font-weight: bold;
    }

        ul.pagination li.current a:hover, ul.pagination li.current a:focus {
            background: none repeat scroll 0 0 rgb(54, 180, 83);
        }




/* Mappa interattva ---------------- */


.acf-map {
    width: 100%;
    height: 100%;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.reveal-modal .close-reveal-modal{
    top: -0.5rem;
}

.gm-style {
    font-family: "Open Sans",sans-serif;
}

    .gm-style .gm-style-iw {
        font-weight: 400;
        overflow: visible;
    }

    .gm-style-iw::before {
        content: url("assets/img/ec-sc2015_hi2.png");
        display: block;
        margin: -12px 0 0 -18px;
        position: absolute;
    }

    .gm-style-iw::after {
        content: url("assets/img/ec-sc2015_stamp.jpg");
        left: 300px;
        position: absolute;
        top: 163px;
        opacity: 0.6;
    }

.marker-data{ /* Contenitore dei dati della card utente */
	width: 380px;
    margin-top: .25rem;
}

    .user-data {
        height: 265px;
    }

        .user-desc {
            letter-spacing: -0.01rem;
        }

            .user-foto {
            	height: 156px;
            	margin-right: 1rem;
            }

            .user-foto img {
                border-radius: 6px;
            }

            .user-name {
                font: 600 1.5rem/1 "Open Sans";
                color: #EB5A0C;
                display: block;
                margin-bottom: .25rem
            }

            .user-description {
                font-size: 1.125rem;
                display: block;
                margin-top: 1.35rem;
            }





/*------------------------------------*\
     6 - Footer
\*------------------------------------*/

.footer-uno {
    padding: 4em 0;
}

.footer-uno article .textwidget h3 {
        font-size: 3em;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .footer-uno h6{
        font-size: 0.8rem;
        font-weight:400;
        text-transform: uppercase;
        margin-bottom:2em;
    }

    .footer-uno p{
    font-size:0.8rem;
    }

    .footer-uno .button{
        border-radius:3px;
    }

    .footer-uno ul{
        margin-left:0;
    }

        .footer-uno ul li {
            list-style: none;
        }

    .footer-uno .menu-item{
        margin-bottom:1em;
    }

        .footer-uno .menu-item a:hover {
            opacity: 0.75;
        }


.footer-due {
    padding: 4em 0 0;
}

    .footer-due article {
        margin-bottom:1em !important;
    }

    .footer-due ul{
        margin-left:0;
    }

    .footer-due h6{
        color: #fff;
        font-weight:300;
    }

    .footer-due .claim {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    }


.menu-item-524 a,  /* Summer Campus Menu Item */
.menu-item-594 a { /* Summer Campus Menu Item FR */
    background-image: url("assets/img/icons-small.png");
    background-position: -15px -6px;
    background-repeat: no-repeat;
    color: rgb(105, 75, 30);
    display: block;
    height: 55px;
    padding: 1em 0 0 5em;
    width: 300px;
}

.menu-item-525 a,  /* Workshop & Conference Menu Item */
.menu-item-595 a { /* Workshop & Conference Menu Item FR */
    background-image: url("assets/img/icons-small.png");
    background-position: -13px -72px;
    background-repeat: no-repeat;
    height: 55px;
    width: 300px;
    color: rgb(105, 75, 30);
    padding: 1em 0 0 5em;
    display: block;
}

.menu-item-1919 a,  /* Media Collection Menu Item */
.menu-item-1934 a { /* Media Collection Menu Item FR */
    background-image: url("assets/img/icons-small.png");
    background-position: -13px -136px;
    background-repeat: no-repeat;
    height: 55px;
    width: 300px;
    color: rgb(105, 75, 30);
    padding: 1em 0 0 5em;
    display: block;
}

.menu-item-542 a, /* Special Events Menu Item */
.menu-item-597 a { /* Special Events Menu Item FR */
    background-image: url("assets/img/icons-small.png");
    background-position: -14px -199px;
    background-repeat: no-repeat;
    height: 55px;
    width: 300px;
    color: rgb(105, 75, 30);
    padding: 1em 0 0 5em;
    display: block;
}


.menu-item-553 a, /* Concept Papers Menu Item */
.menu-item-598 a { /* Concept Papers Menu Item FR */
    background-image: url("assets/img/icons-small.png");
    background-position: -13px -263px;
    background-repeat: no-repeat;
    height: 55px;
    width: 300px;
    color: rgb(105, 75, 30);
    padding: 1em 0 0 5em;
    display: block;
}

.menu-item-552 a,  /* Reports Menu Item */
.menu-item-599 a { /* Reports Menu Item FR */
    background-image: url("assets/img/icons-small.png");
    background-position: -12px -327px;
    background-repeat: no-repeat;
    height: 55px;
    width: 300px;
    color: rgb(105, 75, 30);
    padding: 1em 0 0 5em;
    display: block;
}

.menu-item-551 a, /* Other Publications Menu Item */
.menu-item-1935 a { /* Other Publications Menu Item FR */
    background-image: url("assets/img/icons-small.png");
    background-position: -12px -389px;
    background-repeat: no-repeat;
    height: 55px;
    width: 300px;
    color: rgb(105, 75, 30);
    padding: 1em 0 0 5em;
    display: block;
}


.menu-social-links-container ul, .menu-social-links-french0-container ul{
    float:left;
}

.menu-social-links-container ul li, .menu-social-links-french0-container ul li{
    list-style: none;
}


.menu-item-565{ /* Facebook Menu Item */
    float: right;
}

    .menu-item-565 a{ /* Facebook Menu Item */
        background-image: url("assets/img/icons-small.png");
        background-position: -14px -467px;
        background-repeat: no-repeat;
        height: 55px;
        width: 0;
        color: rgb(105, 75, 30);
        padding: 1em 0 0 5em;
        display: block;
        overflow: hidden;
    }

    .menu-item-565 a:hover{
        background-image: url("assets/img/icons-small.png");
        background-position: -14px -714px;
        background-repeat: no-repeat;
    }


.menu-item-566 { /* Twitter Menu Item */
    float: right;
}

    .menu-item-566 a{ /* Twitter Menu Item */
        background-image: url("assets/img/icons-small.png");
        background-position: -13px -550px;
        background-repeat: no-repeat;
        height: 55px;
        width: 0;
        color: rgb(105, 75, 30);
        padding: 1em 0 0 5em;
        display: block;
        overflow: hidden;
    }

    .menu-item-566 a:hover{ /* Twitter Menu Item */
        background-image: url("assets/img/icons-small.png");
        background-position: -13px -802px;
        background-repeat: no-repeat;
}


.menu-item-567 { /* Youtube Menu Item */
    float: right;
}

    .menu-item-567 a { /* Youtube Menu Item */
        background-image: url("assets/img/icons-small.png");
        background-position: -11px -636px;
        background-repeat: no-repeat;
        height: 55px;
        width: 0;
        color: rgb(105, 75, 30);
        padding: 1em 0 0 5em;
        display: block;
        overflow: hidden;
    }

    .menu-item-567 a:hover { /* Youtube Menu Item */
        background-image: url("assets/img/icons-small.png");
        background-position: -11px -882px;
        background-repeat: no-repeat;
    }


.menu-item-600{/* Facebook Menu Item FR */
    float: right;
}

    .menu-item-600 a{ /* Facebook Menu Item FR */
        background-image: url("assets/img/icons-small.png");
        background-position: -14px -467px;
        background-repeat: no-repeat;
        height: 55px;
        width: 0;
        color: rgb(105, 75, 30);
        padding: 1em 0 0 5em;
        display: block;
        overflow: hidden;
    }

    .menu-item-600 a:hover{ /* Facebook Menu Item FR */
        background-image: url("assets/img/icons-small.png");
        background-position: -14px -714px;
        background-repeat: no-repeat;
    }



.menu-item-601{ /* Twitter Menu Item FR */
    float: right;
}

    .menu-item-601 a{ /* Twitter Menu Item FR */
        background-image: url("assets/img/icons-small.png");
        background-position: -13px -550px;
        background-repeat: no-repeat;
        height: 55px;
        width: 0;
        color: rgb(105, 75, 30);
        padding: 1em 0 0 5em;
        display: block;
        overflow: hidden;
    }

    .menu-item-601 a:hover{ /* Twitter Menu Item FR */
        background-image: url("assets/img/icons-small.png");
        background-position: -13px -802px;
        background-repeat: no-repeat;
    }


.menu-item-602{ /* Youtube Menu Item */
    float: right;
}

    .menu-item-602 a{ /* Youtube Menu Item */
        background-image: url("assets/img/icons-small.png");
        background-position: -11px -636px;
        background-repeat: no-repeat;
        height: 55px;
        width: 0;
        color: rgb(105, 75, 30);
        padding: 1em 0 0 5em;
        display: block;
        overflow: hidden;
    }

    .menu-item-602 a:hover{ /* Youtube Menu Item */
        background-image: url("assets/img/icons-small.png");
        background-position: -11px -882px;
        background-repeat: no-repeat;
    }



.copyright {
    color: rgb(255, 255, 255);
    font-weight: 300;
    padding: 2em 0 2em 1em;
}

    
   
    
 #cookie-message-overlay {
   /* width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    z-index: 100000;*/
}


.message-overlay {
    position: fixed;
    z-index: 1000000;
    width: 75%;
    width: calc(100% - 2rem);
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);
    font-size: 1rem;
}
    
    .message-overlay h3 {
        font-size: 20px;
    }
    
    .message-overlay h4 {
        font-size: 16px;
    }
    
    .message-overlay p, .message-overlay a  {
        font-size: 13px;
        margin-bottom: 9px;
    }
    
    .message-overlay .button {
        font-size: 12px;
        padding: 12px;
    }
    

.fade-in-zoom-in {
    will-change: transform,opacity;
    -webkit-animation-name: fade-in-zoom-in;
    animation-name: fade-in-zoom-in;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.message-overlay.dialog {
    
}


#cookie-message {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.grecaptcha-badge{
    display: none !important;
}

.text-xsmall{
    font-size: 12px;
}