﻿.bg-gradient {
	background: linear-gradient(to bottom, #d6e3f2 0%, #fff 120%);
}

#play-btn,
.icon-playcircle::after,
.icon-pausecircle::after,
.icon-replay::after {
	color: #06c;
}

#play-btn {
	margin-top: 1em;
	margin-left: 0.75em;
}

body[data-color-scheme="dark"] #play-btn,
body[data-color-scheme="dark"] .icon-playcircle::after,
body[data-color-scheme="dark"] .icon-pausecircle::after,
body[data-color-scheme="dark"] .icon-replay::after {
	color: var(--glyph-blue);
}

body[data-color-scheme="dark"] .ribbon #play-btn,
body[data-color-scheme="dark"] .ribbon .icon-playcircle::after,
body[data-color-scheme="dark"] .ribbon .icon-pausecircle::after,
body[data-color-scheme="dark"] .ribbon .icon-replay::after,
body[data-color-scheme="light"] .ribbon #play-btn,
body[data-color-scheme="light"] .ribbon .icon-playcircle::after,
body[data-color-scheme="light"] .ribbon .icon-pausecircle::after,
body[data-color-scheme="light"] .ribbon .icon-replay::after {
	color: #ffffff;
}

#shazamkit-video,
#video-poster {
	width: 249px;
	height: 540px;
}

@media only screen and (max-width: 1068px) {
	#shazamkit-video,
	#video-poster {
		width: 188px;
		height: 407px;
	}
}

.icon-shazamkit {
	margin-bottom: 1em;
	width: 96px;
	height: 96px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/shazamkit/shazamkit-96x96.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.icon-shazamkit {
		background-image: url("/assets/elements/icons/shazamkit/shazamkit-96x96_2x.png");
	}
}

.screen-songs {
	background-image: url("/shazamkit/images/screen-songs-large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-songs {
		background-image: url("/shazamkit/images/screen-songs-large_2x.jpg");
	}
}

.screen-custom {
	background-image: url("/shazamkit/images/screen-custom-large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-custom {
		background-image: url("/shazamkit/images/screen-custom-large_2x.jpg");
	}
}

.section-topics .device-wrap {
	margin-right: auto;
	margin-left: auto;
}
.section-topics .ipad-wrap {
	margin-top: -2em;
}

:lang(en)
	#main
	section.section-topics
	.section-content
	> .row:first-of-type
	h3 {
	max-width: 330px;
}

.section-get-started {
	padding-top: 0;
}

.callout {
	margin-top: -4em;
	padding-top: 4em;
	padding-bottom: 4em;
}

body[data-color-scheme="light"] .callout {
	background-color: #fff;
}

#main section .section-content .callout .row {
	margin-top: 3em;
}
#main section.section-console .section-content .callout .row {
	margin-top: 0;
}
#main section .section-content .callout .row.headline-row {
	margin-top: 0;
	margin-bottom: 3em;
}

.callout-icon {
	float: right;
	margin-right: 1.5em;
	width: 48px;
	height: 48px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.callout-icon:first-child {
	margin-top: unset;
}

.icon-platforms {
	background-image: url("/shazamkit/images/szk-apple-platforms.svg");
}
.icon-android {
	background-image: url("/shazamkit/images/szk-android.svg");
}

@media only screen and (max-width: 1068px) {
	.screen-songs {
		background-image: url("/shazamkit/images/screen-songs-medium.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-songs {
			background-image: url("/shazamkit/images/screen-songs-medium_2x.jpg");
		}
	}

	.screen-custom {
		background-image: url("/shazamkit/images/screen-custom-medium.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-custom {
			background-image: url("/shazamkit/images/screen-custom-medium_2x.jpg");
		}
	}
}

@media only screen and (max-width: 734px) {
	.section-topics .device-wrap {
		margin: 2em 0 0;
	}
	.section-get-started .callout {
		margin-top: -4em;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.section-get-started .callout .row:first-of-type {
		margin-top: 0;
		margin-bottom: 2em;
	}
	.callout-icon {
		float: none;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.screen-custom {
		background-image: url("/shazamkit/images/screen-custom-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-custom {
			background-image: url("/shazamkit/images/screen-custom-small_2x.jpg");
		}
	}
}

/* ========== What's new ========== */
.section-content.callout-new {
	padding: 3em 0;
}

@media only screen and (max-width: 734px) {
	.section-content.callout-new {
		padding: 2em 1.5em;
	}
}

.callout-new {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	background-color: #d5e4f3 !important;
}

body[data-color-scheme="light"] .callout-new {
	border: 1px solid #93c0ed;
}

body[data-color-scheme="dark"] .callout-new {
	background-color: var(--fill-tertiary) !important;
}

.callout-new h2 {
	display: flex;
	align-items: center;
}

body[data-color-scheme="dark"] .callout-title {
	color: #fff;
}

.whats-new-icon {
	width: 32px;
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-topics {
	padding-top: 2em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section.section-topics .section-content > .row {
	margin-top: 4em;
}
#main section.section-topics .section-content > .row:first-of-type {
	margin-top: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}
#main section .section-content .row > .column.center-self {
	align-self: center;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section.section.section-topics {
		padding-top: 1em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section.section-topics .section-content > .row {
		margin-top: 4em;
	}
	#main section.section-topics .section-content > .row.device-row {
		margin-top: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
	#main section .section-content .row > .column.center-self {
		align-self: top;
	}
}
