
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #1c1c1c;
    font-family: 'Hepta Slab', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background-color: #8b724a;
	overflow-x: hidden;
}

sub, sup {
    position: relative;
    top: 0.3em;
    vertical-align: baseline;
    font-size: 70%;
    line-height: 0px;
}

sup {
    font-size: 50%;
    top: -0.8em;
}

img {
    outline: none;
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

a {
    display: inline;
    color: #8b724a;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus, button:active, button:focus {
    outline: none;
}

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

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

button::-moz-focus-inner {
    border: 0;
}

.content strong, .content b {
    font-weight: 700;
}

.content em, .content i {
    font-style: italic;
}

.content i.fa-solid, .content i.fa-regular, .content i.fa-light, .content i.fa-thin, .content i.fa-duotone, .content i.fa-brands {
    font-style: normal;
}

.content p, .content ul, .content ol {
    margin-bottom: 24px;
}

.content h2 {
    color: #434e58;
    font-family: 'Hepta Slab', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.content h2 a {
    color: #434e58;
    text-decoration: none;
}

.content h2 a:hover {
    color: #8b724a;
    text-decoration: none;
}

#mobile-menu {
    display: none;
	padding: 80px 30px 140px 30px;
}

#mobile-navigation {
	text-align: center;
}

#mobile-navigation a {
	display: inline-block;
	color: #e3e5d6;
    font-family: 'Hepta Slab', serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-left: 4px;
    margin-top: 20px;
}

#mobile-navigation a:hover {
    color: #131211;
    text-decoration: none;
}

#mobile-socials {
	color: #f1efde;
	font-size: 18px;
	line-height: 24px;
	padding-top: 28px;
	text-align: center;
}

#mobile-socials a {
	color: #f1efde;
	text-decoration: none;
	margin: 0px 8px;
}

#mobile-socials a:hover {
	color: #131211;
	text-decoration: none;
}

.common-pad {
    padding: 0px 100px;
}

.wrapper {
    max-width: 1390px;
    margin: 0 auto;
}

.content {
    
}

#header {
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	z-index: 500;
	height: 100px;
	background-color: #826741;
	background-image: url("../../img/common/gold-bg.jpg");
    background-repeat: repeat;
	background-position: center top;
    background-size: 2250px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#header {
		background-image: url("../../img/common/gold-bg@2x.jpg");
	}
}

#logo {
	float: left;
	width: 430px;
	line-height: 0;
	padding-top: 29px;
	padding-left: 35px;
}

#logo img {
	width: 100%;
	height: auto;
}

#logo a img {
    opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#logo a:hover img {
    opacity: 0.7;
}

#navigation {
	float: right;
	text-align: right;
	color: #dfe1d0;
    font-family: 'Hepta Slab', serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 38px;
	padding-right: 28px;
}

#navigation a, #navigation span {
	display: inline-block;
	background-color: transparent;
	color: #dfe1d0;
	text-decoration: none;
	padding: 0px 5px 0px 7px;
	margin-left: 16px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#navigation a:hover, #navigation span {
	background-color: #d7d7c5;
	color: #826741;
	text-decoration: none;
}

#open-menu, #close-menu {
	display: none;
	position: absolute;
	top: 28px;
	right: 28px;
	width: 35px;
	line-height: 0;
}

#open-menu img, #close-menu img {
	width: 100%;
	height: auto;
}

#open-menu a img, #close-menu a img {
    opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#open-menu a:hover img, #close-menu a:hover img {
    opacity: 0.7;
}

#bottom-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	overflow: hidden;
	background-color: #2c2c2b;
	background-image: url("../../img/common/footer-bg.jpg");
    background-repeat: repeat;
	background-position: center top;
    background-size: 1250px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#bottom-blocks {
		background-image: url("../../img/common/footer-bg@2x.jpg");
	}
}

#bottom-shop {
	position: relative;
	z-index: 11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: calc(50% - 180px);
	background-color: #131211;
}

#bottom-shop-wrapper {
	width: 100%;
	max-width: 394px;
	padding-top: 96px;
	padding-bottom: 312px;
}

#bottom-shop-title {
	color: #8b724a;
    font-family: 'Old Standard TT', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 60px;
	text-transform: uppercase;
}

#bottom-shop-title span {
	color: #efecd9;
}

#bottom-shop-button {
	padding-top: 7px;
}

a.block-button {
	position: relative;
	display: inline-block;
	color: #efecd9;
	font-family: 'Hepta Slab', serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a.block-button i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 14px;
}

a.block-button:hover {
	color: #ffffff;
	text-decoration: none;
	padding-left: 26px;
	padding-right: 4px;
}

a.block-button span {
	display: inline-block;
}

#bottom-shop-img {
	position: absolute;
	bottom: -125px;
	width: 460px;
	line-height: 0;
}

#bottom-shop-img img {
	width: 100%;
	height: auto;
}

#bottom-instagram {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	max-width: 755px;
}

#bottom-instagram-wrapper {
	width: 100%;
	max-width: 500px;
	padding-top: 93px;
	padding-bottom: 60px;
}

#bottom-instagram-title {
	color: #739dae;
    font-family: 'Hepta Slab', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-bottom: 43px;
}

#bottom-instagram-feed {
	
}

#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item {
    width: calc(33.33% - 16.66px) !important;
    margin-right: 25px !important;
	background-color: #3a3a3a;
}

#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
    margin-right: 0px !important;
}

#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
	margin-top: 25px !important;
}

#bottom-instagram-feed #sb_instagram .sbi_photo_wrap a {
    max-width: none !important;
    margin: 0 auto !important;
}

#bottom-instagram-feed #sb_instagram a {
	opacity: 1.0;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#bottom-instagram-feed #sb_instagram a:hover {
	opacity: 0.3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#bottom-instagram-button {
	padding-top: 45px;
}

#bottom-instagram-button a i {
	font-size: 18px;	
	top: 0px;
}

#bottom-instagram-button a br.br-ig1 {
	display: none;
}

#bottom-instagram-button a br.br-ig2 {
	display: none;	
}

#footer {
	height: 100px;
}

#footer-contact {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	margin-right: 21px;
}

#footer-contact a {
	display: inline-block;
	color: #efecd9;
    font-family: 'Hepta Slab', serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #131211;
	padding: 0px 12px 0px 14px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#footer-contact a:hover {
	color: #131211;
	background-color: #efecd9;
	text-decoration: none;
}

#footer-socials {
	float: left;
	font-size: 18px;
	line-height: 24px;
	padding-top: 39px;
}

#footer-socials a {
	color: #efecd9;
	text-decoration: none;
	margin-right: 14px;
}

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

#footer-credits {
	float: right;
	text-align: right;
	color: #efecd9;
    font-family: 'Hepta Slab', serif;
	font-size: 9px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 31px;
	padding-right: 35px;
}

#footer-credits a {
	color: #efecd9;
	font-weight: 700;
	text-decoration: none;
}

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

#page-title {
	position: absolute;
	top: -57px;
	left: -131px;
	z-index: 400;
	pointer-events: none;
}

#page-title h1 {
	color: #4d5862;
    font-family: 'Old Standard TT', serif;
    font-size: 400px;
    font-weight: 400;
    line-height: 400px;
	text-transform: uppercase;
}

.content-bg {
	background-color: #e7e6d7;	
	background-image: url("../../img/common/bg.jpg");
    background-repeat: repeat;
	background-position: center top;
    background-size: 1250px auto;
	min-height: 800px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	.content-bg {
		background-image: url("../../img/common/bg@2x.jpg");
	}
}

#music-content {
	
}

#music-content-wrapper {
	padding-top: 375px;
	padding-bottom: 121px;
}

.music-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.music-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.music-item:nth-of-type(3n+4) {
    clear: both;
}

.music-item:nth-of-type(1n+4) {
	margin-top: 61px;
}

.music-item-img {
    max-width: 500px;
    margin: 0 auto;
    line-height: 0;
	background-color: #3a3a3a;
}

.music-item-img img {
    width: 100%;
    height: auto;
}

.music-item-img a img {
	opacity: 1.0;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.music-item-img a:hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.music-item-text {
    text-align: center;
	padding-top: 24px;
	padding-left: 4px;
}

#general-content {
	
}

#general-content-wrapper {
	padding-top: 388px;
	padding-bottom: 140px;
}

#tour-content {
	
}

#tour-content-wrapper {
	padding-top: 355px;
	padding-bottom: 80px;
}

.tour-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #a9a49d;
	padding: 25px 120px 25px 120px;
}

.tour-item:first-of-type {
	border-top: none !important;
}

.tour-item-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
}

.tour-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 240px);
}

.tour-item-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	width: calc(100% - 155px);
	box-sizing: border-box;
	padding: 8px 0px 8px 0px;
}

.tour-item-location {
	width: 240px;
	box-sizing: border-box;
	padding-right: 30px;
}

.tour-item-venue {
	width: calc(100% - 240px);
	box-sizing: border-box;
	padding-right: 30px;
}

.tour-item-tickets {
	width: 155px;
}

.tour-item-tickets a {
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #8b724a;
	color: #d7d7c5;
	font-family: 'Hepta Slab', serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.tour-item-tickets a i {
	margin-left: 11px;
	letter-spacing: normal !important;
}

.tour-item-tickets a:hover {
	background-color: #434e58;
	color: #d7d7c5;
	text-decoration: none;
}

#tour-none {
	text-align: center;
	padding-top: 33px;
}

#visual-content {
	
}

#visual-content-wrapper {
	padding-top: 250px;
	padding-bottom: 88px;
}

#visual-album {
	line-height: 0;
}

#visual-album img {
	width: 100%;
	height: auto;
}

#visual-title {
	color: #826741;
	font-family: 'Old Standard TT', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 26px;
}

#visual-list {
	padding-top: 92px;
}

.visual-item {
    float: left;
    width: calc(50% - 25px);
    margin-right: 50px;
}

.visual-item:nth-of-type(2n+2) {
    margin-right: 0px;
}

.visual-item:nth-of-type(2n+3) {
    clear: both;
}

.visual-item:nth-of-type(1n+3) {
	margin-top: 50px;
}

.visual-item a {
	position: relative;
	display: block;
	line-height: 0;
	cursor: pointer;
	background-color: #3a3a3a;
}

.visual-item a img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.visual-item a:hover img {
	opacity: 1.0;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.visual-item img {
	position: relative;
	z-index: 20;
	width: 100%;
	height: auto;
}

.visual-item a .video-item-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #d6d6c4;
	font-family: 'Old Standard TT', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
	text-transform: uppercase;
	padding: 0px 108px;
	pointer-events: none;
	opacity: 1.0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.visual-item a:hover .video-item-title {
	opacity: 0;
}

#visual-button {
	color: #8b724a;
	font-family: 'Old Standard TT', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 90px;	
}

#visual-button a {
	color: #8b724a;
	text-decoration: none;
}

#visual-button a i {
	position: relative;
	top: -1px;
	font-size: 34px;
	margin-right: 28px;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#visual-button a:hover {
	color: #434e58;
	text-decoration: none;
}

#visual-button a:hover i {
	margin-left: 8px;
	margin-right: 20px;
}

#home-header {
	background-color: #070707;
	background-image: url("../../img/common/header.jpg");
    background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
	padding: 0px 200px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-header {
		background-image: url("../../img/common/header@2x.jpg");
	}
}

#home-header-wrapper {
	padding-top: 486px;
	padding-bottom: 296px;
}

#home-header-title {
	max-width: 920px;
	line-height: 0;
}

#home-header-title img {
	width: 100%;
	height: auto;
}

#home-header-dots {
	color: #9e7e4c;
	font-family: 'Old Standard TT', serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 40px;
	letter-spacing: 7px;
	padding-top: 8px;
	padding-bottom: 38px;
}

#home-header-button {
	color: #9e7e4c;
	font-family: 'Hepta Slab', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	letter-spacing: 5px;
	text-transform: uppercase;	
}

#home-header-button a {
	color: #9e7e4c;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#home-header-button a i {
	font-size: 20px;
	margin-right: 22px;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#home-header-button a:hover {
	color: #d5ddcb;
	text-decoration: none;
	padding-right: 6px;
}

#home-header-button a:hover i {
	margin-right: 16px;
}

#home-content {
	background-color: #e7e6d7;	
	background-image: url("../../img/common/bg.jpg");
    background-repeat: repeat;
	background-position: center top;
    background-size: 1250px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-content {
		background-image: url("../../img/common/bg@2x.jpg");
	}
}

#home-video {
	padding: 100px 100px 75px 100px;
}

#home-video-embed {
	max-width: 1770px;
	margin: 0 auto;
}

#home-video-embed a {
	position: relative;
	display: block;
	cursor: pointer;
}

#home-video-embed a #home-video-bg {
	position: relative;
	z-index: 40;
	width: 100%;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#home-video-embed a #home-video-bg img {
	width: 100%;
	height: auto;
}

#home-video-embed a:hover #home-video-bg {
	opacity: 1.0;
}

#home-video-embed a #home-video-play {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 41;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: rgba(52, 42, 28, 0.4);
	padding: 0px 200px;
	opacity: 1.0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#home-video-embed a #home-video-play-wrapper {
	
}

#home-video-embed a #home-video-icon {
	color: #efecd9;
	font-size: 84px;
	line-height: 84px;
}

#home-video-embed a #home-video-title {
	color: #efecd9;
	font-family: 'Hepta Slab', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top: 24px;
}

#home-video-embed a #home-video-title br {
	display: none;
}

#home-video-embed a:hover #home-video-play {
	background-color: transparent;
}

#home-video-button {
	text-align: center;
	padding-top: 56px;
}

#home-video-button a {
	position: relative;
	color: #8b724a;
	font-family: 'Old Standard TT', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 75px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 16px;
}

#home-video-button a i {
	position: relative;
	top: -4px;
    font-size: 30px;
	margin-right: 36px;
}

#home-video-button a:hover {
	color: #1c1c1c;
	text-decoration: none;
}

#home-video-button a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0px;
	left: 0px;
	background-color: #8b724a;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#home-video-button a:hover:before {
	height: 6px;
	bottom: 6px;
	background-color: #1c1c1c;
}

#home-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	padding-top: 100px;
}

#home-shows {
	width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#home-shows-wrapper {
	width: 100%;
	max-width: 885px;
	box-sizing: border-box;
	padding: 126px 130px 130px 130px;
}

#home-shows-title {
	max-width: 370px;
	color: #434e58;
	font-family: 'Old Standard TT', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 60px;
	text-transform: uppercase;
}

#home-shows-list {
	padding-top: 33px;
}

.home-shows-item {
	padding-bottom: 16px;
}

.home-shows-item-date {
	float: left;
	width: 144px;
	color: #8b724a;
	font-family: 'Hepta Slab', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
	text-transform: uppercase;
}

.home-shows-item-text {
	float: right;
	width: calc(100% - 144px);
	color: #1c1c1c;
	font-family: 'Hepta Slab', serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}

.home-shows-item-location {
	float: left;
	width: 190px;
	box-sizing: border-box;
	padding-right: 25px;
}

.home-shows-item-venue {
	float: right;
	width: calc(100% - 190px);
}

#home-shows-button {
	padding-top: 34px;
}

#home-shows-button a {
	display: inline-block;
	height: 50px;
	padding: 0px 22px 0px 15px;
	background-color: #9e7e4c;
	color: #d7d7c6;
	font-family: 'Hepta Slab', serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#home-shows-button a i {
	margin-right: 12px;
	letter-spacing: normal !important;
}

#home-shows-button a:hover {
	background-color: #434e58;
	color: #d7d7c5;
	text-decoration: none;
}

#home-list {
	width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-color: #5b5f62;	
	background-image: url("../../img/common/signup-bg.jpg");
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-list {
		background-image: url("../../img/common/signup-bg@2x.jpg");
	}
}

#home-list-wrapper {
	width: 100%;
	max-width: 885px;
	box-sizing: border-box;
	padding: 126px 115px 130px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#home-list-content {
	width: 100%;
	max-width: 555px;
}

#home-list-title {
	max-width: 410px;
	color: #efecd9;
	font-family: 'Old Standard TT', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 60px;
	text-transform: uppercase;
}

#home-list-form {
	padding-top: 40px;
}
	
body .gform_wrapper .gform_heading {
	display: none;
}

body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
	color: #efecd9;
	font-family: 'Hepta Slab', serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}

body .gform_wrapper .gform_body {
	padding-top: 32px;
}

body .gform_wrapper .gform_validation_container { 
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

body .gform_wrapper .gfield_label {
    display: none;
}

body .gform_wrapper .gform_required_legend {
    display: none;  
}

body img.gform_ajax_spinner {
    display: none !important;
}

body .gform_wrapper.gform_validation_error .gform_heading {
    display: none;
}

.gform_body {
	
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea {
    width: 100%;
    height: 42px;
    color: #efecd9;
    font-family: 'Hepta Slab', serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
    border: none;
	border-bottom: 1px solid #efecd9;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0px 15px;
    margin-bottom: 48px;
    text-align: left;
}

body .gform_wrapper input[type=email]:focus,
body .gform_wrapper input[type=text]:focus,
body .gform_wrapper input[type=url]:focus,
body .gform_wrapper textarea:focus {
	border-bottom: 1px solid #efecd9;
}

body .gform_wrapper ::-webkit-input-placeholder {
    color: #efecd9;
    opacity: 1.0 !important; /* for chrome */
}

body .gform_wrapper :-moz-placeholder { /* Firefox 18- */
    color: #efecd9;
	opacity: 1.0 !important;
}

body .gform_wrapper ::-moz-placeholder {  /* Firefox 19+ */
    color: #efecd9;
	opacity: 1.0 !important;
}

body .gform_wrapper :-ms-input-placeholder {
    color: #efecd9;
    opacity: 1.0 !important;
}

body .gform_wrapper select {
    display: block;
    width: 100% !important;
    max-width: 100%; 
    height: 42px;
    margin: 0px 0px 48px 0px !important;
    padding: 0px 15px 0px 15px !important;
    margin-top: 0px !important;
    text-indent: 0px !important;
    color: #efecd9;
    font-family: 'Hepta Slab', serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
    box-sizing: border-box;
    border: none;
	border-bottom: 1px solid #efecd9;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url('../../img/common/select-arrow@2x.png');
    background-repeat: no-repeat, repeat;
    background-position: right 12px top 50%, 0 0;
    background-size: auto 14px;
}

@-moz-document url-prefix() {
    body .gform_wrapper select {
       text-indent: 0px !important;
    }
}

body .gform_wrapper select::-ms-expand {
    display: none;
}

body .gform_wrapper select:hover {
	border-bottom: 1px solid #efecd9;
}

body .gform_wrapper select:focus {
	border-bottom: 1px solid #efecd9;
    color: #efecd9; 
    outline: none;
}

body .gform_wrapper select::-moz-focus-inner {
    outline: none !important;
}

body .gform_wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #efecd9;
}

body .gform_wrapper select option {
    color: #efecd9; 
    font-weight: normal;
}

body .gform_wrapper .gform_footer {
	padding-top: 17px;
}

body .gform_wrapper .button.gform_button {
    display: inline-block;
    margin: 0px;
    height: 50px;
    padding: 0px 23px 0px 20px;
    box-sizing: border-box;
    background-color: #efecd9;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #8b724a;
    font-family: 'Hepta Slab', serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    outline: none;
	text-align: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body .gform_wrapper .button.gform_button i {
	position: relative;
	top: 0;
	font-size: 14px;
	margin-left: 16px;
}

body .gform_wrapper .button.gform_button:hover {
    background-color: #8b724a;
    color: #efecd9;
    text-decoration: none;
}

body .gform_wrapper .validation_message {
    display: none !important;
}


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

@media all and (max-width: 1599px) {

    /* large layout */

	body {
		font-size: 16px;
		line-height: 24px;
	}

	.content h2 {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 3px;
	}

	.common-pad {
		padding: 0px 78px;
	}

	#header {
		top: 50px;
		left: 50px;
		right: 50px;
		height: 100px;
	}

	#logo {
		width: 430px;
		padding-top: 29px;
		padding-left: 35px;
	}

	#navigation {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 2px;
		padding-top: 38px;
		padding-right: 28px;
	}

	#navigation a, #navigation span {
		padding: 0px 5px 0px 7px;
		margin-left: 16px;
	}

	#bottom-shop {
		width: calc(50% - 130px);
	}

	#bottom-shop-wrapper {
		max-width: 370px;
		padding-top: 98px;
		padding-bottom: 280px;
	}

	#bottom-shop-title {
		font-size: 50px;
		line-height: 50px;
	}

	#bottom-shop-button {
		padding-top: 20px;
	}

	a.block-button {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 1.5px;
		padding-left: 26px;
	}

	a.block-button i {
		top: 2px;
		font-size: 14px;
	}

	a.block-button:hover {
		padding-left: 22px;
		padding-right: 4px;
	}

	#bottom-shop-img {
		bottom: -135px;
		width: 435px;	
	}

	#bottom-instagram {
		max-width: 630px;
	}

	#bottom-instagram-wrapper {
		max-width: 500px;
		padding-top: 93px;
		padding-bottom: 60px;
	}

	#bottom-instagram-title {
		padding-bottom: 43px;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(33.33% - 16.66px) !important;
		margin-right: 25px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 0px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 25px !important;
	}

	#bottom-instagram-button {
		padding-top: 45px;
	}

	#bottom-instagram-button a i {
		font-size: 18px;	
		top: 0px;
	}

	#bottom-instagram-button a br.br-ig1 {
		display: none;
	}

	#bottom-instagram-button a br.br-ig2 {
		display: none;	
	}

	#footer {
		height: 100px;
	}

	#footer-contact {
		padding-top: 30px;
		padding-left: 30px;
		margin-right: 21px;
	}

	#footer-contact a {
		font-size: 14px;
		line-height: 40px;
		letter-spacing: 2px;
		padding: 0px 12px 0px 14px;
	}

	#footer-socials {
		font-size: 18px;
		line-height: 24px;
		padding-top: 39px;
	}

	#footer-socials a {
		margin-right: 14px;
	}

	#footer-credits {
		font-size: 9px;
		line-height: 20px;
		letter-spacing: 2px;
		padding-top: 31px;
		padding-right: 29px;
	}

	#page-title {
		top: -37px;
		left: -118px;
	}

	#page-title h1 {
		font-size: 330px;
		line-height: 330px;
	}

	.content-bg {
		min-height: 600px;
	}

	#music-content-wrapper {
		padding-top: 275px;
		padding-bottom: 80px;
	}

	.music-item {
		width: calc(33.33% - 33.33px);
		margin-right: 50px;
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: 0px;
	}

	.music-item:nth-of-type(3n+4) {
		clear: both;
	}

	.music-item:nth-of-type(1n+4) {
		margin-top: 50px;
	}

	.music-item-text {
		padding-top: 26px;
		padding-left: 3px;
	}

	#general-content-wrapper {
		padding-top: 288px;
		padding-bottom: 100px;
	}

	#tour-content-wrapper {
		padding-top: 255px;
		padding-bottom: 80px;
	}

	.tour-item {
		border-top: 1px solid #a9a49d;
		padding: 25px 40px 25px 40px;
	}

	.tour-item-date {
		width: 240px;
	}

	.tour-item-info {
		width: calc(100% - 240px);
	}

	.tour-item-text {
		width: calc(100% - 155px);
		padding: 8px 0px 8px 0px;
	}

	.tour-item-location {
		width: 240px;
		padding-right: 30px;
	}

	.tour-item-venue {
		width: calc(100% - 240px);
		padding-right: 30px;
	}

	.tour-item-tickets {
		width: 155px;
	}

	.tour-item-tickets a {
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		letter-spacing: 2px;
	}

	.tour-item-tickets a i {
		margin-left: 11px;
		letter-spacing: normal !important;
	}

	#tour-none {
		padding-top: 33px;
	}

	#visual-content-wrapper {
		padding-top: 250px;
		padding-bottom: 88px;
	}

	#visual-title {
		font-size: 40px;
		line-height: 40px;
		padding-top: 26px;
	}

	#visual-list {
		padding-top: 92px;
	}

	.visual-item {
		width: calc(50% - 25px);
		margin-right: 50px;
	}

	.visual-item:nth-of-type(2n+2) {
		margin-right: 0px;
	}

	.visual-item:nth-of-type(2n+3) {
		clear: both;
	}

	.visual-item:nth-of-type(1n+3) {
		margin-top: 50px;
	}

	.visual-item a .video-item-title {
		font-size: 40px;
		line-height: 40px;
		padding: 0px 80px;	
	}

	#visual-button {
		font-size: 40px;
		line-height: 50px;
		padding-top: 90px;	
	}

	#visual-button a i {
		top: -1px;
		font-size: 34px;
		margin-right: 28px;
	}
	
	#visual-button a:hover i {
		margin-left: 8px;
		margin-right: 20px;
	}

	#home-header {
		padding: 0px 132px;
	}

	#home-header-wrapper {
		padding-top: 338px;
		padding-bottom: 212px;
	}

	#home-header-title {
		max-width: 575px;
	}

	#home-header-dots {
		font-size: 70px;
		line-height: 40px;
		padding-top: 2px;
		padding-bottom: 24px;
	}

	#home-header-button {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 5px;	
	}

	#home-header-button a i {
		font-size: 20px;
		margin-right: 22px;
	}

	#home-header-button a:hover {
		padding-right: 6px;
	}

	#home-header-button a:hover i {
		margin-right: 16px;
	}

	#home-video {
		padding: 75px 75px 75px 75px;
	}

	#home-video-embed a #home-video-play {
		padding: 0px 160px;
	}

	#home-video-embed a #home-video-icon {
		font-size: 84px;
		line-height: 84px;
	}

	#home-video-embed a #home-video-title {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 4px;
		padding-left: 4px;
		padding-top: 24px;
	}

	#home-video-button {
		padding-top: 56px;
	}

	#home-video-button a {
		font-size: 40px;
		line-height: 75px;
		padding-bottom: 16px;
	}

	#home-video-button a i {
		top: -4px;
		font-size: 30px;
		margin-right: 36px;
	}

	#home-video-button a:before {
		height: 2px;
		bottom: 0px;
	}

	#home-video-button a:hover:before {
		height: 6px;
		bottom: 6px;
	}

	#home-middle {
		padding-top: 75px;
	}

	#home-shows {
		width: calc(50% + 80px);
	}

	#home-shows-wrapper {
		max-width: 885px;
		padding: 54px 105px 70px 130px;
	}

	#home-shows-title {
		max-width: 315px;
		font-size: 50px;
		line-height: 50px;
	}

	#home-shows-list {
		padding-top: 33px;
	}

	.home-shows-item {
		padding-bottom: 16px;
	}

	.home-shows-item-date {
		width: 100px;
		font-size: 15px;
		line-height: 16px;
	}
	
	.home-shows-item-date span {
		display: none;	
	}

	.home-shows-item-text {
		width: calc(100% - 100px);
		font-size: 15px;
		line-height: 16px;
	}

	.home-shows-item-location {
		width: 190px;
		padding-right: 25px;
	}

	.home-shows-item-venue {
		width: calc(100% - 190px);
	}

	#home-shows-button {
		padding-top: 34px;
	}

	#home-shows-button a {
		height: 50px;
		padding: 0px 22px 0px 15px;
		font-size: 15px;
		line-height: 50px;
		letter-spacing: 2px;
	}

	#home-shows-button a i {
		margin-right: 12px;
	}
	
	#home-list {
		width: calc(50% - 80px);
	}

	#home-list-wrapper {
		max-width: 885px;
		padding: 54px 130px 70px 105px;
	}

	#home-list-content {
		max-width: 555px;
	}

	#home-list-title {
		max-width: 365px;
		font-size: 50px;
		line-height: 50px;
	}

	#home-list-form {
		padding-top: 32px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		font-size: 15px;
		line-height: 16px;
	}

	body .gform_wrapper .gform_body {
		padding-top: 32px;
	}

	body .gform_wrapper input[type=email],
	body .gform_wrapper input[type=text],
	body .gform_wrapper input[type=url],
	body .gform_wrapper textarea {
		width: 100%;
		height: 42px;
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0px 15px;
		margin-bottom: 48px;
	}

	body .gform_wrapper select {
		height: 42px;
		margin: 0px 0px 48px 0px !important;
		padding: 0px 15px 0px 15px !important;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .gform_footer {
		padding-top: 17px;
	}

	body .gform_wrapper .button.gform_button {
		height: 50px;
		padding: 0px 23px 0px 20px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .button.gform_button i {
		font-size: 14px;
		margin-left: 16px;
	}

}


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

@media all and (max-width: 1365px) {

    /* ipad horizontal layout */

	body {
		font-size: 16px;
		line-height: 24px;
	}

	.content h2 {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 3px;
	}

	.common-pad {
		padding: 0px 100px;
	}

	#header {
		top: 25px;
		left: 25px;
		right: 25px;
		height: 95px;
	}

	#logo {
		width: 385px;
		padding-top: 29px;
		padding-left: 29px;
	}

	#navigation {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 2px;
		padding-top: 37px;
		padding-right: 20px;
	}

	#navigation a, #navigation span {
		padding: 0px 5px 0px 7px;
		margin-left: 16px;
	}

	#bottom-shop {
		width: calc(50% - 74px);
	}

	#bottom-shop-wrapper {
		max-width: 338px;
		padding-top: 73px;
		padding-bottom: 257px;
	}

	#bottom-shop-title {
		font-size: 50px;
		line-height: 50px;
	}

	#bottom-shop-button {
		padding-top: 20px;
	}

	a.block-button {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 1.5px;
		padding-left: 26px;
	}

	a.block-button i {
		top: 2px;
		font-size: 14px;
	}

	a.block-button:hover {
		padding-left: 22px;
		padding-right: 4px;
	}

	#bottom-shop-img {
		bottom: -100px;
		width: 380px;	
	}

	#bottom-instagram {
		max-width: 485px;
	}

	#bottom-instagram-wrapper {
		max-width: 388px;
		padding-top: 68px;
		padding-bottom: 60px;
	}

	#bottom-instagram-title {
		padding-bottom: 45px;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(33.33% - 9.33px) !important;
		margin-right: 14px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 0px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 14px !important;
	}

	#bottom-instagram-button {
		padding-top: 56px;
	}

	#bottom-instagram-button a i {
		font-size: 18px;	
		top: 2px;
	}

	#bottom-instagram-button a br.br-ig1 {
		display: none;
	}

	#bottom-instagram-button a br.br-ig2 {
		display: inline-block;	
	}

	#footer {
		height: 100px;
	}

	#footer-contact {
		padding-top: 30px;
		padding-left: 30px;
		margin-right: 21px;
	}

	#footer-contact a {
		font-size: 14px;
		line-height: 40px;
		letter-spacing: 2px;
		padding: 0px 12px 0px 14px;
	}

	#footer-socials {
		font-size: 18px;
		line-height: 24px;
		padding-top: 39px;
	}

	#footer-socials a {
		margin-right: 14px;
	}

	#footer-credits {
		font-size: 9px;
		line-height: 20px;
		letter-spacing: 2px;
		padding-top: 31px;
		padding-right: 29px;
	}

	#page-title {
		top: -24px;
		left: -77px;
	}

	#page-title h1 {
		font-size: 230px;
		line-height: 230px;
	}

	.content-bg {
		min-height: 500px;
	}

	#music-content-wrapper {
		padding-top: 210px;
		padding-bottom: 80px;
	}

	.music-item {
		width: calc(50% - 23.5px);
		margin-right: 47px;
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: 47px;
	}

	.music-item:nth-of-type(2n+2) {
		margin-right: 0px;
	}

	.music-item:nth-of-type(3n+4) {
		clear: none;
	}

	.music-item:nth-of-type(2n+3) {
		clear: both;
	}

	.music-item:nth-of-type(1n+4) {
		margin-top: 50px;
	}

	.music-item:nth-of-type(1n+3) {
		margin-top: 50px;
	}

	.music-item-text {
		padding-top: 26px;
		padding-left: 3px;
	}

	#general-content-wrapper {
		padding-top: 222px;
		padding-bottom: 100px;
	}

	#tour-content-wrapper {
		padding-top: 190px;
		padding-bottom: 80px;
	}

	.tour-item {
		border-top: 1px solid #a9a49d;
		padding: 25px 40px 25px 40px;
	}

	.tour-item-date {
		width: 240px;
	}

	.tour-item-info {
		width: calc(100% - 240px);
	}

	.tour-item-text {
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
		width: calc(100% - 155px);
		padding: 8px 30px 8px 0px;
	}

	.tour-item-location {
		width: 100%;
		padding-right: 0px;
	}

	.tour-item-venue {
		width: 100%;
		padding-right: 0px;
	}

	.tour-item-tickets {
		width: 155px;
	}

	.tour-item-tickets a {
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		letter-spacing: 2px;
	}

	.tour-item-tickets a i {
		margin-left: 11px;
		letter-spacing: normal !important;
	}

	#tour-none {
		padding-top: 33px;
	}

	#visual-content-wrapper {
		padding-top: 200px;
		padding-bottom: 70px;
	}

	#visual-title {
		font-size: 40px;
		line-height: 40px;
		padding-top: 26px;
	}

	#visual-list {
		padding-top: 60px;
	}

	.visual-item {
		width: calc(50% - 15px);
		margin-right: 30px;
	}

	.visual-item:nth-of-type(2n+2) {
		margin-right: 0px;
	}

	.visual-item:nth-of-type(2n+3) {
		clear: both;
	}

	.visual-item:nth-of-type(1n+3) {
		margin-top: 30px;
	}

	.visual-item a .video-item-title {
		font-size: 34px;
		line-height: 34px;
		padding: 0px 60px;	
	}

	#visual-button {
		font-size: 40px;
		line-height: 50px;
		padding-top: 70px;	
	}

	#visual-button a i {
		top: -1px;
		font-size: 34px;
		margin-right: 28px;
	}
	
	#visual-button a:hover i {
		margin-left: 8px;
		margin-right: 20px;
	}

	#home-header {
		padding: 0px 132px;
	}

	#home-header-wrapper {
		padding-top: 338px;
		padding-bottom: 212px;
	}

	#home-header-title {
		max-width: 420px;
	}

	#home-header-dots {
		font-size: 56px;
		line-height: 30px;
		letter-spacing: 5px;
		padding-top: 10px;
		padding-bottom: 26px;
	}

	#home-header-button {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 5px;	
	}

	#home-header-button a i {
		font-size: 20px;
		margin-right: 22px;
	}

	#home-header-button a:hover {
		padding-right: 6px;
	}

	#home-header-button a:hover i {
		margin-right: 16px;
	}

	#home-video {
		padding: 50px 50px 60px 50px;
	}

	#home-video-embed a #home-video-play {
		padding: 0px 120px;
	}

	#home-video-embed a #home-video-icon {
		font-size: 60px;
		line-height: 60px;
	}

	#home-video-embed a #home-video-title {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 3px;
		padding-left: 3px;
		padding-top: 18px;
	}

	#home-video-button {
		padding-top: 34px;
	}

	#home-video-button a {
		font-size: 30px;
		line-height: 60px;
		padding-bottom: 18px;
	}

	#home-video-button a i {
		top: 2px;
		font-size: 30px;
		margin-right: 14px;
	}

	#home-video-button a:before {
		height: 2px;
		bottom: 0px;
	}

	#home-video-button a:hover:before {
		height: 6px;
		bottom: 6px;
	}

	#home-middle {
		display: block;
		padding: 0px;
	}

	#home-shows {
		display: block;
		width: auto;
	}

	#home-shows-wrapper {
		max-width: 650px;
		margin: 0 auto;
		padding: 78px 50px 75px 50px;
	}

	#home-shows-title {
		max-width: none;
		text-align: center;
		font-size: 50px;
		line-height: 50px;
	}

	#home-shows-list {
		padding-top: 37px;
	}

	.home-shows-item {
		padding-bottom: 16px;
	}

	.home-shows-item-date {
		width: 145px;
		font-size: 15px;
		line-height: 16px;
	}
	
	.home-shows-item-date span {
		display: inline-block;	
	}

	.home-shows-item-text {
		width: calc(100% - 145px);
		font-size: 15px;
		line-height: 16px;
	}

	.home-shows-item-location {
		width: 190px;
		padding-right: 20px;
	}

	.home-shows-item-venue {
		width: calc(100% - 190px);
	}

	#home-shows-button {
		text-align: center;
		padding-top: 34px;
	}

	#home-shows-button a {
		height: 50px;
		padding: 0px 22px 0px 15px;
		font-size: 15px;
		line-height: 50px;
		letter-spacing: 2px;
	}

	#home-shows-button a i {
		margin-right: 12px;
	}
	
	#home-list {
		display: block;
		width: auto;
	}

	#home-list-wrapper {
		display: block;
		max-width: 650px;
		margin: 0 auto;
		padding: 78px 50px 75px 50px;
	}

	#home-list-content {
		max-width: none;
	}

	#home-list-title {
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
		font-size: 50px;
		line-height: 50px;
	}

	#home-list-form {
		max-width: 365px;
		margin: 0 auto;
		padding-top: 32px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		font-size: 15px;
		line-height: 16px;
		text-align: center;
		padding-bottom: 16px;
	}
	
	body .gform_wrapper .gform_body {
		padding-top: 8px;
	}

	body .gform_wrapper input[type=email],
	body .gform_wrapper input[type=text],
	body .gform_wrapper input[type=url],
	body .gform_wrapper textarea {
		width: 100%;
		height: 38px;
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0px 15px;
		margin-bottom: 30px;
	}

	body .gform_wrapper select {
		height: 38px;
		margin: 0px 0px 30px 0px !important;
		padding: 0px 15px 0px 15px !important;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .gform_footer {
		padding-top: 15px;
		text-align: center;
	}

	body .gform_wrapper .button.gform_button {
		height: 50px;
		padding: 0px 23px 0px 20px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .button.gform_button i {
		font-size: 14px;
		margin-left: 16px;
	}

}


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

@media all and (max-width: 1023px) {
	
	/* ipad vertical layout */

	body {
		font-size: 16px;
		line-height: 24px;
	}

	.content h2 {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 3px;
	}

	.common-pad {
		padding: 0px 50px;
	}

	#header {
		top: 25px;
		left: 25px;
		right: 25px;
		height: 80px;
	}

	#logo {
		width: 255px;
		padding-top: 26px;
		padding-left: 25px;
	}

	#navigation {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 2px;
		padding-top: 27px;
		padding-right: 20px;
	}

	#navigation a, #navigation span {
		padding: 0px 5px 0px 7px;
		margin-left: 12px;
	}
	
	#bottom-blocks {
		display: block;
	}

	#bottom-shop {
		display: block;
		width: auto;
		padding-left: 50px;
		overflow: hidden;
	}

	#bottom-shop-wrapper {
		max-width: 388px;
		margin: 0 auto;
		padding-top: 73px;
		padding-bottom: 257px;
	}

	#bottom-shop-title {
		font-size: 50px;
		line-height: 50px;
	}

	#bottom-shop-button {
		padding-top: 20px;
	}

	a.block-button {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 1.5px;
		padding-left: 26px;
	}

	a.block-button i {
		top: 2px;
		font-size: 14px;
	}

	a.block-button:hover {
		padding-left: 22px;
		padding-right: 4px;
	}

	#bottom-shop-img {
		bottom: -90px;
		max-width: 380px;
		width: 100%;
	}

	#bottom-instagram {
		display: block;
		width: auto;
		max-width: none;
		padding-left: 50px;
	}

	#bottom-instagram-wrapper {
		max-width: 388px;
		margin: 0 auto;
		padding-top: 68px;
		padding-bottom: 60px;
	}

	#bottom-instagram-title {
		padding-bottom: 45px;
		text-align: center;
		padding-left: 4px;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(33.33% - 9.33px) !important;
		margin-right: 14px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 0px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 14px !important;
	}

	#bottom-instagram-button {
		padding-top: 56px;
		text-align: center;
	}
	
	#bottom-instagram-button a {
		display: inline-block;
		text-align: left;
		padding-left: 56px;
	}

	#bottom-instagram-button a i {
		font-size: 40px;	
		top: 10px;
	}

	#bottom-instagram-button a br.br-ig1 {
		display: inline-block;
	}

	#bottom-instagram-button a br.br-ig2 {
		display: inline-block;
	}

	#footer {
		height: 100px;
	}

	#footer-contact {
		padding-top: 30px;
		padding-left: 30px;
		margin-right: 21px;
	}

	#footer-contact a {
		font-size: 14px;
		line-height: 40px;
		letter-spacing: 2px;
		padding: 0px 12px 0px 14px;
	}

	#footer-socials {
		font-size: 18px;
		line-height: 24px;
		padding-top: 39px;
	}

	#footer-socials a {
		margin-right: 14px;
	}

	#footer-credits {
		font-size: 9px;
		line-height: 20px;
		letter-spacing: 2px;
		padding-top: 31px;
		padding-right: 29px;
	}

	#page-title {
		top: -20px;
		left: -60px;
	}

	#page-title h1 {
		font-size: 200px;
		line-height: 200px;
	}

	.content-bg {
		min-height: 450px;
	}

	#music-content-wrapper {
		padding-top: 180px;
		padding-bottom: 70px;
	}

	.music-item {
		width: calc(50% - 23.5px);
		margin-right: 47px;
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: 47px;
	}

	.music-item:nth-of-type(2n+2) {
		margin-right: 0px;
	}

	.music-item:nth-of-type(3n+4) {
		clear: none;
	}

	.music-item:nth-of-type(2n+3) {
		clear: both;
	}

	.music-item:nth-of-type(1n+4) {
		margin-top: 50px;
	}

	.music-item:nth-of-type(1n+3) {
		margin-top: 50px;
	}

	.music-item-text {
		padding-top: 26px;
		padding-left: 3px;
	}

	#general-content-wrapper {
		padding-top: 185px;
		padding-bottom: 80px;
	}

	#tour-content-wrapper {
		padding-top: 160px;
		padding-bottom: 40px;
	}

	.tour-item {
		display: block;
		border-top: 1px solid #a9a49d;
		padding: 25px 20px 25px 20px;
	}

	.tour-item-date {
		float: left;
		width: 240px;
	}

	.tour-item-info {
		display: block;
		float: right;
		width: calc(100% - 240px);
	}

	.tour-item-text {
		display: block;
		width: auto;
		padding: 0px;
	}

	.tour-item-location {
		width: 100%;
		padding-right: 0px;
	}

	.tour-item-venue {
		width: 100%;
		padding-right: 0px;
	}

	.tour-item-tickets {
		width: 155px;
		padding-top: 20px;
		padding-bottom: 5px;
	}

	.tour-item-tickets a {
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		letter-spacing: 2px;
	}

	.tour-item-tickets a i {
		margin-left: 11px;
		letter-spacing: normal !important;
	}

	#tour-none {
		padding-top: 25px;
	}

	#visual-content-wrapper {
		padding-top: 160px;
		padding-bottom: 60px;
	}

	#visual-title {
		font-size: 34px;
		line-height: 34px;
		padding-top: 20px;
	}

	#visual-list {
		padding-top: 40px;
	}

	.visual-item {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	.visual-item:nth-of-type(2n+2) {
		margin-right: 0px;
	}

	.visual-item:nth-of-type(2n+3) {
		clear: both;
	}

	.visual-item:nth-of-type(1n+3) {
		margin-top: 20px;
	}

	.visual-item a .video-item-title {
		font-size: 30px;
		line-height: 30px;
		padding: 0px 30px;	
	}

	#visual-button {
		font-size: 34px;
		line-height: 40px;
		padding-top: 50px;	
	}

	#visual-button a i {
		top: 0px;
		font-size: 34px;
		margin-right: 22px;
	}
	
	#visual-button a:hover i {
		margin-left: 6px;
		margin-right: 16px;
	}

	#home-header {
		padding: 0px 50px;
	}

	#home-header-wrapper {
		padding-top: 400px;
		padding-bottom: 80px;
	}

	#home-header-title {
		max-width: 380px;
	}

	#home-header-dots {
		font-size: 56px;
		line-height: 30px;
		letter-spacing: 5px;
		padding-top: 4px;
		padding-bottom: 22px;
	}

	#home-header-button {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 4px;	
	}

	#home-header-button a i {
		font-size: 18px;
		margin-right: 18px;
	}

	#home-header-button a:hover {
		padding-right: 6px;
	}

	#home-header-button a:hover i {
		margin-right: 12px;
	}

	#home-video {
		padding: 50px 50px 60px 50px;
	}

	#home-video-embed a #home-video-play {
		padding: 0px 60px;
	}

	#home-video-embed a #home-video-icon {
		font-size: 60px;
		line-height: 60px;
	}

	#home-video-embed a #home-video-title {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 3px;
		padding-left: 3px;
		padding-top: 18px;
	}
	
	#home-video-embed a #home-video-title br {
		display: inline-block;
	}

	#home-video-button {
		padding-top: 34px;
	}

	#home-video-button a {
		font-size: 30px;
		line-height: 60px;
		padding-bottom: 18px;
	}

	#home-video-button a i {
		top: 2px;
		font-size: 30px;
		margin-right: 14px;
	}

	#home-video-button a:before {
		height: 2px;
		bottom: 0px;
	}

	#home-video-button a:hover:before {
		height: 6px;
		bottom: 6px;
	}

	#home-shows-wrapper {
		max-width: 650px;
		padding: 78px 50px 75px 50px;
	}

	#home-shows-title {
		font-size: 44px;
		line-height: 44px;
	}

	#home-shows-list {
		padding-top: 37px;
	}

	.home-shows-item {
		padding-bottom: 16px;
	}

	.home-shows-item-date {
		width: 145px;
		font-size: 15px;
		line-height: 16px;
	}
	
	.home-shows-item-text {
		width: calc(100% - 145px);
		font-size: 15px;
		line-height: 16px;
	}

	.home-shows-item-location {
		width: 190px;
		padding-right: 20px;
	}

	.home-shows-item-venue {
		width: calc(100% - 190px);
	}

	#home-shows-button {
		padding-top: 34px;
	}

	#home-shows-button a {
		height: 50px;
		padding: 0px 22px 0px 15px;
		font-size: 15px;
		line-height: 50px;
		letter-spacing: 2px;
	}

	#home-shows-button a i {
		margin-right: 12px;
	}

	#home-list-wrapper {
		max-width: 650px;
		padding: 78px 50px 75px 50px;
	}

	#home-list-title {
		max-width: 500px;
		font-size: 44px;
		line-height: 44px;
	}

	#home-list-form {
		max-width: 365px;
		padding-top: 32px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		font-size: 15px;
		line-height: 16px;
		text-align: center;
		padding-bottom: 16px;
	}
	
	body .gform_wrapper .gform_body {
		padding-top: 8px;
	}

	body .gform_wrapper input[type=email],
	body .gform_wrapper input[type=text],
	body .gform_wrapper input[type=url],
	body .gform_wrapper textarea {
		width: 100%;
		height: 38px;
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0px 15px;
		margin-bottom: 30px;
	}

	body .gform_wrapper select {
		height: 38px;
		margin: 0px 0px 30px 0px !important;
		padding: 0px 15px 0px 15px !important;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .gform_footer {
		padding-top: 15px;
		text-align: center;
	}

	body .gform_wrapper .button.gform_button {
		height: 50px;
		padding: 0px 23px 0px 20px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .button.gform_button i {
		font-size: 14px;
		margin-left: 16px;
	}
    
}


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

@media all and (max-width: 767px) {
	
	/* mobile layout */

	body {
		font-size: 15px;
		line-height: 22px;
	}
	
	.content h2 {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 3px;
	}

	.common-pad {
		padding: 0px 35px;
	}

	#header {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		height: auto;
	}

	#logo {
		width: 255px;
		padding-top: 26px;
		padding-left: 25px;
		padding-bottom: 29px;
	}

	#navigation {
		display: none;
	}
	
	#open-menu {
		display: block;
	}
	
	#bottom-blocks {
		display: block;
	}

	#bottom-shop {
		padding-left: 35px;
		padding-right: 35px;
	}

	#bottom-shop-wrapper {
		max-width: 320px;
		margin: 0 auto;
		padding-top: 34px;
		padding-bottom: 195px;
	}

	#bottom-shop-title {
		font-size: 40px;
		line-height: 40px;
	}

	#bottom-shop-button {
		padding-top: 12px;
	}

	a.block-button {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 1.5px;
		padding-left: 26px;
	}

	a.block-button i {
		top: 2px;
		font-size: 14px;
	}

	a.block-button:hover {
		padding-left: 22px;
		padding-right: 4px;
	}

	#bottom-shop-img {
		bottom: -80px;
		max-width: 320px;
		width: 100%;
	}

	#bottom-instagram {
		padding-left: 35px;
		padding-right: 35px;
	}

	#bottom-instagram-wrapper {
		max-width: 320px;
		margin: 0 auto;
		padding-top: 28px;
		padding-bottom: 40px;
	}

	#bottom-instagram-title {
		padding-bottom: 26px;
		text-align: center;
		padding-left: 4px;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(50% - 10px) !important;
		margin-right: 20px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 20px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(2n+2) {
		margin-right: 0px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 20px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+3) {
		margin-top: 20px !important;
	}

	#bottom-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+5) {
		display: none;
	}

	#bottom-instagram-button {
		padding-top: 40px;
		text-align: center;
	}
	
	#bottom-instagram-button a {
		display: inline-block;
		text-align: left;
		padding-left: 56px;
	}

	#bottom-instagram-button a i {
		font-size: 40px;	
		top: 10px;
	}

	#bottom-instagram-button a br.br-ig1 {
		display: inline-block;
	}

	#bottom-instagram-button a br.br-ig2 {
		display: inline-block;
	}

	#footer {
		height: 100px;
	}

	#footer-contact {
		display: none;
	}

	#footer-socials {
		display: none;
	}

	#footer-credits {
		float: none;
		text-align: center;
		font-size: 9px;
		line-height: 20px;
		letter-spacing: 2px;
		padding-top: 31px;
		padding-right: 0px;
		padding-left: 2px;
	}

	#page-title {
		position: relative;
		top: 0;
		left: 0;
		padding: 20px 25px 20px 25px;
		background-color: #222222;
		pointer-events: auto;
	}

	#page-title h1 {
		color: #a58553;
    	font-family: 'Hepta Slab', serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		letter-spacing: 3px;
	}

	.content-bg {
		min-height: 300px;
	}

	#music-content-wrapper {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	.music-item {
		width: calc(50% - 15px);
		margin-right: 30px;
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: 30px;
	}

	.music-item:nth-of-type(2n+2) {
		margin-right: 0px;
	}

	.music-item:nth-of-type(3n+4) {
		clear: none;
	}

	.music-item:nth-of-type(2n+3) {
		clear: both;
	}

	.music-item:nth-of-type(1n+4) {
		margin-top: 35px;
	}

	.music-item:nth-of-type(1n+3) {
		margin-top: 35px;
	}

	.music-item-text {
		padding-top: 16px;
		padding-left: 3px;
	}

	#general-content-wrapper {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	#tour-content-wrapper {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.tour-item {
		display: block;
		border-top: 1px solid #a9a49d;
		padding: 25px 0px 25px 0px;
	}

	.tour-item-date {
		float: none;
		width: auto;
	}

	.tour-item-info {
		float: none;
		width: auto;
		padding-top: 12px;
	}

	.tour-item-tickets {
		width: 140px;
		padding-top: 20px;
		padding-bottom: 5px;
	}

	.tour-item-tickets a {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		letter-spacing: 1.5px;
	}

	.tour-item-tickets a i {
		margin-left: 8px;
		letter-spacing: normal !important;
	}

	#tour-none {
		padding-top: 25px;
	}

	#visual-content-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#visual-title {
		font-size: 30px;
		line-height: 30px;
		padding-top: 14px;
	}

	#visual-list {
		padding-top: 30px;
	}

	.visual-item {
		float: none;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	.visual-item:nth-of-type(2n+2) {
		margin: 0 auto;
	}

	.visual-item:nth-of-type(2n+3) {
		clear: none;
	}

	.visual-item:nth-of-type(1n+3) {
		margin-top: 30px;
	}

	.visual-item:nth-of-type(1n+2) {
		margin-top: 30px;
	}

	.visual-item a .video-item-title {
		font-size: 30px;
		line-height: 30px;
		padding: 0px 40px;	
	}

	#visual-button {
		font-size: 24px;
		line-height: 28px;
		padding-top: 50px;	
	}

	#visual-button a i {
		top: 0px;
		font-size: 24px;
		margin-right: 16px;
	}
	
	#visual-button a:hover i {
		margin-left: 4px;
		margin-right: 12px;
	}

	#home-header {
		padding: 0px 35px;
		background-position: calc(50% - 100px) calc(0% - 50px);
		background-size: auto calc(100% + 50px);
	}

	#home-header-wrapper {
		padding-top: 350px;
		padding-bottom: 50px;
		overflow: hidden;
	}

	#home-header-title {
		max-width: 320px;
	}

	#home-header-dots {
		font-size: 56px;
		line-height: 30px;
		letter-spacing: 2px;
		padding-top: 0px;
		padding-bottom: 20px;
	}

	#home-header-button {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 4px;	
	}

	#home-header-button a i {
		font-size: 18px;
		margin-right: 18px;
	}

	#home-header-button a:hover {
		padding-right: 6px;
	}

	#home-header-button a:hover i {
		margin-right: 12px;
	}

	#home-video {
		padding: 20px 20px 32px 20px;
	}

	#home-video-embed a #home-video-play {
		padding: 0px 60px;
	}

	#home-video-embed a #home-video-icon {
		font-size: 40px;
		line-height: 40px;
	}

	#home-video-embed a #home-video-title {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 2px;
		padding-left: 2px;
		padding-top: 8px;
	}
	
	#home-video-embed a #home-video-title br {
		display: inline-block;
	}

	#home-video-button {
		padding-top: 12px;
	}

	#home-video-button a {
		font-size: 22px;
		line-height: 40px;
		padding-bottom: 16px;
	}

	#home-video-button a i {
		top: 1px;
		font-size: 22px;
		margin-right: 12px;
	}

	#home-video-button a:before {
		height: 1px;
		bottom: 0px;
	}

	#home-video-button a:hover:before {
		height: 5px;
		bottom: 5px;
	}

	#home-shows-wrapper {
		max-width: 650px;
		padding: 50px 35px 50px 35px;
	}

	#home-shows-title {
		font-size: 40px;
		line-height: 40px;
	}

	#home-shows-list {
		padding-top: 37px;
	}

	.home-shows-item {
		padding-bottom: 16px;
	}

	.home-shows-item-date {
		width: 145px;
		font-size: 15px;
		line-height: 16px;
	}
	
	.home-shows-item-text {
		width: calc(100% - 145px);
		font-size: 15px;
		line-height: 16px;
	}

	.home-shows-item-location {
		width: 190px;
		padding-right: 20px;
	}

	.home-shows-item-venue {
		width: calc(100% - 190px);
	}

	#home-shows-button {
		padding-top: 34px;
	}

	#home-shows-button a {
		height: 50px;
		padding: 0px 22px 0px 15px;
		font-size: 15px;
		line-height: 50px;
		letter-spacing: 2px;
	}

	#home-shows-button a i {
		margin-right: 12px;
	}

	#home-list-wrapper {
		max-width: 650px;
		padding: 50px 35px 50px 35px;
	}

	#home-list-title {
		max-width: 500px;
		font-size: 40px;
		line-height: 40px;
	}

	#home-list-form {
		max-width: 365px;
		padding-top: 32px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		font-size: 15px;
		line-height: 16px;
		text-align: center;
		padding-bottom: 16px;
	}
	
	body .gform_wrapper .gform_body {
		padding-top: 8px;
	}

	body .gform_wrapper input[type=email],
	body .gform_wrapper input[type=text],
	body .gform_wrapper input[type=url],
	body .gform_wrapper textarea {
		width: 100%;
		height: 38px;
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0px 15px;
		margin-bottom: 30px;
	}

	body .gform_wrapper select {
		height: 38px;
		margin: 0px 0px 30px 0px !important;
		padding: 0px 15px 0px 15px !important;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .gform_footer {
		padding-top: 15px;
		text-align: center;
	}

	body .gform_wrapper .button.gform_button {
		height: 50px;
		padding: 0px 23px 0px 20px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .button.gform_button i {
		font-size: 14px;
		margin-left: 16px;
	}

}


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

@media all and (max-width: 599px) {
	
	/* in-between size */
    
	.common-pad {
		padding: 0px 30px;
	}

	#music-content-wrapper {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.music-item {
		float: none;
		max-width: 400px;
		width: auto;
		margin: 0 auto;
	}

	.music-item:nth-of-type(3n+3) {
		margin: 0 auto;
	}

	.music-item:nth-of-type(2n+2) {
		margin: 0 auto;
	}

	.music-item:nth-of-type(3n+4) {
		clear: none;
	}

	.music-item:nth-of-type(2n+3) {
		clear: none;
	}

	.music-item:nth-of-type(1n+4) {
		margin-top: 35px;
	}

	.music-item:nth-of-type(1n+3) {
		margin-top: 35px;
	}

	.music-item:nth-of-type(1n+2) {
		margin-top: 35px;
	}

	#general-content-wrapper {
		padding-top: 35px;
		padding-bottom: 60px;
	}

	#tour-content-wrapper {
		padding-top: 10px;
		padding-bottom: 60px;
	}

	#visual-title {
		font-size: 24px;
		line-height: 24px;
		padding-top: 14px;
	}

	#home-header {
		padding: 0px 30px;
	}

	#home-shows-wrapper {
		max-width: 650px;
		margin: 0;
		padding: 35px 30px 0px 30px;
	}

	#home-shows-title {
		max-width: 280px;
		font-size: 40px;
		line-height: 40px;
		text-align: left;
	}

	#home-shows-list {
		padding-top: 20px;
	}

	.home-shows-item {
		padding-bottom: 22px;
	}
	
	.home-shows-item:nth-of-type(1n+5) {
		display: none;
	}

	.home-shows-item-date {
		float: none;
		width: auto;
		font-size: 15px;
		line-height: 22px;
	}
	
	.home-shows-item-text {
		float: none;
		width: auto;
		font-size: 15px;
		line-height: 22px;
	}

	.home-shows-item-location {
		float: none;
		width: auto;
		padding-right: 0px;
	}

	.home-shows-item-venue {
		float: none;
		width: auto;
	}

	#home-shows-button {
		width: calc(100% + 60px);
		margin-left: -30px;
		text-align: left;
		padding-top: 14px;
	}

	#home-shows-button a {
		width: 100%;
		height: 70px;
		box-sizing: border-box;
		padding: 0px 0px 0px 30px;
		font-size: 15px;
		line-height: 70px;
		letter-spacing: 2px;
	}

	#home-shows-button a i {
		margin-right: 12px;
	}

	#home-list-wrapper {
		max-width: 650px;
		margin: 0;
		padding: 35px 30px 35px 30px;
	}

	#home-list-title {
		max-width: 290px;
		margin: 0;
		font-size: 40px;
		line-height: 40px;
		text-align: left;
	}

	#home-list-form {
		max-width: 365px;
		margin: 0;
		padding-top: 25px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		font-size: 15px;
		line-height: 16px;
		text-align: left;
		padding-bottom: 16px;
	}
	
	body .gform_wrapper .gform_body {
		padding-top: 0px;
	}

	body .gform_wrapper input[type=email],
	body .gform_wrapper input[type=text],
	body .gform_wrapper input[type=url],
	body .gform_wrapper textarea {
		width: 100%;
		height: 38px;
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0px 3px;
		margin-bottom: 30px;
	}

	body .gform_wrapper select {
		height: 38px;
		margin: 0px 0px 30px 0px !important;
		padding: 0px 3px 0px 3px !important;
		font-size: 15px;
		letter-spacing: 2px;
    	background-position: right 5px top 50%, 0 0;
	}

	body .gform_wrapper .gform_footer {
		padding-top: 10px;
		text-align: left;
	}

	body .gform_wrapper .button.gform_button {
		height: 50px;
		padding: 0px 23px 0px 20px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	body .gform_wrapper .button.gform_button i {
		font-size: 14px;
		margin-left: 16px;
	}
	
}


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

@media all and (max-width: 479px) {
	
	/* mobile vertical layout */

	#visual-title {
		font-size: 20px;
		line-height: 20px;
		padding-top: 12px;
	}

}

