/*
colours:
mediumseagreen
*/
#mr23 header
{
	height: 100px;
	min-width: 350px;
}

#mr23 header .is-navigation-icon
{
	float: left;
	padding: 26px 9px 0px 0;
	font-size: 19px;
}

#mr23 header .is-logo
{
	float: left;
	padding: 27px 11px 0px 0;
	font-size: 24px;
}

#mr23 header .is-claim-box
{
	padding: 25px 0px 0px 0;
}

#mr23 header .is-claim-box h1
{
	margin-bottom: 0px;
	font-size: 17px;
	letter-spacing:2px;
}
/*#mr23 header .is-claim-box h1:after*/
/*{*/
/*	content: 'MELETOI RECORDS';*/
/*}*/
/*@media screen and (max-width: 410px)*/
/*{*/
/*#mr23 header .is-claim-box h1:after*/
/*	{*/
/*	content: 'MELETOI';*/
/*	}*/
/*}*/
/*#mr23 header .is-claim-box p:after*/
/*{*/
/*	content: '';*/
/*}*/
/*@media screen and (max-width: 410px)*/
/*{*/
/*#mr23 header .is-claim-box p:after*/
/*	{*/
/*	content: 'RECORDS';*/
/*	}*/
/*}*/

#mr23 header .is-cart
{
	float: right;
	/*padding: 17px 0px 0px 9px;*/
	padding: 19px 0px 0px 9px;
	/*font-size: 40px;*/
	font-size: 36px;
}

#mr23 header .is-cart.is-filled:after
{
	content: '';
	background-color: #efaf6e;
	width: 9px;
	height: 9px;
	float: right;
	border-radius: 5px;
	/*padding: 17px 0px 0px 9px;*/
	/*padding: 19px 0px 0px 9px;*/
	/*font-size: 40px;*/
	/*font-size: 36px;*/
}

#mr23 header .is-menu-box
{
	padding: 21px 0px 0px 7px;
}

@media screen and (max-width: 700px)
{
	#mr23 header .is-menu-box .is-menu-4
	{
		display: none;
	}
}

@media screen and (max-width: 650px)
{
	#mr23 header .is-menu-box .is-menu-3
	{
		display: none;
	}
}

@media screen and (max-width: 690px)
{
	#mr23 header .is-menu-box .is-menu-2
	{
		display: none;
	}
}

@media screen and (max-width: 890px)
{
	#mr23 header .is-menu-box .is-menu-1
	{
		display: none;
	}
}

#mr23 header .is-arrow-down
{
	display: none;
	float: left;
	font-size: 34px;
	padding: 29px 0px 0px 7px;
}

@media screen and (max-width: 570px)
{
	#mr23 header .is-arrow-down
	{
		display: block;
	}

	#mr23 button.is-round.is-big
	{
		padding: 9px 9px 9px 8px;
	}

	#mr23 button.is-round.is-big i
	{
		display: block;
	}

	#mr23 button.is-round.is-big .is-text
	{
		display: none;
	}
}

@media screen and (max-width: 380px)
{
	#mr23 header .is-arrow-down
	{
		display: none;
	}
}

#mr23 header .is-context-icon
{
	float: right;
	padding: 29px 0px 0px 19px;
	font-size: 25px;
}

/*prime color*/
#mr23 button.is-round.is-prime
{
	/*color: white;*/
	/*background-color: mediumseagreen;*/
	/*border-color: mediumseagreen;*/
}

#mr23 button.is-round.is-prime:disabled
{
	/*color: white;*/
	/*background-color: gainsboro;*/
	/*border-color: gainsboro;*/
}

#mr23 button.is-round.is-clicked,
#mr23 button.is-round.is-already-in-cart
{
	/*color: white;*/
	/*background-color: #000000;*/
	/*border-color: #000000;*/
}

#mr23 main
{
	/*height: 100px;*/
	min-width: 310px;
}

/*media aspect ratio*/
#mr23 .is-figure,
#mr23 .is-full,
#mr23 .is-thumbnail
{
	aspect-ratio: 16 / 9;
}


/*media corners rounded*/
#mr23 .is-figure,
#mr23 .is-picture,
#mr23 .is-thumbnail,
#mr23 .is-embed,
#mr23 .is-embed iframe
{
	border-radius: 10px;
}



#mr23 .is-quote
{
	border-left: solid 1px mediumseagreen;
	padding-left: 19px;
}
