@import url('css/plugins.css');

/*
Theme Name: embt
Theme URI: 
Author: Andrei
Author URI: 
Description: 
Version:
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* RESET
-------------------------------------------------------------- */

em, strong, code, b, i, u {
    line-height: 100%;
}
strong, b {
	font-weight:bold!important;
}
ul{
    list-style-type: none;
    margin: 1em 0;
    padding-left: 0;
}
input, textarea, select {
	-webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: checkbox;
    box-sizing: border-box;
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
table {
	margin-top:20px;
	border:1px solid #333;
}
td {
	padding:10px;
	border:1px solid #333;
}

/* CORE
-------------------------------------------------------------- */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 10px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* FUENTES
-------------------------------------------------------------- */

/*
@font-face {
	font-family: 'HNL';
	src: url('fonts/HNL.eot');
	src: url('fonts/HNL.eot?#iefix') format('embedded-opentype'),
       url('fonts/HNL.woff2') format('woff2'),
       url('fonts/HNL.woff') format('woff'),
       url('fonts/HNL.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'HNL';
	src: url('fonts/HNM.eot');
	src: url('fonts/HNM.eot?#iefix') format('embedded-opentype'),
       url('fonts/HNM.woff2') format('woff2'),
       url('fonts/HNM.woff') format('woff'),
       url('fonts/HNM.ttf')  format('truetype');
	font-weight: bold;
	font-style: normal;
}
*/

/* GENERAL
-------------------------------------------------------------- */

html {
	position: relative;
    min-height: 100%;
}
.clearfix::after, .group::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
::selection {
	background: #aaaaaa; /* Safari */
}
::-moz-selection {
	background: #aaaaaa; /* Firefox */
}
body {
	/* font-family: "HNL", sans-serif; */
	font-family: HelveticaNeue, sans-serif;
	background-color:#fff;
	color : #707070;
	font-size:15px;
	line-height:24px;
	font-weight: 300;
	letter-spacing:0.75px;
	overflow:visible;
	margin:0;
	margin: 0 0 206px; /* fixed footer */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0 auto;
}
p {
	margin-top:0;
	margin-bottom:14px;
}
p.no-margin {
	margin-top:0;
	margin-bottom:0;
}
a {
	color:#1a1a1a;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
	border-bottom:1px solid #1a1a1a;
	border-bottom-color:rgba(26,26,26,0);
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
a, a:active, a:visited, a:hover {

}
a:hover {
	border-bottom:1px solid #1a1a1a;
}
.container {
	width:1170px; 
	max-width:1170px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}
.clear {
	clear:both;
}
small {
	font-size:80%;
}
#wrapper {

}
#main {
	margin-top:165px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
	transition: opacity 500ms;
}
.cd-top {
  	bottom: 10px;
  	right: 10px;
}
.separator {
	height:90px;
}

/* BRANDING
-------------------------------------------------------------- */

#header {
	position: fixed;
	z-index: 9999;
  	top: 0;
  	left: 0;
	font-size:18px;
	text-transform: uppercase;
	padding-top:70px;
	padding-bottom:70px;
	width:100%;
	background-color:#fff;
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.fixed {
	padding-top:30px!important;
	padding-bottom:30px!important;
}
#site-title {
	float:left;
	width:33.3333333333%;
}
#site-title a{
	border-bottom:1px solid #1a1a1a;
}

/* NAVIGATION
-------------------------------------------------------------- */

#menu {
	float:right;
	width:66.6666666666%;
	text-align:right;
}
#menu-mobile,
.menu-mobile-container {
	display:none;
}
.menu-mobile-container {
	position: fixed;
	z-index: 10002;
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align: center;
	display: none;
	color: #1a1a1a;
}
.menu-mobile-container ul {
	display: table-cell;
    vertical-align: middle;
    padding-left: 0 !important;
}
.menu-mobile-container ul li {
	text-transform:uppercase;
	list-style: none;
	margin:20px 0;
}
.menu-mobile-container ul li a {

}
.menu-mobile-close {
	position:absolute;
	top:15px;
	right:15px;
}	
#submenu {
	font-size:18px;
	text-transform: uppercase;
	text-align:left;
	margin-bottom:35px;
}
#menu ul,
#submenu ul {
	margin:0;
}
#menu ul li,
#submenu ul li {
	display:inline-block;
	padding-right:30px;
}
#menu ul li:last-child,
#submenu ul li:last-child {
	padding-right:0;
}
.current_page_item,
.current_page_parent,
.current_submenu_item {
	font-weight:bold;
}

/* NAVIGATION PAGE
-------------------------------------------------------------- */

#nav-top,
#nav-below {
	text-align:right;
	font-size:14px;
	text-transform: uppercase;
}
#nav-top ul,
#nav-below ul {
	margin:0;
}
#nav-top ul li {
	display:inline-block;
	padding-right:30px;
}
#nav-top ul li:last-child {
	padding-right:0;
}
#nav-below {
	padding-top:10px;
	display:none;
	text-align:left;
}
#nav-below ul li {
	display:inline-block;
	padding-right:15px;
}

/* MASONRY
-------------------------------------------------------------- */

.grid-item {
	position: relative;
	float: left;
	width: 300px;
	margin: 5px;
	padding: 10px;
	background: #ddd;
	color: #999;
	font-size: 16px;
}
.grid-item-width1 { width: 300px; }
.grid-item-width2 { width: 610px; }

.grid-content {
	position:absolute;
	left:10px;
	right:10px;
	bottom:0;
	height:0;
	overflow:hidden;
}
.grid-item img {
	width:100%;
	height:160px;
}
.more {
	z-index:10;
	position:absolute;
	bottom:10px;
}
.more:hover {
	cursor:pointer;
}

/* HOMEPAGE
-------------------------------------------------------------- */

#slider-home-container {
	margin-bottom:25px;
}
#slider-home-container ul {
	margin:0;
}
.slider-image {
	width:1140px;
	height:640px;
	overflow:hidden;
	object-fit:cover;
}
.slider-title {
	color:#1a1a1a;
	text-transform:uppercase;
	font-size:18px;
	margin-top:25px;
}
.bx-wrapper {
	margin:0;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
	background-color:#fff;
	height:705px!important;
}
.bx-viewport li {
	min-height: 1px;
	min-width: 1px;
}
.bx-wrapper img{
	width:100%!important;
	/*height: auto !important;*/
	height:100%!important;
	object-cover:cover;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom:11px;
	right:0;
    width: 50%;
}
.bx-wrapper .bx-pager {
    text-align: right;
    padding-top: 0px;
}
.bx-wrapper .bx-pager a {
	color: rgba(255,255,255,0)!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 12px;
    border:1px solid #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
	border-color:#1a1a1a;
}

/* PROJECTS
-------------------------------------------------------------- */

#submenu-status,
#submenu-typology {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
}
#submenu-status ul,
#submenu-typology ul {
	margin:0;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
	margin-bottom:50px;
}
#submenu-status ul li,
#submenu-typology ul li {
	display:inline-block;
	text-transform:uppercase;
	font-size:18px;
}
#submenu-status li + li:before,
#submenu-typology li + li:before {
    content: "/";
}
#submenu-status li a,
#submenu-typology li a {
	margin:0 8px;
}
#submenu-status li:first-child a,
#submenu-typology li:first-child a {
	margin-left:0;
}
.grid-projects {
	margin-left: -15px;
    margin-right: -15px;
}
.grid-project {
	float: left;
	width: 33.33333333%;
	margin:0;
	padding:0;
	margin-bottom:70px;
}
.grid-project-sizer {
	width: 33.33333333%;
}
.grid-project-width2 {
	width: 66.66666666%;
}
.grid-project-content {
	box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.grid-table {
	margin-left: -15px;
    margin-right: -15px;
}
.grid-table-th {
	display:block;
	margin:0 15px 15px 15px;
}
.grid-table-td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:11px 0 9px 0;
}
.grid-table-project {
	width:100%;
	display:inline-block;
}
.grid-table-project-td {
	padding:11px 0 8px 0;
}
.grid-table-project-td a {
	text-transform:uppercase;
}
.table-td-name {
	color:#1a1a1a;
	text-transform:uppercase;
	padding-right:30px;
}
.table-td-text {
	padding-right:30px;
}
.table-td-text p {
	margin-bottom:0;
}
.project-image {
	margin-bottom:10px;
}
.project-image img {
	width:100%;
	height:auto;
}
.project-image a,
.project-image a:hover {
	border:0!important;
}
.project-image:hover + .project-title a {
	border-bottom:1px solid #1a1a1a;
}
.project-title {
	font-size:18px;
	text-transform:uppercase;
}
.project-location {
	font-size:17px;
}

/* TEAM
-------------------------------------------------------------- */

.grid-team {
	margin-left: -15px;
    margin-right: -15px;
}
.grid-team-member {
	display:inline-block;
	position:relative;
	background-color:#fff;
	float: left;
	width: 25%;
	margin:0;
	padding:0;
	margin-bottom:70px;
}
.grid-team-sizer {
	width: 25%;
}
.grid-team-content {
	box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.team-thumbnail-container {
	background-color:#eee;
	width:100%;
	height:262px;
	overflow:hidden;
	margin-bottom:20px;
}
.team-name {
	position:relative;
	color:#1a1a1a;
	font-size:18px;
	text-transform:uppercase;
	padding-right:20px;
}
.button-team-content-svg {
	position:absolute;
	top:0;
	right:0;
}
.button-team-content:hover,
.button-team-content-svg:hover {
	cursor:pointer;
}
.team-position {
	font-size:18px;
}
.team-content {
	overflow: hidden;
    height: 0;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
	margin-top:15px;
}
.more-image {
	z-index:90;
}
.close-image {
	z_index:89;
}
.more-image,
.close-image {
	position:absolute;
	top:0;
	right:0;
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.close-image {
	opacity:0;	
}
.more-image-team {
	padding-left:10px;
}
.more-team {
	display:block;
}
.team-historical {
	display:none;
}
.team-historical.open {
	display:block;
}

/* BENEDETTA
-------------------------------------------------------------- */

.benedetta-media-mobile {
	display:none;
}

/* NEWS
-------------------------------------------------------------- */

.grid-news {
	margin-left: -15px;
    margin-right: -15px;
}
.grid-new-member {
	display:inline-block;
	position:relative;
	float: left;
	width: 33.333333333%;
	height: auto;
	margin:0;
	padding:0;
	margin-bottom:70px;
}
.grid-new-member.large {
	width: 66.666666666%;
}
.grid-new-sizer {
	width: 33.333333333%;
}
.grid-new-content {
	box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
	height: auto;
}
.new-thumbnail-container {
	vertical-align: bottom;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.new-thumbnail-container img {	
	width:100%;
	height:auto;
	display:block;
}
.title-container {
	position:relative;
}
.new-category,
.new-category-single {
	font-weight:300;
	text-transform:none;
	color:#724724;
	font-size:17px;
	padding-right:20px;
}
.new-category-single {
	padding:0 0 0 5px;
}
.conferences {
	color:#038da6!important;
}
.juries {
	color:#f0c11b!important;
}
.exhibitions {
	color:#4a188b!important;
}
.design {
	color:#f11f46!important;
}
.projects {
	color:#02256b!important;
}
.competitions {
	color:#03cfa6!important;
}
.press {
	color:#e24c0b!important;
}
.new-name {
	color:#1a1a1a;
	font-size:18px;
	text-transform:uppercase;
	padding-right:20px;
}
.button-new-content-svg {
	z-index:999;
	position:absolute;
	top:0;
	right:0;
}
.button-new-content,
.button-new-content:hover,
.button-new-content-svg:hover {
	cursor:pointer;
}
.new-position {
	font-size:18px;
}
.new-content {
	overflow: hidden;
    height: 0;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
	margin-top:15px;
}
.more-news {
	display:none;
}
.new-media-header-mobile {
	display:none;
}

/* PAGE CONTENT
-------------------------------------------------------------- */

h1.entry-title,
h2.entry-title,
h2 {
	color:#1a1a1a;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
	margin-bottom:35px;
}
h3 {
	font-size:18px;
}
h3.entry-title {
	color:#1a1a1a;
}
.wpb_text_column ul li {
	padding:3px 0;
}
.image-container {
	
}
.image-item {
	margin-bottom:40px;
}
.image-item img {
	display:block;
	width:100%;
	height:auto;
}
.caption {
	display:inline-block;
	width:100%;
}
.image-caption,
.image-author {
	font-size:13px;
	line-height:19px;
}
.image-caption {
	float:left;
	display:block;
	width:50%;
	margin-top:10px;
}
.image-author {
	float:right;
	display:block;
	width:50%;
	text-align:right;
	margin-top:10px;
}
.fluid-width-video-wrapper {
	margin-bottom:40px;
}

/* SEARCH
-------------------------------------------------------------- */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
#buscador-container .search-field {
	font-size:18px;
	line-height:18px;
	padding:40px 0!important;
}

.search-post-type {
	border-bottom:1px solid #ccc;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
}
.post-type-name {
	text-transform:uppercase;
	padding-bottom:10px;
}
.search-element {
	padding:15px 0;
}
.search-element .new-thumbnail-container {
	margin-bottom:0;
}
.search-name {
    color: #1a1a1a;
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 20px;
}
.search-name-award {
    color: #1a1a1a;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 20px;
}
.search-category {
    color: #724724;
    font-size: 17px;
}
.search-location {
	font-size: 17px;
}
.search-content {
	padding-right:80px;
}

/* CONTACT
-------------------------------------------------------------- */

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #fff;
    padding: 0;
}
input {
	width:100%;
	font-family: HelveticaNeue, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:300;
	text-transform:uppercase;
	padding:13px 0 10px;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
input[type='checkbox'] {
	width:auto;
}
input[type='submit'] {
	width:auto;
	background-color:rgba(255,255,255,0);
	border:0;
}
input[type='submit']:hover {
	
}

/* PROJECT
-------------------------------------------------------------- */

.post-thumbnail-container {
	margin-bottom:40px;
	overflow:hidden;
	height:640px;
	width:100%;
	background-color:#eee;
}
.project-featured-image img {
	width:100%;
	height:auto;
}
#meta-project {
	margin-bottom:30px;
}
.meta-content {
	display:inline-block;
	margin-bottom:8px;
} 
.meta-content .title {
	float:left;
	width:110px;
}
.meta-content .content {
	float:left;
	width:250px;
}
.meta-content a {
	display:inline-block;
	text-transform:uppercase;
	margin-right:8px;
	line-height:14px;
}
.text-project {
	margin-bottom:30px;
}
.share-button {

}
.post-social {
	display: inline-block;
    text-transform: uppercase;
	opacity:0;
	-webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.post-social a.post-link {
    width: 14px;
    height: 14px;
    margin-left:10px;
	border:0!important;
}
a.post-link:hover {
	border:0!important;
}
.post-social .post-link img {
	width: 14px;
    height: 14px;
	margin-bottom:-2px;
}

/* BLOG
-------------------------------------------------------------- */


/* FOOTER
-------------------------------------------------------------- */ 

footer {
	position: absolute;
    left: 0;
    bottom: 0;
    height: 206px;
    width: 100%;
}
#footer {
	background-color:#f2f2f2;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.50px;
}
#footer-container {
	padding-top:70px;
	padding-bottom:70px;
}
.footer-widget-container {
	float:left;
	width:25%;
}
a.social {
	display:inline-block;
	width:14px;
	height:14px;
	background-repeat:no-repeat;
	background-position: 0 0;
	margin-right:8px;
	margin-top:2px;
	border:0!important;
}
a.social:hover {
	border:0!important;
}
a.social.facebook {
	background-image:url(imgs/facebook.svg);
}
a.social.twitter {
	background-image:url(imgs/twitter.svg);
}
a.social.instagram {
	background-image:url(imgs/instagram.svg);
}
a.social.vimeo {
	background-image:url(imgs/vimeo.svg);
}
a.social.youtube {
	background-image:url(imgs/youtube.svg);
}

/* COOKIES
-------------------------------------------------------------- */ 

.cli-plugin-button, .cli-plugin-button:visited {
	background:none;
    background-color: #1a1a1a!important;
    display: inline-block;
    padding: 7px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    margin: auto 10px;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
    font-size: 12px;
	font-weight:300;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    text-shadow: none;
}
.cli-plugin-button:hover {
	background-color: #f00;
	color: #fff;
	border: 0!important;
}
#cookie-law-info-bar {
	border-width:1px!important;
	font-size:12px;
}
	

/* MEDIA QUERIES
-------------------------------------------------------------- */ 

@media screen and (max-width:1171px){	/* MD */

	body {
		font-size:13px;
		line-height:20px;
	}
	.container {
		width:990px;
	}
	#header,
	#submenu,
	h1.entry-title, h2.entry-title, h2,
	h3,
	.team-name,
	.team-position,
	.new-category,
	.new-name,
	.search-name,
	.search-location,
	.search-category,
	#submenu-status ul li,
	#submenu-typology ul li,
	.project-title,
	.project-location,
	.slider-title  {
		font-size:16px;
	}
	#nav-top {
    	font-size: 12px;
	}
	#menu ul li, #submenu ul li,
	#nav-top ul li {
    	padding-right: 20px;
	}
	.team-thumbnail-container {
		height:217px;
	}
	.post-thumbnail-container {
    	height: 539px;
	}
	.slider-image {
		width:960px;
    	height: 539px;
	}
	.bx-wrapper .bx-viewport {
    	height: 604px!important;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    	bottom: 20px;
	}
	#slider-home-container {
		margin-bottom:30px;
	}
	.hidden-mobile {
		display:none;
	}

}

@media screen and (max-width:991px){	/* SM */
	
	body {
		margin: 0 0 121px; /* fixed footer */
	}
	.container {
		width:768px;
	}
	.separator {
    	height: 50px;
	}
	footer {
		height: 121px;
	}
	#footer-container {
		font-size:11px;
		line-height:16px;
    	padding-top: 30px;
    	padding-bottom: 30px;
	}
	.footer-container-1,
	.footer-container-2,
	.footer-container-3 {
		width:33.333333333%;
		margin-bottom:10px;
	}
	.footer-container-4 {
		width:100%;
	}
	.cd-top {
  		bottom: 63pxw;
	}
	.contact-column-1 {
		width:33.333333333%;
	}
	.contact-column-2 {
		width:66.666666666%;
	}
	.grid-team-sizer {
    	width: 33%;
	}
	.grid-team-member {
		width:33%;
	}
	.team-thumbnail-container {
    	height: 223px;
	}
	.new-thumbnail-container img {
    	width:100%;
		height:auto;
	}
	.post-thumbnail-container {
    	height: 414px;
	}
	.slider-image {
		width:738px;
    	height: 414px;
	}
	.bx-wrapper .bx-viewport {
    	height: 479px!important;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    	bottom: 20px;
		display:none;
	}

}

@media screen and (max-width:767px){	/* XS */

	body {
		margin:0;
	}
	#main {
		margin-top:102px;
	}
	.container {
		max-width:100%;
		width:480px;
	}
	#header {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	#site-title {
    	width: 75%;
	}
	#menu {
    	display:none;
	}
	#menu-mobile {
		float:right;
		display:block;
		width:25%;
		text-align:right;
	}
	.team-thumbnail-container {
		height:304px;
	}
	footer {
		position:relative;
		height:auto;
	}
	.footer-container-1,
	.footer-container-2,
	.footer-container-3 {
		width:100%;
	}
	.grid-project-sizer,
	.grid-project,
	.grid-new-sizer,
	.grid-new-member.large,
	.grid-team-sizer,
	.grid-team-member {
    	width: 100%;
	}
	.grid-new-member {
    	width: 100%;
    	margin-bottom: 40px;
	}
	.team-thumbnail-container {
    	height: 290px;
	}
	.contact-column-1,
	.contact-column-2 {
		width:100%;
	}
	#nav-top {
		display:none;
	}
	#nav-below {
		display:block;
	}
	.share-social {
		margin-bottom:30px;
	}
	.image-caption,
	.image-author {
		text-align:left;
		width: 100%;
	}
	.post-thumbnail-container {
    	height: 253px;
	}
	.new-thumbnail-container {
		/* width:450px; */
    	/* height: 253px; */
		margin-bottom:20px!important;
	}
	.search-content {
    	padding-right: 0px;
	}
	.slider-image {
		width:450px;
    	height: 253px;
	}
	.bx-wrapper .bx-viewport {
    	height: 318px!important;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    	bottom: 20px;
	}
	.grid-table-tabs {
		display:none;
	}
	.grid-table-project {
    	margin-bottom:20px;
	}
	.grid-table-project-td {
    	padding: 0 0 0 0!important;
	}
	.new-category-single {
		/* display:none; */
		padding:0;
		display:block;
		font-size:16px;
	}
	.new-media-header {
		display:none;
	}
	.new-media-header-mobile {
		display:block;
	}
	.benedetta-media {
		display:none;
	}
	.benedetta-media-mobile {
		display:block;
	}

}

@media screen and (max-width:736px){	/* IPHONE 6 PLUS */

	.container {
		
	}

}

@media screen and (max-width:667px){	/* IPHONE 6 */

	.container {

	}

}

@media screen and (max-width:600px){	/* SMALL TABLET */

	.container {
		
	}

}

@media screen and (max-width:568px){	/* IPHONE 5, 5S */

	.container {

	}
	
}

@media screen and (max-width:480px){	/* IPHONE 5, 5S */

	.container {
		
	}
	
}

@media screen and (max-width:320px){	/* OLD IPHONES */

	.container {
		width:320px;
	}
	#site-title {
    	width: 85%;
	}
	#menu-mobile {
    	width: 15%;
	}
	#submenu,
	#submenu-status ul li,
	#submenu-typology ul li  {
		font-size:14px;
	}
	#submenu {
		margin-bottom:20px;
	}
	#submenu ul li {
    	padding-right: 10px;
	}
	#submenu-status ul, #submenu-typology ul {
    	padding-bottom: 20px;
    	margin-bottom: 30px;
	}
	.post-thumbnail-container {
    	height: 163px;
	}
	.new-thumbnail-container {
		width:290px;
    	/* height: 163px; */
	}
	.slider-image {
		width:290px;
    	height: 163px;
	}
	.bx-wrapper .bx-viewport {
    	height: 228px!important;
	}

}

