
/* Custom Brands Colors */
.custom-spotify-hover-effect {
	-webkit-transition: ease background 300ms;
	transition: ease background 300ms;
}
.custom-spotify-hover-effect:hover {
	background: #24cf5f;
}

.custom-itunes-hover-effect {
	-webkit-transition: ease background 300ms;
	transition: ease background 300ms;
}
.custom-itunes-hover-effect:hover {
	background: #d948dd;
}

.custom-amazon-hover-effect {
	-webkit-transition: ease background 300ms;
	transition: ease background 300ms;
}
.custom-amazon-hover-effect:hover {
	background: #ff9b00;
}

.custom-googlemusic-hover-effect {
	-webkit-transition: ease background 300ms;
	transition: ease background 300ms;
}
.custom-googlemusic-hover-effect:hover {
	background: #f4522b;
}

/* Custom Tour Items Hover Effect */
.custom-tour-wrapper {
	position: relative;
	overflow: hidden;
}
.custom-tour-wrapper .custom-tour-stage {
	-webkit-transition: ease transform 300ms;
	transition: ease transform 300ms;
}
.custom-tour-wrapper .custom-tour-stage > .custom-tour-item + .custom-tour-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translate3d(0, 100%, 0);
					transform: translate3d(0, 100%, 0);
}
.custom-tour-wrapper:not(.custom-tour-wrapper-static):hover > .custom-tour-stage {
	-webkit-transform: translate3d(0, -100%, 0);
					transform: translate3d(0, -100%, 0);
}

/* Custom Thumb Info */
.custom-thumb-info-style-1 .overlay:before {
	-webkit-transition: ease all 300ms 0ms !important;
	transition: ease all 300ms 0ms !important;
}
.custom-thumb-info-style-1:hover .overlay:before {
	opacity: 0.8 !important;
	background: #0c0c0c !important;
}
.custom-thumb-info-style-1 .thumb-info-title {
	padding: 28.8px 44.8px 36.8px 33.6px !important;
	padding: 1.8rem 2.8rem 2.3rem 2.1rem !important;
}

/* Custom Card Style */
.custom-card-style-1 .custom-card-img-top-wrapper .post-date {
	position: absolute;
	top: 35px;
	left: 35px;
	text-align: center;
}
.custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
	display: block;
	background: #CCC;
	border-radius: 0 0 2px 2px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.8;
	padding: 1px 10px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}
.custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
	background: #f7f7f7;
	border-radius: 2px 2px 0 0;
	color: #CCC;
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
	font-family: "Open Sans", sans-serif;
}

