/* GENERAL */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:100,300,400,500,700&subset=latin-ext');
* {
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
}

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #fbf6e7;
	position: relative;
}

.container {
	width: 100%;
	margin: 0px auto;
	max-width: 1170px;
	padding: 0 10px;
	position: relative;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/* LAYOUT */

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #7C5852;
	/* #4A3531 */
	z-index: 10;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}

header .top {
	padding: 7px 0 3px 0;
	background-color: #714D47;
}

header .top a {
	color:#faf3dd
}

header .top ul {
	display: inline-block;
	width: 100%;
	text-align: left;
}

header .top ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

header .top ul li:last-child {
	margin: 0;
}

header .top ul li a {
	display: block;
	width: 15px;
	height: 15px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

header .top ul li.facebook a {
	background-image: url(../img/facebook_light.svg);
}

header .top ul li.instagram a {
	background-image: url(../img/instagram_light.svg);
}

header .top ul li.youtube a {
	background-image: url(../img/youtube_light.svg);
}

header .top ul li.twitter a {
	background-image: url(../img/twitter_light.svg);
}

header .top ul li.phone {
	float:right;
}

header .top ul li.phone a {
	font-size:12px;
	width:auto;
}

header .header {
	padding: 30px 0 30px 0;
}

header .header div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header div .logo {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 20px;
	color: #faf3dd;
	letter-spacing: .5px;
}

header .header nav ul {
	list-style: none;
}

header .header nav ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

header .header nav ul li:last-child {
	margin: 0;
}

header .header nav ul li a {
	font-size: 14px;
	color: #faf3dd;
	padding: 0 0 3px 0;
}

header .header nav ul .current-menu-item a {
	border-bottom: 1px dotted #faf3dd;
}

header #menutrigger {
	color: #faf3dd;
	display: none;
}

header #menutrigger img {
	width: 25px;
}

main > .left {
	width: 45%;
	position: fixed;
    border-right: 1px solid #faf3dd;
    float: left;
    padding: 106px 0 30px 0;
    min-height: calc(100vh - 39px);
}

main > .left .swiper-slide {
	height: calc(100vh - 87px);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 1;
}

main > .left .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 2;
}

main > .left .swiper-slide.overlay-off:after {
	display:none;
}

main > .left .swiper-slide > div {
	position: relative;
	z-index: 3;
	color: #fff;
	width: 75%;
}

main > .left .swiper-slide > div h2 {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	margin: 0 0 15px 0;
}

main > .left .swiper-slide > div h2:after {
	content: "";
	width: 60px;
	height: 1px;
	margin: 15px auto 0 auto;
	display: block;
	border-bottom: 1px solid #fff;
}

main > .left .swiper-slide > div span {
	display: block;
}

main > .left .swiper-slide > div a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #0887a9;
	/* #085fa9 */
	color: #fff;
	margin: 30px 0 0 0;
	border-radius: 5px;
}

main > .left .swiper-pagination {
	bottom: 30px;
}

main > .left .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

main > .left .swiper-pagination .swiper-pagination-bullet-active {
	background: #faf3dd;
}

main > .right {
	width: 55%;
    padding-top: 130px;
    float: right;
    min-height: calc(100vh - 39px);
}

main > .right .the-title {
	display: none;
}

main > .right .the-title.visible {
	display: block;
}

main > .right footer {
    position:relative;
    width:95%;
    margin:25px auto 0 auto;
}

main > .right footer .wrapper {
    border-top:1px solid #7C5852;
    padding:10px 0;
    text-align:center;
}

main > .right footer .wrapper nav ul {
    list-style: none;
}

main > .right footer .wrapper nav ul li {
    display:inline-block;
    margin-right:15px;
}

main > .right footer .wrapper nav ul li:last-child {
    margin-right:0;
}

main > .right footer .wrapper nav ul li a {
    color:#4A3531;
    font-size:14px;
}

.btn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #0887a9;
	color: #fff;
	margin: 30px 0 0 0;
    border-radius: 5px;
    border:0;
    cursor:pointer;
    font-size:16px;
}

.the-title {
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin: 0 0 30px 0;
	position: relative;
	font-size: 28px;
}

.the-title:after {
	content: "";
	width: 30px;
	height: 1px;
	margin: 10px auto 0 auto;
	display: block;
	border-bottom: 3px double #7C5852;
}

.subtitle {
	font-family: 'Playfair Display', serif;
	margin: 0 0 15px 0;
}

.page-template-default p {
    margin-bottom:25px;
}

.page-template-default p:last-child {
    margin-bottom:0;
}

.page-template-default ul,
.page-template-default ol {
    padding-left:15px;
}


/* BIOGRAPHY */

.switch {
	text-align:center;
	margin:15px 0 30px 0;
}

.switch a {
	color:#000;
}

.switch .active {
	border-bottom:1px solid #000;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5 {
	font-family: 'Playfair Display', serif;
	margin:0 0 15px 0;
}

.the-content p {
	margin:0 0 15px 0;
	line-height:1.5;
}

.tl-wrap {
	display:none;
}

.field {
	margin:20px 0 60px 0;
	text-align:center;
}

.field:last-child {
	margin:0;
}

.field h3 {
	display:inline-block;
	position:relative;
	text-align:center;
	padding:7px 30px 10px 30px;
	background-color:#fff;
	font-family: 'Playfair Display', serif;
	border-radius:10px;
	z-index:6;
	font-size:20px;
	text-align:center;
	margin:0 auto 30px auto;
	background-color:#085fa9;
	color:#fff;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.field h3:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	height: 0;
	width: 0;
	margin-left: -10px;
	border: solid transparent;
	border-top-color: #085fa9;
	border-width: 10px;
	pointer-events: none;
}


.timeline {
	position: relative;
	width: 100%;
	max-width:800px;
	margin: 0 auto;
	margin-top: 20px;
	list-style-type: none;
	text-align: left;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: #fff;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	z-index: 1;
}

.timeline li {
	padding: 1em 0;
}

.timeline li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.direction-l {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
}

.direction-r {
	position: relative;
	width: 50%;
	float: right;
}

.flag-wrapper {
	position: relative;
	display: inline-block;
	text-align: center;
}

.flag {
	position: relative;
	display: inline;
	background: #7C5852;	
	color:#faf3dd;
	padding: 6px 10px;
	border-radius: 5px;
	font-size:15px;
	font-weight: 400;
	text-align: left;
}

.direction-l .flag {
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	margin-right: 25px;
}

.direction-r .flag {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	margin-left: 25px;
}

.direction-l .flag:before,
.direction-r .flag:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -41px;
	display: block;
	width: 22px;
	height: 22px;
	margin-top: -16px;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #085fa9;
	background-color:#085fa9;
	background-size:88%;
	background-position:center center;
	background-repeat:no-repeat;
	z-index: 6;
}

.flag.szemelyes:before {
	background-image:url(../img/personal.svg);
}

.flag.szakmai:before {
	background-image:url(../img/professional.svg);
}

.flag.szololemezek:before {
	background-image:url(../img/albums.svg);
}

.flag.elismeresek:before {
	background-image:url(../img/acknowledgments.svg);
}

.direction-r .flag:before {
	left: -41px;
}

.desc {
	margin: 1em 25px 0 0;
	background: rgb(248,248,248);
	padding:10px;
	font-size:14px;
	line-height: 1.5em;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .desc {
	margin: 1em 0 0 25px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.desc p {
	margin:0 0 15px 0;
}

.desc p:last-child {
	margin:0;
}

.desc strong {
	font-family: 'Playfair Display', serif;
	font-size:15px;
}



/* ROLES */

.roles {
	margin: 0 auto;
}

.roles .role {
	display: block;
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
	transition: box-shadow 0.5s;
	position: relative;
	overflow: hidden;
}

.roles .role:nth-child(2n) {
	margin-right: 0;
}

.roles .role:nth-last-child(-n+2) {
	margin-right: 0;
}

.roles .role:nth-child(2n+3) {
	clear: left;
}

.roles .role:nth-child(even):last-child {
	margin-left: 2%;
}

.roles .role .photo {
	width: 100%;
	padding-top: 50%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	transition: transform 500ms;
	background-color: #0887a9;
}

.roles .role .photo.nobg:after {
	content: attr(data-title);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	text-shadow: 0 0 10px #000;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}

.roles .role .text {
	text-align: center;
	padding: 15px 5px;
	font-family: 'Playfair Display', serif;
	position: relative;
	z-index: 3;
	color: #000;
	background-color: #fbf6e7;
}

.roles .role .text span {
	position: relative;
}

.roles .role .text span:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #000;
	transition: 500ms;
}

.roles .role:hover .text span:after {
	width: 100%;
}

.roles .role:hover .photo {
	transform: scale(1.1);
}


/* ROLE */

.single-darab main > .right {
	padding: 116px 0 30px 0;
}

.cover {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center top;
	backgorund-repeat: no-repeat;
	font-family: 'Playfair Display', serif;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #0887a9;
}

.cover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.cover h2 {
	color: #fff;
	font-size: 36px;
	z-index: 3;
	position: relative;
	text-align: center;
	text-shadow: 0 0 10px #000;
}

.details {
	width: 100%;
	background-color: #0887a9;
	font-family: 'Playfair Display', serif;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #fff;
	margin: 0 0 15px 0;
}

.details div {
	padding: 10px;
}

.details div .key {
	display: block;
	font-style: italic;
	font-size: 13px;
}

.details div .value {
	color: #fff;
}

.role-info {
	padding: 15px 10px;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

.role-info p {
	margin: 0 0 10px 0;
}

.role-info p:last-child {
	margin-bottom: 0;
}


/* DATES */

.dates {
	width: 100%;
}

.dates .date {
	width: 100%;
	color: #000;
	border-bottom: 1px solid #7C5852;
	line-height: 1.5;
	transition: background-color 250ms, color 250ms;
}

.dates .date.head {
	background-color: #7C5852;
	color: #faf3dd;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}

.dates .date:not(.head):nth-of-type(odd) {
	background-color: #e1d4c1;
}

.dates .date div {
	float: left;
	vertical-align: top;
	padding: 10px;
}

.dates .date .datetime {
	width: 40%;
}

.dates .date .event {
	width: 60%;
}

.dates .date div .note {
	display: block;
	color: #7C5852;
	font-size: 13px;
	transition: color 250ms;
}

.dates .date div .link {
	font-size: 13px;
	color: #7C5852;
	border-bottom: 1px solid #7C5852;
	transition: all 250ms;
}

.dates .date.empty {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border: 1px solid #181818;
}

.dates .date:not(.head):hover,
.dates .date:not(.head):nth-of-type(odd):hover {
	background-color: #0887a9 !important;
	color: #fff;
}

.dates .date:not(.head):hover div .note {
	color: #fff;
}

.dates .date:not(.head):hover div .link {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.filterEvents {
	text-align: center;
	margin: 0 0 30px 0;
}

.filterEvents ul {
	list-style: none;
	display: inline-block;
	padding: 10px;
}

.filterEvents ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.filterEvents ul li:last-child {
	margin: 0;
}

.filterEvents ul li a {
	color: #7C5852;
}

.filterEvents .active {
	border-bottom: 1px solid #7C5852;
	font-weight: bold;
}


/* DISCOGRAPHY */

.discography {
	margin: 0 auto;
	padding: 20px 0;
}

.discography .disc {
	display: block;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 15px;
	width: 45%;
	position: relative;
	z-index: 6;
}

.discography .disc:not(.swiper-slide-active) {
	cursor: pointer;
}

.discography .disc .photo {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
}

.discography .disc .disc-info {
	display: none;
	padding: 15px;
	background-color: #fff;
	text-align: center;
}

.discography .disc:first-child .disc-info {
	display: block;
}

.discography .disc .disc-info ol {
	list-style-position: inside;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	margin: 15px 0 0 0;
	display: table;
	counter-reset: id;
}

.discography .disc .disc-info ol li {
	counter-increment: id;
	display: table-row;
}

.discography .disc .disc-info ol li::before {
	content: counter(id) ".";
	display: table-cell;
	text-align: right;
	padding: 0 5px 0 0;
}

.discography .disc .disc-info .title {}

.discography .disc .disc-info .year {
	font-style: italic;
	font-size: 12px;
	display: block;
	margin: 5px 0 0 0;
}

.discography .disc .disc-info .playlist-link {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	background-color: #0887a9;
	padding: 3px 10px;
	border-radius: 10px;
	margin: 5px 0 0 0;
}

.discography .disc .disc-info .playlist-link.show {
	display: inline-block;
}

.discography .disc .disc-info .playlist-link.hide {
	display: none;
}


/* PICTURE GALLERY */

.galleries .gallery {
	width: 49%;
	padding-top: 49%;
	margin: 0 2% 2% 0;
	float: left;
	transition: box-shadow 0.5s;
	position: relative;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	display: block;
}

.galleries .gallery:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 2;
}

.galleries .gallery:nth-child(odd) {
	margin-right: 0;
}

.galleries .gallery .in {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
}

.galleries .gallery .in div h3 {
	font-family: 'Playfair Display', serif;
	color: #fff;
	margin: 0 0 5px 0;
}

.galleries .gallery .in div span {
	color: #ccc;
	font-size: 12px;
}


/* VIDEOS */

.videos {
	margin: 0 auto;
}

.videos .video {
	display: block;
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
	transition: box-shadow 0.5s;
	position: relative;
	overflow: hidden;
}

.videos .video:nth-child(2n) {
	margin-right: 0;
}

.videos .video:nth-last-child(-n+2) {
	margin-right: 0;
}

.videos .video:nth-child(2n+3) {
	clear: left;
}

.videos .video:nth-child(even):last-child {
	margin-left: 2%;
}

.videos .video .thumbnail {
	width: 100%;
	padding-top: 50%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	transition: transform 500ms;
	background-color: #0887a9;
	margin: 0 0 5px 0;
}

.videos .video .thumbnail:after {
	content: "";
	position: absolute;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	transition: opacity 500ms;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20%;
	background-image: url(../img/play.svg);
}

.videos .video:hover .thumbnail:after {
	opacity: 1;
}

.videos .video h4 {
	font-weight: 400;
	color: #000;
}

.videos .video span {
	color: #7C5852;
	font-size: 12px;
}


/* PRESS */

.press {
	width: 100%;
	margin: 0 0 60px 0;
}

.press .row {
	width: 100%;
	display: block;
	color: #000;
	transition: background-color 250ms, color 250ms;
	border-bottom: 1px solid #7C5852;
}

.press .row:hover,
.press .row:not(.head):nth-of-type(odd):hover {
	background-color: #0887a9;
	color: #fff;
}

.press .row.head {
	background-color: #7C5852;
	color: #faf3dd;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}

.press .row:not(.head):nth-of-type(odd) {
	background-color: #e1d4c1;
}

.press .row div {
	float: left;
	padding: 10px;
}

.press .row .date {
	width: 40%;
}

.press .row .title {
	width: 60%;
}

.press.ad .row .title {
	width: 100%;
}

.press .row .view .icon {
	display: none;
	width: 100%;
}

.press .row:hover .view .icon {
	display: block;
}

.press .hidden {
	display: none;
}


/* CONTACT */

.contact {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	padding: 30px 0 0 0;
}

.contact .photo {
	width: 30%;
	padding-top: 30%;
	display: block;
	border-radius: 50%;
	margin: 0 auto 30px auto;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	background-position: center top;
	background-size: cover;
}

.contact h3 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin: 0 0 15px 0;
	position: relative;
	font-size: 28px;
}

.contact h3:after {
	content: "";
	width: 10%;
	height: 1px;
	margin: 10px auto 0 auto;
	display: block;
	border-bottom: 3px dotted #000;
}

.contact span {
	display: block;
}

.contact span a {
	color: #4A3531;
	border-bottom: 1px dotted #4A3531;
}

.social-icons {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 30px 0 0 0;
}

.social-icons li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.social-icons li:last-child {
	margin: 0;
}

.social-icons li a {
	display: block;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 500ms;
}

.social-icons li a:hover {
	color: #fff;
	transform: scale(1.25);
}

.social-icons li a i {
	transition: transform 0.5s;
}

.social-icons li a:hover i {
	transform: scale(1.2);
}

.social-icons li a.facebook {
	background-image: url(../img/facebook.svg);
}

.social-icons li a.instagram {
	background-image: url(../img/instagram.svg);
}

.social-icons li a.youtube {
	background-image: url(../img/youtube.svg);
}

.social-icons li a.twitter {
	background-image: url(../img/twitter.svg);
}


/* NEWS */

.blogpost {
	display:block;
	margin:0 0 30px 0;
	line-height:1.5;
}

.blogpost h2 {
	font-family: 'Playfair Display', serif;
	color:#000;
	font-size:18px;
	line-height:1.25;
}
.blogpost h2 a {
	color:#000;
}
.blogpost .date {
	font-size:14px;
	display:block;
	color:#4A3531;
}
.blogpost p {
	margin:5px 0;
}
.blogpost .more {
	color:#4A3531;
	border-bottom:1px solid #4A3531;
}

.form .content {
    margin-bottom:25px;
}

    .form .content a {
        color:#000;
        border-bottom:1px solid #000;
    }

.form .errors {
    margin-bottom:25px;
    border:1px solid #ce0000;
    background-color:#f0b8b8;
    padding:10px;
}

    .form .errors .title {
        text-transform:uppercase;
        font-weight:500;
    }

    .form .errors ul {
        margin-top:5px;
        line-height:1.5;
        padding-left:15px;
    }

.form .success {
    margin-bottom:25px;
    border:1px solid #0f850f;
    background-color:#b8d6b8;
    padding:10px;
    text-align:center;
}

/* SHOP */

.form a {
    color:#000;
    border-bottom:1px solid #000;
}
form label {
    cursor:pointer;
}

form .asterisk:after {
    content: " *"
}


.form .product-rows {
}

    .form .product-rows .product-row {
        padding:20px;
        box-sizing:border-box;
        margin-bottom: 20px;
        background-color:#fff;
        border-radius:3px;
    }

        .form .product-rows .product-row .product-row-wrapper {
            display:flex;
            justify-content:space-between;
        }

            .form .product-rows .product-row .product-row-wrapper > div {
                display:flex;
                align-items:center;
            }

                .form .product-rows .product-row .product-row-wrapper > .photo {
                    min-width:100px;
                    width:20%;
                    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
                }

                    .form .product-rows .product-row .product-row-wrapper > .photo a {
                        border-bottom:0;
                    }

                        .form .product-rows .product-row .product-row-wrapper > .photo a img {
                            display:block;
                            width:100%;
                            border-radius:3px;
                        }

                .form .product-rows .product-row .product-row-wrapper > .info {
                    width:50%;
                    padding:0 20px;
                }

                    .form .product-rows .product-row .product-row-wrapper > .info .name {
                        display:block;
                        font-family: 'Playfair Display', serif;
                    }

                    .form .product-rows .product-row .product-row-wrapper > .info .details-link {
                        font-size:14px;
                        color:#666;
                        border-bottom:1px solid #666;
                    }

                .form .product-rows .product-row .product-row-wrapper > .price {
                    width:20%;
                    font-weight:500;
                }

                .form .product-rows .product-row .product-row-wrapper > .quantity {
                    width:10%;
                }

            .form .product-rows .product-row .description {
                display:none;
                padding:20px 20px 0 16px;
                line-height:1.5;
            }

.form .input-rows  {
    padding:20px;
}

    .form .input-rows .input-row {
        margin-bottom:20px;
    }

        .form .input-rows .input-row .col.half {
            float:left;
            width:49%;
        }

            .form .input-rows .input-row .col.half:first-child {
                margin-right:2%;
            }

            .form .input-rows .input-row .col fieldset {
                border:0;
            }

                .form .input-rows .input-row .col fieldset ul {
                    list-style:none;
                }

                    .form .input-rows .input-row .col fieldset ul li label .description,
                    .form .input-rows .input-row .col fieldset ul li label .price {
                        font-size:14px;
                        padding-left:18px;
                        display:block;
                    }

                    .form .input-rows .input-row .col fieldset ul li label .price {
                        font-weight:500;
                        padding-top:5px;
                    }

            .form .input-rows .input-row .col .input-group label {
                cursor:pointer;
            }

                .form .input-rows .input-row .col .input-group label,
                .form .input-rows .input-row .col fieldset legend {
                    display:block;
                    font-weight:300;
                    margin-bottom:5px;
                    text-transform:uppercase;
                    font-size:12px;
                }

                .form .input-rows .input-row .col .input-group input,
                .form .input-rows .input-row .col .input-group textarea {
                    width:100%;
                    padding:10px;
                    font-size:16px;
                    font-family: 'Roboto', sans-serif;
                    font-weight:300;
                    border:1px solid #ddd;
                }

                .form .input-rows .input-row .col .input-group textarea {
                    height:100px;
                }

                .form .input-rows .input-row .col .required-description {
                    display:block;
                    font-size:14px;
                    margin-top:15px;
                }



/* RESPONSIVE */

@media (max-width:900px) {
	main > section {
		float: none;
		min-height: unset;
	}
	main > .left {
		width: 100%;
		min-height: 200px;
		position: relative;
		display: none;
		border-right: 0;
	}
	.home main > .left .slides {
		padding-top: 116px;
	}
	main > .left .swiper-slide {
		background-position: center top;
	}
	main > .right {
		width: 100%;
		position: relative;
		right: unset;
		top: unset;
	}
	.home main > .right {
		padding: 30px 0;
    }
    main > .right footer {
        width:100%;
        background-color:#7C5852;
    }
    main > .right footer .wrapper {
        border-top:0;
    }
    main > .right footer .wrapper nav ul li a {
        color:#fbf6e7;
    }
	.home main > .left,
	.single-darab main > .left {
		display: block;
		padding-top: 0;
	}
	.single-darab main > .left.hide-mobile {
		display: none;
	}
	.home main > .left .swiper-slide {
		height: 350px;
	}
	.single-darab main {
		display: flex;
		flex-direction: column;
	}
	.single-darab main .right {
		order: 1;
	}
	.single-darab main .left {
		order: 2;
	}
	.single-darab main .left .swiper-slide {
		border-radius: 5px;
		z-index: 3;
		height: 120px;
	}
	.single-darab main .left .swiper-slide h2 {
		display: none;
	}
	.single-darab main .left .swiper-slide:after {
		display: none;
	}
	.single-darab main > .right {
		padding: 106px 0 30px 0
	}
	.single-darab main > .right > .container {
		padding: 0;
	}
}

@media (max-width:800px) {
	header .header {
		padding: 15px 0;
	}
	header .header nav ul li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.home main > .left .slides {
		padding-top: 86px;
	}
	main > .right {
		padding-top: 116px;
	}
	.single-darab main > .right {
		padding: 76px 0 30px 0
	}
}

@media (max-width:767px) {
	header #menutrigger {
		display: block;
	}
	header .header div {
		flex-wrap: wrap;
	}
	header .header nav {
		display: none;
		flex-basis: 100%;
		margin: 15px 0 0 0;
		text-align: center;
		border-top: 1px solid #faf3dd;
	}
	header .header nav ul {
		width: 100%;
	}
	header .header nav ul li {
		display: block;
		margin: 15px 0;
	}
	header .header nav ul li a {
		font-size: 16px;
	}
	.home main > .left .swiper-slide {
		height: 300px;
	}
	main > .right .the-title {
		display: block;
	}
}

@media (max-width:600px) {
	.timeline {
		width: 100%;
		font-size:16px;
	}
	.timeline li {
		padding: 2em 0;
	}
	.direction-l,
	.direction-r {
		float: none;
		width: 100%;
		text-align: center;
	}
	.flag-wrapper {
		text-align: center;
	}
	.flag {
		z-index: 6;
		font-size:16px;
	}
	.direction-l .flag:before,
	.direction-r .flag:before {
		position: absolute;
		top: -25px;
		left: 50%;
		content: ' ';
		display: block;
		width: 25px;
		height: 25px;
		margin-left: -18px;
		z-index: 5;
	}
	.desc {
		position: relative;
		margin: 1em 0 0 0;
		padding: 1em;
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
		-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
		box-shadow: 0 0 1px rgba(0,0,0,0.20);
		z-index: 6;
	}
	.direction-r .flag {
		margin-left:0;
	}
	.direction-l .flag {
		margin-right:0;
	}
	.direction-l .desc,
	.direction-r .desc {
		position: relative;
		margin: 1em 1em 0 1em;
		padding: 1em;
		z-index: 6;
	}
	.dates .date .datetime {
		width: 50%;
	}
	.dates .date .event {
		width: 50%;
    }
    .form .product-rows .product-row .product-row-wrapper > .photo {
        float:left;
    }
    .form .product-rows .product-row .product-row-wrapper {
        display:block;
    }
    .form .product-rows .product-row .product-row-wrapper > div {
        display:block;
        align-items: unset;
    }

    .form .product-rows .product-row .product-row-wrapper > .info,
    .form .product-rows .product-row .product-row-wrapper > .price, 
    .form .product-rows .product-row .product-row-wrapper > .quantity {
        float:left;
        padding:0 0 5px 20px;
        width:78%;
    }
    .form .input-rows .input-row .col.half, 
    .form .input-rows .input-row .col.half:first-child {
        width:100%;
        float:none;
        margin-right:0;
    }

    .form .input-rows .input-row .col.half:first-child {
        margin-bottom:20px;
    }
}

@media (max-width:500px) {
	header .top ul li a {
		width: 20px;
		height: 20px;
	}
	header .top ul li.phone a {
		font-size:14px;
    }
    main > .right footer .wrapper nav ul li {
        display:block;
        margin-right:0;
        margin-bottom:15px;
    }
    main > .right footer .wrapper nav ul li:last-child {
        margin-bottom:0;
    }

	.direction-l .desc,
	.direction-r .desc {
		margin: 1em 4em 0 4em;
	}
	.discography .disc {
		width: 60%;
	}
	.roles .role {
		width: 100%;
		margin: 0 auto 15px auto;
		float: none;
	}
	.roles .role:nth-last-child(-n+3),
	.roles .role:nth-child(3n),
	.roles .role:nth-child(3n+4),
	.roles .role:nth-child(2n),
	.roles .role:nth-last-child(-n+2),
	.roles .role:nth-child(2n+3) {
		clear: none;
		margin: 0 auto 15px auto;
	}
	.videos .video {
		width: 100%;
		margin: 0 auto 15px auto;
		float: none;
	}
	.videos .video:nth-last-child(-n+3),
	.videos .video:nth-child(3n),
	.videos .video:nth-child(3n+4),
	.videos .video:nth-child(2n),
	.videos .video:nth-last-child(-n+2),
	.videos .video:nth-child(2n+3) {
		clear: none;
		margin: 0 auto 15px auto;
	}
	.cover h2 {
		font-size: 24px;
	}
	.galleries .gallery {
		width: 100%;
		padding-top: 100%;
		margin: 0 0 2% 0;
		float: none;
	}
	.press {
		font-size: 14px;
	}
	.press .row .date {
		width: 50%;
	}
	.press .row .title {
		width: 50%;
	}
	.contact {
		width: 90%;
	}
	.contact .photo {
		width: 50%;
		padding-top: 50%;
	}
}

@media (max-width:375px) {
	.discography .disc {
		width: 75%;
	}
	.details {
		display: block;
		justify-content: unset;
	}
	.details div {
		width: 100%;
	}
	.contact .photo {
		width: 75%;
		padding-top: 75%;
	}
}

@-moz-document url-prefix() {

    body {
      font-weight: lighter !important;
    }
    
}