/*-----------------------------------------------------------------------------------

	Theme Name: Mesh
	Theme URI: http://www.themezilla.com/themes/mesh
	Description: A well structured theme with a focus on full screen media
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Version: 1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, white, flexible-width, custom-menu, featured-images,full-width-template, microformats, post-formats, theme-options, translation-ready
	Textdomain: zilla

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (animations, body, common classes, vertical rhythm, etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.  Portfolio Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	12. Structure
	13. Media Queries

-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'EntypoRegular';
    src: url('css/font/entypo.eot');
    src: url('css/font/entypo.eot?#iefix') format('embedded-opentype'),
         url('css/font/entypo.woff') format('woff'),
         url('css/font/entypo.ttf') format('truetype'),
         url('css/font/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EntypoSocialRegular';
    src: url('css/font/entypo-social.eot');
    src: url('css/font/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('css/font/entypo-social.woff') format('woff'),
         url('css/font/entypo-social.ttf') format('truetype'),
         url('css/font/entypo-social.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entypo {
	font-family: 'EntypoRegular';
	font-size: 2em;
	font-weight: normal;
	line-height: 0;
}

.entypo-social {
	font-family: 'EntypoSocialRegular';
	font-size: 2em;
	font-weight: normal;
	line-height: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix::after { content: ""; display: table; clear: both; } .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (animations, body, common classes, vertical rhythm, etc)
/*-----------------------------------------------------------------------------------*/

.animated {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes rotateToClose {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(180deg);
	}
}
@-moz-keyframes rotateToClose {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(180deg);
	}
}
@-o-keyframes rotateToClose {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(180deg);
	}
}
@keyframes rotateToClose {
	0% {
		transform-origin: center center;
		transform: rotate(0);
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(180deg);
	}
}

@-webkit-keyframes rotateToOpen {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(180deg);
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
	}
}
@-moz-keyframes rotateToOpen {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(180deg);
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
	}
}
@-o-keyframes rotateToOpen {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(180deg);
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
	}
}
@keyframes rotateToOpen {
	0% {
		transform-origin: center center;
		transform: rotate(180deg);
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
	}
}

.animated.rotateToClose {
	-webkit-animation-name: rotateToClose;
	-moz-animation-name: rotateToClose;
	-o-animation-name: rotateToClose;
	animation-name: rotateToClose;
}

.animated.rotateToOpen {
	-webkit-animation-name: rotateToOpen;
	-moz-animation-name: rotateToOpen;
	-o-animation-name: rotateToOpen;
	animation-name: rotateToOpen;	
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-me-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #444444;
	font: 14px/1.6 Georgia, Arial, Courier, 'Courier New', monospace;
	font-size: 1.4rem;
	margin: 0;
	text-rendering: optimizeLegibility;
	word-wrap: break-word;
}

.hidden { display: none; }

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

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
	border: 0;
}

a { 
	color: #444444;
}

a:hover { text-decoration: none; }

a img { border: none; }

a > img { vertical-align: bottom; }

.more-link {clear: both;
	margin: 15px 0;
	display: block;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-media,
.author-bio,
#logo { margin-bottom: 15px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: normal;
	padding: 0;
}

h1 {
	font-size: 20px;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

ol,
ul {
	margin: 0;
	list-style: none;
}

.page-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	padding: 20px 0 20px;
	padding: 2rem 0 2rem;
	text-align: center;
}

.archive .page-title,
.search .page-title { 
	padding-left: 50px;
	padding-left: 5rem;
	text-align: left; 
}


.post-date {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.error404 .entry-title {
	padding: 0 50px;
	padding: 0 5rem;
}

.entry-title a:hover, .title a:hover { 
	color: #222222;
	text-decoration: none;
}

.home h2.entry-title a {
	color: #222222;
	text-decoration: none !important;
	}
	
.home h2.entry-title a:hover {
	text-decoration: underline !important;
	}


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

.header { background: #f5f5f5; }

#logo { 
	display: block;
	margin-bottom: 15px;
	background: url("images/logo.svg") left center no-repeat;
	padding: 0 0 0 80px; 
    background-size: contain;
}

#logo {
	font-size: 22px;
	line-height: 29px;
	margin-bottom: -2px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	max-height: 58px;
}

#logo:hover { 
	text-decoration: none; 
}

.site-description {
	font-size: 10px;
	
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.mobile-menu { 
	display: none; 
	text-align: center;
}

.mobile-menu li { 
	display: inline;
	margin-right: 15px;
}

.mobile-menu ul {
	display: inline;
	margin-left: 15px;
}

.mobile-menu ul li:last-child { margin-right: 0; }

.mobile-menu a { color: #666666; text-decoration: none; white-space: nowrap; display: inline-block;
}

.mobile-menu a:hover,
.mobile-menu .current-cat > a,
.mobile-menu .current-menu-item > a,
.mobile-menu .current_page_item > a,
.mobile-menu ul a:hover {
	background: transparent;
	color: #444444;
	text-decoration: none;
}

.mobile-menu .current-cat > a,
.mobile-menu .current-menu-item > a,
.mobile-menu .current_page_item > a {
	font-weight: bold;
}

.mobile-menu ul { margin-left: 15px; }


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

#content { background: #ffffff; }

address { font-style: italic; }

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

blockquote {
	background: #f5f5f5;
	color: #444444;
	padding: 30px 30px 10px;
}

strong { font-weight: bold; }

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

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f5f5f5;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 30px;
	clear: both;
}

code { padding: 3px; }

.entry-content ul,
.entry-content ol { 
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-left: 30px; 
}

.entry-content dl { 
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

/* Common Form Elements --------------------------------------------------*/
button,
input,
textarea {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	padding: 11px;
	padding: 1.1rem;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input { line-height: normal; }

#post-0 #searchform input { 
	border-color: #b2b2b2; 
	max-width: 300px;
	width: 100%;
}

select { max-width: 100%; }

textarea { 
	font-size: 100%; 
	line-height: 1.4;
	overflow: auto;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

input[type="submit"],
input[type="submit"]:focus,
input[type="button"],
input[type="reset"] {
	background: transparent url(images/sprite.png) 120px -688px no-repeat;
	border: 0;
	padding-left: 0;
	padding-right: 25px;
}

.portfolio-description input[type="submit"],
.portfolio-description input[type="submit"]:hover { color: #ffffff; }

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

button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="reset"]:hover { color: #f23e2f; }

input:focus,
textarea:focus,
input[type="text"]:focus, 
input[type="url"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus,
#post-0 #searchform input:focus {
	background: #ffffff;
	border: 1px solid #444444;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active { color: #444444; }


/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.entry-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
}

.entry-content-serie {
	padding: 15px 0 0 0;
}

.blog .entry-title,
.archive .entry-title,
.search .entry-title, .page.book.entry-title, .page-news .entry-title { 
	margin: 45px 0 20px; 
	margin: 4.5rem 0 2rem;
	text-transform: uppercase;
}

.entry-meta-index { 
	margin-top: 28px;
	margin-top: 2.8rem;
	padding: 0 50px 45px; 
	padding: 0 5rem 4.5rem;
}



.entry-meta-single span {
	display: block;
	text-align: right;
}

.entry-meta a,
.entry-meta span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #b2b2b2;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.entry-meta a:hover {
	color: #444444;
	text-decoration: none;
}

.edit-post { margin-left: 15px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.sticky,
.bypostauthor {}

.cln-half {
	width: 48%;
	padding: 0 1% 0 0;
	float: left;
}

.cln-left {
	padding: 0 2% 0 0;
}

.cln-right {
	padding: 0 0 0 2%;
}

.page-id-29 #portfolio-feed {
	padding: 0;
}


.poc {width: 70px;}

/* Media Elements --------------------------------------------------------*/

.post-media {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.blog .post-media,
.archive .post-media,
.search .post-media {
	max-height: 450px;
	overflow: hidden;
}

.home .post-media {
	max-height: none;
}


.book .post-media, .page-template-template-exhibition-php .post-media:nth-child(1) {
	width: 40%;
	float: left;
	margin: 0 4% 2% 0;
	display: block;
}


.exhibition .post-media {
margin-bottom: 15px;
	}

.format-standard .post-media, .format-image .post-media, .format-gallery .post-media  {
	width: 40%;
	float: left;
	margin: 0 4% 0 0;
	display: block;
}

.format-video .post-media  {
	width: 100%;
	float: left;
	margin: 0;
}

.single-format-video .post-media, .single-format-gallery .post-media {margin-bottom: 20px;}

.single-format-image .post-media {float: left;}

.post-media img { width: 100%; }

.format-quote .post-media footer { margin-top: 5px; }

.format-link .post-media a,
.format-quote .post-media a {
	background: none;
	color: #ffffff;
	text-align: center;
}

.post-media span,
.post-media blockquote {
	background: url(images/bg-grey.png) 0 0 repeat;
	color: #ffffff;
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	margin: auto;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 100%
}

span.in-progress {
	display: block;
	padding: 60% 0 0 0;
}
.post-media blockquote { height: 33%; }

.format-link .post-media span,
.post-media blockquote { 
	display: block;
	font-style: normal;
	max-width: 80%;
	text-transform: none; 
}

.single .format-link .post-media span,
.single .post-media blockquote {
	font-size: 24px;
	font-size: 2.4rem;
}


.post-media blockquote footer {
	color: #b2b2b2;
	font-size: 14px;
	font-size: 1.4rem;
}

.zilla-gallery { position: relative;}

.zilla-gallery .slide-caption {
	background: #444444;
	background: rgba(242,62,47,0.9) url(images/pattern.png) 0 0 repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	display: block;
	height: auto;
	right: 0;
	left: auto;
	text-transform: none;
	top: auto;
	display: none;
}

.home-caption {
	background: #444444;
	background: rgba(242,62,47,0.9) url(images/pattern.png) 0 0 repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 10px 20px;
	position: absolute;
	bottom: 10px;
	display: block;
	height: auto;
	left: auto;
	text-transform: none;
	top: auto;
}

.zilla-gallery .slide-caption a {
	background: none;
	color: #ffffff;
	display: inline;
	text-decoration: underline
}

.zilla-gallery .slide-caption a:hover { text-decoration: none; }

.slideshow li { width: 100%; }

.post-media .zilla-slide-prev,
.post-media .zilla-slide-next {
	background: #fff url(images/icons.png) 0 0 no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 45%;
	white-space: nowrap;
	width: 50px;
	z-index: 995;
	opacity: 0.3;
}

.post-media .zilla-slide-prev { background-position: -32px 13px;}

.post-media .zilla-slide-next {
	background-position: -78px 13px;
	right: 0;
}

.post-media .zilla-slide-prev:hover {opacity: 1; }

.post-media .zilla-slide-next:hover { opacity: 1;}

.home .post-media .zilla-slide-prev,
.home .post-media .zilla-slide-next {display: none;}

.stacked li { 
	padding: 1%;
}

.single-portfolio .stacked li { 
	width: 23%;
	  display:inline-block;
  vertical-align:middle;

}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: auto;
}

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

.gallery-caption{}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	color: #888888;
	font-size: 0.875em;
	font-style: italic;
	margin: 0.8075em 0;
	text-align: center; 
}

iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}

ul.biography {
	margin: 0;
}

.biography h4{
	padding-top: 15px;
}

.biography li {
	width: 100%;
	float: left;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	display: block;
}

.biography li:first-child h4 {
	padding: 0;
}

.biography li:last-child {
	border-bottom: none;
}

.biography li:before{ 	
/*	float: left;
	font-family: 'EntypoRegular';
	content:'\E731'; 
	margin: 0 20px;
	font-size: 3em;*/
}

.biography li:first-child:before{ 	
/*	margin: -13px 20px 0 20px;*/
}


/* Audio/Video jPlayer Skin ---------------------------------------------*/
.jp-audio,
.jp-video {
	margin: 0 auto -1.57142857142em;
	max-width: 100%;
	position: absolute;
	width: 100%;
}

.jp-video + .jp-audio,
.fluid-width-video-wrapper + .jp-audio { margin-top: 2.71428571428em; }

.jp-gui { margin-bottom: -35px; }

.jp-interface {
	background: #232527 url(images/media_player.png) 0 -132px repeat-x;
	border: 1px solid #000000;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0,0,0,.7);
	box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0,0,0,.7);
	margin-bottom: 3px;
	position: relative;
	height: 33px;
	width: 91.25%; /* 438 / 480 */
	left: 4.545454545%; /* 20 / 440 */
	top: -53px;
}

.jp-video-full { position: relative; }

.jp-video-full .jp-jplayer {
	background: #000000;
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative;
	overflow: hidden;
	z-index: 998;
}

.jp-video-full .jp-gui {
	z-index: 1000;
	display: block;
}

.jp-video-full .jp-interface { 
	bottom: 0;
	top: auto; 
	left: 0.25%;
	position: fixed;
	width: 99%;
	z-index: 1000;
}

/* Controls ----- */
.jp-controls,
.jp-toggles {
	float: left;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.jp-controls li { float: left; }

.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -999em;
}

.hentry .jp-play,
.hentry .jp-pause,
.hentry .jp-mute,
.hentry .jp-unmute {
	background: #d2d6db url(images/media_player.png) 0 0 no-repeat;
	border-top: 1px solid #4b4e53;
	border-bottom: none;
	display: block;
	z-index: 2;
	height: 100%;
	width: 30px;
}

.jp-play:hover,
.jp-pause:hover,
.jp-mute:hover,
.jp-unmute:hover { 
	background-color: #0076a3; 
	border-bottom: none;
}

.hentry .jp-pause { background-position: 0 -33px; }

.jp-play,
.jp-pause { 
	border-radius: 3px 1px 1px 3px;
	border-right: 1px solid #4b4e53; 
}

/* Scrubber ----- */
.jp-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	padding: 0 25px 0 40px;
	margin: 11px 0;
	width: 100%;
	height: 9px;
}

.jp-volume-bar {
	float: right;
	margin: 11px 0;
	right: 8px;
	width: 40px;
	height: 10px;
}

.jp-seek-bar {
	background: #141618;
	border-bottom: 1px solid #2c2d2f;
	border-left: 1px solid #0f0f10;
	border-right: 1px solid #0f0f10;
	border-top: 1px solid #000000;
	border-radius: 2px;
	cursor: pointer;
	height: 8px;
	padding: 0 0 1px 0;
	position: relative;
	z-index: 990;
}

.jp-play-bar {
	border-radius: 1px 2px 2px 1px;
	background: #0076a3;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	-webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .2) inset;
	box-shadow: 0 5px 5px rgba(255, 255, 255, .2) inset;
	height: 8px;
}

.jp-play-bar {
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;       		
}

@-webkit-keyframes animate-stripes { 
	0% { background-position: 0 0; } 
	100% { background-position: 60px 0; }
}

@-moz-keyframes animate-stripes {
	0% { background-position: 0 0; } 
	100% { background-position: 60px 0; }
}


/*-----------------------------------------------------------------------------------*/
/*  6. Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio-feed .portfolio > a {
		text-decoration: none;
		background: none;
}

.portfolio-feed .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	display: block;
	position: relative;
	width: 100%;
	color: #222222;
	padding: 10px 0 0 0;

}




.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* Single Portfolio ------------------------------------------ */
.single-portfolio .hentry { float: none; }

.portfolio-media img { width: 100%;} /*100%;*/

.single-portfolio .entry-title {
	margin-top: 0;
	text-transform: uppercase;
	background: url("images/separateur-title.png") bottom left no-repeat;
	padding: 0 0 28px 0;
	margin: 0 0 37px 0;
	letter-spacing: 10px;
	float: left;
}

.date {
	font-family: "Montserrat", arial, sans-serif;
	clear: both;
	font-size: 10px;
}

.single-portfolio .date {
font-size: 14px;}

.post-meta-key {
	display: none;
}

ul.post-meta {
	list-style: none;
	margin: 0;
}

ul.post-meta li {
	font-family: "Montserrat", arial, sans-serif;
	clear: both;
	margin-bottom: 15px;
	font-size: 14px;
}

.lt-ie9 .single-portfolio .entry-content {
	position: relative;
	max-width: none;
	max-height: none;
	left: 0;
}

.single-portfolio .hide-content .entry-title,
.single-portfolio .hide-content .portfolio-description,
.single-portfolio .hide-content .entry-meta,
.single-portfolio .hide-content .date,
.single-portfolio .hide-content #lang_sel_list,
.single-portfolio .hide-content .post-meta{ display: none; }

.single-portfolio .entry-meta { overflow: hidden; }

.single-portfolio .entry-meta a {
	background: transparent url(images/sprite.png) 0 -94px no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 15px;
	margin-left: 1.5rem;
	padding-left: 15px;
	padding-left: 1.5rem;
	position: relative;
	text-transform: none;
}

.single-portfolio .entry-meta a:first-child { margin-left: 0; }

.single-portfolio .entry-meta a:hover { opacity: .5; }

.block-hide {
	max-width: 650px;
max-width: 65rem;
}
.show-hide-content {
	background: #222222 url(images/sprite.png) 10px -190px no-repeat;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 30px;
	margin: 0 1% 2% 1%;
	float: right;
}

.show-hide-content.open { background-position: 10px -390px; }

.lt-ie9 .project-content .show-hide-content { display: none; }

.single-portfolio .post-password-required .entry-content { position: relative; }


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#comments { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both; 
	max-width: 800px;
	padding: 0 50px 0;
	width: 66.6667%; /* 800 / 1200 */
}

.page #comments {
	padding-left: 0;
	padding-right: 0;
}

.comments-title {
	font-size: 20px;
	font-size: 2rem;
	padding-top: 48px;
	padding-top: 4.8rem;
	text-transform: uppercase;
}

.pings-title {}

.commentlist {
	margin: 45px 0 40px 0;
	margin: 4.5rem 0 4rem 0;
	list-style-type: none;
}

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment { 
	margin-top: 45px; 
	margin-top: 4.5rem;
}

.commentlist .children { 
	list-style-type: none; 
	margin-left: 65px;
}

.avatar { border-radius: 4px; }

.comment .avatar {
	float: left;
	margin: 0 18px 0 0;
}

.comment-author {
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 1px;
	text-transform: uppercase;
}

.comment-meta { 
	color: #b2b2b2;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 19px; 
	margin-bottom: 1.9rem;
	margin-top: 3px;
	margin-top: 0.3rem;
	text-transform: uppercase;
}

.comment-meta a { color: #b2b2b2; }

.comment-author-admin {
	background: #fbfbfb!important;
	border: #efefef;
}

.comment-author cite { font-style: normal; }

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

#respond {
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -50px;
	margin-right: -50px;
	padding: 49px 50px 14px;
}

.page #respond {
	margin-left: 0;
	margin-right: 0;
}

.comment-reply-title { 
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase; 
}

#commentform { margin-top: 20px; }

#commentform p { 
	line-height: 40px; 
	overflow: hidden;
}

#commentform input { 
	float: left;
	margin-right: 10px; 
	max-width: 430px;
	width: 100%;
}

#commentform input[type="submit"] { 
	clear: both;
	float: none;
	margin-top: 5px;
	margin-top: 0.5rem;
	width: auto; 
}

#commentform label {
	color: #222222;
	text-transform: uppercase;
}

#commentform textarea { 
	max-width: 100%;
	min-width: 100%;
	width: 100%; 
}

#commentform .required { color: #f23e2f; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.page-navigation .nav-next { 
	background: url("images/separateur-nav.png") right 35px no-repeat;
	padding: 0 0 28px 0;
	letter-spacing: 3px;
	float: right; }

.page-navigation .nav-next a, .page-navigation .nav-previous a {
	font-family: "Montserrat", arial, sans-serif;
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
	font-size: 11px;

}

.page-navigation .nav-previous {
	background: url("images/separateur-nav.png") 0px 35px no-repeat;
	padding: 0 0 28px 0;
	letter-spacing: 3px;
	float: left; }

.page-navigation .nav-previous a:hover,
.page-navigation .nav-next a:hover {
	text-decoration: none;
	color: #222;
}

.no-paging-clear { clear: both; }

.comment-navigation { 
    margin-bottom: 20px;
    overflow: hidden; 
}

.comment-navigation .nav-next { float: right; }

.comment-navigation .nav-previous { float: left; }


/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	background: #fafafa;
	background: rgba(0,0,0,0.1);
	color: #b2b2b2;
	text-align: center;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

#footer a { color: #f23e2f; }

#footer a:hover { 
	color: #ffffff; 
	text-decoration: none;
}

#footer.open { background: #222222; }

#toggle-footer {
	background: #f23e2f url(images/sprite.png) 8px -290px no-repeat;
	cursor: pointer;
	display: block;
	height: 30px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 0;
	white-space: nowrap;
	width: 30px;
}

.open #toggle-footer { background-position: 8px -390px; }

.copyright,
.credit {
	font-size: 14px;
	font-size: 1.4rem;
}

.copyright a,
.credit a {  	text-decoration: none; font-size: 20px;
}

.copyright a:hover,
.credit a:hover {
	text-decoration: none;
}

#widget-alert {
	position: fixed;
	bottom: 0;
	left: 20px;
	z-index: 1;
	background:url(images/cross.png) left center no-repeat #ff6600;
	padding: 30px 30px 30px 72px;
	opacity: 0.9;
	color: #fff;
	font-family: "Montserrat", arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}

#widget-alert:hover {
	cursor:pointer;
}

.header-social img{
	width: 15px;
	margin: 0 0 10px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/


.home-cln-half {
	width: 47%;
	float: left;
	margin-right:6%;
}

.home-cln-half-last {
	width: 47%;
	float: left;
}

#home-last {
	clear: both;
}

.home-last-news {
	float: left;
	border-top: 1px dotted #ccc;
	padding: 15px 0 0 0;
}


.home-last-facebook, .home-last-instagram  {
	border-bottom:1px dotted #ccc; 
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}


.home-last-news .post-media {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.home .book .post-media {
	width: 100%;
	margin: 0 0 15px 0;
}

.home .book.hentry {
	margin: 0 0 15px 0;
}

.home .exhibition.hentry {
	width: 100%;
}


.home-last-news .entry-content-new {
	text-align: justify;
}

.home-last-news h3, .home-last-news h3 a, .home-last-exhibition h3, .home-last-exhibition h3 a {
	font-size: 13px;
	margin-top: 0;
	text-transform: uppercase;
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
}

.home-slider {
	margin-bottom: 10px;
}


.home-last-book {
	border-top: 1px dotted #ccc;
	padding: 15px 0 0 0;
}

.page h1.entry-title, .single .entry-title { 
	margin-top: 0;
	text-transform: uppercase;
	text-align: left;
	background: url("images/separateur-title.png") 0px 55px no-repeat;
	padding: 0 0 28px 0;
	margin: 0 0 37px 0;
	letter-spacing: 4px;
}

.single .entry-title {margin-left:1%;}

.page-template-template-full-width-wpml-php .page h1.entry-title  { 
	float:left;
	}


.home h2.entry-title  { 
	margin-top: 0;
	text-transform: uppercase;
	background: url("images/separateur-title.png") bottom left no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 35px 0;
	letter-spacing: 10px;
	color: #222222;
	font-size: 14px;
	font-size: 1.4rem;
}


.date-serie {
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
}

.home-portfolio ul.post-meta li, .page-template-template-portfolio-php ul.post-meta li, .tax-portfolio-type ul.post-meta li {
	font-size: 10px;
	margin-bottom: 0;
	    min-height: 70px;
}

.home .entry-title-serie,
.home .entry-title-serie a {
	font-size: 13px;
	margin-top: 0;
	text-transform: uppercase;
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: normal;
	text-decoration: none;
}


.page-exhibitions .entry-title { 
	margin: 0 0 15px; 
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}


.page .book .entry-title, .page-news .title, .page-videos .title { 
	margin-top: 0;
	text-transform: uppercase;
	text-align: left;
	background:none;
	margin: 0 0 15px 0;
	padding: 0;
	letter-spacing:normal;
}

.title a {
	text-decoration: none;
}


.page .entry-meta {
	float: right;
	top: -55px;
	position: relative;
}


.page-news .entry-meta {
	margin-top: 28px;
	margin-top: 2.8rem;
	padding: 0 50px 45px;
	padding: 0 5rem 4.5rem;
	float: left;	
	top:auto;
}

.page blockquote { background: #f0f0f0; }

.page-news blockquote {
	display: block;
	font-style: normal;
	max-width: 80%;
	text-transform: none;
	background: none;
}

.archive-lists ul {
	list-style: disc;
	margin-bottom: 20px;
	margin-left: 15px;
}

.archive-lists .children { margin-bottom: 0; }

#contactForm {
	background: #ffffff;
	margin-top: 50px;
	margin-top: 5rem;
	padding: 50px;
	padding: 5rem;
}

ul.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 100%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { float: right; }

label.error { color: red; }

.exhibition-date {
font-size: 12px;
color: #333333;
text-transform: uppercase;
}

.exhibition-date:before {
float: left;
font-family: 'EntypoRegular';
content: '\1F554';
margin: -5px 7px 0 0;
font-size: 2em;
}

.exhibition-adress {
	font-size: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.widget-title {
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}

#footer .widget-title { color: #ffffff; }

.widget ul { margin-bottom: 0; }

.widget ol { margin-bottom: 0; }

.widget ul li { margin-bottom: 2px; }

.widget ul a { color: #666666; text-decoration: none; }

.widget .current-cat > a,
.widget .current-menu-item > a,
.widget .current_page_item > a,
.widget ul a:hover,
.widget ul a.active-filter {
	background: transparent url(images/sprite.png) 0 4px no-repeat;
	color: #444444;
	margin-left: -15px;
	padding-left: 15px;
	text-decoration: none;
}



.widget .sub-menu,
.widget .children { margin-left: 15px; }

.widget .recentcomments a:hover { background: none; }

.widget_categories li,
.widget_archive li { color: #b2b2b2; }

.widget_nav_menu ul#menu-tags li, .widget_nav_menu ul#menu-tags-fr li {
	font-style: italic;
	font-size: 12px;
	width: 85px;
	margin-left: 15px;
	float: left;
}


/* Search Widget --------------------------------------------------------*/
.widget_search #s { width: 100%; }

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget -------------------------------------------------------*/
.widget_calendar caption { 
	font-weight: bold;
	margin-bottom: 5px; 
	text-align: center;
}

.widget_calendar table { width: 100% }

/* Twitter Widget -------------------------------------------------------*/
.zilla-tweet-widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.zilla-tweet-widget li { padding: 8px 0; }

.zilla-tweet-widget li:first-child { padding-top: 0; }

.zilla-tweet-widget .twitter-time-stamp {
	display: block;
	font-size: .875em;
}

#footer .zilla-tweet-widget .twitter-time-stamp { color: #b2b2b2; }

#footer .zilla-tweet-widget .twitter-time-stamp:hover { color: #f23e2f; }

/* Flickr Widget --------------------------------------------------------*/
.zilla_flickr_widget { padding-right: 0; }

.zilla_flickr_widget > div {
	margin-left: -1.8072%;
	margin-right: -1.8072%;
	width: 103.75%; /* 332 / 320 */
}

.flickr_badge_image {
	float: left;
	margin: 0 1.8072% 12px; /* 6 / 332 */
	width: 21.3855%; /* 71 / 332 */
}

.flickr_badge_image img { border-radius: 3px; }

.flickr_badge_image img:hover { opacity: 0.5; }

/* Video Widget ----------------------------------------------------------*/
.zilla_video { margin-bottom: 10px; }

/* Zilla Plugins ---------------------------------------------------------- */
.widget .zilla-dribbble-shots li { 
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	margin-right: 0; 
}

.zilla-dribbble-shots li a:hover { background: none; }

#footer .zilla-dribbble-shots li { 
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	margin-right: 0; 
}

#footer .zilla-social { overflow: hidden; }

#footer .zilla-social a {
	margin: 1%;
	display: block;
	text-align: center;
	float: left;
}

.zilla-likes-count { color: #d2d6db; }

.active .zilla-likes-count { color: #f23e2f; }


/*-----------------------------------------------------------------------------------*/
/*	12. Structure
/*-----------------------------------------------------------------------------------*/

.container {
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	overflow-x: hidden;
	padding-left: 280px;
	width: 100%;
}

.header {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	padding: 40px 40px 30px;
	padding: 4rem 4rem 3rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 280px;
}

.admin-bar .header { margin-top: 28px; }
	
#primary { width: 100%; }

.separateur-block {
	clear: both;
}

.page #primary,
.error404 #primary, .home #primary, .single #primary {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	max-width: 750px;
	max-width: 75rem;
	padding: 38px 50px 0;
}


.page-template-template-full-width-php #primary { /*max-width: none; */}

.page-template-template-video-php #primary,
.page-template-template-portfolio-php #primary,
.tax-portfolio-type #primary {
	max-width: none;
	width: 100%;
	padding: 38px 50px 0 50px;
	box-sizing: border-box;
    margin: 0;
}

.single-portfolio #primary {
	max-width: none;
	width:auto;
	padding: 38px 50px 0 50px;
}


.page .hentry,
.error404 .hentry {
	float: none;
	max-width: none;
	width: 100%;
}

.page .entry-content { padding: 0; }

.page-template-template-full-width-wpml-php .page .entry-content { clear: both; }

.book .entry-content, .post .entry-content { 	
	padding: 0;
	float: right;
	width: 56%;
}

.single .entry-content { 	
	padding: 0;
	width: 100%;
}

.single-format-image .entry-content img {
	width: 40%;
	float: left;
	margin: 0 4% 4% 0;
	display: block;
}
	


.exhibition .entry-content {width: 56%;}
.book .entry-content p, .post .entry-content p, .post .entry-content-full p {text-align: justify;}

.content { 
	padding-bottom: 40px;
	padding-bottom: 4rem;
	position: relative;
	z-index: 1;
}

.hentry {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: auto;
	max-width: 400px;
	position: relative;
 }

.blog .hentry,
.search .hentry,
.archive .hentry {
/*	height: 720px;
	max-width: 600px;
	width: 25%;*/
	width:100%;
}



.home .hentry {
	height: auto;
}

.home-portfolio.home-serie-1,.home-portfolio.home-serie-3 {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
	}
	
.home-portfolio.home-serie-2, .home-portfolio.home-serie-4 {
	width: 48%;
	margin-bottom: 25px;
	}

	
.home-new.hentry {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	}


.book.hentry, .exhibition.hentry, .post.hentry, .type-video.hentry {
	float: left;
	border-bottom: 1px dotted #ccc;
	display: block;

}

.format-image.hentry, .format-standard.hentry, .format-gallery.hentry {
	margin-bottom: 15px;
	padding-bottom: 15px;
	
}
.book.hentry, .format-video.hentry, .exhibition.hentry, .exhibition-past.hentry, .type-video.hentry{
	margin-bottom: 15px;
}

.page-template-template-book-php article:last-of-type, .page-template-template-exhibition-php article:last-of-type, .page-template-template-new-php article:last-of-type {
	border-bottom: none !important;
}

.exhibition-past.hentry {
	float: left;
	display: block;
	border-bottom: 1px dotted #ccc;
}

.blog .post-media + .entry-content,
.archive .post-media + .entry-content,
.search .post-media + .entry-content { height: 180px; }

.single .hentry {
	max-width: none;
	width: 100%;
	border: none;
}

.entry-content { width: 100%; }

.blog .entry-content,
.archive .entry-content,
.search .entry-content, 
.book.entry-content {
	height: 630px;
	overflow: hidden;
}

.single-format-image article {
	padding-bottom: 18px;
	padding-bottom: 1.8rem;
	padding-top: 18px;
	padding-top: 1.8rem;
}


.single-format-video .entry-content {
	float: left;
	max-width: 800px;
	padding-bottom: 18px;
	padding-bottom: 1.8rem;
	padding-top: 18px;
	padding-top: 1.8rem;
	width: 100%; /* 800 / 1200 */
}

.entry-meta-single {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-top: 85px;
	margin-top: 8.5rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 50px;
	padding-right: 5rem;
	max-width: 350px;
	width: 33.3333%; /* 400 / 1200 */
}

/*
.portfolio-feed .portfolio {
	float: left;
	height: auto;
	max-width: 400px;
	position: relative;
	width: 33.33%;
}


.single-portfolio .entry-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	max-height: 100%;
	padding: 40px 50px 42px;
	padding: 4rem 5rem 4.5rem;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 500px;
	width: 100%;
}
*/
.single-portfolio .entry-content {
max-width: 650px;
max-width: 65rem;
text-align: justify;
padding: 0 1% 10px 1%;
width: 100%;
}

.single-portfolio .portfolio-media {
	clear: both;
}

#footer {
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	padding: 25px 20px 5px;
	position: fixed;
	width: 100%;
	z-index: 997;
}

.footer-inner { display: none; }

.footer-column {
	float: left;
	margin: 1.3889%; /* 20 / 1440 */
	max-width: 320px;
	width: 22.2222%; /* 320 / 1440 */
}

#rsr {
	padding: 10px 0;
	clear: both;
}

#rsr path:hover{
   fill:#999999;
   pointer-events:all;
}
#rsr g:hover path {
   fill:#999999;
   pointer-events:all;
}
/*-----------------------------------------------------------------------------------*/
/*	13. Media Queries
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 2080px) {

	.blog .hentry,
	.search .hentry,
	.archive .hentry  { }

}

@media only screen and (max-width: 1480px) {

	.blog .hentry,
	.search .hentry,
	.archive .hentry { 
	
	}
	
	.image.hentry {
		width: 50%;
	}
}

@media only screen and (max-width: 1080px) {



	.single .entry-content {
		float: none;
		max-width: none;
		position: relative;
		width: 100%;
	}

	.entry-meta-single {
		float: none;
		margin-top: 0;
		max-width: none;
		padding: 50px;
		padding: 5rem;
		width: 100%;
	}

	.entry-meta-single span {
		margin-left: 0;
		text-align: left;
	}

	#comments { width: 100%; }

	.show-hide-content {  }
	
	
	.book .post-media, 	.page-template-template-exhibition-php .post-media:nth-child(1) {
	margin-bottom: 15px;
	}
		
	.single-portfolio .stacked li { 
	width: 31.3333%;
	display:inline-block;
	vertical-align:middle;

}

		

}

@media only screen and (max-width: 880px) {

	.blog .hentry, .page-news .hentry { }
	

}

@media only screen and (max-width: 800px) {

	body { -webkit-text-size-adjust: none; }
	
	#logo { 
	display: block;
	background: url("images/logo-charles-freger.png") top center no-repeat;
	padding: 50px 0 0 0;
	}
	
	.home #primary, .page-template-template-full-width-php #primary, .page #primary, .single #primary {
	margin: 0 auto;
	}
	
	
	.page h1.entry-title, .single-portfolio .entry-title, .single .entry-title {
	text-align: center;
	background: url("images/separateur-title.png") center 48px no-repeat;
	margin-top: 0;
	padding: 0 0 21px 0;
	margin: 0 0 30px 0;
	}
	
	.single .post-date {text-align: center;}
	
	.page-template-template-full-width-wpml-php .page h1.entry-title, .single-portfolio .entry-title {
	float: none;
	}
	
	#lang_sel_list {
	float: none;
	text-align: center;
	margin: 0 auto 20px auto;
	width: 110px;
	height: 30px;
	}
		
	.home h2.entry-title {
	text-align: center;
	background: url("images/separateur-title.png") bottom center no-repeat;
	}
	
	.entry-content-serie {
	text-align: center;
	}

	.date {
	text-align: center;
	}
	
	.single .entry-content {
	width: 100%;
	padding: 0 1%;
	}
	
	.single-portfolio .stacked li {
	width: 31.3333%;
	padding: 2% 1% 0 1%;
	display: inline-block;
	vertical-align: middle;
	}
	
	.page-template-template-portfolio-php #primary, .tax-portfolio-type #primary {
	padding: 50px 50px 0 50px;
	}
	
	.separateur-block {
	text-align: center;
	}

	.container { padding-left: 0; }

	#header {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 45px;
		position: relative;
		width: 100%;
	}

	.header-inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		min-height: 0;
		padding: 0 50px;
		padding: 0 5rem;
		position: relative;
		width: 96%;
	}

	.site-intro { text-align: center; }
	
	#poc {text-align: center; margin: 10px 0 0 0;}
	.poc {width: 50px;}

	#sidebar #nav_menu-2,
	#rsr svg,
	.copyright,
	.credit { display: none; }
	
	#sidebar #nav_menu-5 {
		text-align: center;
		margin-top: 10px;
	}
	#sidebar #nav_menu-5 .widget-title {
		cursor:pointer;
	}
	#sidebar #nav_menu-5 .menu-tags-container {
		display:none;
	}
	#sidebar #nav_menu-5 .menu-tags-container.show {
		display:block;
	}
	
	#sidebar #nav_menu-5 .menu-tags-container ul {
		text-align: center;
	}
	#sidebar #nav_menu-5 .menu-tags-container ul li {
		float:none !important; 
		display: inline-block !important;
		margin: 0 auto !important;
		padding: 0 5px !important;
	}


	.mobile-menu { display: block; }
	
	.header-social {
	text-align: center;
	margin: 10px 0 0 0;
	}

	.archive .page-title, 
	.search .page-title {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}

	.post-media blockquote { height: 45%; }

	.blog .format-link .post-media span,
	.archive .format-link .post-media span,
	.search .format-link .post-media span,
	.blog .post-media blockquote,
	.archive .post-media blockquote,
	.search .post-media blockquote { 
		font-size: 14px;
		font-size: 1.4rem; 
	}
	

	.footer-column {
		margin-left: 2.6316%;
		margin-right: 2.6316%;
		width: 44.7368%;
	}

	.footer-column-3 { clear: both; }
	
		#widget-alert {
	position:relative;
	bottom:auto;
	left:auto;
	margin: 0 auto 15px auto;
}


}




@media only screen and (max-width: 600px) {

	#header {
		padding: 15px 0;
	}
	
	.header-inner {padding: 0 15px; width: 100%}

	.hentry {
		max-width: none;
	}
	
	.content {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.home #primary, .page-template-template-full-width-php #primary, .page #primary, .single-portfolio #primary, .single #primary{
	margin: 0 auto;
	padding: 20px 15px 0;
	max-width: none;
	}
	
	.home-cln-half, .home-last-book, .home-last-book .post-media, .home-last-exhibition, .home-last-series, .home-last-news, .format-standard .post-media, .format-image .post-media, .post .entry-content, .book .post-media, .page-template-template-exhibition-php .post-media:nth-child(1), .single-format-image .entry-content img  {
		width: 100%;
		margin: 0;
	}
	
	.single-format-image .entry-content img  { margin: 0 0 15px 0;}

	
	.post .entry-content  { margin: 15px 0 0 0;}
	
	.home-cln-half-last, .home-last-news, .book .entry-content{
		width: 100%;
		margin: 15px 0 0 0;
	}
	
	.home-portfolio.home-serie-1, .home-portfolio.home-serie-2, .home-portfolio.home-serie-3, .home-portfolio.home-serie-4 {
		width: 100%;
		margin: 15px 0;
	}
	
	.home .post-media img {
		margin-bottom:0px;
	}
	
	.cln-half {
		width: 100%;
		padding: 0;
	}
		
	.format-image.hentry {
		padding-bottom: 0;
	}
	
	.blog .hentry,
	.search .hentry,
	.archive .hentry { width: 100%; }

	.archive .page-title, 
	.search .page-title {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		width: 96%;
	}

	.format-link .post-media span,
	.single .format-link .post-media span, 
	.post-media blockquote,
	.single .post-media blockquote,
	.blog .format-link .post-media span,
	.archive .format-link .post-media span,
	.search .format-link .post-media span,
	.blog .post-media blockquote,
	.archive .post-media blockquote,
	.search .post-media blockquote {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.format-link .post-media span { height: 12%; }

	/* ZillaShortcodes ----------------------------------- */
	.zilla-one-half, 
	.zilla-one-third, 
	.zilla-two-third, 
	.zilla-three-fourth, 
	.zilla-one-fourth, 
	.zilla-one-fifth, 
	.zilla-two-fifth, 
	.zilla-three-fifth, 
	.zilla-four-fifth, 
	.zilla-one-sixth, 
	.zilla-five-sixth { width: 100% !important; }
		


}

@media only screen and (max-width: 400px) {

	.hentry { width: 100%; }

	.entry-content,
	.entry-meta-single {
		padding-left: 20px;
		padding-left: 2rem;
		padding-right: 20px;
		padding-right: 2rem;
	}

	.entry-meta-index { padding: 0 20px 50px; }
	
	.single-portfolio .stacked li {
	width: 48%;
	padding: 2% 1% 0 1%;
	display: inline-block;
	vertical-align: middle;
	}

	.format-link .post-media span,
	.single .format-link .post-media span, 
	.post-media blockquote,
	.single .post-media blockquote,
	.blog .format-link .post-media span,
	.archive .format-link .post-media span,
	.search .format-link .post-media span,
	.blog .post-media blockquote,
	.archive .post-media blockquote,
	.search .post-media blockquote {
		font-size: 14px;
		font-size: 1.4rem;
	}
	

	#respond {
		padding: 30px 20px;
		padding: 3rem 2rem;
	}

	#commentform p { margin-bottom: 10px; }

	#commentform input { float: none; }

	.comment-form-comment { margin-top: 30px; }

	#footer { padding: 25px 0 5px; }

	.footer-column {
		float: none;
		margin: 20px;
		max-width: 280px;
		width: 100%;
	}

	#contactForm {
		padding: 20px 20px 50px;
		padding: 2rem 2rem 5rem;
	}
	
	.page-news .hentry {
	margin-bottom: 15px;
	}
	
	#swipebox-caption.visible-bars {
	top: 0;
	}

	#swipebox-action.visible-bars {
	background: #fff;
	}


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait);
only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape),
only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait),
only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape),
only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait), {
	
}

@media only screen and (-webkit-min-device-pixel-ratio : 2), 
only screen and (min--moz-device-pixel-ratio : 2),
only screen and (-o-min-device-pixel-ratio : 2/1),
only screen and (min-device-pixel-ratio : 2),
only screen and (min-resolution : 192dpi),
only screen and (min-resolution : 2dppx) {

	/*===== Retina and HiDPI images =====*/
	.post-media > a,
	.portfolio-feed .portfolio > a,
	.single-portfolio .entry-content,
	.zilla-gallery .slide-caption {
		/*background-image: url(images/pattern@2x.png);
		-webkit-background-size: 5px 5px;
		background-size: 5px 5px;*/
	}

	#mobile-handler,
	.post-media .zilla-slide-prev,
	.post-media .zilla-slide-next,
	.single-portfolio .entry-meta a,
	.show-hide-content,
	.widget .current-cat > a, 
	.widget .current-menu-item > a,
	.widget .current_page_item > a,
	.widget ul a:hover,
	.widget ul a.active-filter,
	input[type="submit"],
	input[type="submit"]:focus,
	input[type="button"], 
	input[type="reset"] {
		/*background-image: url(images/sprite@2x.png);
		-webkit-background-size: 100px 1000px;
		background-size: 100px 1000px;*/
	}	
}
#couleurs {
    clear: both;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
}
#couleurs .carre {
	border:1px solid #000;
	width:15px;
	height: 15px;
	display:inline-block;
	margin-right:10px;
}
#couleurs .carre:last-child {
	margin-right:0px;
}

#couleurs .carre.blue { background-color: #262fb0; }
#couleurs .carre.red { background-color: #b02727; }
#couleurs .carre.yellow { background-color: #eabe10; }
#couleurs .carre.orange { background-color: #f2ad0c; }
#couleurs .carre.purple { background-color: #b814ce; }
#couleurs .carre.green { background-color: #51b019; }
#couleurs .carre.black { background-color: #000000; }
#couleurs .carre.white { background-color: #ffffff; /* border:1px solid #000; width:13px; height: 13px; */ }
#couleurs .carre.brown { background-color: #825b0a; }
#couleurs .carre.multi { 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262fb0+0,262fb0+25,eabe10+26,eabe10+50,b02727+51,b02727+75,51b019+76,51b019+100 */
background: #262fb0; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #262fb0 0%, #262fb0 25%, #eabe10 26%, #eabe10 50%, #b02727 51%, #b02727 75%, #51b019 76%, #51b019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #262fb0 0%,#262fb0 25%,#eabe10 26%,#eabe10 50%,#b02727 51%,#b02727 75%,#51b019 76%,#51b019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #262fb0 0%,#262fb0 25%,#eabe10 26%,#eabe10 50%,#b02727 51%,#b02727 75%,#51b019 76%,#51b019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262fb0', endColorstr='#51b019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
 

#couleurs .carre:hover {
	opacity:0.8;
}

.single-book #container #content #primary article .entry-content {
	    padding: 0 !important;
    float: right !important;
    width: 56% !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background: transparent;
}

.single-portfolio .stacked li {
	width:calc(25% - 10px);
}

.single-portfolio .stacked li:nth-child(5n)  {
	
	/*
	width:calc(50% - 10px);
	*/
	
}

body.home .entry-content-serie {
	display:none;
}

@media only screen and (max-width: 800px) {
	.single-portfolio .stacked li {
		width:calc(33.33% - 10px);
	}
	.single-portfolio .stacked li:nth-child(4n)  {
		/* width:calc(50% - 2%); */
	}
}
@media only screen and (max-width: 800px) {
	body.home .entry-content-serie {
		display:block;
	}
}
@media only screen and (max-width: 400px) {
	.single-portfolio .stacked li {
		width:calc(50% - 10px);
	}
	.single-portfolio .stacked li:nth-child(4n)  {
		/* width:calc(0% - 2%);*/
	}
}

.stacked li {
	padding: 5px;
}

body.single-post .entry-content {
	padding: 0;
    float: right;
    width: 56%;
	
}

body.elementor-page.single-portfolio .block-hide {
	display:none;
}

.type-video.hentry {
	border-bottom: 0px;	
}

body.elementor-page.single-portfolio .entry-content {
	max-width:100%;
}

.elementor-widget-text-editor {
	font: 14px/1.6 Georgia, Arial, Courier, 'Courier New', monospace !important;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: "Montserrat", arial, sans-serif !important;
	font-weight:normal !important;
}

.metaslider .caption-wrap {
	background:#FFF !important;
	color:#000 !important;
	opacity:1 !important;
}

.metaslider .caption {
	font-size:12px !important;
	font-family: "Montserrat", arial, sans-serif;
	padding:5px 0 !important;
}

.tos-desktop .tos-wrapper.tos-fixed {
	background-color: rgb(255 255 255 / 100%);
}

.tos-wrapper .tos-caption {
	color:#000;
	text-shadow: none;
}

.tos-close, .tos-next, .tos-prev {
	background:transparent;
}

.tos-close span:before, .tos-prev span {
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
}
.tos-close span:after, .tos-next span {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
	  padding-bottom: 133% !important; 
 }

.isotope .isotope-item {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.isotope .isotope-item:hover {
	opacity:0.85;
 }
 
body.home #primary {
	 max-width:1160px;
 }
 
 .home h2.entry-title {
	 display:none !important;
 }
 
 .home-last-book, .home-last-news, .book.hentry, .exhibition.hentry, .post.hentry, .type-video.hentry, .home-new.hentry {
	 border:0px !important;
 }
 
.home .book.hentry, .home .hentry {
	 max-width:500px;
 }
 
 .home-new.hentry {
	 margin-bottom:30px;
 }
 
.home-last-book, .home-last-exhibition {
	display: block;
	overflow: hidden;
}

.home .home-last-news .post-media img {
	margin-bottom:15px;
}

.home article.portfolio {
	position:relative;
}

[id^="gallery"] img {
	border:0px !important;
}

.elementor-widget-video .e-hosted-video .elementor-video {
	object-fit:contain !important;
}

.bdt-image-magnifier {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.bdt-image-magnifier:before {
	content: "\f00e";
	position: absolute;
	top: 10px;
	z-index: 999;
	left: 10px;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	border-radius: 50px;
	font-size: 18px;
}

body .metaslider .flexslider .slides li > a {
	padding: 0 1px;
	display: block;
}

body.single-portfolio #primary .entry-content header {
	display: block;
	text-align: right;
}

body.single-portfolio #primary .entry-content header .lang_sel_list_horizontal {
	display: inline-block;
	margin-right: 0;
	margin-top: 0;
}
body.single-portfolio #primary .entry-content .portfolio-description {
	clear: both;
}
body.single-portfolio #primary .entry-content header .lang_sel_list_horizontal .wpml-ls-item {
	opacity:0.6;
}
body.single-portfolio #primary .entry-content header .lang_sel_list_horizontal .wpml-ls-item:hover,
body.single-portfolio #primary .entry-content header .lang_sel_list_horizontal .wpml-ls-current-language {
	opacity:1;
}