/*
Theme Name: Maryott Media
Description: Wordpress Theme Designed for Maryott Media.
Author: Kristopher
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #333;
  --default-color: #333;
  --white: #ffffff;
  --btn-color: #e2a86a;
  --amber: #e2a86a;
  --bronze: #c58643;
  --indigo: #261d40;
  --purple: #12092c;
  --violet: #312b42;
  --gray: #6b6b6b;
  --header-font: "futura-pt-bold", sans-serif;
  --body-font: "futura-pt", sans-serif;
  --josefin: "josefin-sans", sans-serif;
  --button-radius: 4px;
  --line-height-desktop: 56px;
  --line-height-mobile: 46px;
  --base-fontsize: 20px;
  --base-lineheight: 1.3em;
  --max-width: 1275px;
  --body-background: #fff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--body-background);
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: none repeat scroll 0 0 #ffffff;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.45em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.35em;
}
ul {
  margin-bottom: 1.35em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 1.95rem 0 1.35rem;
  padding: 0 0 0 1.4rem;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  border-left: 6px solid var(--amber);
}
blockquote p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.45em;
  letter-spacing: -0.01em;
  margin-bottom: 0.65em;
  font-style: italic;
}
blockquote cite {
  color: var(--amber);

  font-family: var(--josefin);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5em;
  font-style: normal;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: 5px;
  border: none;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="submit"],
button,
.button,
.btn {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  max-width: 100%;
  padding: 0 0.85em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: none;
  color: var(--indigo);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.button.text-big {
  font-size: 1.1rem;
  padding: 0 0.695em;
}
.button.btn-sm {
  height: var(--line-height-mobile);
  line-height: var(--line-height-mobile);
  font-size: 0.9rem;
}
.button.btn-indigo {
  background: var(--indigo);
  color: #fff;
}
.button.btn-tiny {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 0.5em;
}
.btn-tiny.btn-outline-indigo {
  background: transparent;
  line-height: 28px;
  border: solid 1px;
}
.button i,
.btn i {
  font-size: 0.9em;
}
.button.inactive,
.btn.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.button.btn-outline {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--btn-color);
  color: var(--btn-color);
  line-height: calc(var(--line-height-desktop) - 2px);
}
.button.btn-sm.btn-outline {
  line-height: calc(var(--line-height-mobile) - 2px);
}
.button sub {
  font-size: 0.64em;
  top: 0em;
}
.button.sml {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.button.tiny {
  height: 42px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.0588rem;
  padding: 0 0.91em;
}
.button.tiny.hollow {
  line-height: 38px;
}
.button.highlight {
  background: #c72727;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.text-amber {
  color: var(--amber);
}
.text-bronze {
  color: var(--bronze);
}
.text-indigo {
  color: var(--indigo) !important;
}
.text-violet {
  color: var(--violet) !important;
}
.text-gray {
  color: var(--gray);
}
.text-right {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.font24 {
  font-size: 1.2rem !important;
  line-height: 1.74em;
}
.text-blue {
  color: #a1cb6b;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_heading {
  display: none;
}
.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  padding-bottom: 18px;
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="password"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield input[type="tel"],
.gform_fields > .gfield select {
  width: 100%;
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 169px;
  line-height: 1.5em;
}
.gform_footer img {
  position: absolute;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  top: 65%;
  right: 20px;
}
.gfield_label {
  line-height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 400;
  font-size: 1.055rem;
  color: #666666;
  position: absolute;
  left: 1em;
  top: 0;
}
.gfield.toggle-label .gfield_label {
  font-size: 14px;
  line-height: 1.4em;
  top: 2px;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
.wrapper:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

main.main-sections {
  padding: 0;
}
.rowLinks {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.justify-content-center .rowLinks {
  justify-content: center;
}
.rowLinks .btnMore {
  color: #6b6b6b;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.rowLinks .btnMore a {
  display: inline-block;
  color: #6b6b6b;
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-image:after,
.bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.bg-image.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
section {
  padding: 5.1rem 0 3.25rem;
  position: relative;
  overflow-x: hidden;
}
section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.curve-band {
  position: absolute;
  width: 100%;
  height: 4.1vw;
  min-height: 59px;
  bottom: 0;
  left: 0;
  background-image: url(images/curve_band_indigo.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}
.curve-band.indigo {
  background-image: url(images/curve_band_indigo.png);
}
.curve-band.white {
  background-image: url(images/curve_band_white.png);
}
.inlineMedia {
  position: relative;
  overflow: hidden;
  border-radius: 1.411rem;
}
section h2,
h2 {
  font-size: 3rem;
  line-height: 0.89em;
}
section h3,
h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.01em;
}
section h4,
h4 {
  font-size: 1.764rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}
section h5,
h5 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}
section h6,
h6 {
  font-family: var(--josefin);
  font-size: 1.08em;
  line-height: 1em;
  letter-spacing: -0.01em;
}
main {
  padding: 3rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--indigo);
  z-index: 99;
  position: relative;
}
#logo {
  padding: 0 20px;
  position: relative;
}
nav {
  position: relative;
}
nav ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
}
nav ul.desktopMenu > li {
  position: relative;
  color: #fff;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
nav ul.desktopMenu > li > a {
  display: block;
  color: #fff;
  padding: 1.4em 0.96em;
  display: flex;
  align-items: center;
  background: transparent;
}
nav ul.desktopMenu > li > a:before {
  content: "";
  width: 100%;
  height: 0px;
  background: var(--amber);
  left: 0;
  bottom: 0;
  position: absolute;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
nav ul.desktopMenu > li > a > i {
  color: var(--amber);
  font-size: 0.777em;
  margin-left: 0.2em;
}
nav ul.desktopMenu > li > a:hover,
nav ul.desktopMenu > li.current-menu-item > a {
  text-decoration: none;
  color: var(--amber);
  background: var(--purple);
}
nav ul.desktopMenu > li:hover > a:before {
  height: 6px;
}
nav ul.desktopMenu > li > ul {
  position: absolute;
  display: none;
  background: var(--amber);
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul.desktopMenu > li > ul > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
nav ul.desktopMenu > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: var(--indigo);
  font-weight: 500;
  font-size: 0.8rem;
}
nav ul.desktopMenu > li > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.15);
}
/*------------------------------------------------*/
/*----------------------[BANNER]------------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  padding: 5.6rem 0 7.2rem;
  border: 0;
  overflow: hidden;
}
#banner h2 {
  color: var(--violet);
  text-transform: uppercase;
  padding-bottom: 0;
}
.bannerSubTitle {
  font-family: var(--josefin);
  color: var(--violet);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 0;
}
#banner .bg-image {
  border-radius: 0;
}
.bannerTxt {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55em;
  padding-top: 1.1em;
}
.bannerTxt > p {
  font-size: 1em;
  line-height: 1.55em;
  margin-bottom: 0.45em;
}
.bannerTxt > p:last-child {
  margin-bottom: 0;
}
.bannerTxt p a {
  color: #333;
  text-decoration: underline;
}
.bannerTxt p a:hover {
  color: var(--moss-green);
}
.bannerBtns {
  padding-top: 1.5rem;
}

/*------------------------------------------------*/
/*----------------------[HOME]--------------------*/
/*------------------------------------------------*/
#page-home {
  position: relative;
}
#page-home #banner {
  padding: 7.25rem 0 7.2rem;
  overflow: visible;
}
#page-home #banner .curve-band {
  display: none;
}
#page-home #banner .logo-overlay {
  left: 52%;
}
#page-home #banner .bg-image {
  width: 100%;
  max-width: 592px;
  aspect-ratio: 1 / 1.48;
  position: absolute;
  left: 52%;
  overflow: hidden;
  height: inherit;
  top: 50%;
  transform: translateY(-50%);
}

#page-home #banner .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* MASK IMAGE */
  -webkit-mask-image: url(images/logo_mask_overlay.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;

  mask-image: url(images/logo_mask_overlay.png);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

/* APPLY MASK TO CONTAINER */
#page-home #banner .video-mask {
  -webkit-mask-image: url(images/logo_mask_overlay.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;

  mask-image: url(images/logo_mask_overlay.png);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

/* FULL SIZE IFRAME */
#page-home #banner .video-mask iframe {
  position: absolute;
  top: 50%;
  left: 50%;

  /* Key trick */
  width: 100vw;
  height: 56.25vw; /* 16:9 */

  min-width: 177.78vh;
  min-height: 100vh;

  transform: translate(-50%, -50%);
  border: 0;
  display: block;
}

#home-label {
  position: relative;
  padding: 4.4rem 0 3.25rem;
}
#home-label blockquote {
  padding-left: 0;
  max-width: 500px;
  margin: 0 auto;
}
#home-label blockquote:before {
  display: none;
}
#home-label blockquote p {
  color: #222;
  text-align: center;
  font-size: 2.26rem;
  font-style: italic;
  font-family: var(--body-font);
  font-weight: 300;
  line-height: 1em;
}
#home-label blockquote cite {
  color: var(--indigo);
}
.label-row {
  display: flex;
  align-items: center;
}
#home-meet-artists {
  padding: 3.2rem 0 5.1rem;
  background: #fff;
}
.album-slider .flex-control-nav.flex-control-paging {
  position: relative;
}
#home-new-music {
  color: #fff;
  padding: 4.35rem 0 5.6rem;
  background: var(--indigo);
}
#home-inside-mmeg {
  padding: 3.3rem 0 4.25rem;
  position: relative;
  background: #fff;
}
/*------------------------------------------------*/
/*----------------------[ABOUT]--------------------*/
/*------------------------------------------------*/
#page-about {
  position: relative;
}
#page-about #banner {
  background: #fff;
}
#page-about #banner .bg-image {
  width: 51.52%;
}
#page-about #banner .bg-image:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 67.86%, #fff 100%);
}
#about-belief {
  color: #fff;
  background: var(--indigo);
}
#about-belief::before {
  width: 379px;
  height: 326px;
  background-image: url(images/logo_icon.png);
  background-position: center;
  background-size: contain;
  left: -3.8%;
  top: 12%;
}
#about-emerging {
  color: #fff;
  padding: 3.4rem 0 4.95rem;
  background: var(--indigo);
}
#about-emerging .bg-image {
  width: 72.5%;
}
#about-emerging:before {
  background: linear-gradient(0deg, rgba(38, 29, 64, 0) 62.72%, #261d40 100%),
    linear-gradient(90deg, rgba(38, 29, 64, 0) 36.56%, #261d40 66.22%);
}
#about-emerging .bg-image img {
  opacity: 0.7;
}
#about-model {
  padding: 6.7rem 0 4.1rem;
  background: #fff;
}

#receivables-row {
  display: flex;
  justify-content: center;
}
#receivables-row .col {
  padding-top: 6px;
  padding-bottom: 1.4rem;
}
.receivablesBx {
  max-width: 321px;
  margin: 0 auto;
}
.receivablesIcon {
  height: 120px;
  width: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.receivablesIcon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.receivablesBx h5 {
  padding-top: 0.6em;
  padding-bottom: 0.9rem;
}

#about-team {
  padding: 5.85rem 0 3.25rem;
  color: #fff;

  text-align: center;
  background: var(--indigo);
}
.teamMembers {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.teamMembers .col {
  padding-top: 1.7rem;
  padding-bottom: 1.3rem;
}
.teamImgBx {
  width: 218px;
  height: 218px;
  margin: 0 auto 1.25rem;
  border-radius: 100%;
  overflow: hidden;
  background: #3b3b3b;
}
.teamImgBx img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.teamImgBx img.placeholder {
  object-fit: contain;
  opacity: 0.4;
  width: 40%;
  filter: brightness(0);
}
.lightbox {
  display: none;
}
.lightbox.fancybox-content {
  max-width: 1040px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
}
.teamBio {
  padding-top: 1rem;
}
.teamMemberBx h5,
.teamName {
  color: var(--amber);
}
.teamBioLink {
  padding-top: 1rem;
}

/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
footer {
  position: relative;
  padding: 3.5rem 0 10rem;
}
footer .container {
  display: flex;
}
#footerRight {
  width: 266px;
  text-align: center;
}
#footerLeft {
  width: 50%;
  flex-grow: 1;
}
#copyright {
  color: #666;

  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  padding-top: 1.6rem;
}
#copyright a {
  color: #666;
}

#footerForm .formBx {
  border-radius: 7px;
  border: 2px solid #ddd;
  max-width: 537px;
  margin-top: 4px;
  padding: 3px;
}
#footerForm .formBx .gform_fields > .gfield {
  padding-bottom: 0;
}
#footerForm input,
#footerForm .button,
#footerForm .gfield_label {
  height: 44px;
  line-height: 44px;
}
#footerForm .formBx .gform_fields > .gfield.toggle-label .gfield_label {
  line-height: 1em;
  height: 1em;
}
#footerForm .gform_fields {
  display: flex;
  margin: 0;
}
#footerForm #field_submit {
  width: 150px;
  padding: 0;
  padding-left: 7px;
}
#footerForm #field_submit .button {
  width: 100%;
}
#footerForm #field_1_1 {
  padding: 0;
  width: 50%;
  flex-grow: 1;
}

#footerWidgets {
  padding-top: 2.5rem;
  display: flex;
  gap: 3.5rem;
}
#footerWidgets ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footerWidgets ul.menu li {
  padding-bottom: 14px;
  color: #333;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#footerWidgets ul.menu li a {
  display: block;
  color: #333;
}
#footerWidgets ul.menu li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footerWidgets ul.menu li ul li {
  font-size: 0.83em;
  font-weight: 400;
  padding-top: 14px;
  padding-bottom: 0;
}

/*------------------------------------------------*/
/*-------------------[ARTISTS]--------------------*/
/*------------------------------------------------*/
#page-artists {
  position: relative;
}

#page-artists #banner {
  padding-bottom: 6.3rem;
  overflow: hidden;
}
.logo-overlay {
  width: 514px;
  height: 760px;
  content: "";
  position: absolute;
  background-image: url(images/logo_overlay.png);
}
#banner .logo-overlay {
  top: 50%;
  right: -37px;
  transform: translateY(-50%);
}
#banner .logo-overlay:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 33.44%, #fff 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page-artists .bannerSubTitle {
  padding-top: 0.35em;
}
#page-artists .bannerTxt {
  padding-top: 0.95em;
}
.artists-tiles,
.music-tiles {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  width: calc(97px * 4);
}
.music-tiles {
  width: calc(136px * 3);
  left: -3%;
}
.artists-tiles:before,
.music-tiles:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -8.65%, #fff 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.artists-tiles .artist-item {
  width: 97px;
  height: 97px;
  flex: 0 0 25%;
}
.music-tiles .music-item {
  width: 136px;
  height: 136px;
  flex: 0 0 33.33%;
}
.artists-tiles .artist-item img,
.music-tiles .music-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.4;
}
.music-tiles .music-item img {
  opacity: 0.6;
}
#page-artists #main {
  padding: 1.8rem 0 18px;
  position: relative;
  color: #fff;
  background: var(--indigo);
}
#filter-artists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.7rem;
}
#filter-artists h6 {
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
  padding-bottom: 0;
}
#filter-artists select {
  background: transparent;
  color: #fff;
  border: 2px solid #ddd;
  border-radius: 7px;
  width: 387px;
}

/* OPTIONS (dropdown list) */
#filter-artists select option {
  background: #fff;
  color: #333;
}
#artists-row .col {
  padding-top: 11px;
  padding-bottom: 2.55rem;
}
.artist-item {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.artistsBx {
  display: flex;
  position: relative;
  align-items: center;
}
.artistsImage {
	width: 41.5%;
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 1;
}
.artistsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.artistIntroMeta {
  width: 30%;
  flex-grow: 1;
  padding-left: 1rem;
}
.artistIntroMeta h5 {
  padding-bottom: 0.35em;
}
.artistIntroMeta p {
  line-height: 1.3em;
  font-size: 0.9rem;
  margin-bottom: 1.2em;
}
.artist-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 13px;
}
.artist-genres a {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 0 9px;
}
.artist-genres a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}

#artist-of-the-month {
  padding: 3.8rem 0 3.6rem;
  position: relative;
  background: #f3f3f3;
}
#artist-of-the-month .bg-image {
  width: 48%;
}
#artist-of-the-month .bg-image:before {
  background: linear-gradient(
    90deg,
    rgba(243, 243, 243, 0) 66.59%,
    #f3f3f3 92.96%
  );
}

.single-ptype_artists, #single-blog {
  position: relative;
}
.backBtn {
  padding-bottom: 0.38rem;
}
.backBtn > a {
  color: #6b6b6b;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--header-font);
}
.backBtn > a:hover {
  color: var(--indigo);
  text-decoration: none;
}
.single-ptype_artists #banner, #single-blog #banner {
  padding: 2.91rem 0 3.8rem;

  background: #fff;
}
.single-ptype_artists #banner .bg-image, #single-blog #banner .bg-image {
  width: 48%;
}
.single-ptype_artists #banner .bg-image:before, #single-blog #banner .bg-image:before {
  background: linear-gradient(
    90deg,
    rgba(243, 243, 243, 0) 66.59%,
    #fff 92.96%
  );
}
#bannerSocial {
  padding-top: 1.5rem;
}
.artist-social-links {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.artist-social-links a {
  color: #6b6b6b;
  font-size: 1.483rem;
  line-height: 1.2em;
}
.single-ptype_artists #banner .bannerTxt p, #single-blog  #banner .bannerTxt p{
  line-height: 1.3em;
}

#bannerGenre {
  padding-top: 1rem;
}
#bannerGenre .artist-genres {
  padding-bottom: 0;
}
#bannerGenre .artist-genres > a {
  border: 1px solid #333;

  color: #6b6b6b;
}

.single-ptype_artists #main, #single-blog #main {
  padding: 3.4rem 0 5.55rem;
  color: #fff;
  background: var(--indigo);
}

#all-releases {
  padding: 3.3rem 0 2.25rem;
  position: relative;
  background: #fff;
  overflow: hidden;
}

#latest-video {
  padding: 4.8rem 0 3.65rem;
  position: relative;
  color: #fff;
  background: var(--indigo);
}

#latest-video .container {
  max-width: 854px;
}
#latest-video #latest-music-video {
  flex-direction: column;
}
#latest-video #videoembed {
  width: 100%;
}
#latest-video #videoMeta {
  width: 100%;
  flex-grow: 1;
  padding-left: 0;
  padding-top: 2.4rem;
  text-align: center;
}
#latest-video .artist-genres {
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0.8rem;
}
/*------------------------------------------------*/
/*-----------------------[MUSIC]------------------*/
/*------------------------------------------------*/
#page-music {
  position: relative;
}
#page-music #banner {
  padding: 5.6rem 0 5.9rem;
  background: #fff;
}
#album-latest-release {
  padding: 2.65rem 0 5.7rem;
  color: #fff;
  background: var(--indigo);
}

.albums-slider {
  position: relative;
  margin-top: 2.9rem;
}
ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.slides:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.album-slide {
  display: flex;
  width: 100%;
}
.album-slide .album-thumb {
  width: 39.6%;
  border-radius: 8px;
  overflow: hidden;
}
.album-slide .album-slide-meta {
  width: 50%;
  flex-grow: 1;
  padding-left: 2.25rem;
}

.album-release-date {
  padding-bottom: 0.95em;
}
.album-artist {
  padding-top: 0.15em;
  padding-bottom: 1.35em;
}

.album-content blockquote {
  margin-top: 1.5rem;
}

.flexslider.albums-carousel {
  margin-top: 2.8rem;
  position: relative;
}

.flexslider.albums-carousel .slides {
  display: block;
}

.flexslider.albums-carousel .slides > li {
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}

.flexslider.albums-carousel .slides > li img {
  aspect-ratio: 1 / 1;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.flexslider.albums-carousel .slides > li.flex-active-slide img {
  opacity: 1;
}

/* Force FlexSlider gap */
.flexslider.albums-carousel .slides > li {
  margin-right: 32px !important;
}

/* Remove gap after last visible item */
.flexslider.albums-carousel .slides > li:last-child {
  margin-right: 0 !important;
}

.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-prev,
.flex-next {
  position: absolute;
  background: var(--amber);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--indigo);
  text-align: center;
  font-size: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}
.flex-next {
  left: inherit;
  right: -4rem;
}
.flex-control-nav.flex-control-paging {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  width: 100%;
  padding-top: 1.35rem;
  gap: 8px;
  justify-content: center;
}
.flex-control-nav.flex-control-paging > li > a {
  display: block;
  text-indent: -9999px;
  background: #453b62;
  width: 59px;
  height: 11px;
  cursor: pointer;
}
.flex-control-nav.flex-control-paging > li > a.flex-active {
  background: var(--amber);
}
#albums-eps {
  padding: 2.2rem 0 2rem;
  position: relative;
  background: #fff;
}
#albums-eps .font24,
#music-videos .font24 {
  line-height: 1.3em;
}
#albums-row {
  display: flex;
  justify-content: center;
  text-align: center;
}
#albums-row .col {
  padding-bottom: 2.1rem;
  position: relative;
  padding-top: 0.65rem;
}
.album-card {
  position: relative;
}
.album-card .album-thumb {
  border-radius: 5px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.album-card .album-thumb img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.album-card h5 {
  color: var(--indigo);

  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  text-transform: capitalize;
  padding-top: 0.95em;
}
.album-card h5 a {
  color: var(--indigo);
}
.album-card h6 {
  color: #333;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding-top: 0.3em;
}

.album-card .button {
  width: 100%;
  display: block;
}

#music-videos {
  color: #fff;
  padding: 3.85rem 0 5.25rem;
  background: var(--indigo);
}

#latest-music-video {
  padding-top: 1.4rem;
  display: flex;
  align-items: center;
}

#videoembed {
  position: relative;
  width: 56.9%;
}
#videoembedframe {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9; /* maintains video ratio */
  background: #000; /* prevents white flash */
  overflow: hidden;
  border-radius: 5px;
}

#videoembedframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#videoMeta {
  width: 30%;
  flex-grow: 1;
  padding-left: 2.3rem;
}

.album-cover {
  aspect-ratio: 1 / 1;
  width: 100%;
  position: relative;
}
.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.linkOver {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.album-cover-name {
  background: rgba(49, 43, 66, 0.7);
  backdrop-filter: blur(2px);
  padding: 0.81em 0.5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.album-cover:hover .album-cover-name {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.album-cover h4 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 0;
}
.album-cover span {
  display: block;
  text-align: center;
  font-family: var(--josefin);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.album-slider {
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
.album-slider .flex-viewport {
  overflow: visible !important;
}

.album-slider .slides li {
  transform: scale(0.6);
  transition: all 0.5s ease;
}
.album-slider .slides li.is-active {
  transform: scale(1);
}

.album-slider .slides li.is-prev,
.album-slider .slides li.is-next {
  perspective: 500px; /* A smaller value creates a more intense effect */
}

.album-slider .slides li.is-prev .album-cover,
.album-slider .slides li.is-next .album-cover {
  transform: rotateY(20deg); /* Rotate the image on the Y-axis */
  transition: transform 0.5s ease;
}
.album-slider .slides li.is-next .album-cover {
  transform: rotateY(-20deg);
}

#artist-press {
  padding: 4.91rem 0 3.5rem;
  background: #f3f3f3;
  color: #4d4d4d;
}
article {
  display: flex;
  align-items: center;
}
.article-thumb {
  width: 30.6%;
  background: #f3f3f3;
}
.article-thumb img {
  mix-blend-mode: multiply;
}
.article-detail {
  width: 30%;
  flex-grow: 1;
}
.article-detail {
  width: 30%;
  flex-grow: 1;
  padding-left: 2.45rem;
}
.article-detail blockquote {
  padding-left: 0;
}
.article-detail blockquote:before {
  display: none;
}

#follow-artist {
  padding: 2.32rem 0;
  color: #fff;
  background: var(--bronze);
}
#follow-artist .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#follow-artist .artist-social-links {
  margin-left: auto;
  gap: 0.7rem;
}

#follow-artist .artist-social-links a {
  color: #fff;
  font-size: 3.06rem;
}

/*------------------------------------------------*/
/*--------------------[CONTACT]-------------------*/
/*------------------------------------------------*/
#page-contact {
  position: relative;
}
#page-contact #banner {
  padding: 5.6rem 0 4.8rem;
}
#contact-form-switch {
  padding: 1rem 0 2.25rem;
  position: relative;
  color: #fff;
  background: var(--indigo);
}
.contact-switch-tile {
  position: relative;
  border-radius: 1.35rem;
  border: 3px solid transparent;
  background: transparent;
  text-align: center;
  cursor: pointer;
  padding: 2.6rem 2rem;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.contact-switch-tile.active,
.contact-switch-tile:hover {
  border-color: #e2a86a;
  background: #160e2b;
}
.contact-switch-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-switch-tile h4 {
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding-top: 0.8em;
}
.contact-switch-tile p {
  margin-bottom: 0.75em;
}
#contact-general-inquiries,
#contact-artist-submissions,
#contact-media-press {
  padding: 2.15rem 0 3.05rem;
  background: var(--amber);
}
#contact-general-inquiries .container,
#contact-artist-submissions .container,
#contact-media-press .container {
  max-width: 851px;
}
#contact-general-inquiries .gform_footer .button,
#contact-artist-submissions .gform_footer .button,
#contact-media-press .gform_footer .button {
  background: var(--indigo);
  color: #fff;
  width: 100%;
}

#section-contact-details {
  text-align: center;
  padding: 2.25rem 0 1rem;
}

/*------------------------------------------------*/
/*--------------------[UPDATES]-------------------*/
/*------------------------------------------------*/
.entries-row {
  position: relative;
  margin: 0;
}
.entries-row .col {
  margin-bottom: 1.75rem;
  padding-left: 0;
  padding-right: 0;
}
.entry {
  position: relative;
  background: #fff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  align-items: center;
}
.entry-img {
  position: relative;
  width: 35%;
  height: 100%;
}
.entry-img .bg-image {
  width: 100%;
  height: 100%;
}
.entry-summary {
  width: 30%;
  flex-grow: 1;
  padding: 1.66rem 1.18rem;
}
.entry-summary.withoutImg {
  text-align: center;
}
.entry-summary.withoutImg .entry-btns {
  justify-content: center;
}
.postMeta {
  color: #312b42;

  font-size: 0.75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 0.4em;
}
.entry h3 {
  color: var(--indigo);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: capitalize;
}
.entry h3 a {
  color: var(--indigo);
}
.entry-summary-txt {
  color: #333;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.1em;
}
.entry-summary-txt p {
  font-size: 1em;
  line-height: 1.1em;
}
.entry-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 1rem;
}

#home-invest-future {
  padding: 3.68rem 0 3rem;
  color: #fff;
  background: #261d40;
}
#home-invest-future:before {
  background: linear-gradient(90deg, rgba(38, 29, 64, 0) 0%, #261d40 59.03%);
}
#home-invest-future .bg-image {
  width: 58.54%;
  mix-blend-mode: overlay;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 5%,
    black 40%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 5%,
    black 40%
  );
}


#home-invest-future .bg-image img {
  filter: grayscale(1);
}


#page-blog main {
	color: #fff;
	background: var(--indigo);
}
#paginationWrapper {
	display: flex;
	justify-content: space-between; align-items: center;
}
#paginationWrapper div.page-item{
  width: 155px;
}

#paginationWrapper .page-item .button {
  width: 100%;
  padding: 0 10px;
}
#paginationWrapper .page-item .button i {
  font-size: 0.7em;
}
.wp-pagenavi {
	position: relative;
	margin: 0px;
	display: flex;
	gap: 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: var(--line-height-mobile);
	padding: 0 5px;
}
.wp-pagenavi span.current {
  color: var(--btn-color);
}

