/* ********** TABLE OF CONTENTS *****

 1.0 - GENERAL

 2.0 - NAVIGATION

 3.0 - HOME PAGE

 4.0 - CAREERS

 5.0 - BLOG

 8.0 - CONTACT

 9.0 - PRIVACY POLICY
 9.1 - ACCESSIBILITY STATEMENT
 9.2 - THANK YOU
 9.3 - 404

10.0 - FOOTER

11.0 - MEDIA QUERIES

*********************************** */

/* ********** 1.0 - GENERAL ********** */

/* PINK - #ff006e 					   */

@font-face {
    font-family: HelveticaNeueLight;
	src: url("/wp-content/themes/smart-boost/fonts/HelveticaNeueLT33ThinExtended.ttf");
}

@font-face {
    font-family: HelveticaNeueBold;
	src: url("/wp-content/themes/smart-boost/fonts/HelveticaNeueLT73BoldExtended.ttf");
}

@font-face {
    font-family: HelveticaNeueBlack;
	src: url("/wp-content/themes/smart-boost/fonts/HelveticaNeueLT93BlackExtended.ttf");
}

@font-face {
    font-family: ProximaNova;
    src: url("/wp-content/themes/smart-boost/fonts/ProximaNovaRegular.otf");
}

@font-face {
    font-family: PlusJakartaSansRegular;
    src: url('/wp-content/themes/smart-boost/fonts/PlusJakartaSansRegular.ttf');
}

@font-face {
    font-family: PlusJakartaSansMedium;
    src: url('/wp-content/themes/smart-boost/fonts/PlusJakartaSansMedium.ttf');
}

/* @font-face {
    font-family: PlusJakartaSansBold;
    src: url('/wp-content/themes/smart-boost/fonts/PlusJakartaSansBold.ttf');
} */

@font-face {
    font-family: PlusJakartaSansExtraBold;
    src: url('/wp-content/themes/smart-boost/fonts/PlusJakartaSansExtraBold.ttf');
}

	.hide-desktop {
		display: none;
	}

	.hide-tablet {
		display: block;
	}
	
	.hide-mobile {
		display: block;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
	line-height: 1.1em;
}

.h2-large {
    font-size: 80px;
}

p {
    font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 30px;
}

.container {
    max-width: 1140px;
	max-width: 1400px;
}

.row {
    margin: 0;
}

.dual-btn {
/*     float: left; */
}

.btn-white {
    width: 250px;
    background-color: #fff;
    color: #ff006e;
    font-size: 13px;
    padding: 12px 24px;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
	transition: all .5s;
}

a.btn-white:hover {
    background-color: #ff006e;
    color: #fff;
    transition: all .5s;
}

/* .btn-white:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(128, 128, 128);
  filter: blur(3px);
}

.btn-white:hover {
  box-shadow: 0 0 15px rgba(128, 128, 128);
  text-shadow: 0 0 15px rgba(128, 128, 128);
} */

.btn-black {
	width: 250px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
	border: 1.5px solid #fff;
	transition: all .5s;
}

.btn-black:hover {
	background-color: #ff006e;
	color: #fff;
	border-color: #ff006e;
	transition: all .5s;
}

.btn-black-opacity {
	width: 250px;
	background-color: rgba(0, 0, 0, .5);
    color: #fff;
	border: 2px solid #fff;
    font-size: 15px;
    padding: 10px 20px;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
	transition: all .5s;
}

.btn-pink {
    width: 250px;
    background-color: #e91752;
    color: #fff;
    font-size: 13px;
    padding: 12px 24px;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
	transition: all .5s;
}

a.btn-pink:hover {
    background-color: #fff;
    color: #ff006e !important;
	border-color: #fff;
    transition: all .5s;
}

.btn-pink:hover:before,
.btn-white:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 15px #e91752;
  filter: blur(3px);
}

.btn-pink:hover,
.btn-white:hover {
  box-shadow: 0 0 15px #e91752;
  text-shadow: 0 0 15px #e91752;
}

.btn-pink-gradient {
	width: 250px;
    background: -webkit-linear-gradient(left, #ef114a, #ec0c7c);
    background: -o-linear-gradient(right, #ef114a, #ec0c7c);
    background: -moz-linear-gradient(right, #ef114a, #ec0c7c);
    background: linear-gradient(to right, #ef114a, #ec0c7c);
    color: #fff;
	border: 2px solid transparent;
    font-size: 15px;
    padding: 12px 24px;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
	transition: all .5s;
}

/* Visited */

/* .btn-white:visited {
	color: #ff006e;
}

.btn-pink:visited,
.btn-black-opacity:visited,
.btn-pink-gradient:visited {
	color: #fff !important;
} */

.btn-pink-gradient:hover {
	background: -webkit-linear-gradient(left, #fff, #fff);
    background: -o-linear-gradient(right, #fff, #fff);
    background: -moz-linear-gradient(right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
	background-color: #fff !important;
	border: 2px solid #ff006e !important;
	color: #ff006e !important;
	transition: all .5s;
}

.btn-black-opacity:hover {
	background-color: #fff;
	color: #ff006e !important;
	transition: all .5s;
}


.btn-transparent {
    width: 270px;
    background-color: transparent;
    color: #ff006e;
    border: 2px solid #ff006e;
    font-size: 17px;
    padding: 12px 24px;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
	transition: all .5s;
}

.btn-transparent:hover {
	background-color: #ff006e;
	color: #fff;
	transition: all .5s;
}

.text-pink {
    background: -webkit-linear-gradient(left, #ca04c1, #e31465);
    background: -o-linear-gradient(right, #ca04c1, #e31465);
    background: -moz-linear-gradient(right, #ca04c1, #e31465);
    background: linear-gradient(to right, #ca04c1, #e31465);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-light-grey {
	color: #bebebe;
}

.padding-left-0 {
    padding-left: 0;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.max-width-1400 {
	max-width: 1400px;
}

.pt-10 {
	padding-top: 8rem !important;
}

.pb-10 {
	padding-bottom: 8rem !important;
}

.py-10 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

/* ********** 2.0 - NAVIGATION *********** */

.site-header {
    z-index: 123;
    background-color: #0e0e0e;
    height: 123px;
    height: 75px;
}

.header-inner-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: auto;
    justify-content: space-between;
    padding: 0px;

    margin-top: 0;
    height: 100%;
}

.header-inner-wrapper {
    margin-top: 0px;
}

.main-navigation a {
    color: black;
    font-size: 14px;
}

.login_menu a {
    background: white;
    padding: 8px 24px 8px 44px;
    border-radius: 50px;
    position: relative;
    font-family: PlusJakartaSans-Medium;
}

.login_menu a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2021/12/frame.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    transform: translate(-30px, 4px);
}

a.header-logo span {
    color: #ffffff;
    padding-left: 5px;
    font-size: 17px;
}

.header-logo {
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 47px;
    width: 256px;
    height: 35px;
    width: 191px;
	margin-left: 30px;
}

button.my-soundful-button {
    background: white;
    font-family: "PlusJakartaSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    word-wrap: break-word;
    color: #000000;
    padding: 8px 25px;
    border-radius: 50px;
    width: 130px;
    cursor: pointer;
}

i.fas.fa-user-alt {
    color: black;
    margin-right: 10px;
}

header .dual-btn .btn:first-of-type {
	margin-right: 20px;
}

header .btn {
	width: initial;
}

.login {
	display: flex;
	align-items: center;
	
}

.mobile-logo {
	display: none;
}

/* 07.14.23 Edit - Add License Button */

.header-inner-wrapper {
	align-items: center !important;
}

header .logo {
	width: 25% !important;
}

#site-navigation {
	width: calc(75% - 330px) !important;
	display: block !important;
}

#site-navigation .menu-toggle {
	display: none !important;
}

header #primary-menu {
	display: flex !important;
/*     float: right !important; */
}

header #primary-menu li {
    margin-right: 30px;
}

.menu-menu-1-container a {
	font-family: "HelveticaNeueBlack", sans-serif !important;
	font-size: 12px !important;
	color: #fff !important;
    text-transform: uppercase !important;
	width: 100% !important;
}

.login {
    width: 75%;
    justify-content: flex-end;
}

header .btn {
	font-size: 12px !important;
    padding: 6px 12px !important;
    color: #fff !important;
    padding-top: 8px !important;
}

/* 08.09.23 */

.nav-element {
	display: flex;
	align-items: center;
}

#primary-menu {
    margin-top: -3px;
}

#primary-menu li {
	margin-right: 24px;
}

#primary-menu li a {
	color: #fff !important;
    text-decoration: none !important;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}

header .btn {
	font-size: 12px !important;
}

@media (max-width: 991px) {
	.offcanvas {
		background-color: #000 !important;
	}
	
	#primary-menu {
		float: none !important;
	}
	
	#primary-menu li a {
		font-size: 17px !important;
    	margin-bottom: 10px !important;
    	display: block;
	}
	
	#main-nav {
		width: 50%;
	}
	
	.login {
		width: 100%;
	}
	
	.navbar-toggler {
		position: absolute;
		right: 0;
	}
	
	#main-nav .nav-element {
		float: right;
    	width: 100%;
    	margin-right: 60px;
	}
	
	.login .btn-pink {
		background-color: transparent;
	}
}

@media (max-width: 767px) {
	.logo {
		width: 50px !important;
	}
	
	#main-nav {
		width: calc(100% - 50px);
	}
}

/* ***** */

@media(min-width: 768px) {
	.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 100000;
	}
}

@media(max-width: 991px) {
	
	#masthead {
		padding-left: 10px !important;
	}
	
	header .dual-btn {
		padding-right: 5px !important;
	}
	
	header #primary-menu {
		margin-right: 20px !important;
	}
	
	header .btn {
		width: initial !important;
		font-size: 10px !important;
		border: none !important;
		padding: 0 !important;
	}
	
	.menu-menu-1-container a {
		font-size: 10px !important;
	}
}

/* Mobile Menu */

.mobile-menu {
    display: none;
}

@media (max-width: 992px) {
    .mobile-menu {
        display: block;
    }
}

@media (max-width: 404px) {
	
	header .btn,
	.menu-menu-1-container a {
		font-size: 9px !important;
	}
	
}
	
/* ********** 3.0 - HOME PAGE ********** */

/* Hero */

.home-hero {
    background-image: url('/wp-content/uploads/2022/08/soundful_home_hero.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100vh - 123px);
    height: calc(100vh - 75px);
}

.home-hero .sub-head {
    font-family: "HelveticaNeueBold", sans-serif !important;
    color: #fff;
    font-size: 20px;
    font-size: 17px;
    text-transform: uppercase;
/*     float: left; */
}

.home-hero h1 {
    font-size: 140px;
	font-size: 120px;
    font-size: 100px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
	margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.home-hero .h1-thin {
    font-family: "HelveticaNeueLight", sans-serif !important;
    color: #fff;
}

.home-hero .h1-bold {
    font-family: 'HelveticaNeueBlack', sans-serif !important;
	
/* 	font-size: 100px; */
    line-height: 1.1em;
    text-transform: uppercase;
	
}

.home-hero p {
    color: #fff;
	font-size: 30px;
	font-size: 20px;
	max-width: 78%;
	margin-left: 0;
	margin-bottom: .5rem;
}

.home-hero .dual-btn {
	margin-top: 2rem;
}

.home-hero .btn-white {
    margin-right: 1rem;
}

.home-hero .soundful-hs-cta:hover {
	background-color: #fff !important;
	color: #ff006e !important;
	transition: all .5s;
}

/* Platforms */

.home-platform {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
}

.home-platform p {
	font-size: 20px;
	line-height: 30px;
}

.home-platform .logo-container p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

.logo-container {
	display: flex;
    text-align: center;
    margin-top: 50px;
	margin-bottom: 30px;
}

.home-platform ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.home-platform li {
	font-family: "PlusJakartaSansRegular", sans-serif;
	font-size: 17px;
	margin-bottom: 7px;
}

.home-platform li img {
	display: inline-block;
	max-width: 20px;
	margin-top: -3px;
	margin-right: 5px;
}

/* Video */

.row-video {
    padding-bottom: 7.5rem;
}

.row-video .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row-video .row .col-md-3:first-of-type {
    padding-left: 0;
}

.row-video .row .col-md-3:last-of-type {
    padding-right: 0;
}

.row-video img {
    width: 100%;
}

.row-video .platform-img-left {
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.row-video .platform-img-right {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.video-col-1 {
	width: 20%;
	padding-left: 0;
}

.video-col-2 {
	width: 60%;
}

.video-col-2 a {
	padding: 0;
}

.video-col-2 img {
	border-radius: 20px;
}

.video-col-3 {
	width: 20%; padding-right: 0;
}

#VideoPlayer {
	background-color: #000;
	max-height: 620px;
}

/* MODAL */

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
	
	background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
	
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
	max-width: 100%;
	
	background-color: transparent;
}

.modal-dialog {
	max-width: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    /* width: calc(100% - 500px); */
/*     left: calc(50% - 500px);
    top: calc(50% - 281.5px); */
	
	max-width: 80%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Click And Repeat */

.row-click-repeat {
    margin-bottom: 10rem;
}

 .row-click-repeat {
	margin-bottom: 0rem;
}

.row-click-repeat .click-text {
    margin-bottom: 5rem;
}

.row-click-repeat h3 {
    margin-top: 40px;
    font-size: 20px;
}

.row-click-repeat .margin-top-4 {
    margin-top: 4rem;
}

.row-click-repeat p {
    font-size: 24px;
}

.row-click-repeat img {
	max-width: 125px;
	margin-left: auto;
	margin-right: auto;
}

.row-click-repeat img {
	max-width: initial;
}

.row-click-repeat .row.margin-top-4 .btn-wrapper {
	margin-top: 4rem;
}

.row-click-repeat .btn-pink {
	border: 2px solid #ff006e;
}

.row-click-repeat .btn-pink:hover {
	border: 2px solid #ff006e;
}

/* Built For You */

.row-built-for-you {
    background-image: url('/wp-content/uploads/2022/08/soundful_bg_gradient_02.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 10rem;
    padding-bottom: 1rem;
}

.row-built-for-you .margin-bottom-2 {
    margin-bottom: 2rem;
}

.row-built-for-you .col-md-4 {
    padding: 2.75rem;
}

.row-built-for-you .row .col-md-4:first-of-type {
    padding-left: 0;
}

.row-built-for-you .row .col-md-4:last-of-type {
    padding-right: 0;
}

.row-built-for-you .h2-large {
    font-size: 105px;
    text-align: left !important;
    position: relative;
    left: -7px;
}

.row-built-for-you .desktop {
	display: block;
}

.row-built-for-you .mobile {
	display: none;
}

.row-built-for-you h3 {
    font-size: 2.25rem;
}


.row-built-for-you .btn-tags {
	display: flex;
	margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.row-built-for-you .btn-tags img {
    margin-right: 5px;
}

.row-built-for-you p {
    font-size: 22px;
}

.row-built-for-you .btn-white {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
}

.row-built-for-you .btn-white img {
    margin-right: 15px;
}

.row-built-for-you .start-creating-cta {
    margin-top: 3rem;
}

 .row-built-for-you .start-creating-cta {
	margin-bottom: 10rem;
}

.h2-sample {
	margin-top: 0rem;
	font-size: 45px;
}

.row-built-for-you .line-pink {
    margin-top: 7.5rem;
    height: 2px;
    background-color: #e31465;
    width: 100%;
}

.row-built-for-you .line {
    height: 2px;
    background-color: #e31465;
    width: 100%;
}

/* .row-built-for-you .btn-pink:hover {
	background-color: #e91752;
	color: #fff !important;
} */

.row-built-for-you .btn-pink:hover {
    background-color: #fff;
    color: #e91752 !important;
}

.song-info {
	margin-top: 15px;
	font-size: 13px;
}

.song-info .pipe {
	margin-left: 5px;
	margin-right: 5px;
}

.play-pause-icon {
	margin-left: auto;
	margin-right: auto;
}

/* Music Player */

.music-player-container {
    margin-top: 4rem;
	margin-top: 0;
    background-color: #fff;
    border-radius: 20px;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
}

 .music-player-container {
    max-height: initial;
    padding-bottom: 4rem;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.music-player-container .genre-container {
    padding: 50px 50px 0 50px;
    display: flex;
}

.music-player-container .genre-wrapper {
    display: flex;
    align-items: baseline;
    flex-direction: column;
	margin-right: 20px;
}

.music-player-container .music-player {
    padding: 50px 0 0 0;
}

.music-player-container .track-container {
    margin-left: 25px;
}

.music-player-container .image-track {
    border-radius: 10px;
	max-width: 150px;
}

.genre-name,
.track-name {
    font-family: 'PlusJakartaSansMedium', san-serif;
    margin-top: 5px;
    font-size: 12px;
    color: #7e7d7d;
}

/* Tiny  Player */

.iru-tiny-player {
	height: 4px;
	border: none !important;
}

.fa-play {
	display: block;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 100px;
    margin-bottom: 20px;
}

.fa-play img,
.fa-pause img {
	margin: auto;
}

.fa-pause {
	margin-left: auto;
    margin-right: auto !important;
    max-width: 100px;
    margin-bottom: 20px;
    display: none;
}

.iru-tiny-player .icon:before {
	display: none;
}

.song-seek {
	background-color: #9c999a;
}

.song-timer {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	font-family: 'PlusJakartaSansMedium', san-serif;
    font-size: 12px;
    color: #7e7d7d;
}

.song-progress {
	background: -webkit-linear-gradient(left, #ef114a, #ec0c7c);
    background: -o-linear-gradient(right, #ef114a, #ec0c7c);
    background: -moz-linear-gradient(right, #ef114a, #ec0c7c);
    background: linear-gradient(to right, #ef114a, #ec0c7c);
}

.song-title {
	padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 12px;
    text-align: center;
}

/* Track Section */

.track-listing-mobile {
	display: none;
}

.track-container {
/*     background: url(/wp-content/uploads/2021/12/Union-bg-1.png); */
    background-size: 94%;
    background-repeat: no-repeat;
    background-position: center top;
}
.track-inner-row {
    max-width: 800px;
    margin: auto !important;
    text-align: center;
}

.track-inner-row {
    padding: 0px 0px 100px;
}

.track-inner-row .section-title {
    margin-bottom: 20px;
}

.custom-underline {
    position: relative;
    font-size: 36px;
}

.mx-auto {
    margin: auto;
}

.custom-underline:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    background: url(/wp-content/uploads/2021/12/Vector-8.png);
    width: 100%;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0.5deg);
}

.music-track-row.row {
    display: none;
}

.music-track-row.row.show {
    display: flex;
}

.music-track {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.play-audio {
	max-width: 35px;
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.mcs-item a {
    height: auto !important;
}

.music-track li {
    padding: 0px 5px;
}

.music-track li .img_wrapper {
    position: relative;
}

.music-track li img {
    max-width: 234px;
    border-radius: 8px;
}

.card-title {
    margin: 5px 0px 0px 0px;
    font-size: 14px;
    color: black;
    text-align: left;
    position: relative;
    left: 10px;
    top: 15px;
}

.card-desc {
    font-size: 12px;
    margin-top: 5px;
}

.music-track .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000054;
    position: absolute;
    left: 8px;
	left: 13px;
    top: 0px;
    height: 100%;
    max-height: 234px;
    max-width: 234px;
	max-height: 184px;
    max-width: 184px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 8px;
    z-index: 123;
}

.music-track li:hover .overlay {
    opacity: 1;
}

.listen_btn {
    background: transparent;
    padding: 10px 44px 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    color: black !important;
    font-size: 0px;
    position: relative;
    border: 0px;
}

.MagicScroll-horizontal .mcs-item {
    width: 220px !important;
    max-width: 220px !important;
}

.listen_btn:after {
    content: '';
    position: absolute;
    right: 5px;
    background: url(/wp-content/uploads/2022/01/play-icon.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    top: -15px;
}

.listen_btn.continue.play:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2022/01/pause-icon.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    top: -15px;
	top: -15px;
    right: 10px;
	right: 68px;
}


.listen_btn:focus {
    outline: none;
}

/* .iru-tiny-player {
    border: 1px solid #ccc !important;
    height: 5px;
}

.iru-tiny-player .song-progress {
    background-color: #8d8d98 !important;
} */

.iru-tiny-player .song-main-info {
	flex-direction: column;
    padding: 2ex !important;
    margin: 0px !important;
    transition: opacity 0.5s;
}

.iru-tiny-player:hover .song-main-info {
    opacity: 1;
}

/* *** PLAYER TEST *** */

.holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.holder .get-it-on-github {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "Roboto";
    color: #55606E;
}

.audio.soundful-audio-player {

    justify-content: initial !important;
    width: 100%;
    flex-direction: column !important;


    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
}

.audio.soundful-audio-player .play-pause-btn {
    display: none;
    cursor: pointer;
}

.audio.soundful-audio-player .spinner {
    width: 18px;
    height: 18px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: spin 0.4s linear infinite;
}

.audio.soundful-audio-player .slider {
    flex-grow: 1;
    background-color: #D8D8D8;
    cursor: pointer;
    position: relative;
}

.audio.soundful-audio-player .slider .progress {
    background-color: #44BFA3;
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
}

.audio.soundful-audio-player .slider .progress {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: red;
	
	background: -webkit-linear-gradient(left, #ca04c1, #e31465);
    background: -o-linear-gradient(right, #ca04c1, #e31465);
    background: -moz-linear-gradient(right, #ca04c1, #e31465);
    background: linear-gradient(to right, #ca04c1, #e31465);
	
    position: absolute;
    pointer-events: all;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}

.audio.soundful-audio-player .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606E;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
}

.audio.soundful-audio-player .controls .slider {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 2px;
    height: 4px;
}

.audio.soundful-audio-player .controls .slider .progress {
    width: 0;
    height: 100%;
}

.audio.soundful-audio-player .controls .slider .progress .pin {
    right: -8px;
    top: -6px;
}

.audio.soundful-audio-player .controls span {
    cursor: default;
}

.audio.soundful-audio-player .volume {
    position: relative;
}

.audio.soundful-audio-player .volume .volume-btn {
    cursor: pointer;
}

.audio.soundful-audio-player .volume .volume-btn.open path {
    fill: #44BFA3;
}

.audio.soundful-audio-player .volume .volume-controls {
    width: 30px;
    height: 135px;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.audio.soundful-audio-player .volume .volume-controls.hidden {
    display: none;
}

.audio.soundful-audio-player .volume .volume-controls .slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px;
}

.audio.soundful-audio-player .volume .volume-controls .slider .progress {
    bottom: 0;
    height: 100%;
    width: 6px;
}

.audio.soundful-audio-player .volume .volume-controls .slider .progress .pin {
    left: -5px;
    top: -8px;
}

svg,
img {
    display: block;
}

.play {
    width: 100% !important;
/*     margin-bottom: 15px !important; */
}

.play-pause-btn svg {
    margin-left: auto !important;
    margin-right: auto !important;
}

.controls {
    justify-content: initial !important;
    flex-grow: initial !important;
    width: 100% !important;
    display: flex !important;
    margin: 20px 0 0 0 !important;
    width: 100%;
}

.time {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.current-time,
.total-time {
    font-size: 13px;
}

.slider {
    margin: 0;
}

.volume {
    display: none;
}



@keyframes spin {
    from {
        transform: rotateZ(0);
    }

    to {
        transform: rotateZ(1turn);
    }
}

/* *** PLAYER TEST END *** */

/* Track Scroll */

.track-container {
	padding-top: 2rem;
	padding-bottom: 10rem;
}

.MagicScroll-horizontal .mcs-item {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px !important;
	border-radius: 10px !important;
	transition: background .5s;
}

.MagicScroll-horizontal .mcs-item:hover {
	background: -webkit-linear-gradient(left, #e41464, #c904c1);
    background: -o-linear-gradient(right, #e41464, #c904c1);
    background: -moz-linear-gradient(right, #e41464, #c904c1);
    background: linear-gradient(to right, #e41464, #c904c1);
	color: #fff;
	transition: background .5s;
}

.track-container .song-title-s, .track-container .song-genre {
	font-family: 'PlusJakartaSansMedium', san-serif !important;
	text-transform: capitalize;
	text-align: left;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.track-container .song-title-s {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 15px !important;
	font-weight: bold;
}

.track-container .song-genre {
	font-size: 13px !important;
}

.MagicScroll-horizontal .mcs-item {
/* 	border-radius: 0 !important; */
	height: initial !important;
}

.MagicScroll .mcs-item img {
	height: 184px;
	width: 184px;
	border-radius: 10px !important;
}

.MagicScroll .mcs-wrapper {
	height: initial !important;
}

.listen_btn:after {
    content: '';
    position: absolute;
    right: 5px;
    background: url(/wp-content/uploads/2022/01/play-icon.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    top: -15px;
}

.music-track li:hover .overlay {
	opacity: 1;
}

/* A Super Computer With The Soul Of A Super Producer */

.row-super-computer {
	padding-top: 5rem;
}

.row-super-computer h2 {
	font-size: 110px;
}

/* Row Panels */

.row-panels {
	background-image: url(/wp-content/uploads/2022/08/soundful_bg_06.webp);
    min-height: 1000px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
	padding-bottom: 10rem;
}

.row-panels .sc-info {
	padding-top: 5rem;
}

.row-panels .btn-wrapper {
	padding-top: 2rem;
}

.row-panels .btn-pink {
    display: flex;
    justify-content: center;
    align-items: center;
	border: 2px solid #ff006e;
    width: 340px;
}

.row-panels .btn-pink img {
    margin-right: 15px;
}

.row-panels .btn-pink:hover {
    background-color: #fff;
    color: #ff006e !important;
    border-color: #ff006e;
    transition: all .5s;
}

.row-panels p {
	font-size: 22px;
}

.image-mobile {
	display: none;
}

/* Testimonials */

.row-testimonials {
	padding-bottom: 10rem;
}

.testimonials-mobile {
	display: none;
}

.testimonial-name {
	font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
	line-height: 1.1em;
	font-size: 20px;
}

.review{
    font-size: 26px;
    padding: 30px 0 ;
	
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 400;
}

.name {
    font-size: 18px;
    color: #c1e718;
    margin: 0;
}

.job{
    color: #c8c8c8;
    font-size: 14px;
}

.carousel-item {
	background-image: url('/wp-content/uploads/2022/08/kennedi-banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 500px;
	border-radius: 20px;
}

.fa-minus {
    font-size: 14px;
}

.carousel-indicators {
    bottom: -30px;
    right: 0;
    margin: 0;
}

.carousel-indicators [data-bs-target ] {
    height: 10px;
    border: 2px solid #a9a9a9;
    width: 10px;
    background-color: inherit;
    border-radius: 50%;
}

.carousel-indicators .active{
    border: 2px solid #ff006e;
    background-color: #ff006e;
}

.left{
    color: rgb(20, 20, 20);
    font-weight: 600;
}

.right{
    color: rgb(12, 12, 12);
    font-weight: 600;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;

}

/* Pick A Plan */

.pick-plan {
	padding-bottom: 5rem;
}

.pick-plan h3 {
	font-size: 60px;
}

.pick-plan p {
	font-size: 20px;
}

/* Pricing Table */

.pricing-table {
	padding-bottom: 10rem;
}

.pricing-title-mobile {
	display: none;
}

::-moz-selection {
    background: #ff006e;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #ff006e;
    text-shadow: none;
    color: #ffffff;
}

.pt-90 {
    padding-top: 90px !important;
}

.readon {
    position: relative;
    display: inline-block !important;
    background: #ff006e;
    padding: 14px 30px;
    line-height: normal;
    color: #ffffff !important;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    text-transform: capitalize !important;
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.readon:hover,
.readon:focus {
    background: #242526;
}

.inner{
    width:100%;
    float:left;
    position:relative;
}

.pricingTable .holder{
    background: #fff;
    padding: 40px 15px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
    transition:0.5s ease;
	padding-top: 60px;
}

/* .pricingTable .holder:hover{
    transform:translateY(-5px);
    position: relative;
	z-index: 100;
} */

.pricingTable .table-standard,
.pricingTable .table-premium, 
.pricingTable .table-enterprise {
    transition:0.5s ease;
}

.pricingTable .table-standard:hover, 
.pricingTable .table-premium:hover,
.pricingTable .table-enterprise:hover {
    transform:translateY(-5px);
    position: relative;
	z-index: 100;
}

.pricingTable .holder .hdng p{
    font-size:28px;
    font-weight:bold;
    color:#242526;
}

.pricingTable .holder .img img{
    width:70%;
}

.pricingTable .holder .price p{
    color: #ff006e;
    margin-bottom:25px;    
}

.pricingTable .holder .price p b{
    font-size:40px;
    font-weight:bold;
}

.pricingTable .holder .price p span{
    font-size:18px;
}

.pricingTable .holder .info p{
    margin-bottom:15px;
    color:#242526;
    font-weight:14px;
}

.pricingTable .holder.active{
    background: #ff006e;
}

.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p{
    color:#fff;
}

.pricingTable .holder.active .readon{
    background:#fff;
    color: #ff006e !important;
}

.pricingTable .holder.active .readon:hover{
    background:#242526;
    color:#fff!important;
}

.tabsBtnHolder {
	z-index: 400;
}

.pricingTable .tabsBtnHolder ul{
    float:left;
    display:block;
    width:100%;
    max-width:326px;   
    border-radius:1.6666666667rem;
    margin:0px auto;
    margin-bottom:40px; 
    background: #fff;
	border: 2px solid #bebebe;
    text-align:center;
    position:relative;
	
	margin-bottom: -25px;
    position: relative;
    z-index: 100;
	
}

.pricingTable .tabsBtnHolder ul li{
    float:left;
    width:calc(100% / 2);
    display:inline-block;
    transition:0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p{
    color:#fff;
    padding:10px 15px;
    z-index:10;
    position:relative;
    cursor:pointer;
}

.pricingTable .tabsBtnHolder ul li p.active{
    color: #fff !important;
}

.pricingTable .tabsBtnHolder ul li.indicator{
    position: absolute;
    top: 50%;
    left: 5px; /*163px*/
    background: #fff;
    height: calc(100% - 10px);
    transform: translateY(-50%);
    border-radius: 1.5333333333rem;
    width: 161px;
    z-index:9
}

.pricingTable .tabsBtnHolder ul li.indicator {
	left: 89.5px;
	left: 5px;
}

.pricing-table h5 {
	font-size: 13px;
	margin-top: 15px;
}

.billed-annually {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pricing-table .description {
	font-size: 15px;
	margin-top: 10px;
}

.table-premium .description {
	font-size: 15px;
}

.table-premium .description-one {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
	margin-top: 5px;
}

.pricing-table .description.description-two {
    margin-bottom: 35px;
    margin-top: -5px;
}

.table-premium .description-two {
	margin-top: 10px !important;
	margin-bottom: 38px !important;
}

.table-standard .inner.holder {
	min-height: 795px;
}

.table-standard .description-two {
    height: 48px;
}

.pricingTable .holder.active {
    background: #ff006e;
    border-radius: 20px;
    background: -webkit-linear-gradient(left, #ca04c1, #e31465);
    background: -o-linear-gradient(right, #ca04c1, #e31465);
    background: -moz-linear-gradient(right, #ca04c1, #e31465);
    background: linear-gradient(to right, #ca04c1, #e31465);
}

.table-premium h5,
.table-premium p,
.table-premium li {
	color: #fff;
}

.pricing-table .price {
	font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
	font-size: 35px;
	color: #fff;
    line-height: 25px;
	margin-top: 20px;
	margin-bottom: 35px;
	color: #000;
}

.table-premium .price {
	color: #fff;
}

.pricing-table span {
	font-size: 13px;
}

.table-premium .price span {
	font-size: 13px;
}

.pricing-table .btn-pink,
.pricing-table .btn-white {
	margin-bottom: 30px;
}

.border-pink {
    border: 1px solid #ff006e;
}

.pricing-table .info {
	margin: 0 20px;
}

.pricing-table .item {
	display: flex;
	align-items: center;
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	height: 50px;
}

.pricing-table .text-grey {
	font-weight: 400;
}

.pricing-table .item img {
	max-width: 15px;
	margin-right: 10px;
}

.pricing-table .item div {
	text-align: left;
	color: #000;
}

.pricing-table .table-premium .item div {
	color: #fff;
}

.pricing-table .fa-circle-info {
	font-size: 16px;
    margin-left: 5px;
	color: #bebebe;
}

.pricing-table .table-premium .fa-circle-info {
	color: #fff;
}

.pricing-table .table-standard .holder,
.pricing-table .table-enterprise .holder {
	border: 2px solid #bebebe;
    border-radius: 20px;
}

.tabsBtnHolder ul {
	padding: 15px 0 !important;
	max-width: 195px !important;
}

.tabsBtnHolder ul li p {
	padding: 0 !important;
	font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    font-size: 10px;
    color: #000 !important;
    margin: 0;
}

.tabsBtnHolder ul li p.active{
    color: #fff !important;
}

.tabsBtnHolder #monthly {
	padding-left: 8px !important;
}

.tabsBtnHolder #yearly {
	padding-right: 8px;
}

.tabsBtnHolder .indicator {
	width: 97.5px !important;
    left: 92px;
	background-color: #000 !important;
}

.pricing-table .pricing-bold {
	font-family: PlusJakartaSansExtraBold;
	font-size: 16px;
}

#dialog-content1, #dialog-content2 {
	width: 75%;	
}

.fancybox__nav {
    display: none;
}

.price .ms-0 {
	position: relative;
    top: -12px;
}

.relative {
	position: relative;
	width: 100%;
}

/* 10.12.22 - Test */

.pricingTable .tabsBtnHolder ul li.indicator {
	left: 89.5px;
}

.table-premium .price {
	margin-bottom: 0;
}

#pricing .table-standard,
#pricing .table-enterprise {
	background-color: #fff;
    border-radius: 20px;
    border: 2px solid #bebebe;
    margin: 10px;
    width: calc(33.333% - 20px);
}

#pricing .table-premium {
	background: linear-gradient(to right, #ca04c1, #e31465);
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.05);
    margin: 10px;
    width: calc(33.333% - 20px);
}

#pricing .inner.holder {
	border: none;
	background-color: initial;
	padding: 40px 0;
}

.pricing-table .item {
	height: initial;
	margin-bottom: 15px;
	font-size: 13.5px;
}

.table-standard a {
	margin-top: 16px;
	margin-top: 110px;
}

.table-enterprise a {
	margin-top: 13px;
	margin-top: 110px;
}

/* Tooltip */

.tooltip-item {
 	position: relative;
 	display: inline-block;
	opacity: 1;
}

.tooltip-item .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #d7186d;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 7px 10px;
	border: 1px solid #cdcdcd;
	text-align: left;

  /* Position the tooltip */
  position: absolute;
  z-index: 100000 !important;
}

.table-premium .tooltip-item .tooltiptext {
	background-color: #fff;
	color: #000;
}

.tooltiptext-one {
	top: -60px;
    width: 100% !important;
    left: 20%;
}

.table-premium .tooltiptext-one {
	width: 150% !important;
    left: -25%;
    top: -105px;
}

.tooltiptext-two {
	top: -115px;
    width: 150% !important;
    left: -20%;
}

.table-premium .tooltiptext-two {
	width: 150% !important;
    left: -25%;
    top: -90px;
}

.tooltiptext-three {
	top: -60px;
    width: 100% !important;
    left: 20%;
}

.table-premium .tooltiptext-three {
	width: 150% !important;
    left: -25%;
    top: -65px;
}

.tooltiptext-four {
	top: -60px;
    width: 150% !important;
    left: -25%;
}

.table-premium .tooltiptext-four {
	width: 150% !important;
    left: -25%;
    top: -45px;
}


.tooltip-item:hover .tooltiptext {
  visibility: visible;
}

/* *** Pricing Update - 06.05.23 *** */

.pricing-row-one {
	margin-top: 100px;
}

.premium-icons .col-md-4 {
	width: 14.285%;
}

.pricing-row-one h3 {
	margin-top: 60px !important;
    margin-bottom: 35px;
}

.premium-icons p {
	font-weight: bold;
	color: #565656;
	font-size: 14px !important;
	margin-top: 1rem !important;
}

.premium-icons img {
	max-width: 60px;
	margin: 0 auto;
}

.form-check-input:checked {
    background-color: #e91752 !important;
    border-color: #e91752 !important;
}

.item {
	align-items: flex-start;
	font-size: 13px;
}

.pricing-bold {
	font-size: 13px;
}

.pricing-table .item img {
	position: relative;
	top: 4px;
}

@media (max-width: 991px) {
	.premium-icons .col-md-4 {
		width: 25%;
	}
	
	.description,
	.description-one {
		font-size: 12px !important;
	}
	
	.pricing-table .price.price-old {
		font-size: 24px !important;
	}
	
	.pricing-table .price,
	.pricing-table .price-new {
		font-size: 22px !important;
	}
	
	.pricing-arrow {
		right: 15% !important;
	}
	
	.price .ms-0 {
		font-size: 11px !important;
		top: -5px !important;
	}
	
	.billed-annually .fs-5 {
		font-size: 1rem !important;
	}
	
	.switch-text-left,
	.switch-text-right {
		font-size: 9px !important;
	}
	
	.switch-text-left {
		top: 6px !important;
		margin-right: 10px !important;
	}
	
	.switch-text-right {
		top: -3px !important;
		margin-left: 5px !important;
	}
	
	.item,
	.item .fw-bold,
	.pricing-bold {
		font-size: 12px !important;
		height: initial !important;
	}
	
	.item img {
		max-width: 13px !important;
	}
}

@media (max-width: 767px) {
	.premium-icons .col-md-4 {
		width: 50%;
	}
}

/* Standard */

.table-standard .price {
	margin-top: 119px;
}

.table-standard a {
	margin-top: 50px;
}

/* Content Creators */

.pricing-table .price.price-old {
	font-size: 30px;
	text-decoration: line-through;
    font-family: 'PlusJakartaSansRegular', sans-serif !important;
}

.pricing-arrow {
	top: 100%;
	color: #E80050;
    right: 21%;
    position: absolute;
    transform: translate(0, -50%) scaleY(-1) rotate(-36deg);
}

.pricing-arrow.arrow-white {
	color: #FFF;
}

.description {
	font-size: 15.5px;
}

.table-premium a {
	margin-top: 55px;
}

/* Music Creator Plus */

.switch-text-left,
.switch-text-right {
	font-family: "HelveticaNeueBlack", sans-serif !important;
	font-size: 13px;
    text-transform: uppercase;
}

.switch-text-left {
	margin-right: 15px;
	position: relative;
    top: 4px;
}

.switch-text-right {
	margin-left: 10px;
	position: relative;
    top: -1px;
}

.table-enterprise a {
	margin-top: 13px;
}

.pricing-table .fw-bold {
    font-family: 'PlusJakartaSansExtraBold', sans-serif;
}

.pricing-table .price-new {
	font-size: 35px;
}

/* ********** FOOTER ********** */

footer {
	background-color: #faf8f7;
	padding-top: 4rem;
    padding-bottom: 4rem;
}

.ai {
	font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    font-size: 17.7px;
}

.ai span {
	font-family: 'PlusJakartaSansRegular', san-serif;
}

.ai a {
	color: #ca04c0;
	text-decoration: none;
}

.copyright {
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 13px;
}

footer ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

footer ul li a {
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.footer-col-3 {
	position: relative;
}

.footer-copyright {
	align-items: center;
}

.footer-social {
	float: right;
}

.footer-social a {
    color: #000;
    margin-right: 10px;
}
	
footer .copyright-mobile {
	display: none;
}

footer .divider {
	margin-left: 5px;
	margin-right: 5px;
}

footer #site-navigation {
    width: 100% !important;
}


/* Accessibility */

.footer-accessibility {
	text-decoration: underline;
	color: #0d6efd;
}

.acsb-trigger.acsb-trigger-hidden {
	visibility: visible !important;
}

/* ********** */

.player {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.player .icon-pause {
  display: none;
}

.player.playing .icon-pause {
  display: inline-block;
}

.player.playing .icon-play {
  display: none;
}

.dashboard {
  padding: 16px 16px 14px;
  background-color: #fff;
/*   position: fixed; */
  top: 0;
  width: 100%;
  max-width: 480px;
  border-bottom: 1px solid #ebebeb;
}

/* HEADER */
header {
  text-align: center;
  margin-bottom: 10px;
}

header h4 {
  color: var(--primary-color);
  font-size: 12px;
}

header h2 {
  color: var(--text-color);
  font-size: 20px;
}

/* CD */
.cd {
  display: flex;
  margin: auto;
  width: 200px !important;
}

.cd-thumb {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #333;
  background-size: cover;
  margin: auto;
}

/* CONTROL */
.control {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 0 8px 0;
}

.control .btn {
  color: #666;
  padding: 18px;
  font-size: 18px;
}

.control .btn.active {
  color: var(--primary-color);
}

.control .btn-toggle-play {
  width: 75px;
  height: 75px;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}

.progress {
  width: 100%;
  -webkit-appearance: none;
  height: 6px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 6px;
  background-color: var(--primary-color);
  cursor: pointer;
}

/* PLAYLIST */
.playlist {
  margin-top: 408px;
  padding: 12px;
}

.song {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.song.active {
  background-color: var(--primary-color);
}

/* .song:active {
  opacity: 0.8;
} */

/* .song.active .option,
.song.active .author,
.song.active .title {
  color: #fff;
} */

.song .thumb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  margin: 0 8px;
}

.song .body {
  flex: 1;
  padding: 0 16px;
}

.song .title {
  font-size: 18px;
  color: var(--text-color);
}

.song .author {
  font-size: 12px;
  color: #999;
}

.song .option {
  padding: 16px 8px;
  color: #999;
  font-size: 18px;
}

/* ***** */

/* ********** FREE AI MUSIC ********** */

.free-ai-music-row-one a {
    display: block;
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 14px;
	margin-bottom: 7px;
	color: #e31465;
	text-decoration: none;
	font-weight: 600;
}

.free-ai-music-category a {
    display: block;
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 14px;
	margin-bottom: 7px;
	color: #e31465;
	text-decoration: none;
	font-weight: 600;
}

/* ********** 5.0 BLOG ********** */

body.blog h1,
body.archive h1 {
	color: #333;
	margin-bottom: 3rem;
	text-align: center;
}

body.blog .page-content,
body.archive .page-content {
	padding-top: 4rem;
    padding-bottom: 5rem;
}

body.blog .page-content .container,
body.archive .page-content .container {
	max-width: 1650px;
	margin: 0 auto;
}

.blog-listing .col-lg-4 {
	margin-bottom: 40px;
}

body.blog .blog-listing .col-lg-4:first-of-type {
	width: 100%;
    display: flex;
    flex-direction: row;
	align-items: center;
	margin-bottom: 125px;
}

body.blog .blog-listing .col-lg-4:first-of-type .blog-listing-img-container {
	width: 50%;
}

body.blog .blog-listing .col-lg-4:first-of-type .blog-listing-content-container {
	width: 50%;
	padding: 4%;
}

.blog-listing img {
	border-radius: 10px;
	min-height: 345px;
    object-fit: cover;
}

.blog-listing h2 {
    font-size: 23px;
	margin-top: 20px;
	margin-bottom: 10px;
}

body.blog .blog-listing .col-lg-4:first-of-type .blog-listing-content-container h2 {
	font-size: 34px;
}

.blog-listing h2 a {
	text-decoration: none;
	color: #212529;
}

.blog-listing .post-meta {
	font-family: PlusJakartaSansRegular, san-serif;
	font-size: 13px;
}

.blog-listing .meta-divider {
	margin-left: 5px;
	margin-right: 5px;
}

.blog-listing span.bsf-rt-display-label {
	display: none;
}

/* ********** 5.1 BLOG SINGLE ********** */

.blog-single-content {
	padding-top: 4rem;
	padding-bottom: 4rem;
	max-width: 1200px;
	margin: 0 auto;
}

.blog-single-header {
	display: flex;
    align-items: center;
    padding-bottom: 2.5%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 66.667vh;
}

.blog-single-header .container {
	max-width: 1200px;
}

.blog-single-header .category {
	margin-bottom: 20px;
}

.blog-single-header .category a {
	font-family: PlusJakartaSansRegular, san-serif;
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}

.blog-single-header h1 {
	color: #fff;
	margin-bottom: 0;
}

.blog-single-content p {
	font-size: 18px;
}

.blog-single-content .sidebar {
	padding-left: 2.5%;
    position: sticky;
    top: 10%;
    height: 537px;
}

.sidebar-cta {
	background-image: url('/wp-content/uploads/2023/01/soundful_sidebar_image.webp');
	height: 600px;
    width: 100%;
    background-size: cover;
	background-position: center;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
	text-align: center;
    align-items: center;
	text-decoration: none;
}

.blog-single-content .sidebar h3 {
	color: #fff;
}

.blog-single-content .img-desktop {
	display: block;
}

.blog-single-content .img-mobile {
	display: none;
}

.blog-single .bsf-rt-reading-time {
	display: block;
	margin-bottom: 20px;
}

body.single footer .container {
	max-width: 1220px;
}

/* ***** ARCHIVE ***** */

body.archive .page-header {
	margin-bottom: 0;
}

/* ********** 8.0 CAREERS ********** */

.page-id-29446 .page-content p {
	font-size: 17px;
}

.page-id-29446 .hero-section {
	padding: 0;
}

.page-id-29446 .hero-section .bg {
	min-height: 400px;
    align-items: center;
    justify-content: center;
}

.page-id-29446 .hero-section h1 {
	color: #fff;
}

ul.accordion-list.jobs {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 5rem;
}

ul.accordion-list.jobs li .answer {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}

.page-id-29446 .page-content h3 {
	font-size: 30px;
    text-transform: capitalize !important;
}

.page-id-29446 .page-content h3:hover {
	cursor: pointer;
	color: #e91752;;
}

.accordion-list ul {
	margin-left: 0;
    margin-bottom: 20px;
    padding-left: 19px;
}

.accordion-list .track-inner-row-cta {
	
}

/* ********** 9.0 PRIVACY POLICY ********** */

.page-id-29337 .page-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-id-29337 .page-content p, .page-id-29337 .page-content  li {
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 16px;
}

.page-id-29337 .page-content  ui {
	margin-left: 0;
}

/* ********** 9.1 TERMS & CONDITIONS ********** */

.page-id-31151 .page-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-id-31151 .page-content p, .page-id-31151 .page-content  li {
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 16px;
}

.page-id-31151 .page-content  ui {
	margin-left: 0;
}

/* ********** 9.2 COOKIE POLICY ********** */

.page-id-31158 .page-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-id-31158 .page-content p, .page-id-31158 .page-content  li {
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 16px;
}

.page-id-31158 .page-content  ui {
	margin-left: 0;
}

/* .page-id-31158 footer {
	position: fixed;
	bottom: 0;
	width: 100%;
} */

/* ********** 9.3 CAREERS ********** */

.page-id-29446 .page-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-id-29446 .page-content p, .page-id-29446 .page-content  li {
	font-family: 'PlusJakartaSansRegular', san-serif;
	font-size: 16px;
}

.page-id-29446 .page-content  ui {
	margin-left: 0;
}

/* ********** PRICING ********** */

/* .row-faq-title, .row-faq {
	display: none;
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #e91752;
}

.nav-pills .nav-link {
	font-family: PlusJakartaSansRegular !important;
	color: #333;
}

.accordion-button:focus {
	border-color: #e91752;
}

.accordion-button:not(.collapsed) {
	background-color: #e91752;
	color: #fff;
}

.accordion-button:not(.collapsed)::after {
	filter: invert(1) brightness(200%);
}

.row-faq .col-md-4 {
    position: sticky;
    top: 10%;
    height: 350px;
}

.row-faq p {
	font-size: 15px;
}

.row-faq h2,
.row-faq h3,
.row-faq h4 {
	font-family: PlusJakartaSansMedium !important;
	text-transform: initial !important;
	margin-bottom: 20px;
}

.row-faq h3 {
	font-size: 1.25em;
}

.row-faq h4 {
	font-size: 1em;
}

.row-faq img {
	margin: 10px auto;
}

.row-faq ul {
	margin-left: 0 !important;
	padding-left: 19px !important;
}

/* Enterprise Update */

.btn-enterprise {
    margin-top: 2rem !important;
    float: left !important;
}

#pricing .col-sm-12.table-enterprise {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#pricing .table-enterprise .col-md-6 {
	border-radius: 20px !important;
    border: 2px solid #bebebe !important;
    padding: 40px 0 !important;
}

#pricing .table-enterprise .col-md-6:nth-of-type(1) {
    margin-right: 10px;
    width: calc(50% - 10px);
}

#pricing .table-enterprise .col-md-6:nth-of-type(2) {
    margin-left: 10px;
    width: calc(50% - 10px);
}

#pricing .table-enterprise .item {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.btn-enterprise {
    margin-top: 2rem !important;
	float: none !important;
}

@media (max-width: 991px) {
	
	#pricing .table-enterprise .info img {
		max-width: initial !important;
	}
	
}

@media (max-width: 767px) {
	
	.row-faq {
		padding: 0 !important;	
	}
	
	.row-faq .col-md-8 {
		margin-top: 3rem !important;
	}
	
	#pricing .table-enterprise .col-md-6:nth-of-type(1),
	#pricing .table-enterprise .col-md-6:nth-of-type(2) {
		margin: 10px 0;
		width: 100%;
	}
	
	.table-enterprise .info,
	.table-enterprise .btn.btn-pink {
		margin: 25px 0 !important;
		max-width: 100% !important;
		width: 100% !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
	#pricing .table-enterprise .item {
		max-width: 100%;
	}
	
}

/* ********** LICENSE ********** */
	
.mobile-only {
	display: none;
}

.text-green {
	color: #67bd0c;
}

.text-red {
	color: #DE2F30;
}

.text-yellow {
	color: #FDD836;
}

.license-container {
	max-width: 1230px;
}

.license-hero p {
	font-size: 17px !important;
}

.table-license th {
	font-family: 'HelveticaNeueBold', sans-serif;
	text-transform: uppercase;
	background-color: #f5f5f5;
}

.table-license td {
	font-size: 14px;
	font-weight: 600;
	color: #797979;
	vertical-align: baseline;
}

.table-license th,
.table-license td {
	padding: 10px 15px;
	border: 1px solid #e9e9e9;
}

.table-license td, .table-license p {
	font-family: 'HelveticaNeueLight', san-serif;
	font-size: 14px;
	line-height: 21px;
}

.table-license strong {
	font-weight: 800;
}

.table-license i {
	margin-right: 5px;
}

.table-license tbody tr td:first-of-type {
	font-weight: bold;
	font-family: "HelveticaNeueBold", sans-serif !important;
	text-transform: uppercase;
	font-size: 14px;
	color: #696969;
}
	
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
	
	.mobile-only {
		display: block;
		font-family: "HelveticaNeueBold", sans-serif !important;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.table-license tbody tr td:first-of-type {
		color: #DE2F30;
		color: #000;
		background-color: #f5f5f5;
	}
	
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
	
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}

/* ***** HUBSPOT CTA ***** */

.soundful-hs-cta {
	width: 250px;
    border: 2px solid #fff;
    font-size: 15px;
/*     padding: 12px 24px; */
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    margin-right: 10px;
}

.soundful-hs-cta:hover {
/* 	background-color: #ff006e; */
    color: #fff;
    transition: all .5s;
}

.row-click-repeat .soundful-hs-cta {
/* 	background-color: #ff006e; */
	color: #fff;
	width: 340px;
	max-width: 100%;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 12px 24px;
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    margin-right: 10px;
	border: 2px solid #ff006e;
}

.row-click-repeat .soundful-hs-cta:hover {
	background-color: #fff;
    color: #ff006e;
	border-color: #ff006e;
    transition: all .5s;
}

header .soundful-hs-cta {
/* 	background-color: #ff006e; */
	color: #fff;
	width: 250px;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 0
    font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    margin-right: 10px;
}

header .soundful-hs-cta:hover {
	background-color: #fff;
    color: #ff006e;
    transition: all .5s;
}

/* ********** BUSINESS ********** */

.business-hero {
    background-image: url('/wp-content/uploads/2023/08/soundful_business_hero.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}

.row-business-logos img {
    max-width: 175px;
    margin: 0 auto;
	filter: grayscale(1);
}

.row-as-seen-on img {
	filter: grayscale(0);
}

.page-id-37715 .MagicScroll .mcs-item img {
	height: initial;
	width: initial;
	border-radius: initial;
}

.page-id-37715 .MagicScroll-horizontal .mcs-item:hover {
	background: initial !important;
}

.row-business-two .item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
	font-family: PlusJakartaSansMedium, sans-serif;
    font-size: 1.15rem;
}

.row-business-faq button {
	font-family: PlusJakartaSansMedium, sans-serif;
}

.row-business-faq h2 {
	font-family: "HelveticaNeueBlack", sans-serif !important;
    text-transform: uppercase !important;
    line-height: 1.1em;
}

.row-business-two img {
    margin-right: 1rem;
}

.row-business-feature ol {
	font-family: 'PlusJakartaSansRegular', san-serif;
}

.row-business-feature ol {
	margin-left: 0 !important;
	padding-left: 19px !important;
}

.row-business-feature .item {
    display: flex;
	margin-top: 1rem;
    margin-bottom: 1rem;
	font-family: PlusJakartaSansMedium, sans-serif;
	font-size: 1.15rem;
}

.row-business-feature img {
	margin-top: 8px;
}

.row-business-feature li::marker {
	font-weight: bold;
	font-size: 20px;
}

.business-sticky {
    position: sticky;
    top: 10%;
    height: 275px;
}

.row-business-feature .btn {
	width: initial;
}

/* ********** 11.0 MEDIA QUERIES ********** */

@media (max-width: 991px) {
	
	/* GENERAL */
	
	.hide-desktop {
		display: block;
	}
	
	.hide-tablet {
		display: none;
	}
	
	p {
		font-size: 18px;
	}
	
	.btn {
		font-size: 14px;
		padding: 8px 20px;
	}
	
	/* NAVIGATION */
	
	header {
		padding: 0 10px;
	}
	
	/* HOME */
	
	.home-hero h1 {
		font-size: 80px;
	}
	
	.row-super-computer h2 {
		font-size: 80px;
	}
	
	.row-built-for-you {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row-built-for-you .h2-large {
		font-size: 80px;
	}
	
	.row-built-for-you .col-md-4 {
		padding: 20px;
	}
	
	.row-built-for-you .btn-tags {
		margin-bottom: 1.25rem;
	}
	
	.row-built-for-you .btn-tags img {
		max-width: 75px;
		height: 32px;
	}
	
	.row-built-for-you h3 {
		font-size: 25px;
	}
	
	.row-panels {
		background-position: right bottom;
		min-height: initial;
		padding-bottom: 15rem;
	}
	
	.carousel-item {
		min-height: 400px;
	}
	
	.carousel-item .review {
		max-width: 55%;
		margin-right: 0;
	}
	
	.pick-plan h3 {
		font-size: 45px;
	}
	
	.table-standard .inner.holder {
		min-height: 827px;
	}
	
	.row-click-repeat img {
		max-width: 125px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Pricing */
	
	.pricing-table .col-md-4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.pricingTable .holder {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.pricing-table .info {
		margin: 0 10px;
	}
	
	.pricing-table .info img {
		max-width: 17px;
	}
	
	.pricing-table .price {
		font-size: 28px;
	}
	
	.pricing-table .btn-white,
	.pricing-table .btn-pink {
		width: initial
	}
	
	.pricing-table .description {
		font-size: 15px;
	}
	
	.pricing-table .info .item {
		font-size: 13px;
		height: 60px;
	}
	
	.pricing-table .pricing-bold {
		font-size: 13px;
	}
	
	.tooltiptext {
		font-size: 13px;
	}
	
	.tooltiptext-two {
		width: 150% !important;
	}

	.tooltiptext-four {
		width: 130% !important;
	}
	
	.table-standard a {
		margin-top: 53px;
	}
	
	.table-premium a {
		margin-top: 56px;
	}
	
	/* BLOG */
	body.blog .page-content .container {
		max-width: 100%;
	}
	
	body.blog .blog-listing .col-lg-4:first-of-type{
		display: block !important;
		margin-bottom: 50px !important;
	}
	
	body.blog .blog-listing .col-lg-4:first-of-type .blog-listing-img-container,
	body.blog .blog-listing .col-lg-4:first-of-type .blog-listing-content-container {
		width: 100%;
	}
	
	body.blog .blog-listing .col-lg-4:first-of-type .blog-listing-content-container {
		padding: 4% 0;
	}
	
	/* BLOG SINGLE */
	body.single .blog-single-header {
		padding: 2.5%;
	}
	
	body.single .blog-single-content {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	
	.blog-single-content .sidebar {
		position: initial;
		height: initial;
		padding: 0;
		margin-top: 40px;
	}
	
	.blog-single-content .sidebar-cta {
		height: 350px;
	}
	
	.blog-single-content .sidebar-cta h3 {
		font-size: 37px;
	}
	
	.blog-single-content .img-desktop {
		display: none;
	}

	.blog-single-content .img-mobile {
		display: block;
	}
	
	/* BUSINESS */
	.row-business-logos img {
		max-width: 135px;
	}
	
}

@media (max-width: 767px) {
	
	/* GENERAL */
	
	.hide-mobile {
		display: none;
	}
	
	.show-mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
	
	p {
		font-size: 16px;
	}
	
	.h2-large {
		font-size: 40px;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	/* NAVIGATION */
	
	.logo {
		display: flex;
		align-items: center;
	}	
	
	.header-logo {
		display: none;
	}
	
	.mobile-logo {
		display: block;
		height: 45px;
		width: 45px;
	}
	
	header .dual-btn {
		display: flex;
		padding-left: 2.5%;
		padding-left: 0;
		padding-right: 5%;
	}
	
	header .btn-black {
		padding: 5px;
/* 		width: 100%; */
		width: 110px;
		align-self: center;
		font-size: 9px;
		margin-right: 8px;
	}
	
	header .btn-pink,
	header .soundful-hs-cta {
		padding: 7px 10px;
		border: 1px solid #fff;
/* 		width: 100%; */
		width: 125px;
		align-self: center;
		font-size: 9px;
		background-color: transparent;
	}
	
	/* 08.09.23 */
	
	.nav-element {
		flex-direction: row-reverse;
	}
	
	header .btn {
		font-size: 11px !important;
    	border: none !important;
		padding: 0 !important;
	}
	
	header .btn-black {
		width: 60px !important;
    	margin-right: 10px !important;
	}
	
	header .btn-pink {
		width: 150px !important;
	}
	
	.offcanvas {
		background-color: #000 !important;
	}
	
	.offcanvas #primary-menu li {
		margin-bottom: 10px !important;
	}
	
	.offcanvas #primary-menu li a {
    	font-size: 20px !important;
	}
	
	.offcanvas .mobile img {
		text-align: center;
    	margin: 25px auto;
	}
	
	.offcanvas #primary-menu {
		float: none !important;
	}
	
	/* HOME */
	
	.home-hero h1 {
		font-size: 40px;
	}
	
	.home-hero p {
		font-size: 16px;
	}
	
	.home-hero .btn-white {
		margin-bottom: 15px;
	}
	
	.home-hero .soundful-hs-cta {
		margin-bottom: 20px;
    	font-size: 14px;
    	padding: 10px;
	}
	
	.home-platform {
		padding-bottom: 5rem;
	}
	
	.logo-container img {
		margin: 20px auto;
	}
	
	/* Video */
	
	.row-video {
		padding-bottom: 2.5rem;
	}
	
	.video-col-1 {
		padding-right: 5px;
	}
	
	.row-video .platform-img-left {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		height: 150px;
		object-fit: cover;
	}
	
	.home-platform .col-md-2 {
		width: 50%;
	}
	
	.home-platform .col-md-12 {
		padding: 0;
	}

	.video-col-2 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.video-col-2 a {
		padding: 0;
	}

	.video-col-2 img {
		height: 150px;
		object-fit: cover;
		border-radius: 10px;
	}

	.video-col-3 {
		padding-left: 5px;
	}
	
	.row-video .platform-img-right {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		height: 150px;
		object-fit: cover;
	}
	
	.row-click-repeat {
		margin-bottom: 0;
	}
	
	.row-click-repeat .click-text {
		margin-bottom: 2.5rem;
	}
	
	.row-click-repeat .col-md-4 {
		margin-bottom: 2.5rem;
	}
	
	video, .fancybox__content, #fancybox-content {
		border: none !important;
	}
	
	.row-click-repeat p {
		font-size: 16px;
	}
	
	 .row-click-repeat .row.margin-top-4 .btn-wrapper {
		margin-top: 2rem;
		margin-bottom: 3.5rem;
	}
	
	.explore-music {
		margin-bottom: 2.5rem;
	}
	
	 .row-built-for-you {
		background-color: #D06773;
	}
	
	.row-built-for-you {
		padding-top: 7.5rem;
		padding-bottom: 2.5rem;
	}
	
	.row-built-for-you .h2-large {
		font-size: 50px !important;
		text-align: center !important;
	}
	
	.row-built-for-you .row .col-md-4:first-of-type {
		padding-left: 20px;
	}
	
	.row-built-for-you .row .col-md-4:last-of-type {
		padding-right: 20px;
	}
	
	.row-built-for-you .container ,
	.row-built-for-you .col-md-12 {
		padding: 0;
	}
	
	.h2-sample {
		font-size: 28px;
	}
	
	.music-player-container {
		display: none;
	}
	
	.track-container {
		padding-bottom: 2.5rem;
	}
	
	.music-player-container {
		border-radius: 10px;
	}
	
	.music-player-container .genre-container {
		padding: 25px 20px 0 20px;
	}
	
	/* Track Listing Mobile */
	
	section.container-fluid.track-container {
		display: none;
	}
	
	.track-listing-mobile {
		display: block;
	}
	
	.track-listing-mobile .row {
		--bs-gutter-x: initial !important;
	}
	
	.track-listing-mobile .col-sm-12 {
		padding: 0;
		margin-bottom: 1rem;
	}
	
	.track-listing-mobile .m-track-wrapper {
		padding: 0;
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.track-listing-mobile .listen_btn:after,
	.track-listing-mobile .listen_btn.continue.play:after {
		width: 35px;
		height: 35px;
		right: initial;
		left: 14px;
		top: 12px;
	}
	
	.track-listing-mobile img {
		max-width: 60px;
	}
	
	.track-listing-mobile .m-song-info {
		margin-left: 15px;
	}
	
	.track-listing-mobile .song-title-s {
		font-family: 'PlusJakartaSansMedium', san-serif !important;
		text-transform: capitalize;
		margin: 5px 0;
		margin-top: 10px;
		margin-bottom: 2px;
		font-size: 15px !important;
		font-weight: bold;
	}
	
	.track-listing-mobile .song-genre {
		margin: 5px 0;
		font-family: 'PlusJakartaSansMedium', san-serif !important;
		text-transform: capitalize;
		font-size: 13px;
	}
	
	.track-listing-mobile .song-length {
		font-family: 'PlusJakartaSansMedium', san-serif !important;
		text-transform: capitalize;
		margin: 5px 0;
		margin-top: 10px;
		margin-bottom: 2px;
		font-size: 15px !important;
		flex: 1;
		text-align: right;
		padding-right: 10px;
	}
	
	.row-super-computer h2 {
		font-size: 40px;
	}
	
	.row-panels {
		background-image: none;
		padding-bottom: 5rem !important;
	}
	
	.row-panels .container-fluid,
	.row-panels .container {
		padding: 0;
	}
	
	.row-panels .sc-info {
		padding-top: 2.5rem;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.row-panels .col-md-6 {
		padding: 0;
	}
	
	.image-mobile {
		display: block;
		margin-top: 5rem;
	}
	
	.image-mobile img {
		padding: 0;
	}
	
	.row-testimonials {
		display: none;
	}
	
	.testimonials-mobile {
		display: block;
		padding-bottom: 5rem;
	}
	
	.testimonials-mobile .carousel-item {
		background-image: url('/wp-content/uploads/2022/08/soundful_testimonial_bg_mobile_01.webp');
		text-align: center;
		background-position: top;
	}
	
	.testimonials-mobile .review {
		max-width: 100%;
	}
	
	.testimonials-mobile .d-flex {
		margin: 0 !important;
	}
	
	.testimonial-name {
		font-size: 16px;
	}
	
	.pick-plan {
		padding-bottom: 0;
	}
	
	.pick-plan h3 {
		margin-bottom: 2.5rem;
	}
	
	.pricing-table {
		padding-bottom: 7.5rem;
	}
	
	.pricing-title-mobile {
		display: block;
		margin-bottom: 2rem;
	}
	
	.pricing-title-mobile a {
		display: block;
		margin-bottom: 1rem !important;
		background-color: #fff;
		color: #000;
	}
	
	.pricing-title-mobile .active:hover {
		color: #fff !important;
	}
	
	.table-standard .inner.holder {
		min-height: initial;
	}
	
	.pricing-table .table-standard,
/* 	.pricing-table .table-premium, */
	.pricing-table .table-enterprise,
	.pricing-table .table-enterprise-two {
		display: none;
	}
	
	.inner.d-flex.tabsBtnHolder {
		display: none !important;
	}
	
	.pricing-title-mobile a.active {
		background-color: #e91752;
		color: #fff;
	}
	
	.pricing-table .col-md-4 {
		margin-bottom: 20px;
	}
	
	.pricing-table .info {
		width: 80%;
	}
	
	.table-standard .price {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	.table-premium a {
		margin-top: 25px;
	}
	
	.table-enterprise a {
		margin-top: 20px;
	}
	
	.pricing-table .item {
		height: initial !important;
    	margin-bottom: 15px;
	}
	
	.table-standard a {
		margin-top: 0px;
	}
	
	.pricing-table .table-standard .description-two {
		display: none;
	}
	
	.pricingTable .holder:hover {
		transform: none;
	}
	
	.pricingTable .table-standard,
	.pricingTable .table-premium,
	.pricingTable .table-enterprise {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.pricingTable .table-standard:hover,
	.pricingTable .table-premium:hover,
	.pricingTable .table-enterprise:hover {
		transform: none;
	}
	
	#dialog-content1, #dialog-content2 {
		width: 80%;	
	}
	
	.table-enterprise-two .btn-pink {
		margin-bottom: 2rem !important;
	}
	
	/* Careers */
	
	.page-id-29446 .hero-section .bg {
		min-height: 250px;
	}
	
	.page-id-29446 .page-content {
		padding-top: 1rem;
		padding-bottom: 2.5rem;
	}
	
	.page-id-29446 .page-content .col-md-12 {
		padding: 0;
	}
	
	.page-id-29446 .page-content h3 {
		font-size: 20px;
	}
	
	/* BLOG */
	blog-listing h2, {
		font-size: 18px !important;
	}
	
	body.blog .blog-listing .col-lg-4:first-of-type .blog-listing-content-container h2 {
		font-size: 24px !important;
	}
	
	/* BLOG SINGLE */
	.blog-single-header {
		height: 350px;
	}
	
	.blog-single-content .sidebar-cta {
		height: 250px;
	}
	
	.blog-single-content .sidebar-cta h3 {
		font-size: 25px;
	}
	
	/* PRICING */
	
	.row-faq .col-md-4 {
		position: initial;
	}
	
	.row-faq ul {
		padding: 0 20px;
	}
	
	/* BUSINESS */
	.row-business-logo {
		padding-top: 3rem !important;
	}
	
	.row-business-two {
		padding-top: 3rem !important;
    	padding-bottom: 3rem !important;
	}
	
	.business-sticky {
		position: initial;
		height: initial;
		margin-bottom: 25px;
	}
	
	.row-business-feature {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	
	.row-business-feature .col-md-8,
	.row-business-feature .col-md-4 {
		padding: initial !important;
	}
	
	.row-copyright .row {
		flex-direction: column-reverse;
	}
	
	.row-business-faq {
		padding-top: 4rem !important;
	}

	.row-business-logos img {
		max-width: 100px;
	}
	
	/* FOOTER */
	
	footer {
		text-align: center;
	}
	
	footer .ai {
		margin-bottom: 50px;
	}
	
	footer img {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	footer {
		padding-bottom: 5rem;
	}
	
	footer .menu-toggle {
		display: none;
	}
	
	footer .col-md-4 {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.footer-social {
		position: initial;
		   float: none;
    	margin-bottom: 10px;
		margin-top: 50px;
	}
	
	.footer-social a {
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 25px;
	}
	
	footer .copyright {
		display: none;
	}
	
	footer .copyright-mobile {
		display: block;
	}
}

@media (max-width:560px) {
    .review{
        font-size: 14px;
        font-weight: 600;
    }
	
    .name{
        font-size: 13px;
    }
	
    .job{
        font-size: 10px;
    }
	
    .right{
        font-size: 12px;
    }
	
    .left{
        font-size: 12px;
    }
	
    .carousel-indicators [data-bs-target ] {
        height: 8px;
        border: 1px solid black;
        width: 8px;
        background-color: inherit;
        border-radius: 50%;
    }
	
    .carousel-indicators .active{
        border: 1px solid transparent;
        background-color: #ff006e;
    }
}


