@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

img {image-rendering: -webkit-optimize-contrast;}
/* Basics */

* { padding: 0; margin: 0; outline: 0; -webkit-tap-highlight-color: transparent; }

body { font-family: 'Jost', sans-serif; font-size: 16px; line-height: 22px; color: #222222; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; display: block; height: 100vh; overflow-x: hidden; background: #ffffff; }
body.hidden { overflow: hidden !important; }

html, body { height: 100%; }

input, textarea, select, button, fieldset { -webkit-appearance: none; border-radius: 0; background: transparent; border: 0; }
input:active,
textarea:active { box-shadow: none; }
ul, ol { list-style: none outside none; }

a img { border:0; }

a, button { color: #0090DF; text-decoration: none; cursor:pointer; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; }
a:hover, button:hover { color: rgb(63, 81, 181); text-decoration: none; }

*:focus { outline: none; }
*::-moz-focus-inner { border: 0; }

.cl { font-size: 0; line-height: 0; clear: both; display: block; height: 0; }

.clearfix { *zoom: 1; }
.clearfix:after { content: ''; width: 100%; height: 0; display: block; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }

.wrapper { position: relative; min-height: 100%; height: auto !important; height: 100%; width: 100%; background: #ffffff; }
.container { max-width: 1140px; margin: 0 auto; display: block; padding: 0 20px; }

@media screen and (max-width: 767px) {
	.container { padding: 0 10px; }
}

/* Backgrounds */
.gray-bg { background: #f6f6f6; }
.blue-bg { background: #0090DF; }


/* Header */
.header { padding: 20px 35px; background: #0090df; position: relative; z-index: 20; display: flex; justify-content: space-between; align-items: center; }
.header .logo { width: 242px; height: 50px; background: url(https://mixedinkey.com/wp-content/themes/Satellite2021J/css/images/Satellite-Plugins-logo-greyscale.png) no-repeat 0 0; background-size: contain; font-size: 0; line-height: 0; text-indent: -4000px; image-rendering: -webkit-optimize-contrast; z-index: 40; }
.header .menu-btn { position: absolute; top: 50%; right: 35px; display: block; opacity: 0; visibility: hidden; transition: all .2s; width: 30px; height: 21px; z-index: 40; transform: translateY(-50%); font-size: 0; line-height: 0; text-indent: -4000px; }
.header .menu-btn:before,
.header .menu-btn:after,
.header .menu-btn span { position: absolute; left: 0; width: 100%; height: 3px; border-radius: 6px; display: block; background: #fff; transition: all .2s; }
.header .menu-btn:before { content: ''; top: 0; }
.header .menu-btn:after { content: ''; top: 18px; }
.header .menu-btn span { top: 9px; }
.nav-opened .header .menu-btn:before { transform: translateY(-50%) rotate(-45deg); top: 50%; }
.nav-opened .header .menu-btn:after { transform: translateY(-50%) rotate(45deg); top: 50%; }
.nav-opened .header .menu-btn span { left: 100%; opacity: 0; visibility: hidden; }

.header .navigation { display: flex; justify-content: center; align-items: center; }
.header .navigation ul { display: flex; justify-content: center; align-items: center; }
.header .navigation ul li { position: relative; margin: 0 15px; font-size: 15px; line-height: 19px; display: block; }
.header .navigation ul li:after { content: ''; position: absolute; top: 100%; margin-top: 10px; width: 0; left: 50%; transform: translateX(-50%); height: 1px; background: #fff; transition: all .2s; opacity: 0; visibility: hidden; }
.header .navigation ul li:hover:after,
.header .navigation ul li.active:after { width: 100%; opacity: 1; visibility: visible; }
.header .navigation ul li a { color: #fff; }
.header .navigation .buttons { margin: 0 0 0 10px; display: flex; justify-content: center; }
.header .navigation .buttons .btn { border-radius: 6px; padding: 12px 20px; font-size: 14px; line-height: 20px; transition: all .2s; font-weight: 600; text-transform: uppercase; margin: 0 5px; text-align: center; }
.header .navigation .buttons .sign-btn { color: #fff; background: rgba(255,255,255,0.1); }
.header .navigation .buttons .buy-btn { color: #fff; background: #FF4B53; }
.header .navigation .buttons .btn:hover { box-shadow: 0 10px 40px 0 rgba(0,0,0,0.10); }

@media screen and (max-width: 960px) {
	.header .navigation .buttons { flex-direction: column; }
	.header .navigation .buttons .btn { margin: 5px; }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.header .logo { width: 200px; height: 40px; }
	.header .navigation ul li { margin: 0 8px; font-size: 13px; }
}

@media screen and (max-width: 767px) {
	.header .menu-btn { opacity: 1; visibility: visible; }
	.header .navigation { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #0090df; z-index: 20; flex-direction: column; transition: all .2s; opacity: 0; visibility: hidden; }
	.header .navigation ul { flex-direction: column; }
	.header .navigation ul li { margin: 15px 0; }
	.header .navigation .buttons { margin: 10px 0 0 0; }
	.header .navigation .buttons .btn { min-width: 120px; }
	.nav-opened .header .navigation { opacity: 1; visibility: visible; }
}

@media screen and (min-height: 400px) and (max-width: 767px) {
	.header .navigation ul li { font-size: 20px; line-height: 24px; }
}

@media screen and (max-width: 360px) {
	.header .logo { width: 200px; height: 40px; }
}


.intro-header { padding: 35px 0 0 0; background-color:#008fdd; }
.intro-header .header { padding: 0; background: transparent; }
.intro-header .header .menu-btn { right: 0; }
.intro-header .header .navigation .buttons .sign-btn { color: #0090DF; background: #fff; }

/* Intro */
.intro { position: relative; padding: 0 0 100px 0; background-color:#008fdd; overflow: hidden; min-height: 650px; } /* background-image: linear-gradient(134deg, #0090DF 0%, #046AA2 100%); */
.intro .intro-img { position: absolute; top: -15%; left: 35%; width: 1925px; height: auto; display: block; image-rendering: -webkit-optimize-contrast; }
.intro-cnt { position: relative; z-index: 5; padding: 120px 0; max-width: 460px; color: #fff; }
.intro-cnt h1 { position: relative; font-size: 70px; line-height: 76px; font-weight: bold; margin: 0 0 20px 0; } /* background-color: #008fdd; */
.intro-cnt h1:before { content: attr(data-text); display: table; padding: 0 12px; height: 20px; font-size: 11px; line-height: 20px; font-weight: 600; text-transform: uppercase; background: rgba(255,255,255,0.15); border-radius: 22px; }
.intro-cnt p { margin: 0 0 30px 0; font-size: 20px; line-height: 24px; font-weight: 500; display: block; } /* background-color: #008fdd; */
.intro-cnt .buttons { display: flex; justify-content: flex-start; }
.intro-cnt .buttons .btn { border-radius: 6px; background: #FF4B53; font-size: 14px; line-height: 20px; transition: all .2s; font-weight: 600; text-transform: uppercase; padding: 18px 30px; color: #fff; text-align: center; }
.intro-cnt .buttons .btn + .btn { margin: 0 0 0 10px; }
.intro-cnt .buttons .btn:hover { box-shadow: 0 10px 40px 0 rgba(0,0,0,0.10); }

@media screen and (max-width: 1920px) {
	.intro .intro-img { left: 20%; }
}

@media screen and (max-width: 767px) {
	.intro-header { padding-top: 20px; }
	.intro { padding: 0 0 50px 0; min-height: 20px; }
	.intro .intro-img { left: -15%; top: -60%; }
	.intro-cnt { padding: 60px 0; }
	.intro-cnt h1 { font-size: 50px; line-height: 54px; }
}

@media screen and (max-width: 380px) {
	.intro { padding-bottom: 0; }
	.intro-cnt h1,
	.intro-cnt p { text-align: center; }
	.intro-cnt h1:before { margin: 0 auto; }
	.intro-cnt .buttons { flex-direction: column; }
	.intro-cnt .buttons .btn + .btn { margin: 10px 0 0 0; }
}


/* Video Wp */
.video { width: 100%; }
.video-wp { padding: 75px 0 75px 0; display: block; }
.video .inner,
.video-wp .inner { position: relative; padding: 0 0 56.25% 0; display: block; width: 100%; height: 0; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.10); border-radius: 6px; overflow: hidden; }

.video .inner:after,
.video-wp .inner:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.2) 100%); z-index: 12; transition: all .2s; }

.video .inner .play-btn,
.video-wp .inner .play-btn { position: absolute; top: 50%; left: 50%; margin: -113px 0 0 -113px; width: 226px; height: 226px; background: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/play-btn.png) no-repeat 0 0; background-size: contain; font-size: 0; line-height: 0; text-indent: -100%; z-index: 15; transition: all .2s; image-rendering: -webkit-optimize-contrast; }

.video .inner .play-btn { width: 115px; height: 115px; margin: 0 0; transform: translate(-50%, -50%); }

.video .inner .play-btn:hover,
.video-wp .inner .play-btn:hover { transform: scale(1.09); }
.video .inner .play-btn:hover {  transform: scale(1.09) translate(-50%, -50%);  }
.video .inner img,
.video-wp .inner img { position: absolute; top: 0; left: 0; width: 100%; height: auto; display: block; z-index: 10; object-fit: cover; transition: all .2s; }

.video .inner iframe,
.video-wp .inner iframe { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; z-index: 9; }

.video.played .inner .play-btn,
.video.played .inner img,
.video.played .inner:after,
.video-wp.played .inner .play-btn,
.video-wp.played .inner img,
.video-wp.played .inner:after { opacity: 0; visibility: hidden; }

@media screen and (max-width: 767px) {
	.video,
	.video-wp { padding: 40px 0 20px 0; }
	.video .inner .play-btn,
	.video-wp .inner .play-btn { width: 113px; height: 113px; margin: -56px 0 0 -56px; }
}

/* Intro Boxes */
.intro-boxes { padding: 75px 0; }
.intro-boxes .inner { display: flex; justify-content: space-between; }
.intro-boxes .box { position: relative; margin: 50px 0 0 0; width: 100%; padding: 60px 20px 40px 20px; background: #FFFFFF; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.10); border-radius: 6px; text-align: center; color: rgba(34,34,34,0.6); }
.intro-boxes .box + .box { margin-left: 40px; }
.intro-boxes .box .box-logo { width: 100px; height: 100px; background: #ffffff; position: absolute; border-radius: 50%; top: -50px; left: 50%; transform: translateX(-50%); display: block; }
.intro-boxes .box .box-logo:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-repeat: no-repeat; background-position: 0 0; background-size: contain; }
.intro-boxes .box .box-logo.logo-1:before { width: 70px; height: 65px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/box-logo-1@2x.png); }
.intro-boxes .box .box-logo.logo-2:before { width: 54px; height: 54px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/box-logo-2@2x.png); }
.intro-boxes .box .box-logo.logo-3:before { width: 59px; height: 51px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/box-logo-3@2x.png); }
.intro-boxes .box h4 { font-size: 20px; line-height: 24px; color: #222222; margin: 0 0 10px 0; font-weight: 600; }

@media screen and (max-width: 767px) {
	.intro-boxes { padding: 50px 0; }
	.intro-boxes .inner { flex-wrap: wrap; }
	.intro-boxes .box + .box { margin: 0; width: calc(50% - 20px); box-sizing: border-box; }
	.intro-boxes .box:first-child { flex-basis: 100%; margin-bottom: 80px; }
}

@media screen and (max-width: 480px) {
	.intro-boxes .box,
	.intro-boxes .box:first-child,
	.intro-boxes .box + .box { width: 100%; margin: 0; box-sizing: border-box; }
	.intro-boxes .box + .box { margin-top: 80px; }
}


/* Intro Steps */
.intro-steps { padding: 80px 0; }
.intro-steps h2 { margin: 0 0 60px 0; font-size: 40px; line-height: 44px; font-weight: bold; text-align: center; }
.intro-steps h3 { margin: 0 0 15px 0; font-size: 32px; line-height: 36px; font-weight: bold; }
.intro-steps p { font-size: 20px; line-height: 28px; color: rgba(34,34,34,0.6); }
.intro-steps .row { display: flex; justify-content: space-between; align-items: center; }
.intro-steps .row.reverse { flex-direction: row-reverse; }
.intro-steps .row + .row { margin-top: 75px; }
.intro-steps .row .text { width: 48%; }
.intro-steps .row .text.v1 { max-width: 310px; }
.intro-steps .row .text.v2 { max-width: 450px; }
.intro-steps .row .text.v3 { max-width: 380px; }
.intro-steps .row .image { width: 50%; }
.intro-steps .row .image img { width: 100%; height: auto; }

@media screen and (max-width: 767px) {
	.intro-steps { padding: 40px 0; }
	.intro-steps h2 { margin-bottom: 30px; font-size: 32px; line-height: 36px; }
	.intro-steps h3 { font-size: 24px; line-height: 28px; }
	.intro-steps p { font-size: 16px; line-height: 22px; }
	.intro-steps .row { flex-direction: column; }
	.intro-steps .row + .row { margin-top: 50px; }
	.intro-steps .row.reverse { flex-direction: column; }
	.intro-steps .row .text { text-align: center; width: 100%; }
	.intro-steps .row .text.v1,
	.intro-steps .row .text.v2,
	.intro-steps .row .text.v3 { max-width: 100%; }
	.intro-steps .row .image { margin-bottom: 15px; width: 100%; }
}

/* Compatibility */
.compatibility { padding: 70px 0; }
.compatibility h2 { margin: 0 0 50px 0; font-size: 40px; line-height: 44px; font-weight: bold; text-align: center; }
.compatibility .cmpt-logos { display: flex; justify-content: center; align-items: center; }
.compatibility .cmpt-logo { display: block; font-size: 0; line-height: 0; text-indent: -100%; background-repeat: no-repeat; background-position: 0 0; background-size: contain; margin: 15px; }
.compatibility .cmpt-logo.ableton { width: 156px; height: 25px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-ableton@2x.png); }
.compatibility .cmpt-logo.logicpro { width: 166px; height: 50px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-logicpro@2x.png); }
.compatibility .cmpt-logo.flstudio { width: 180px; height: 44px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-flstudio@2x.png); }
.compatibility .cmpt-logo.cubase { width: 144px; height: 41px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-cubase@2x.png); }
.compatibility .cmpt-logo.studioone { width: 245px; height: 41px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-studioone@2x.png); }
.compatibility .cmpt-logo.protools { width: 147px; height: 45px; image-rendering: -webkit-optimize-contrast; background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-protools@2x.png); }

@media screen and (max-width: 767px) {
	.compatibility { padding: 40px 0; }
	.compatibility h2 { margin-bottom: 30px; font-size: 32px; line-height: 36px; }
	.compatibility .cmpt-logos { flex-wrap: wrap; }
}


/* Quotes */
.quotes { padding: 70px 0; }
.quotes h2 { margin: 0 0 50px 0; font-size: 40px; line-height: 44px; font-weight: bold; text-align: center; }
.quotes .quotes-list { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; position: relative; margin: 0 -15px; }
.quotes .quotes-list .item { width: 33.33%; padding: 20px 15px 30px 15px; box-sizing: border-box; }
.quotes .quotes-list .item .image { display: block; width: 100%; position: relative; border-radius: 5px; margin-bottom: 30px; overflow: hidden; }
.quotes .quotes-list .item .image:after { content: ''; background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 30%); position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.quotes .quotes-list .item .image img { display: block; width: 100%; height: 210px; object-fit: cover; }
.quotes .quotes-list .item .image .link { position: absolute; bottom: 25px; right: 25px; z-index: 5; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; width: 18px; height: 18px; font-size: 0; line-height: 0; text-indent: -100%; }
.quotes .quotes-list .item .image .link.inst { background-image: url(https://mixedinkey.com/wp-content/themes/mixed-in-key/img/captain/instagram.png); }
.quotes .quotes-list .item .image .link.yt { background-image: url(https://mixedinkey.com/wp-content/themes/mixed-in-key/img/captain/youtube.png); }
.quotes .quotes-list .item h4 { font-size: 23px; line-height: 1.2; margin-bottom: 10px;; font-weight: 500; }
.quotes .quotes-list .item p { font-size: 17px; line-height: 1.2; color: rgba(34,34,34,0.6); }

@media screen and (max-width: 767px) {
	.quotes { padding: 40px 0; }
	.quotes h2 { margin-bottom: 30px; font-size: 32px; line-height: 36px; }
	.quotes .quotes-list { flex-direction: column; }
	.quotes .quotes-list .item { width: 100%; }
	.quotes .quotes-list .item .image img { height: auto; max-height: 350px; }
}


/* Pricing */
.pricing { padding: 80px 0; }
.pricing h2 { margin: 0 0 50px 0; font-size: 40px; line-height: 44px; font-weight: bold; text-align: center; }

@media screen and (max-width: 767px) {
	.pricing { padding: 40px 0; }
	.pricing h2 { margin-bottom: 30px; font-size: 32px; line-height: 36px; }
}

/* Pricing Box */
.price-box { border-radius: 10px; background-image: linear-gradient(180deg, #0090DF 0%, #046AA2 100%); max-width: 420px; width: 100%; margin: 0 auto; color: #fff; text-align: center; }
.price-box .box-top { padding: 50px 30px 80px 30px; }
.price-box .box-top .top-title { font-size: 40px; line-height: 44px; font-weight: bold; }
.price-box .box-top ul { margin: 35px 0 0 0; }
.price-box .box-top ul li { font-size: 20px; line-height: 24px; font-weight: 500; position: relative; cursor: pointer; }
.price-box .box-top ul li + li { margin-top: 15px; }
.price-box .box-top ul li .infobox { position: absolute; top: -30px; right: 100%; font-size: 18px; line-height: 28px; padding: 25px 30px; box-shadow: 0 0 37px 11px rgba(0,0,0,0.10); background: #222222; border-radius: 6px; max-width: 270px; width: 100%; box-sizing: border-box; opacity: 0; visibility: hidden; transition: all .2s; z-index: 10; }
.price-box .box-top ul li .infobox:after { content: ''; position: absolute; top: 20px; left: 100%; width: 0; height: 0; border: solid 8px transparent; border-left-color: #222222; display: block; }
.price-box .box-top ul li:hover .infobox { opacity: 1; visibility: visible; margin-right: 15px; }
.price-box .box-price { padding: 40px 20px; background: rgba(255,255,255,0.1); font-size: 40px; line-height: 44px; font-weight: 600; display: flex; justify-content: center; align-items: center; }
.price-box .box-price .dollar { font-size: 16px; margin-right: 5px; }
.price-box .box-bottom { padding: 85px 50px 50px 50px; }
.price-box .box-bottom .price-cnt { margin: 0 0 40px 0; display: flex; justify-content: center; align-items: center; }
.price-box .box-bottom .text-side { font-size: 14px; line-height: 18px; font-weight: 600; position: relative; }
.price-box .box-bottom .text-side[data-text]:before { content: ''; position: absolute; left: 5px; bottom: 100%; margin-bottom: 15px; width: 40px; height: 43px; background: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/arrow.png) no-repeat 0 0; background-size: contain; }
.price-box .box-bottom .text-side[data-text]:after { content: attr(data-text); position: absolute; bottom: 100%; margin-bottom: 35px; left: 45px; padding: 6px 20px; background: rgba(255,255,255,0.15); border-radius: 16px; font-size: 15px; line-height: 19px; font-style: italic; display: block; white-space: nowrap; }
.price-box .box-bottom .switch-btn { width: 60px; min-width: 60px; height: 32px; background: #fff; border-radius: 36px; margin: 0 20px; position: relative; display: block; cursor: pointer; }
.price-box .box-bottom .switch-btn:after { content: ''; position: absolute; top: 50%; margin-top: -12px; width: 24px; height: 24px; background: #222222; border-radius: 50%; transition: all .2s; }
.price-box .box-bottom .buy-btn { display: block; padding: 20px; background: #fff; border-radius: 6px; font-size: 14px; line-height: 18px; color: #222222; width: 100%; box-sizing: border-box; transition: all .2s; text-transform: uppercase; font-weight: 600; }
.price-box .box-bottom .buy-btn:hover { background: #222222; color: #fff; }

.price-box.monthly .box-bottom .switch-btn:after { left: 4px; }
.price-box.yearly .box-bottom .switch-btn:after { left: 32px; }

@media screen and (max-width: 960px) {
	.price-box .box-top ul li .infobox { right: auto; left: 50%; transform: translateX(-50%); top: 100%; }
	.price-box .box-top ul li .infobox:after { top: -16px; left: 50%; transform: translateX(-50%) rotate(-90deg); }
	.price-box .box-top ul li:hover .infobox { margin: 15px 0 0 0; }
}

@media screen and (max-width: 480px) {
	.price-box .box-top { padding: 30px 20px 50px 20px; }
	.price-box .box-top .top-title { font-size: 30px; line-height: 34px; }
	.price-box .box-top ul li { font-size: 16px; line-height: 20px; }
	.price-box .box-top ul li .infobox { font-size: 14px; line-height: 20px; padding: 20px; }
	.price-box .box-bottom { padding: 85px 20px 30px 20px; }
	.price-box .box-bottom .text-side[data-text]:before { left: -15px; }
	.price-box .box-bottom .text-side[data-text]:after { left: 25px; padding: 6px 10px; }
}

@media screen and (max-width: 360px) {
	.price-box .box-bottom .switch-btn { margin: 0 10px; }
	.price-box .box-bottom .text-side[data-text]:before { left: -25px; }
	.price-box .box-bottom .text-side[data-text]:after { left: 15px; }
}


/* Main */
.main { padding: 60px 0 80px 0; }
.main-cnt { display: flex; justify-content: space-between; align-items: flex-start; }
.main-cnt h2 { font-size: 32px; line-height: 36px; color: #222222; font-weight: 700; margin: 0 0 25px 0; }
.main-cnt .box { background: #FFFFFF; box-shadow: 0 0 50px 5px rgba(0,0,0,0.08); border-radius: 6px; padding: 45px; }
.main-cnt .box img { max-width: 100%; image-rendering: -webkit-optimize-contrast; }
.main-cnt .sidebar { width: 390px; }
.main-cnt .sidebar .box { padding: 45px 25px; }
.main-cnt .sb-nav li { font-size: 18px; line-height: 22px; }
.main-cnt .sb-nav li + li { margin-top: 5px; }
.main-cnt .sb-nav li a { color: #222222; display: block; padding: 7px 10px; border-radius: 4px; transition: all .2s; }
.main-cnt .sb-nav li a:hover,
.main-cnt .sb-nav li.active a { background: rgba(34,34,34,0.1); }
.main-cnt .content { width: calc(100% - 430px); color: rgba(34,34,34,0.6); }
.main-cnt .content p { margin: 0 0 20px; }
.main-cnt .content img { width: 100%; height: auto; image-rendering: -webkit-optimize-contrast; }
.main-cnt .content ul li { margin: 0 0 20px 0; padding: 0 0 0 20px; position: relative; }
.main-cnt .content ul li:before { content: ''; position: absolute; top: 8px; left: 8px; width: 3px; height: 3px; background: rgba(34,34,34,0.6); border-radius: 50%; display: block; }
.main-cnt .content ul li img { margin: 20px 0 0 -20px; position: relative; }
.main-cnt .content .bottom-nav { margin: 20px 0 0 0; display: flex; justify-content: space-between; }
.main-cnt .content .bottom-nav .btn { padding: 5px 30px; font-size: 15px; line-height: 20px; color: #fff; font-weight: 500; text-transform: uppercase; border-radius: 15px; background: #222222; }
.main-cnt .content .bottom-nav .btn span { display: block; position: relative; }
.main-cnt .content .bottom-nav .btn span:before { position: absolute; top: 50%; transform: translateY(-50%); font-size: 18px; line-height: 20px; height: 20px; display: block; margin-top: -2px; }
.main-cnt .content .bottom-nav .btn.prev span { padding-left: 15px; }
.main-cnt .content .bottom-nav .btn.prev span:before { content: '\2039'; left: 0; }
.main-cnt .content .bottom-nav .btn.next span { padding-right: 15px; }
.main-cnt .content .bottom-nav .btn.next span:before { content: '\203A'; right: 0; }

@media screen and (max-width: 960px) {
	.main-cnt { flex-direction: column; }
	.main-cnt h2 { text-align: center; }
	.main-cnt .box,
	.main-cnt .sidebar .box { padding: 20px; }
	.main-cnt .sidebar { width: 100%; }
	.main-cnt .sb-nav li { text-align: center; }
	.main-cnt .content { width: 100%; margin-top: 30px; }
}

@media screen and (max-width: 480px) {
	.main-cnt h2 { font-size: 26px; line-height: 30px; }
	.main-cnt .box,
	.main-cnt .sidebar .box { padding: 20px 15px; }
}


/* Pricing WP */
.pricing-wp { padding: 70px 0 30px 0; }
.pricing-wp .title { margin: 0 0 30px 0; font-size: 20px; line-height: 24px; color: #0090DF; text-align: center; font-weight: 500; text-transform: uppercase; }
.pricing-wp h1 { margin: 0 0 30px 0; font-size: 64px; line-height: 68px; color: #222; text-align: center; font-weight: 600; }
.pricing-wp p { margin: 0 auto 75px auto; max-width: 640px; font-size: 20px; line-height: 34px; color: rgba(34,34,34,0.6); font-weight: 600; text-align: center; }

@media screen and (max-width: 767px) {
	.pricing-wp { padding: 40px 0 20px 0; }
	.pricing-wp .title { margin-bottom: 20px; font-size: 16px; line-height: 20px; }
	.pricing-wp h1 { font-size: 40px; line-height: 44px; }
	.pricing-wp p { font-size: 16px; line-height: 24px; margin-bottom: 40px; }
}


/* Success Intro */
.success-intro { padding: 50px 0 0 0; }
.success-intro h1 { font-size: 64px; line-height: 68px; display: block; text-align: center; margin: 0 0 30px 0; color: #fff; }
.success-intro .big-image { display: block; margin: 0 auto; max-width: 768px; width: 100%; }
.success-intro .big-image img { display: block; width: 100%; height: auto; image-rendering: -webkit-optimize-contrast; }

@media screen and (max-width: 767px) {
	.success-intro { padding-top: 30px; }
	.success-intro h1 { font-size: 40px; line-height: 44px; }
}

/* Two Boxes */
.two-boxes { padding: 70px 0; }
.two-boxes .cnt { max-width: 768px; margin: 0 auto; display: flex; justify-content: space-between; }
.two-boxes .box { background: #FFFFFF; box-shadow: 0 0 50px 5px rgba(0,0,0,0.08); border-radius: 6px; padding: 38px; box-sizing: border-box; max-width: 370px; display: block; width: 100%; }
.two-boxes .box .btn { background: #FD5C5B; border-radius: 6px; font-size: 14px; line-height: 16px; color: #fff; font-weight: 600; padding: 20px; display: block; width: 100%; box-sizing: border-box; margin: 0 0 30px 0; text-transform: uppercase; text-align: center; }
.two-boxes .box .title { margin: 0 0 15px 0; font-size: 20px; line-height: 24px; font-weight: 500; display: flex; justify-content: flex-start; align-items: center; }
.two-boxes .box .title:after { content: ''; display: block; background-repeat: no-repeat; background-position: 0 0; background-size: contain; margin-left: 10px; }
.two-boxes .box .title.windows:after { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/windows-logo.png); width: 14px; height: 14px; }
.two-boxes .box .title.mac:after { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/apple-logo.png); width: 14px; height: 16px; }
.two-boxes .box .text-1 { margin: 0 0 30px 0; font-weight: 500; color: #55556B; }
.two-boxes .box ul li { position: relative; padding: 0 0 0 20px; font-size: 18px; line-height: 22px; display: block; }
.two-boxes .box ul li:before { content: ''; position: absolute; top: 6px; left: 0; width: 13px; height: 10px; background: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/green-check.png) no-repeat 0 0; display: block; }
.two-boxes .box ul li + li { margin-top: 10px; }
.two-boxes .box .middle { padding: 25px 0; margin: 30px 0 20px 0; border-top: solid 1px #D8D8D8; border-bottom: solid 1px #D8D8D8; font-size: 14px; line-height: 24px; }
.two-boxes .box .middle a { color: #222222; text-decoration: underline; }
.two-boxes .box .middle a:hover { text-decoration: none; }
.two-boxes .box .text-2 { margin: 0 0 10px 0; font-size: 14px; line-height: 18px; }
.two-boxes .box .com-list { display: flex; justify-content: space-between; align-items: center; }
.two-boxes .box .com-list .item { display: block; font-size: 0; line-height: 0; background-repeat: no-repeat; background-position: 0 0; background-size: contain; }
.two-boxes .box .com-list .item.logicpro { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-logicpro-small.png); width: 21px; height: 23px; image-rendering: -webkit-optimize-contrast;}
.two-boxes .box .com-list .item.ableton { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-ableton-small.png); width: 80px; height: 15px; image-rendering: -webkit-optimize-contrast; }
.two-boxes .box .com-list .item.protools { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-protools-small.png); width: 25px; height: 24px; image-rendering: -webkit-optimize-contrast;}
.two-boxes .box .com-list .item.flstudio { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-flstudio-small.png); width: 91px; height: 22px; image-rendering: -webkit-optimize-contrast;}

@media screen and (max-width: 800px) {
	.two-boxes .box { padding: 30px 25px; max-width: 350px; }
}

@media screen and (max-width: 767px) {
	.two-boxes { padding: 40px 0; }
	.two-boxes .cnt { flex-direction: column; align-items: center; }
	.two-boxes .box + .box { margin-top: 30px; }
}


/* Guide Wp */
.guide-wp { padding: 75px 0 100px 0; }
.guide-wp h1 { margin: 0 0 25px 0; font-size: 64px; line-height: 67px; text-align: center; font-weight: bold; }
.guide-wp p { margin: 0 auto 60px auto; font-size: 20px; line-height: 34px; text-align: center; color: rgba(34,34,34,0.6); font-weight: 500; max-width: 730px; }

@media screen and (max-width: 767px) {
	.guide-wp { padding: 40px 0 30px 0; }
	.guide-wp h1 { font-size: 40px; line-height: 44px; }
	.guide-wp p { margin: 0 0 40px 0; font-size: 16px; line-height: 24px; }
}

@media screen and (max-width: 480px) {
	.guide-wp p { margin-bottom: 25px; }
}

.videos { display: flex; justify-content: space-between; align-items: center; max-width: 1370px;  margin: 0 auto; }
.videos .video { max-width: 684px; margin: 0 20px; order: 2; }
.videos .video img { display: block; width: 100%; height: auto; }
.videos .video-list { order: 1; max-width: 300px; display: flex; flex-direction: column; justify-content: space-between; }
.videos .video-list + .video-list { order: 3; }
.videos .video-list .item { display: block; position: relative; padding: 15px 15px 15px 55px; font-size: 14px; line-height: 20px; color: #222222; font-weight: 600; cursor: pointer; transition: all .2s; background: #fff; border-radius: 6px; display: block; box-sizing: border-box; width: 100%; text-align: left; }
.videos .video-list .item + .item { margin-top: 20px; }
.videos .video-list .item:before,
.videos .video-list .item:after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 15px; width: 30px; height: 30px; background-repeat: no-repeat; background-position: 0 0; background-size: contain; display: block; transition: all .2s; }
.videos .video-list .item:before { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/play-btn@2x.png); opacity: 1; visibility: visible; }
.videos .video-list .item:after { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/play-btn-active@2x.png); opacity: 0; visibility: hidden; }
.videos .video-list .item:hover,
.videos .video-list .item.active { color: #0090DF; box-shadow: 0 0 50px 5px rgba(0,0,0,0.08); }
.videos .video-list .item:hover:before,
.videos .video-list .item.active:before { opacity: 0; visibility: hidden; }
.videos .video-list .item:hover:after,
.videos .video-list .item.active:after { opacity: 1; visibility: visible; }

@media screen and (max-width: 960px) {
	.videos .video-list .item { font-size: 12px; line-height: 16px; }
}

@media screen and (max-width: 767px) {
	.videos { flex-wrap: wrap; padding: 0 10px; align-items: stretch; }
	.videos .video { order: 3; margin: 30px 0 0 0; }
	.videos .video-list { order: 1; width: 48%; max-width: 100%; }
	.videos .video-list + .video-list { order: 2; }
}

@media screen and (max-width: 480px) {
	.videos .video { margin: 15px 0 0 0; }
	.videos .video-list { width: 100%; }
	.videos .video-list + .video-list { margin-top: 10px; }
	.videos .video-list .item + .item { margin-top: 10px; }
}


/* Footer */
.footer { padding: 50px 0; background: #222222; color: #ffffff; }
.footer .footer-cnt { display: flex; justify-content: space-between; align-items: flex-start; }
.footer .col-l { display: block; max-width: 290px; }
.footer .col-r { display: flex; justify-content: flex-end; align-items: flex-start; }
.footer .small-col + .small-col { margin-left: 60px; }

.footer .logo-footer { width: 135px; height: 48px; background: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/logo-footer@2x.png) no-repeat 0 0; background-size: contain; font-size: 0; line-height: 0; text-indent: -100%; display: block; margin: 0 0 20px 0; }
.footer .socials { margin: 0 0 30px 0; display: flex; justify-content: flex-start; }
.footer .socials .soc-icon { width: 37px; height: 37px; background-repeat: no-repeat; background-position: center; background-size: contain; display: block; font-size: 0; line-height: 0; text-indent: -100%; }
.footer .socials .soc-icon + .soc-icon { margin-left: 10px; }
.footer .socials .soc-icon.fb { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/icon-facebook@2x.png); }
.footer .socials .soc-icon.ins { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/icon-instagram@2x.png); }
.footer .socials .soc-icon.yt { background-image: url(https://mixedinkey.com/wp-content/themes/Satellite2021D/css/images/icon-youtube@2x.png); }
.footer h4 { font-size: 18px; line-height: 22px; font-weight: 500; margin: 0 0 30px 0; }
.footer p { font-size: 14px; line-height: 20px; margin: 0 0 30px 0; }
.footer .copy { font-size: 12px; line-height: 16px; margin: 0; }
.footer ul li { font-size: 15px; line-height: 19px; display: block; }
.footer ul li + li { margin-top: 15px; }
.footer ul li a { color: #ffffff; display: block; }
.footer ul li a:hover { text-decoration: underline; }

@media screen and (max-width: 850px) {
	.footer .small-col + .small-col { margin-left: 40px; }
}

@media screen and (max-width: 767px) {
	.footer { text-align: center; }
	.footer .footer-cnt { flex-direction: column-reverse; }
	.footer .col-l { max-width: 100%; margin-top: 50px; }
	.footer .col-r { justify-content: center; width: 100%; }
	.footer .small-col + .small-col { margin-left: 10%; }

	.footer .logo-footer { margin-left: auto; margin-right: auto; }
	.footer .socials { justify-content: center; }
}

@media screen and (max-width: 480px) {
	.footer { padding: 30px 0; }
	.footer .col-r { flex-direction: column; }
	.footer .small-col { width: 100%; }
	.footer .small-col + .small-col { margin: 50px 0 0 0; }
	.footer h4 { margin-bottom: 20px; position: relative; }
	.footer .small-col + .small-col h4:before { content: ''; position: absolute; top: -20px; left: 50%; width: 80%; background: #ffffff; height: 1px; display: block; transform: translateX(-50%); }
	.footer ul li + li { margin-top: 10px; }
}

/* JS */
.current-year {  }
