/*
	Theme Name: Lazy Kat
	Theme URI: https://www.lazykat.fr
	Description: Lazy Kat theme based on HTML5 Blank WordPress Theme
	Version : 1.0
	Author : Patrick Becker (@onemesh)
	Author URI : https://onemesh.fr
	HTML5 Black Version: 1.4.3
	HTML5 Blank Author: Todd Motto (@toddmotto)
	Author URI: https://toddmotto.com
	Tags: LazyKat, HTML5, CSS3

	License: MIT (for HTML5 blank basis)
	License URI: https://opensource.org/licenses/mit-license.php
	Copyright : Lazy Kat (https://www.lazykat.fr)
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic);
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background: #FFFCFF;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color:#8C8C8C;
	margin:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
h1{
	margin: 0;
}
h1 span{
	display: none;
}
a {
	color:#eec0ff;
	text-decoration:none;
}
a:hover {
	color:#8C8C8C;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, textarea:focus {
	outline:0;
	border:1px solid #eec0ff;
}
input, textarea{
	border:1px solid #bfbfbf;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
#wrapper {
	max-width:1348px;
	width: 75%;
	margin:0 auto;
	top: 50px;
	position:relative;
}
/* header */
.status-bar-fix{
	background-color: #eec0ff;
	height: 20px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.headerAd{
	width: 100%;
	max-width: 950px;
	margin: 0 auto 25px auto;
}
/* logo */
.logo {
	max-width: 500px;
	width: 50%;
	margin: 50px auto 50px auto;
}
.logo-cat, .logo-mouth{
	fill: #00000;
}
.logo-nose{
	fill: #FFD6E1;
}
.logo-img {

}
/* nav */
nav {
	background-color: #eec0ff;
}
nav ul{
	display: inline;
	list-style: none;
	margin: 0;
	line-height: 17px;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
}
nav ul li{
	float: left;
	padding : 15px 1.5% 18px 0px;
	position: relative;
}
nav ul li ul{
	padding: 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 150px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
nav ul li ul li{
	background: #eec0ff; 
	display: block; 
	color: #fff;
	width: 150px;
	padding : 15px 25px 18px 15px;
	margin-left: 0 !important;
}
nav ul li ul li:hover{
	background-color: #faecff;
}
nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.menu-top{
	text-align: center;
	display: none;	
}
.menu-top-logo svg{
	height: 40px;
	margin-top: 5px;
	margin-left: -90px;
}
.menu-top-logo svg .logo-cat, .menu-top-logo svg .logo-mouth, .menu-top-logo svg .logo-nose{
	fill: #ffffff;
}
.menu-wrapper{
	position: relative;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index: 9999;
	position: fixed;
	height: 50px;
	top: 0;
	width: 100%;
}
.menu-inner-wrapper{
	width: 75%;
	max-width: 1348px;
	margin: 0 auto;
	height: 50px;
}
nav a{
	color: #FFFFFF;	
}
ul.social{
	float: right;
	margin-right: 1.5%;
}
ul.social li{
	display: inline;
	font-size: 20px;
	margin: 0;
	padding: 15px 0px 18px 15px;
}
ul.language-switcher{
	list-style-type: none;
	display: inline;
	float: right;
}
ul.language-switcher li{
	font-size : 18px;
	font-weight: 500;
	padding: 16px 0px 17px 0px;
}
ul.language-switcher li.active-language{
	font-weight: 700;
}
ul.language-switcher li:after {
    content: "｜";
}
ul.language-switcher li:last-child:after {
    content: "";
}
.language-title{
	display: none;
}
#hamburger-icon {
  width: 40px;
  height: 25px;
  position: relative;
  float: left;
  display: block;
  margin: 10px 25px;
}
#hamburger-icon .line {
  display: block;
  background: #fff;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(12.5px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(12.5px) translateX(0) rotate(45deg);
  -moz-transform: translateY(12.5px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-12.5px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
}

/* search */
.search-wrap{
	float: right;
	margin-right: 3%;
	padding-top: 8px;
}
.search-wrap ::-webkit-input-placeholder {
   color: #fff;
   font-size: 18px;
   padding: 0;
}
.search-wrap button{
	border: none;
	background: none;
	color: #fff;
	font-size: 20px;
}
.search-wrap input#search{
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-size: 15px;
	line-height: 17px;
	width: 120px;
	text-align: left;
}
input#search:focus{
	border-bottom: 1px solid #fff;
}
#mobile-search{
	display: none;
}
/* main */
main{
	float: left;
	width: 76%;
	max-width: 1024px;
}
article{
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
article:nth-child(even) {
  margin-right: 0;
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
article p{
	font-size: 14px;
	color: #8C8C8C;
	line-height: 22px;
	text-align: left;
}
article p a{
	font-weight: 500;
}
p.line{
	text-align: center;
	margin-bottom: 20px;
}
.mask {
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display:none;
}
.snapchat {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    display: none;
}
.snapchat p{
	text-align: center;
	font-size: 26px;
	color: #eec0ff;
	width: 500px;
	margin: 20px auto;
}
.snapchat img{
	width: 300px;
	margin-top: 150px;
}
/* Old post size fix*/
article figure.post-photo span.pibfi_pinterest img[style], article figure.post-photo img{
	width: 100% !important;
	height: auto !important;
}
.category-location{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	width: 100%;
}
.category-location i{
	color: #eec0ff;
	margin: 0 6px;
}
.category-location a{
	color: #8C8C8C;
}
.category-location a:hover{
	color: #eec0ff;
}

/* pagination */
.pagination{
	text-align: center;
}
.pagination a{
	font-size: 18px;
	color: #8C8C8C;
}
.pagination a:hover{
	color: #eec0ff;
}
.pagination .current{
	font-size: 24px;
	padding: 10px;
}
.page-numbers{
	padding: 0 5px;
}
.prev{
	float: left;
}
.next{
	float: right;
}
/* Loop posts */
.post-info{
	padding: 3%;
}
.post-info h2{
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin-top: 0;
	-webkit-margin-after: 0;
	letter-spacing: 1px;
}
.post-info h2:after, .post h1:after{
	display: block;
	content: '';
	border-bottom: 1px solid #8C8C8C;
	width: 200px;
	margin: 10px auto 8px auto;
}
.post-info h2 a{
	color: #8C8C8C;
}
.post-info h2 a:hover{
	color: #eec0ff;
}
.small-list-post{
	float: left;
	width: 49%;
}
.small-list-post:nth-child(odd){
	margin-left: 2%;
}

.taxonomy .small-list-post:nth-child(odd){
	margin-left: 0;
}
.taxonomy .small-list-post:nth-child(even){
	margin-left: 2%;
}
.small-list-post h2, .small-list-post p{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reward-style-clothes{
	margin: 20px 0px 40px 0px;
}
img.wp-post-image{
	width: 100%;
}
.date{
	text-align: center;
	margin: 0 0 7px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.go-comments{
	float:right;
	font-size: 16px;
	font-weight: 400;
	margin: 14px 0;
}
.social-clear{
	display:none;
}
/* Single posts */
img.size-full{
	width: 100%;
	margin: 0px 0px 5px 0px;
	height: 100%;
}
.post h1{
	font-size: 30px;
	line-height: 33px;
	padding: 0;
	text-align: center;
	font-weight: 400;
	margin-top: 0;
	letter-spacing: 1px;
	-webkit-margin-after: 0;
	color: #8C8C8C;
}
.quote{
	font-style: italic;
	font-size: 18px;
	margin: 0px 3% 20px 3%;
	text-align: center;
}
.post p{
	padding: 5px 3%;
	line-height: 24px;
}
.post-inner-content .wpml_ico, .comment .wpml_ico{
	width: 20px;
	height: 20px;
}
.left{
	float: left;
	width: 49.8%;
}
.right{
	float: right;
	width: 49.8%;
}
.col1, .col2{
	float: left;
	width: 33%;
}
.col3{
	float: right;
	width: 33%;
}
.col1{
	margin-right: 0.5%;
}
.sponsored{
	font-style: italic;
	color: #8C8C8C;
	font-size: 14px;
}
.tags{
	margin: 10px 30px 10px 30px;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}
.sponsored{
	text-align: right;
	margin: 20px 30px 0px 30px;
}
.tags a{
	color: #8C8C8C;
}
.tags a:hover{
	color: #eec0ff;
}

/* Instafeed */
.latest-insta{
	overflow: hidden;
	margin-bottom: 30px;
/* 	background-color: #fff; */
	border-bottom: #8C8C8C solid 1px;
	border-top: #8C8C8C solid 1px;
	padding-bottom: 15px;
	padding-top: 15px;
}
main section h3{
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
main section h3 i{
	margin-right: 10px;
}
.dailyfeed-single{
	width: 24%;
	float: left;
	margin: 0 0.5%;
	position: relative;
  padding-bottom : 24%; /* = width for a 1:1 aspect ratio */
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

/* Social buttons */

.social-buttons{
	float: right;
    right: 50%;
    position: relative;
    margin-bottom: 30px;
}
.social-buttons-inner{
	float: right;
    right: -50%;
    position: relative;
}

.fb-like, .google-plus, .tw-tweet, .tumblr-share{
	float: left;
	margin: 15px 10px 5px 10px;
}
.g-plusone{
	margin-top: 100px;
}
.fb-like{
	margin-left: 0px;
}
/* post navigation */
.post-navigation{
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
}
.post-navigation h2{
	border: 1px solid #8C8C8C;
	font-size: 16px;
	width: 220px;
	font-weight: 200;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
}
.post-navigation a{
	color: #8C8C8C;
}
.post-navigation a:hover{
	color: #eec0ff;
}
.next-post{
	margin-top: 9px;
	float: left;
	padding-left: 10px;
}
.previous-post{
	margin-top: 9px;
	float: right;
	padding-right: 10px;
}
.next-post span{
	margin-left: 10px;
}
.previous-post span{
	margin-right: 10px;
}
/*related posts */
.yarpp-related{
	width: 100%;
	overflow: hidden;
}
.related-item{
	width: 25%;
	float: left;
	position: relative;
}
.related-thumbnail{
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding: 66.73% 0 0 0;
	overflow: hidden;
}
.related-thumbnail img{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.related-title {
    width: 100%;
    height: 102%;
    padding: 0;
    display: none; 
    position: absolute;
    bottom: 0px;
}
.related-title a{
	text-align: center;
    position:absolute;
    font-size: 14px;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:table;
    padding: 20px;
    color: #8C8C8C;
    background-color: rgba(255, 255, 255, 0.9);
}
.related-title h3{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display:table-cell;
	vertical-align: middle;
}
/* comments */
.comments{
	margin-top: 40px;
}
.comments_number{
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	color: #eec0ff;	
}
.comment-reply-title{
	text-align: center;
	margin: 3% 30px 0 3%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #eec0ff;
}
#cancel-comment-reply-link{
	text-align: center;
	background-color: #eec0ff;
	display: block;
	padding: 5px 0;
	width: 120px;
	margin: 10px auto;
	color: #fff;
}
#cancel-comment-reply-link:hover{
	background-color: #8C8C8C;
}
p.comment-notes{
	font-style: italic;
	font-size: 12px;
	padding: 0 30px;
	margin-top: 0;
}
.comment-respond{
	font-size: 14px;
	margin-bottom: 50px;
}
.comment-respond input, .comment-respond textarea{
	color: #8C8C8C;
	padding: 10px 10px;
}
.comment-respond input{
	height: 40px;
}
.comment-fields{
	width: 100%;
	padding: 20px 30px;
}
.comment-fields input{
	width: 32%;
}
.comment-fields input:first-child{
	margin-right: 1.8%;
}
.comment-fields input:last-child{
	float: right;
}
.comment-message{
	display: block;
	width: 100%;
	padding: 0 30px;
}
.comment-message textarea{
	resize: none;
	width: 100%;
}
.comment-notes-after{
	padding: 0 30px;
	margin: 20px 0 0 0;
	text-align: center;
}
.form-submit{
	margin-top: 5px;
}
.comments ul{
	list-style: none;
	margin: 0 3%;
	padding: 0;
}
ul.children{
	margin-right:0;
}
.comment-author{
	float:left;
}
.katia img{
	width: 50px;
	height: 50px;
	display: inline-block;  
	-webkit-mask: url(img/cat-head.svg) no-repeat 50% 50%;
	mask: url(img/cat-head.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-size: cover;
}
.not-katia img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	float: left;
}
.comment-author-name{
	font-style: normal;
	font-size: 20px;
	float: left;
	margin-left: 15px;
}
.comment-meta{
	float: left;
	font-size: 14px;
	margin-left: 10px;
	color: #c1c1c1;
	padding-top: 5px;
}
.comment-awaiting-moderation{
	float: left;
	display: block;
	font-size: 12px;
	color: #fff;
	background-color: #eec0ff;
	padding: 3px 10px;
	margin: 3px 0 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.comment-body{
	padding: 0 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.comment-body p{
	display: block;
	text-align: left;
	margin: 30px 0 10px 65px;
	padding: 0 0 0 0;
}
abbr[title] {
  border-bottom: none;
}
.reply{
	font-size: 14px;
	margin-left: 65px;
}
.last-comment-button{
	margin-bottom: 30px;
}
.wpml_commentbox{
	margin: 0 30px;
}
.wpml_ico{
	width: 24px;
	height: 24px;
}
table .wpml_ico{
	cursor: pointer;
	cursor: hand;
}
/* sidebar */
.sidebar {
	float: right;
	width: 23%;
	max-width: 300px;
	text-align: center;
}
.sidebar h3{
	margin: 0;
	font-size: 18px;
	color: #8C8C8C;
	font-weight: 200;
}
.sidebar-about, .sidebar-shops{
	background-color: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 20px;
	overflow: hidden;
}
.sidebar-about{
	font-size: 14px;
}
.sidebar-shops{
	font-size: 16px;
}
.sidebar img{
	margin-bottom: 10px;
}
.profil-cat {
  width: 200px;
  height: 200px;
  display: inline-block;  
  -webkit-mask: url(img/cat-head.svg) no-repeat 50% 50%;
  mask: url(img/cat-head.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
}
.about-description{
	margin: 20px auto;
}
ul.shop-list{
	float: left;
	width: 50%;
	list-style: none;
	padding: 0;
}
ul.shop-list li{
	padding: 5px 0;
}
.GoogleActiveViewClass{
	margin-bottom: 10px;
}
/* buttons */
.read-more{
	margin-top: 20px;
}
.read-more a, a.button, .contact-form button[type=submit], .comment-form input[type=submit]{
	font-size: 14px;
	border: 1px solid #eec0ff;
	color: #eec0ff;
	padding: 10px 50px;
	display:block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
}
.read-more a, a.button{
	text-transform: uppercase;
}
.read-more a:hover, a.button:hover, .contact-form  button[type=submit]:hover, .comment-form input[type=submit]:hover{
	background-color: #eec0ff;
	color: #FFF;
}
.contact-form button[type=submit]:focus{
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button[type=submit]:focus{
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* footer */
.footer {
	background-color: #eec0ff;
	width: 100%;
	margin-top: 100px;
}
.footer-title{
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 20px 0;
}
.footer-title h4{
	color: #8C8C8C;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.footer-title a{
	display: block;
	color: #8C8C8C;
}
.social-footer-title{
	padding-bottom: 0;
}
.instafeed-single{
	width: 16.666666666666667%;
	float: left;
	position: relative;
    padding-bottom : 16.666666666666667%; /* = width for a 1:1 aspect ratio */
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.social-footer{
	overflow: hidden;
	float:left;
	width:100%;
	position:relative;
	min-height: 50px;
	background-color: #fff;
}
.social-footer i{
	margin-right:10px;
}
.social-footer ul{
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align: center;
	list-style: none;
	font-size: 16px;
	color: #8C8C8C;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
.social-footer ul li{
	float: left;
	display:block;
	list-style:none;
	position: relative;
	right:50%;
	margin: 0 15px;
}
.social-footer ul li a{
	color: #8C8C8C;
}
.social-footer ul li a:hover{
	color: #eec0ff;
}
.footer-infos{
	display:block;
	overflow: hidden;
	max-width:1348px;
	width: 100%;
	margin:50px auto 25px auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.footer-infos .five-columns{
	padding: 0 1%;
}
.footer-infos ul{
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 30px 0;
}
.footer-infos ul li{
	padding: 3px 0px;
}
.footer-infos ul li a{
	color: #fff;
}
.footer-infos ul li a:hover{
	color: #8C8C8C;
}
.footer-logo{
	width: 90%;
	margin: 0 auto;
}
.footer-description{
	margin-top: 10px;
}
.footer-logo .logo-cat, .footer-logo .logo-mouth, .footer-logo .logo-nose{
	fill: #ffffff;
}
.copyright{
	text-align: center;
	padding: 20px 0 30px 0;
	color: #fff;
	font-size: 16px;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #8C8C8C;
}
#about-cookies, #disabled-js{
	position: fixed;
	width: 100%;
	text-align: center;
	padding: 10px;
	bottom : 0px;
}
#about-cookies{
	background-color: #eec0ff;
	z-index: 9998;
	display: none;
}
#about-cookies p, #disabled-js p{
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
#close-about-cookies, #disabled-javascript-help{
	margin-left: 20px;
	padding: 3px 20px;
}
#close-about-cookies{
	background-color: #8C8C8C;
	color: #fff;	
}
#close-about-cookies:hover{
	background-color: #fff;
	color: #8C8C8C;
}
#disabled-javascript-help{
	background-color: #fff;
	color: #FF69B4;	
}
#disabled-javascript-help:hover{
	background-color: #8C8C8C;
	color: #fff;
}
#disabled-js{
	background-color: #FF69B4;
	z-index: 9999;
}
.back-to-top {
	position: fixed;
    bottom: 20px;
    right: 20px;
	text-decoration: none;
	color: #fff;
    background-color: #eec0ff;
    font-size: 20px;
    width: 50px;
    height: 50px;
	text-align: center;
	padding: 10px;
	display: none;
	z-index: 9990;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
.five-columns{
	float: left;
	width: 20%;
}
.three-columns{
	float: left;
	width: 33.33%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* General pages */
article h1, .solo-title h1, .solo-title h2{
	text-align: center;
	padding: 40px 3% 15px 3%;
	color: #eec0ff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 26px;
}
article h1 .fa, .solo-title h1 .fa, .solo-title h2 .fa{
	font-size: 40px;
	margin-bottom: 15px;
	display: block;
}
.solo-title{
	background-color: white;
	overflow:hidden;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.solo-title p{
	max-width: 750px;
	width: 95%;
	text-align: center;
	margin: 0px auto;
	font-size: 16px;
	color: #8C8C8C;
}
.page-menu{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.page-menu ul{
	list-style-type: none;
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;	
}
.page-menu li{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding: 10px 30px;
	position:relative;
	right:50%;
	font-size: 20px;
	text-transform: uppercase;
}
/* search */
.search article, .about-post{
	width: 49.5%;
	float: left;
	margin-bottom: 10px;
}
.search article:nth-child(2n+0), .about-post:nth-of-type(2n+0){
	margin-right: 1%;
}
.search article .thumbnail, .about-post .thumbnail{
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding: 66.73% 0 0 0;
	overflow: hidden;
}
.search article .thumbnail img, .about-post .thumbnail img{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.search article .post-info h2 a, .about-post .post-info h2 a{
	display: block;
	display: -webkit-box;
	height: 24px;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.search h1{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
}
.no-result{
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 20px;
	min-height: 500px;
}
.no-result h2{
	color: #eec0ff;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
/* Wishlist */
.boutique-widget{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/* Blogroll page */
article.blogroll h2{
	padding: 10px 40px;
	font-size: 18px;
	font-weight: 400; 
}
article.blogroll ul{
	list-style-type: none;
	font-size: 18px;
	padding: 0 40px;
}
article.blogroll ul li{
	padding: 5px 0;
}
/* Fan Art & Presse page */
.press-item h2, .fan-art-item h2{
	font-size: 24px;
	font-weight: 400;
	color: #eec0ff;
	text-align: center;
	margin: 30px 30px 5px 30px;
}
.press-item p, .fan-art-item p{
	text-align: center;
	margin: 0px 30px 30px 30px;
}
.press-item img, .fan-art-item img{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
/* FAQ page */
.faq-question{
	background-color: #fff;
	padding: 15px 30px;
	margin-bottom: 10px;
}
.faq-question p{
	margin:0;
}
.question{
	font-size: 16px;
	font-weight: bold;
}
.answer{
	font-size: 14px;
	padding-left: 30px;
	padding-top: 10px;
}
/* Legal page */
.legal{
	padding: 20px 0px;
}
.legal h2{
	padding: 0px 30px;
}
.legal p{
	text-align: left;
	padding: 0px 30px;
}
/* About page */
section.about{
	text-align: center;
}
section.about h1{
	padding-top: 20px;
	font-size: 28px;
	text-transform: none;
}
section.about p{
	width:94%;
	margin: 10px auto;
	text-align: left;
}
.about-profil-cat {
  width: 300px;
  height: 300px;
  display: inline-block;  
  -webkit-mask: url(img/cat-head.svg) no-repeat 50% 50%;
  mask: url(img/cat-head.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  margin-top: 40px;
}
.about-social{
	margin: 40px 0px;
}
.about-social a{
	font-size: 30px;
	margin: 0px 10px;
}
/* City guide page */
.city-guide-item{
	padding: 30px;
}
.city-guide-item h2{
	font-size: 24px;
	font-weight: 400;
	color: #eec0ff;
	text-align: center;
	margin: 30px 30px 40px 30px;
}
.city-guide-item p{
	text-align: left;
}
/* Contact page */
.contact-form{
	text-align:center;
	margin-top: 40px;
	padding-bottom: 40px;
}
.contact-form input{
	max-width: 600px !important;
	width: 95% !important;
	height: 40px;
	margin: 10px auto !important;
	color: #8C8C8C;
	font-size: 14px;
	padding: 0 10px;
	display: block;
}
.contact-form-sent p, .contact-form p, .contact-thanks p{
	text-align: center;
}
.contact-form textarea {
	max-width: 600px !important;
	width: 95% !important;
    resize: none;
    margin: 10px auto !important;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px;
	display: block;
	color: #8C8C8C;
}
.contact-form button[type=submit]{
	margin: 30px auto;
}
.contact-thanks{
	height: 600px;
	padding: 150px 30px 0px 30px;
}
.contact-thanks .read-more a, .contact-thanks a.button{
	width: 300px;
	max-width: 90%;
}
.screenReader{
	display: none;
}
.contact-form input.error, .contact-form textarea.error{
	border: 1px solid #ffa5d2;
}
span.error{
	color: #fff;
	background-color: #ffa5d2;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
}
/* 404 page */
.big-404{
	font-size: 72px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1676px) {
nav ul{
	line-height: 17px;
	font-size: 16px;
}
ul.social li{
	font-size: 18px;
	padding: 15px 0px 18px 10px;
}
ul.language-switcher li{
	font-size : 16px;
	padding: 16px 0px 19px 0px;
}
.search-wrap input#search{
	width: 120px;
}
}
@media only screen and (max-width:1420px) {
.search-wrap{
	margin-right: 1.8%;
}
}
@media only screen and (max-width:1410px) {
#wrapper {
	width: 83%;
}
.menu-inner-wrapper{
	width: 83%;
}
}
@media only screen and (max-width:1279px) {
#wrapper{
	width: 94%;
}

/* nav */
nav {
	top: 50px;
	margin-left: -300px;
}
.menu-top{
	display: block;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #eec0ff;
	height:50px;
	width: 100%;
}
.menu-top-logo{
	display: none;
}
.menu-wrapper{
	width: 300px;
	height: 100%;
	top: 50px;
	overflow: auto;
}
.mask {
    top: 50px;
}
nav ul{
	margin: 50px 30px;
}
nav ul li{
	float: none;
	font-size: 20px;
}
.search-wrap{
	margin: 20px 0 0 -5px;
}
ul.language-switcher{
	float: none;
	margin-top: 30px;
}
ul.language-switcher li{
	width: 50px;
	margin: 0;
	float: left;
	width: 38px;
}
.language-title{
	display: block;
	margin-top: 75px;
	font-size: 18px;
}
.language-title i{
	margin-right: 10px;
}
ul.social{
	float: left;
	margin: 50px 0;
}
ul.social li{
	font-size: 35px;
	margin-right: 14px;
}
ul.social li i{
	margin-bottom: 20px;
}
nav ul li ul li{
	background: #eec0ff; 
	display: block; 
	color: #fff;
	width: 150px;
	padding : 15px 25px 18px 15px;
}
nav ul li:hover ul {
	margin-top: 0px;
	z-index: 10000;
}
nav ul li ul li{
	margin-left: -56px;
	background: lightgrey; 
	display: block; 
	color: #FFF;
	width: 300px;
	padding : 15px 25px 18px 25px;
}
.search-wrap{
	float: left;
	margin-left: 0;
}
.read-more a, a.button, .contact-form button[type=submit], .comment-form input[type=submit]{
	width: 180px;
	padding: 10px 20px;
}
.social-footer ul li{
	float: left;
	display:block;
	list-style:none;
	position: relative;
	right:50%;
	margin: 0 10px;
}
.instafeed-single{
	width: 12.5%;
    padding-bottom : 12.5%;
}
}
@media only screen and (max-width:1024px){
main{
	width: 100%;
}
.comment-body{
	padding: 0 0;
}
.instafeed-single{
	width: 20%;
    padding-bottom : 20%;
}
.social-footer .social-name{
	display: none;
}
.sidebar{
	width: 100%;
	max-width: none;
	float: none;
}
.pagination{
	margin-bottom: 50px;
}
.sidebar-about, .sidebar-first, .sidebar-shops, .sidebar-second, .sidebar-third, .sidebar-fourth{
	width: 33%;
	float: left;
}
.sidebar-about, .sidebar-shops{
	margin-bottom: 0px;
}
.sidebar-about, .sidebar-first, .sidebar-second, .sidebar-third{
	margin-right: 0.5%;
}
.textwidget img{
	height: 100%;
	width: 100%;
}
 .sidebar-fifth{
	display:none;
}
.five-columns{
	width: 25%;
}
.five-columns:first-child{
	display: none;
}
.sidebar-about, .sidebar-shops{
	padding: 15px;
}
.profil-cat{
	width: 150px;
	height: 150px;
}
.about-description, .sidebar-shops{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
.sidebar-about .read-more{
	margin-top: 5px;
}
#mobile-search{
	display: block;
}

#desktop-search{
	display: none;
}

}
@media only screen and (max-width:800px) {
.sidebar-about, .sidebar-first, .sidebar-shops, .sidebar-second, .sidebar-third, .sidebar-fourth{
	width: 49.5%;
}
.sidebar-about, .sidebar-shops, .sidebar-third, .sidebar-fourth{
	margin-right: 0.5%;
}
.sidebar-first, .sidebar-second, .sidebar-fourth{
	margin-right: 0%;
}
}
@media only screen and (max-width:768px) {
.search .post-info .read-more{
	margin-top: 20px;
}
.reward-style-clothes{
	margin: 20px 0px 20px 0px;
}
#close-about-cookies, #disabled-javascript-help{
	display: block;
	margin: 10px auto 0px auto;
	width: 70px;
	text-align: center;
}
.left, .right, .col1, .col2, .col3{
	width: 100%;
}
.five-columns{
	width: 33.33%;
}
.five-columns:nth-child(4){
	display: none;
}
}
@media only screen and (max-width:650px) {
.pagination{
	overflow: hidden;
}
.next-post{
	margin-top: 0px;
}
.previous-post{
	margin-top: 0px;
}
.post-navigation h2{
	margin-top: 50px;
}
.related-item{
	width: 50%;
}
.comment-meta{
	float: none;
	margin-top: 25px;
	margin-left: 65px;
}
.comment-body p{
	margin: 10px 0 10px 65px;
}
.instafeed-single{
	width: 25%;
    padding-bottom : 25%;
}
.social-footer ul li:nth-child(5), .social-footer ul li:nth-child(6){
	display:none;
}
.pagination .next, .pagination .prev{
	display: block !important;
}
.pagination .page-numbers{
	display: none;
}
.search article, .about-post{
	width: 100%;
}
.three-columns{
	width: 100%;
	text-align: center;
}
.logo {
	width: 75%;
}
.five-columns{
	width: 50%;
}
.five-columns:nth-child(4){
	display: block;
}
.five-columns:nth-child(5){
	padding-top: 30px;
}
.snapchat p{
	width: 100%;
	padding: 3%;
}
.snapchat img{
	margin-top: 50px;
}
.sidebar-fourth, .sidebar-first{
	display: none;
}
.sidebar-about, .sidebar-shops{
	width: 100%;
	margin-bottom: 10px;
}
.sidebar-second{
	margin-right: 1%;
}
.sidebar-third{
	margin-right: 0;
}
.about-description{
	font-size: 14px;
	margin: 20px auto;
}
.sidebar-shops{
	font-size: 16px;
}
/* Small posts */
.small-list-post{
	float: left;
	width: 100%;
}
.small-list-post:nth-child(2n+3){
	margin-left: 0%;
}
.small-list-post h2, .small-list-post p{
	white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
/* Instafeed */
.dailyfeed-single{
	width: 49%;
  padding-bottom : 49%; /* = width for a 1:1 aspect ratio */
}


}
@media only screen and (max-width:450px) {
.headerAd{
	margin-top: 0;
}
.social-buttons{
	width:250px;
}
.tumblr-share{
	margin-left: 0;
}
.google-plus{
	margin-left: 40px;
}
.instafeed-single{
	width: 50%;
    padding-bottom : 50%;
}
.social-footer ul li:nth-child(7){
	display:none;
}
.about-profil-cat{
	width: 200px;
	height: 200px;
}
.logo {
	margin: 25px auto;	
}
.snapchat p{
	font-size: 20px;
}
.snapchat img{
	margin-top: 20px;
	width: 200px;
}
.social-footer ul li:nth-child(4){
	display:none;
}
.loop-social-buttons{
	float: right;
    right: 50%;
    position: relative;
}
.loop-social-buttons-inner{
	float: right;
    right: -50%;
    position: relative;
}
.social-clear{
	display:block;
}
.go-comments{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.five-columns{
	width: 100%;
}
.five-columns:nth-child(4){
	display: none;
}
.about-social a{
	font-size: 22px;
	margin: 0px 8px;
}
.sidebar-first{
	display:block;
}
.sidebar-first, .sidebar-second, .sidebar-third{
	width: 100%;
}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#eec0ff;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#eec0ff;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#eec0ff;
	color:#FFF;
	text-shadow:none;
}
/* Style for RS when adblock on */
.rs-adblock{
	max-width: 300px;
	margin: 40px auto;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #eec0ff;
}
/* Responsive iframes */
main .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

main .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.small-list-post .video-container {
	padding-bottom: 73%;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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 20px 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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
