html {
		height: 100%;
		padding: 0; margin: 0;
    	margin-left: calc(100vw - 100%);
    	margin-right: 0;
	}
body {
		font-family: 'Didot', "Helvetica Neue Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		height: 100%;
		padding: 0; margin: 0;
		color: rgb(35,29,29);
		background-position: top center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		background: rgb(232,189,190);
		background: linear-gradient(115deg, rgba(216,163,165,1) 0%, rgba(250,212,205,1) 45%, rgba(232,189,190,1) 90%, rgba(204,160,161,1) 100%);
	}
	


a {
		color: rgb(35,29,29);
		transition: 0.5s all;
	}
a:hover {
		color: rgb(110,90,92);
}


#album_info a {
	text-decoration: none;
}
.album {
margin: 60px 0 80px 0;
}
#album_info h4, .album h4 {
	font-size: 29px;
	margin: 0 0 25px 0;
	padding: 0 20px 20px 20px;
	text-transform: uppercase;
}

#mc_embed_signup {
	margin: 50px 0 65px 0;
}
#mc_embed_signup_scroll input {
width: 305px;
height: 50px;
display: inline-block;
padding: 5px 10px !important;
margin: 0;
font-size: 21px;
width: 300px;
font-family: "Didot" !important;
border: 0;
}

#mc_embed_signup_scroll input.email {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#mc_embed_signup_scroll input.button {
width: 135px;
height: 60px !important;
display: inline-block;
font-size: 21px !important;
padding: 5px 10px !important;
color: rgb(232,189,190);
background-color: #000 !important;
font-family: "Didot";
font-weight: bold;
cursor: pointer;
margin: 0 0 0 -5px;
transition: 0.5s all;
border: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#mc_embed_signup_scroll .button:hover {
		background-color: rgb(110,90,92) !important;
}

.artist_photo {
	width: 130%; margin: 0 auto 75px -15%;
	transition: 0.5s all;
}

@media (max-width: 999px) {
.artist_photo {
	width: 100%; margin: 0 auto 50px auto;
}	
}



#shop_link {position: absolute; left: 65px; top: 110px; z-index: 3000; font-size: 21px;}
#shop_link a {text-decoration: none; font-weight: bold;}
#maillist_link {position: absolute; right: 65px; top: 110px; z-index: 3000; font-size: 21px;}
#maillist_link a {text-decoration: none; font-weight: bold;}

@media (max-width: 600px) {
#shop_link {position: absolute; left: 50px; top: 110px; z-index: 3000; font-size: 16px;}
#shop_link a {text-decoration: none;}
#maillist_link {position: absolute; right: 50px; top: 110px; z-index: 3000; font-size: 16px;}
#maillist_link a {text-decoration: none;}
}

#album_cover {
	background-image: url(https://gabidemartino.co/assets/assets/images/merch.png);
	background-size: cover;
	display: block;
	width: 760px;
	height: 493px;
	margin: 0 auto 30px auto;
	border: 0;
	display: block;
	}

#album_cover span {
	display: none;
}

@media (max-width: 999px) {
#album_cover {
	width: 560px;
	height: 363px;
}
}
@media (max-width: 600px) {
#album_cover {
	width: 420px;
	height: 273px;
}
}

#menu_popup span.small_text {font-size: 16px; letter-spacing: 1px; line-height: 16px !important; text-transform: uppercase;}
#menu_popup {
		width:100%; 
		height:100%; 
		padding: 0; 
		position:absolute; 
		right:0; 
		bottom:0; 
		z-index: 99; 
		position: fixed; 
		box-sizing: border-box;
		text-align: center;
		display: block;
	}
.menu_popup_home {
		width:100%; 
		height:100%; 
		padding: 0; 
		position:absolute; 
		right:0; 
		bottom:0; 
		z-index: 99; 
		position: fixed; 
		box-sizing: border-box;
		text-align: center;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		display: block;
	}
#menu_popup #title_logo {
		font-size: 52px;
		font-style: italic;
		text-decoration: none;
		letter-spacing: 0.02em;
		display: block; 
		margin: 60px auto 45px auto;
		background-image: url(../images/logo.png);
		width: 192px;
		height: 123px;
		background-size: cover;
		text-align: center;
		transition: 0.5s all;
		pointer-events: none;
		overflow: visible;
		}
#menu_popup #title_logo span{
	display: none;
	}

#menu_popup #logo_sm {
		font-size: 52px;
		font-style: italic;
		text-decoration: none;
		letter-spacing: 0.02em;
		display: block; 
		margin: 60px auto 0 auto;
		background-image: url(../images/logo_gd.png);
		width: 104px;
		height: 100px;
		background-size: cover;
		text-align: center;
		transition: 0.5s all;
		pointer-events: none;
		overflow: visible;
		opacity: 0.85;
		}
#menu_popup #logo_sm span{
	display: none;
	}
	
#menu_popup #title_logo_gd {
		font-size: 52px;
		font-style: italic;
		text-decoration: none;
		letter-spacing: 0.02em;
		display: block; 
		margin: 60px auto 45px auto;
		background-image: url(../images/logo_gd.png);
		width: 128px;
		height: 123px;
		background-size: cover;
		text-align: center;
		transition: 0.5s all;
		pointer-events: none;
		overflow: visible;
		opacity: 0.85;
		}
#menu_popup #title_logo_gd span{
	display: none;
	}
/*@media (max-width: 760px) {
#menu_popup #title_logo {
width: 164px;
height: 105px;
}
}

@media (max-width: 560px) {
#menu_popup #title_logo {
width: 126px;
height: 81px;
}
}*/
a:hover#title_logo {
		color: #000;
}
#menu_popup h1 {
		font-family: "Didot", "Helvetica Neue Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-size: 42px;
		letter-spacing: 0.125em;
		font-weight: normal;
		padding: 0 50px; 
		pointer-events: none;
	}
#menu_popup h2 {
		font-family: "Didot", "Helvetica Neue Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-size: 37px;
		letter-spacing: 3px;
		padding: 0 20px 15px 20px;
		margin: 0 0 10px 0;
		font-weight: bold;
		text-align: center;
		color: rgb(35,29,29);
		width: auto;
	}
#menu_popup h3 {
	font-size: 27px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#menu_popup h6 {
	font-size: 12px;
	font-weight: normal;
}
#menu_popup h2 a {
line-height: 37px;
	text-decoration: none;
	display: inline;
}

.bit-widget a.bit-top-track-button {
	display: none;
}
.bit-widget .bit-nav-bar-container {
	display: none;
}

#top_widgets {
	min-width: 420px;
	max-width: 825px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(0,0,0,0);
	top: 13px;
	display: block;
	position: relative;
	z-index: 5000;
	text-align: left;
}
#top_widgets iframe {margin: 2px 0 0 0; float: right; width: 173px;}

#top_widgets .email_input {
		display: inline;
		min-width: 120px;
		width: auto;
		height: 23px;
		font-family: "Helvetica Neue Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-size: 14px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border: 0;
		padding: 0 0 0 5px;
		margin: 6px -10px 0 33px;
}
#top_widgets .email_submit {
		display: inline;
		width: 80px; height: 23px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-color: transparent;
		color: #000;
		font-family: "Helvetica Neue Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 23px;
		border: 1px solid white;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		opacity: 1.0;
}


#content_container {
		max-width: 760px;
		margin: 35px auto;
		transition: 0.5s all;
}
	
#video {
		position: relative;
		float: left; width: 100%; margin: 0 auto 65px auto; z-index: 50; padding: 0;
	}
	

#vid_stage .subscribe {
	margin: 25px 0 0 0;
}
 
#vid_stage 
	{position: relative; width: 100%; margin: 50px auto 45px auto; z-index: 50; padding: 0;}
.vid-container 
	{position: relative; padding-bottom: 52%; padding-top: 30px; height: 0;}
.vid-container iframe, .vid-container object, .vid-container embed 
	{position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 15px rgba(82,69,59,0.75);}
.vid-list-container 
	{width: 92%; overflow: hidden; margin-top: 0; margin-left:4%; padding-bottom: 20px;}
.vid-list
	{width: 2042px; position: relative; top:0; left: 0;}
.vid-item 
	{display: block; width: 158px; height: 138px; float: left; margin: 0; padding: 10px 10px 10px 0; font-weight: normal; font-style: normal; cursor: pointer; transition: 0.5s all; text-align: left;}
.vid-item:hover {
		color: rgb(110,90,92);
	}
.thumb 
	{overflow:hidden; height: 94px;}
.thumb img 
	{width: 100%; position: relative; top: -13px;}
.vid-item .desc 
	{font-size: 15px; margin-top:5px;}
.arrows 
	{position:relative; width: 100%;}
.arrow-left 
	{position: absolute; background-image: url(https://gabidemartino.co/assets/images/larrow.png); padding: 0; left: 0; margin: 0; top: -142px; width: 38px; height: 53px; z-index: 99; cursor: pointer; font-size: 27px; line-height: 50px; text-align: left;}
.arrow-right 
	{position: absolute; background-image: url(https://gabidemartino.co/assets/images/rarrow.png); padding: 0; right: 0; margin: 0; top: -142px; width: 38px; height: 53px; z-index:100; cursor: pointer; font-size: 27px; line-height: 50px; text-align: right;}
	
.arrow-left, .arrow-right {
	transition: 0.5s all;
}
.arrow-left:hover, .arrow-right:hover {
		color: rgb(110,90,92);
}
@media (max-width: 999px) 
	{
	.caption 
		{margin-top: 40px;}
	.vid-list-container
		{padding-bottom: 20px;}
	}	
@media (max-width: 600px)
	{
	#vid_stage {
		width: 100%;
	}
	}
	
	
#instagram_widget {
	margin: 30px 0 30px 0;
}	

#instagram_widget .instagram_icon {
	width: 32px; height: 32px;
	display: block;
	float: left;
	position: relative;
	background-image: url(https://gabidemartino.co/assets/images/instagram_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: -149px 0 0 3px;
}	
#instagram_widget .instagram_icon span {
	display: none;
}
	
#album_info {
		float: left;
		width: 760px;
		margin: 30px 0 20px 0;
		padding: 0;
		letter-spacing: 0.075em; text-transform: uppercase; font-size: 21px;
}
#album_info .album {
	margin: 0 0 50px 0;
}

  #album_info .album_art {
		width: 480px;
		height: 480px;
		background-size: cover;
		box-shadow: 0 0 15px rgba(82,69,59,0.75);
		margin: 0 auto 25px auto;
		background-color: #000;
		background-image: url(../images/pretty_little_mind_single.jpg);
  }
  .mess_art {
		width: 480px;
		height: 480px;
		background-size: cover;
		box-shadow: 0 0 15px rgba(82,69,59,0.75);
		margin: 0 auto 25px auto;
		background-color: #000;
		background-image: url(../images/beautiful_mess_album.jpg);
  }

#single_info {
		position: relative;
		width: 760px;
		margin: 65px 0 0 0;
		padding: 0;
		letter-spacing: 0.075em; font-size: 21px;
}

#single_info .album {
	margin: 0 0 50px 0;
}
#single_info .album_art img {
	width: 100%; height: 100%;
}

  #single_info .album_art {
		width: 480px;
		height: 480px;
		background-size: cover;
		box-shadow: 0 0 15px rgba(82,69,59,0.75);
		margin: 0 auto 25px auto;
		background-color: #000;
		background-image: url(../images/gabi_gg.png);
  }
  #single_info a {
 	text-decoration: none;
  }
 #single_info h2 strong em {
 	font-family: 'Didot Bold Italic';
 }
 #single_info a h2 {
 	transition: 0.5s all;
 }
 #single_info a:hover h2 {
 	color: rgb(110,90,92);
 } 
  
@media (min-width: 1000px) {
	#single_info {
		position: relative;
		width: 999px;
		margin: 65px 0 0 -120px;
		padding: 0;
		letter-spacing: 0.075em; font-size: 21px;
}


#single_info .album {
	margin: 0 10px 0 0;
	display: inline-block;
	width: 232px;
}
#single_info .last {
	margin: 0 0 40px 0;
}

#single_info .album a h2 {font-size: 16px; letter-spacing: 1px;}

  #single_info .album_art {
		width: 232px;
		height: 232px;
		
		background-size: cover;
		/*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
		margin: 0 auto 25px auto;
		background-color: #000;
		
  }
}  

#menu_popup hr {
	height: 1px;
	border-width: 0;
	color: rgb(35,29,29);
	background-color: rgb(35,29,29);
	width: 100%;
	margin: 0 auto 30px auto;
	
}

#contact_info {
	position: relative;
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.0125em;
	margin: 0 0 0 0;
}	
#contact_info h3 {
	font-size: 18px;
	font-family: "Didot";
	font-weight: bold;
}
#contact_info u {
	text-decoration: none;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}
#contact_info a {
	font-weight: normal;
	border-bottom: 1px solid;
	text-decoration: none;
}

@media (max-width: 999px) {
  #content_container {
    width: 100%;
  }
	
  #album_info {
    width: 100%;
    text-align: center;
    display: block;
  }
  #album_info .album_art {
		width: 420px;
		height: 420px;
		background-size: cover;
		margin: 0 auto 25px auto;
		
  }
  .mess_art {
		width: 420px;
		height: 420px;
		background-size: cover;
		margin: 0 auto 25px auto;
  }
  #album_info iframe {
		width: 560px;
		height: 280px;
		
}
	
#single_info {
		width: 100%;
		text-align: center;
		display: block;
}
  #single_info .album_art {
		width: 400px;
		height: 400px;
		background-size: cover;
		/*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
		margin: 0 auto 25px auto;
		
  }
  #tour_info {
    width: 100%;
  }
  #preorders {
  	width: 560px;
  }
  #preorders .preorder {
  	width: 560px;
  	font-size: 21px;
  }
  #preorders .preorder_img {
  	width: 560px;
  	height: 257px;
  }
  #continue {
    width: 560px;
  }
  
}

.seated-follow-box {
	display: none;
}

.seated-events-table .seated-event-row .seated-event-description-cells .seated-event-date-cell {
	
}

.seated-events-table .seated-event-row .seated-event-description-cells .seated-event-details-cell {
	text-align: left;
} 
@media (max-width: 600px) {
.seated-events-table .seated-event-row .seated-event-description-cells .seated-event-details-cell {
	text-align: center;
}  
}
.seated-events-table .seated-event-row .seated-event-link-cells .seated-event-link-cell1 {
	text-align: center;
	padding: 2px 0 0 0;
	margin: 0;
}  
.seated-events-table .seated-event-row .seated-event-link-cells .seated-event-link-cell1 a {
	background-color: rgb(35,29,29);
	border: 2px solid rgb(35,29,29);
	color: #ffd7eb;
	transition: 0.5s all;
	margin: 10px auto;
}  
.seated-events-table .seated-event-row .seated-event-link-cells .seated-event-link-cell1 a:hover {
	background-color: rgb(100,38,69);
	border: 2px solid rgb(100,38,69);
	color: #ffd7eb;
} 


@media (min-width: 600px) {
.seated-events-table .seated-event-row {
	padding: 10px;
}

.seated-events-table .seated-event-row .seated-event-description-cells .seated-event-date-cell {
	text-align: left;
	position: relative;
	width: auto;
	min-width: 100px;
	padding-right: 40px; 
	float: left;
	padding-top: 11px;
}  
.seated-events-table .seated-event-row .seated-event-description-cells .seated-event-venue-cell {
}  
.seated-events-table .seated-event-row .seated-event-description-cells .seated-event-venue-cell .seated-event-venue-name {
	text-align: left;
	width: auto;
	min-width: 100px;
	padding-right: 40px; 
	padding-top: 11px;
}  
.seated-events-table .seated-event-row .seated-event-description-cells .seated-event-venue-cell .seated-event-venue-location {
	text-align: left;
	width: auto;
	min-width: 100px;
	padding-right: 40px; 
	padding-top: 11px;
}  
} 

@media (max-width: 600px) {
  #content_container {
    width: 100%;
  }
  
  
	  
  
  #album_info {
    width: 100%;
    text-align: center;
    display: block;
  }
  #album_info .album_art {
		width: 360px;
		height: 360px;
		background-size: cover;
		margin: 0 auto 25px auto;
		
  }
  .mess_art {
		width: 360px;
		height: 360px;
		background-size: cover;
		margin: 0 auto 25px auto;
  }
  #album_info iframe {
		width: 420px;
		height: 280px;
		
}
#single_info {
		width: 100%;
		text-align: center;
		display: block;
}

  #single_info .album_art {
		width: 360px;
		height: 360px;
		background-size: cover;
		/*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
		margin: 0 auto 25px auto;
		
  }
  #tour_info {
    width: 100%;
  }
  #tour_info pre {
    font-size: 14px;
  }
  #preorders {
  	width: 420px;
  }
  #preorders .preorder {
  	width: 420px;
  	font-size: 21px;
  }
  #preorders .preorder_img {
  	width: 420px;
  	height: 257px;
  }
  #continue {
    width: 420px;
  }
  
}
@media (max-width: 805px) {
  .title {
  	display: none;
  }
}


/*#social {
		display: inline-block;
		height: 40px;
		text-align: center;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
		font-size: 32px !important;
		font-weight: normal;
		letter-spacing: 0.1em;
		transition: 0.5s all;
	}
@media (min-width: 996px) { */
	#social {
		display: inline-block;
		text-align: center;
		padding: 0 0 10px 0;
		margin: 0 0 40px 0;
		font-size: 39px !important;
		font-weight: normal;
		letter-spacing: 0.1em;
		transition: 0.5s all;
	}
/*}*/

#social_bottom {
		display: inline-block;
		text-align: center;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
		font-size: 39px !important;
		font-weight: normal;
		letter-spacing: 0.1em;
		transition: 0.5s all;
	}

.rpm_bug {position: relative; margin: 0 auto; width: 400px; text-align: center; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: rgb(35,29,29); font-size: 20px; text-decoration: none; font-weight: normal; font-size: 16px; padding: 10px 0; transition: none; display: inline-block;}
.rpm_bug a {font-family: 'Swiss', Helvetica, Arial, sans-serif; font-weight: normal; color: rgb(35,29,29);}

a.rpm_link {
	margin: 0 0 60px -5px;
	 transition: none;
	width: auto;
	height: 30px;
	vertical-align: top;
	background-image: url(../images/rpm_logo.png);
	background-size: 29px 30px;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
	padding: 0 0 0 42px;
	line-height: 28px;
	text-decoration: none;
	letter-spacing: 0.025em;
		font-family: "Helvetica Neue Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	transition: 0.5s all;
	opacity: 0.125;
}
a:hover.rpm_link {
	opacity: 0.25;
}

@font-face {font-family: 'Didot'; src: url("../fonts/Didot.ttf"); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Didot Bold'; src: url("../fonts/Didot-Bold.ttf"); font-weight: bold; font-style: normal;}
@font-face {font-family: 'Didot Italic'; src: url("https://gabidemartino.co/assets/assets/fonts/Didot-Italic.ttf"); font-weight: normal; font-style: italic;}
@font-face {font-family: 'Didot Bold Italic'; src: url("https://gabidemartino.co/assets/assets/fonts/Didot-Bold-Italic.ttf"); font-weight: bold; font-style: italic;}