@charset "UTF-8";

/*
Theme Name: Gray V 2.0
Theme URI: https://naomiscottcreates.com
Author: Naomi Scott
Author URI: https://naomiscottcreates.com
Description: Custom theme extended from Twenty Twenty-One
Requires at least: 5.3

*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

@font-face {

        font-family: 'Graphik-Regular';

        src: url('fonts/graphikregularv1.eot');

        src: url('fonts/graphikregularv1.eot?#iefix') format('embedded-opentype'),

             url('fonts/graphikregularv1.woff') format('woff'),

             url('fonts/graphikregularv1.ttf') format('truetype'),

             url('fonts/graphikregularv1.svg#Graphik-Regular') format('svg');

        font-weight: normal;

        font-style: normal;

}



@font-face {

        font-family: 'Graphik-Semibold';

        src: url('fonts/graphiksemiboldv1.eot');

        src: url('fonts/graphiksemiboldv1.eot?#iefix') format('embedded-opentype'),

             url('fonts/graphiksemiboldv1.woff') format('woff'),

             url('fonts/graphiksemiboldv1.ttf') format('truetype'),

             url('fonts/graphiksemiboldv1.svg#Graphik-Semibold') format('svg');

        font-weight: normal;

        font-style: normal;

}



/*! normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}



/*
//	JW PLAYER
*/

#playerContainer {
	width: 900px;
	margin:0 auto;
}
#playerContainer.press {
	width: 400px;
	margin:0 auto;
}
#trackInfo {
	float:left;
	width: 200px;
	text-align: left;
	font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: black;
}
#gvPlayerHolder {
  height:400px;
  width:400px;
}
#pressPlayer {
  width:100%;
}
@media all and (max-width: 1000px){
  .prev-last-container {
    display:none;
  }
	#playerContainer {
		margin-top: 0;
		width:75%;
    height:auto;
	}
	#trackInfo {
		width: 100%;
		text-align: center;
		float:none;
	}
	#gvPlayerHolder {
    width:50%;
		margin:0 auto;
    left:50%;
    height:auto;
	}
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.press_big_image {
  max-width:900px;
  background:white;
  margin:0 auto;
}
.press_big_image img {
  max-width:100%;
  width:100%;
}
.clearfix {
  *zoom: 1;
}
.uppercase{
  text-transform: uppercase;
}
a{
  color:#000;
  text-decoration: none;
}
a:focus{
  outline: none;
}
html{
  margin: 0;
  padding: 0;
}
body{
  overflow-y: scroll;
  background: #e5e5e5;
  margin: 0;
  position: relative;
  letter-spacing: 1px;
  color: #000;
  font-weight: normal;
  font-size: 8pt;
  line-height: 16pt;
  padding: 2%;
  width: 96%;
  font-family: AktivGrotesk-Regular,  Arial,Helvetica, sans-serif;
  height: auto;
}
#logo{
  padding: 24px;
  position:relative;
	z-index:100;
  max-width:210px;
}
#wrapper{
  background-color: #fff;
  position: relative;
  min-height: calc(100vh - 160px);
  padding-bottom: 40px;
}
#footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 4%;
  color: #fff;
  background-color: #000;
  z-index: 99;
  font-family: AktivGrotesk-Bold, "Graphik-Semibold";
  font-weight: normal;
}
#menu{
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  top: 0;
  min-width: 230px;
  right: 0px;
  z-index: 9;
  padding: 20px 20px 10px 10px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  position: absolute;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  clear:right;
}
#menu a{
  text-decoration: none;
  color: #000;
  padding: 3px 4px;
  display: inline-block;
}
#menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li{
  border-left: 1px solid #ccc;
  padding: 0 5px;
  display: inline;
}
#menu ul {
  height: 0;
  overflow: hidden;
}
#menu ul li:first-child{
  border: none;
}
#menu li{
  position: relative;
}
#menu li a{
  margin: 2px 0;
}
#menu > li {
  display: block;
}
#menu p{
  margin: 0;
  cursor: pointer;
}
#menu a:hover{
  background-color: #FFFF00;
}
#menu.normal li.current-menu-item a{
  background-color: #ffff00;
}
#menu ul.slided > li{
  display: block;
}
#content{
  padding-top: 145px;
}
.article{
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 10pt;
  line-height: 150%;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-top: 1px solid #000;
  font-weight: normal;
}
.article h4, .article h3{
  font-size: 10pt;
  line-height: 140%;
}
.article h3{
  margin: 12px 0 0;
}
.article h4{
  font-weight: normal;
  margin: 0 0 18px;
}
.article a{
  margin: 3px;
}
.page a:hover, .article a:hover{
  background-color: #FFFF00;
  outline : 3px solid #FFFF00;
}
.article-content{
  max-width: 80%;
  margin: 0 auto 65px;
}
.article img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.more-posts{
  text-align: center;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Georgia, sans-serif;
}
.invisible{
  opacity: 0;
}
.playlist-title{
  width: 900px;
  margin:0 auto;
  margin-top: 4vh;
  font-family: Georgia;
  font-weight: normal;
  font-size: 15px;
}
.slick-track{
  height:600px;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 110px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

[dir='rtl'] .slick-prev
{
    right: calc(50% - 470px);
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}


.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.slick-prev {
  right: calc(50% + 33vh);
}

.slick-next {
  left: calc(50% + 33vh);
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: calc(50% - 470px);
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}
.slick-prev{
  background: url("/wp-content/themes/grayv_new/img/prev.png");
  width:24px;
  height:110px;
  position: absolute;
  z-index: 200;
}
.slick-next{
  background: url("/wp-content/themes/grayv_new/img/next.png");
  width:24px;
  height:110px;
  position: absolute;
  z-index: 200;
}
.nav-links {
  clear:both;
  padding:0 20px;
  margin: 0 auto 0;
  font-family: Georgia;
  font-weight: normal;
  font-size: 15px;
  padding-top:10px;
  position:relative;
}
.nav-links > div{
  display:inline-block;
  vertical-align: top;
}
.nav-next{
  float:right;
}
.nav-links a{
  opacity:0.5;
}
.nav-links a:hover{
  opacity:1;
}
.playlist-title-press{
  width: 900px;
  margin: 135px auto 20px;
  font-family: Georgia;
  font-weight: normal;
  font-size: 15px;
}
#slider{
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  clear:left;
  margin-top:20px;
}
.image-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 85500px;
  -webkit-transition: margin-left .5s ease-in-out;
  -moz-transition: margin-left .5s ease-in-out;
  -ms-transition: margin-left .5s ease-in-out;
  -o-transition: margin-left .5s ease-in-out;
  transition: margin-left .5s ease-in-out;
  clear:both;
}
#playerError {
	color:#000;
	text-align:center;
	visibility:hidden;
	width:50%;
	margin:0 auto;
	padding:5px;
	margin-top:-20px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 9pt;
	font-weight: lighter;
}
.no-transition{
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.image-container img{
  margin: 0 120px 0 0;
  height: 100%;
  width: auto;
  opacity: 0;
  float: left;
}
#video-player{
  float: left;
  margin: 0 120px 0 0;
  position: relative;
}
.image-container img.visible, #video-player.visible{
  opacity: 1;
}
#play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  width: 36px;
  height: 36px;
  background: url('img/pause_play.png') no-repeat 0 0;
  cursor: pointer;
  display: none;
}
#play-button.pause{
  background-position: 0 -40px;
}
#next, #prev{
  position: absolute;
  top: 50%;
  margin-top: -55px;
  cursor: pointer;
  z-index: 101;
  left: 20%;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
#next{
  left: auto;
  right: 20%;
}
#slider:hover #next, #slider:hover #prev{
  opacity: 1;
}
#loading-img{
  display: none;
}
#player-container{
  display: none;
}
#player{
  width: 750px;
  min-width: 700px;
  padding: 20px 0;
  margin: 0 auto;
  display: none;
  text-align: center;
}
#song-name{
  float: left;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  text-transform: capitalize;
}
#player-controls{
  float: right;
  margin-top: 1px;
}
#track-control{
  width: 210px;
  height: 6px;
  background-color: #e5e5e5;
  margin-top: 1px;
  float: left;
}
#track-control  div{
  background-color: #000;
  width: 10px;
  height: 100%;
  position: relative;
  -webkit-transition: left .25s ease-in-out;
  -moz-transition: left .25s ease-in-out;
  -ms-transition: left .25s ease-in-out;
  -o-transition: left .25s ease-in-out;
  transition: left .25s ease-in-out;
  top: 0;
  left: 0;
}
#volume-control{
  width: 32px;
  height: 8px;
  position: relative;
  background: #e5e5e5;
  float: left;
  cursor: pointer;
}
#volume-control div{
  background-color: #000;
  height: 100%;
  width: 0%;
  -webkit-transition: width .25s ease-in-out;
  -moz-transition: width .25s ease-in-out;
  -ms-transition: width .25s ease-in-out;
  -o-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
}
#volume-control img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#time-control{
  float: left;
  font-size: 8px;
  line-height: 10px;
  width: 43px;
  text-indent: 4px;
}
#stop-control{
  font-size: 9px;
  line-height: 8px;
  font-family: AktivGrotesk-Bold,"Graphik-Semibold";
  margin-left: 8px;
  float: left;
  cursor: pointer;
  display: none;
}
#pause-control{
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  background-color: #ffff00;
  padding: 3px 0;
  cursor: pointer;
  width: 42px;
  margin: -3px auto 0;
  display: block;
}
.page{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.75em;
  line-height: 2em;
}
#content.page{
  padding-top: 90px;
}
.page table{
  width: 140%;
  margin: 40px 0 20px -20%;
  font-size: 10pt;
  line-height: 140%;
  table-layout: fixed;
}
.page p{
  margin: 20px 0;
}
.page table td{
  padding: 0 2%;
}
.navigation span{
  float: right;
}
.playlist-title.previous-link {
  margin: 20px auto 0px;
  line-height:30px;
}
.prev-link{
  width:900px;
  margin:0 auto;
  text-align:left;
  font-size: 10pt;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  margin-top:20px;
}
#home-container{
  list-style: none;
  margin: 100px 0 0;
  padding: 0;
  text-align: center;
}
/* #home-container li{
  display: inline;
  display: inline-block;
  margin: 30px;
}
#home-container li:hover img{
  outline: 3px solid #ffff00;
}
#home-container li h3{
  margin: 0;
  font-weight: normal;
}
#home-container li img{
  height: auto;
  max-width: 100%;
} */

#home-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#home-container .group {
  display: flex;
  max-width: 1580px;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
}

#home-container .vertical {
  flex-direction: column;
  overflow: hidden;
}

#home-container .horizontal {
  flex-direction: row;
  overflow: hidden;
}

#home-container .item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px;
  text-align: center;
}

#home-container .item a {
  display: flex;
  justify-content: center;
  object-fit: scale-down;
}

#home-container .item img {
  object-fit: scale-down;
  max-width: 100%;
  height: auto;
  margin: 10px;
}

#home-container .item.small img {
  height: auto;
  max-width: 100%;
  height: auto;
}

#home-container .item h3 {
  margin: 0;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

#home-container .justify-start,
#home-container .justify-start .item {
  justify-content: flex-start;
  align-items: start;
}

#home-container .justify-between,
#home-container .justify-between .item {
  justify-content: space-between;
}

#home-container .justify-center,
#home-container .justify-center .item {
  justify-content: center;
}

#home-container .justify-end,
#home-container .justify-end .item {
  justify-content: flex-end;
  align-items: end;
}

/* .width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
} */

.top-offset20 {
  margin-top: -20px !important;
}

.top-offset40 {
  margin-top: -40px !important;
}

.top-offset60 {
  margin-top: -60px !important;
}

.top-offset80 {
  margin-top: -80px !important;
}

.top-offset100 {
  margin-top: -100px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

#home-container .item {
  /* max-width: 750px; */
  position: relative;
  /* display: inline;
  display: inline-block; */
  display: flex;
  /* flex-wrap: wrap; */
  margin: 20px;
}

#home-container .item h3 {
  margin: 0;
  font-weight: normal;
}

#home-container li:hover img{
  outline: 3px solid #ffff00;
}


@media all and (max-width: 763px) {
  #home-container {
    margin-top: 0 !important;
    gap: 0 !important;
  }
  #home-container .horizontal .item,
  #home-container .vertical .item {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    align-items: center;
  }
  #home-container .item img {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: fill;
  }
  #home-container .item span {
    width: 100%;
  }
  #home-container .group {
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .width-40 {
    width: 100% !important;
  }
  .width-60 {
    width: 100% !important;
  }
  .width-50 {
    width: 100% !important;
  }
  .width-30 {
    width: 100% !important;
  }
  .width-70 {
    width: 100% !important
    ;
  }
  .top-offset20 {
    margin-top: 0 !important;
  }
  .top-offset40 {
    margin-top: 0 !important;
  }
  .top-offset60 {
    margin-top: 0 !important;
  }
  .top-offset80 {
    margin-top: 0 !important;
  }
  .top-offset100 {
    margin-top: 0 !important;
  }
  .margin-top-40 {
    margin-top: 0 !important;
  }
  .margin-top-60 {
    margin-top: 0 !important;
  }
  .margin-top-80 {
    margin-top: 0 !important;
  }
  .margin-top-100 {
    margin-top: 0 !important;
  }
}

.video-js .vjs-text-track-display, .vjs-loading-spinner, .vjs-default-skin .vjs-controls{
  display: none;
}
.vjs-default-skin div.vjs-big-play-button:hover{
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
}
.vjs-default-skin div.vjs-big-play-button span{
  background: url('img/play.png') no-repeat center center !important;
  width: 36px !important;
}
.vjs-default-skin .vjs-big-play-button{
  display: none !important;
  background: none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
  border: none !important;
}
@media all and (max-width: 1024px){
  .page{
    width: 75%;
  }
  .page table{
    width: 120%;
    margin: 20px 0 20px -10% ;
  }
  #slider{
    margin-top:0px;
    height: 250px;
  }
  #next, #prev{
    display: block;
    opacity: 1 !important;
  }
  #wrapper{
    min-height: calc(100vh - 150px);
  }
}
@media all and (max-width: 763px){
  .playlist-title {
    clear:both;
    width: 80vw;
    margin:0 auto;
  }
  #slider{
    min-height: 180px;
  }
  #menu{
    margin-top: 40px;
    position: static;
    text-align: center;
    min-width: 100%;
    padding: 0;
  }
  #song-name, #player-controls{
    float: none;
  }
  #player-controls{
    margin: 15px 0;
  }
  #player{
    min-width: 300px
  }
  #menu li{
    margin: 4px 0;
  }
  #menu ul{
    display: none;
  }
  #logo{
    margin: 0 auto;
    display: block;
  }
  .page{
    width: 85%;
    font-size: 1.75em;
    line-height: 2em;
  }
  .page table{
    font-size: 8pt;
    width: 100%;
    margin: 20px auto  ;
  }
  .page table td{
    display: block;
  }
  .article-content{
    max-width: 100%;
  }
  .article{
    font-size: 8pt;
  }
  .image-container img, #video-player{
    margin-right: 80px;
  }
  #logo{
    width: 200px;
    max-width: 80%;
    height: auto;
    padding: 24px 0 0 0;
  }
  #home-container {
    margin-top: 50px;
  }
  .navigation{
    margin-top: 20px;
    position: static;
  }
  #slider{
    height: 200px;
  }
  #playerError {
	  width:50%;
	}
}
.idevice #volume-control{
  display: none;
}
.idevice #time-control{
  float: right;
}
.no-playlist{
  text-align:center;
  font-size: 12px;
  font-family:Georgia;
  margin: 20px 0 0;
}
.press_release_link {
	transition:.3s;
	text-align:left;
	text-decoration: none;
	background:white;
	padding-bottom:5px;
  margin-top:130px;
  font-weight:bold;
}
.press_release_link:hover {
	background:yellow;
}
#playerHolder {
	width:500px;
	height:20px;
	margin-top: 4px;
}
#playButton {
	width:45px;
	background:yellow;
	cursor:pointer;
	float:left;
	margin-right:90px;
	font-family: 'Graphik-Regular';
	padding-top:2px;
	margin-top:-1px;
  text-align:center;
}
#progressContainer {
	position:relative;
	width:270px;
	height:6px;
	margin-top:7px;
	float:left;
}
.progressBarBottom {
	height:100%;
	background-color:#ccc;
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}
#trackProgress {
	height:100%;
	background-color:#000;
	width:0%;
  position: relative;
	z-index:10;
}
#progressText {
	text-align:center;
	width:35px;
	float:left;
	padding-left:2px;
	font-size:8px;
	margin-top:0px;
	font-family: 'Graphik-Regular';
}
#volumeContainer {
	position:relative;
	width:55px;
	height:10px;
	margin-top:5px;
	float:left;
}
#volumeBack {
	background: url('img/volumeBack.png') no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	margin-left:5px;
	z-index:10;
	width:100%;
	height:100%;
}
#volumeFront {
	background: url('img/volumeFront.png') no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	margin-left:5px;
	z-index:11;
	width:50%;
	height:100%;
}

#volumeControl {
	float:left;
	width:55px;
	height:10px;
	margin-top:5px;
}
.volumeControlTable {
	border-collapse: collapse;
	height:10px;
	margin-top:1px;
	width:55px;
	cursor:pointer;
}
.volumeControl {
	width:5px;
	border-left:3px solid white;
	border-bottom:1px solid white;
}
.vCell {
	width:7px;
}
.slick-next.slick-arrow {
  opacity: .1;
  background: url(assets/svg/right-chevron.svg) no-repeat center center;
  background-size: 125px 125px;
  width: 125px;
  height: 125px;
  transition: opacity 0.6s ease;
}
.slick-prev.slick-arrow {
  opacity: .1;
  background: url(assets/svg/left-chevron.svg) no-repeat center center;
  background-size: 125px 125px;
  width: 125px;
  height: 125px;
  transition: opacity 0.6s ease;
}

.slick-next.slick-arrow:hover,
.slick-prev.slick-arrow:hover {
  opacity: .4;
}
@media all and (max-width: 1000px){
	#playerContainer {
		width:360px;
	}
	#trackInfo {
		width: 100%;
		text-align: center;
		float:none;
	}
	#gvPlayerHolder {
		margin-top:0px;
		float: none;
    width:100%;
	}
	#playButton {
		margin-right:20px;
	}
	#playerHolder {
		width:360px;
	}
  #playerHolder.pressPlayerHolder {
    width:170px;
    margin:0 auto;
    margin-top:10px;
  }
	#progressContainer {
		width:190px;
	}
	.playlist-title{
		margin-top:30px;
	}
}
/*
Press page
*/
.press_image {
	width:900px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
  clear:both;
}
.the-quin img{
  width:900px;
  height:auto;
}
.pressBlurb {
	width:900px;
	margin:0 auto;
  padding:10px;
}
.press_release_link_container {
	width:900px;
	margin:0 auto;
	margin-top:50px;
}
.newimage-container {
  position: relative;
  overflow: hidden;
  height: 52vh;
  min-height: 300px;
  max-height: 600px;
  overflow: hidden;
  clear: left;
  margin: 20px auto 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newimage-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: #fff;
  display: block;
  max-width: 73vw;
  max-height: none;
  padding: 0 60px;
}
@media all and (max-width: 1000px) {
  .slick-slide {
    width: 40vh !important;
  }
  .newimage-container {
    width: auto !important;
    max-height: 40vh !important;
  }
  .newimage-container img {
    padding: 0 40px;
  }
}

@media all and (max-width: 1000px) {
	.press_release_link {
		padding-left:10px;
	}
  .press_image {
	 width:94%;
	 margin:0 auto;
 }
	.press_image img {
    width:94%;
	  margin:0 auto;
	}
  .pressBlurb {
	  width: 94%;
	  margin:0 auto;
    padding-left:10px;
  }
  .slick-slide{
    width:76vw !important;
    height:auto !important;
  }
  .playlist-title{
    padding:0 10vw;
  }
}
@media all and (max-width: 500px) {
	.press_release_link_container {
	   width:900px;
	   margin:0 auto;
     margin-top:100px;
     padding-left:10px;
   }
	.playlist-title-press {
		width:100%;
		margin:0px;
		margin-top:20px;
		font-size:95%;
		text-align:center;
	}
	#progressContainer {
		display:none;
	}
	#gvPlayerHolder {
		width:140px;
		margin:0 auto;
		margin-top:0px;
	}
	.pressBlurb {
		width:94%;
		margin:0 auto;
		margin-top:10px;
		padding-bottom:50px;
		padding-left:10px;
	}
	.press_image img {
	   width:94%;
	    margin:0 auto;
	}
	.press_image {
	   width:94%;
	   padding-bottom:0px;
	   margin:0 auto;
   }
}
@media all and (max-width: 350px){
	.press_image img {
	   width:94%;
	    margin:0 auto;
	}
  .pressBlurb {
		width:94%;
		margin:0 auto;
  }
}

.slick-track {
  height: auto;
}

.siWebPlayer {
  width: auto;
}

.siWebPlayer #gvPlayerHolder {
  height: auto !important;
  width: auto !important;
}

.trackInfo {
  display: none;
}


.trackProgress {
    height: 100%;
    background: #333;
    width: 0;
}

.siWebplayer.miniPlayer {
  display: inline-block !important;
}

.siWebPlayer.miniPlayer .progressContainer {
  height: 7px !important;
}

.siWebPlayer.miniPlayer .progressText {
    font-size: 12px;
    color: #666;
}

.siWebPlayer.miniPlayer .mediaButton {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}

.siWebPlayer.miniPlayer .playButton {
  background: #ffff00 url('assets/svg/play-arrow.svg') no-repeat calc(50% + 1px) center;
  background-size: 50% 40%;
}

.siWebPlayer.miniPlayer .pauseButton {
  background: #ffff00 url('assets/svg/pause-icon.svg') no-repeat center center;
  background-size: 50% 40%;
}

.miniPlayer .playerContainer {
  display: flex;
  align-items: left;
  justify-content: space-between;
}

.siWebPlayer.miniPlayer .progressBar {
  display: none;
}

.siWebPlayer #playerHolder {
  width: auto !important;
}

.siWebPlayer.miniPlayer .progressBarBottom {
  background: none !important;
  border: 1px solid #fff;
  padding: 1px !important;
}

.siWebPlayer.miniPlayer .trackProgress {
  background-color: #ffff00 !important;
  height: 7px !important;
  padding: 2px !important;
}

.siWebPlayer.miniPlayer .volumeBack {
  background: #fff;
}

.siWebPlayer.miniPlayer .playButton.playing {
  background: #ffff00 url('assets/svg/pause-icon.svg') no-repeat center center;
}

.siWebPlayer.miniPlayer .playButton:hover {
  background-color: #ffff33;
} 

.siWebPlayer.miniPlayer .progressContainer {
  width: 170px !important;
}

#movieblocks h4 {
  color: #FFFF00;
}

.movie_title {
  display: inline-block;
  position: relative;
  top: -3px;
}

.playlist-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.5rem;
  max-height: 365px;
}
.playlist-row-image {
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}
.playlist-row-content {
  flex: 1;
}
.playlist-row-header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.playlist-row-play {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
}
.playlist-row-title {
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.playlist-row-desc {
  margin-top: 0.5rem;
  font-size: 1.15rem;
  line-height: 2.05;
}
@media (max-width: 700px) {
  .playlist-row {
    flex-direction: column;
    gap: 1.5rem;
    max-height: none !important;
  }
  .playlist-row img, 
  .playlist-row-image {
    width: 100%;
    max-width: 100%;
  }
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: auto !important;
  max-height: none !important;
  height: auto !important;
}

.slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 66vh !important;
  height: 52vh !important;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.slick-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
  display: block;
  margin: 0 auto;
  /* Remove any padding */
  padding: 0;
}

@media all and (max-width: 1350px) {
  .slick-next.slick-arrow {
    left: calc(50% + calc(36vw + calc(100vw * 0.01)));
  }
  
  .slick-prev.slick-arrow {
    right: calc(50% + calc(36vw + calc(100vw * 0.01)));
  }
}


@media all and (max-width: 1200px) {
  .newimage-container img { 
    /* max-width: 65vw; */
    padding: 0 40px;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
    /* top: 19vh; */
    transform: translateY(-50%);
  }

  .slick-next.slick-arrow {
    left: calc(50% + 35.5vw);
  }

  .slick-prev.slick-arrow {
    right: calc(50% + 35.5vw);
  }

  #newslider {
    max-height: 480px !important;
  }
}

@media all and (max-width: 1200px) and (max-height: 1000px) {
  .slick-next.slick-arrow {
    left: calc(50% + 25.5vw);
  }

  .slick-prev.slick-arrow {
    right: calc(50% + 25.5vw);
  }
}

@media all and (max-width: 1000px) {
  .slick-slide {
    width: 65vw !important;
    height: 52vw !important;
    min-height: 200px;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    /* top: 19vh; */
    transform: translateY(-50%);
  }

  .slick-next.slick-arrow {
    left: calc(50% + 33vw);
  }

  .slick-prev.slick-arrow {
    right: calc(50% + 33vw);
  }

  #newslider {
    max-height: 480px !important;
  }
}

@media all and (max-width: 763px) {
  .slick-slide {
    /* width: 95vw !important; */
    /* height: 60vw !important; */
    min-height: 150px;
  }
  .slick-next#newslider {
    max-height: 390px !important;
  }
  .newimage-container {
    height: 28vh !important;
  }

  .newimage-container img {
    max-width: 58vw;
  }
  .slick-next.slick-arrow {
    left: calc(50% + 30vw);
  }
  .slick-prev.slick-arrow {
    right: calc(50% + 30vw);
  }
}

@media all and (max-width: 500px) {
  .newimage-container {
    min-height: 180px !important;
    height: 17vh !important;
  }
  .newimage-container img {
    padding: 0 20px;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    width: 40px !important;
    height: 40px !important;
    background-size: 40px 40px;
    transform: translateY(-50%);
  }

  .slick-next.slick-arrow {
    left: calc(50% + 30vw);
  }

  .slick-prev.slick-arrow {
    right: calc(50% + 30vw);
  }

  #playerContainer {
    margin-top: 10px;
  }

  #newslider {
    max-height: 250px !important;
  }
  .nav-links {
    margin: 0px auto 0;
  }
}

#newslider {
    position: relative;
}

.group-14 div.width-60 {
  padding-top: 160px;
}

.group-11 div.vertical {
  padding-top: 120px;
}