/**************************************************
 * style.css                                         *
 **************************************************/

/*------------------------------------------------------------*/
/*  LESS VARIABLES  */
/*------------------------------------------------------------*/
.pt {
  font-family: 'pt-serif', serif;
}
/*------------------------------------------------------------*/
/*  LESS MIXINS  */
/*------------------------------------------------------------*/
.button-basic {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
}
.smooth-fonts {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------------------------------*/
/*  RESET  */
/*------------------------------------------------------------*/
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------------------------------*/
/*  GENERAL  */
/*------------------------------------------------------------*/
body {
  min-width: 972px;
  background: #f7f7f7;
  font-family: 'effra', sans-serif;
  font-size: 100%;
  color: #5e5f63;
  -webkit-font-smoothing: antialiased;
}
.mobile {
  display: none !important;
}
h1,
h2,
h3,
h4 {
  clear: both;
  color: #444;
  font-family: 'effra', sans-serif;
  line-height: 1.0;
  text-transform: uppercase;
}
h1,
h2 {
  margin: 0 0 20px;
  font-size: 24px;
}
h1.large {
  font-size: 30px;
}
h1.title-padded {
  margin-right: 220px;
}
.subnav h1 {
  margin-bottom: 0;
  float: left;
  clear: none;
}
.subnav h1.h1-job {
  margin-right: 230px;
  float: none;
}
#audition-listing .subnav h1 {
  margin-top: 7px;
}
.audition-payment-faq {
  margin-top: 10px;
  display: inline-block;
}
h1 span {
  float: right;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
}
h2 {
  font-size: 20px;
}
#page-index h2 {
  font-size: 60px;
}
h3 {
  margin: 0 0 15px;
  font-size: 18px;
}
h4 {
  margin: 0 0 15px;
  font-size: 14px;
}
p {
  margin: 0 0 1.1em;
  font-weight: 400;
  line-height: 1.7em;
}
p.small-print {
  font-size: 0.75em;
}
hr + p {
  margin-top: 1em;
}
a {
  color: #2986dd;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
img {
  max-width: 100%;
}
.gmnoprint img {
  max-width: none;
}
input,
textarea,
select {
  font-family: 'effra', sans-serif;
}
hr {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #cbc9c9;
  border-bottom: 1px solid #f5f1f1;
  clear: both;
}
hr.wide {
  margin: 28px 0 35px;
}
.float-left,
.fl {
  float: left;
}
.float-right,
.fr {
  float: right;
}
.cb {
  clear: both;
}
.cn {
  clear: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.tac {
  text-align: center;
}
.hidden {
  display: none;
}
.posr {
  position: relative;
}
.lightbox {
  display: none;
}
/*------------------------------------------------------------*/
/*  GRID  */
/*------------------------------------------------------------*/
.center {
  margin: 0 auto;
}
.col-row,
.row {
  margin-left: -24px;
}
.col,
.cols {
  float: left;
  margin: 0 0 0 24px;
}
.one {
  width: 59px;
}
.two {
  width: 142px;
}
.three {
  width: 225px;
}
.four {
  width: 308px;
}
.five {
  width: 391px;
}
.six {
  width: 474px;
}
.seven {
  width: 557px;
}
.eight {
  width: 640px;
}
.nine {
  width: 723px;
}
.ten {
  width: 806px;
}
.eleven {
  width: 889px;
}
.twelve {
  width: 972px;
}
.fifty {
  width: 50%;
}
.twentyfive {
  width: 25%;
}
.offset-by-one-half {
  margin-left: 41.5px;
}
.offset-by-one {
  margin-left: 83px;
}
.offset-by-two {
  margin-left: 166px;
}
.offset-by-three {
  margin-left: 249px;
}
.offset-by-four {
  margin-left: 332px;
}
.offset-by-five {
  margin-left: 415px;
}
.offset-by-six {
  margin-left: 498px;
}
.offset-by-seven {
  margin-left: 581px;
}
.offset-by-eight {
  margin-left: 664px;
}
.offset-by-nine {
  margin-left: 747px;
}
.offset-by-ten {
  margin-left: 830px;
}
.white {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 30px 15px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
/* Clear the columns automagically, thanks @kneath */
.col-row:after,
.row:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .col-row,
* html .row,
* html .clearfix {
  height: 1%;
}
.col-row,
.row,
.clearfix {
  display: inline-block;
}
.col-row,
.row,
.clearfix {
  display: block;
}
.media,
.media-body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .media-left {
  float: left;
  margin-right: 30px;
}
.media .media-left img {
  display: block;
}
.media .media-right {
  float: right;
  margin-left: 30px;
}
/*------------------------------------------------------------*/
/*  BUTTONS  */
/*------------------------------------------------------------*/
.button,
input.submit,
a.submit,
input.submit2,
a.submit2,
.pagination li a {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
}
.button-clear {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.button-clear-hover:hover {
  background: none;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.button-clear-dark {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  border: 1px solid #dedede;
  color: #444;
}
.button-clear-milk {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button-grey {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  border: 1px solid #c7c7c7;
  color: #444;
}
.button-dark-grey {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  border: 1px solid #717171;
  color: #444;
}
.button-blue,
input.submit,
a.submit,
input.submit2,
a.submit2 {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  background-color: #3c97eb;
  border: 1px solid #3c97eb;
}
.button-blue:hover,
input.submit:hover,
a.submit:hover,
input.submit2:hover,
a.submit2:hover {
  background-color: transparent;
  border: 1px solid #3c97eb;
  color: #3c97eb;
}
.button-light-blue {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  background-color: #3c97eb;
  border: 1px solid #3c97eb;
}
.button-light-blue:hover {
  background-color: transparent;
  border: 1px solid #3c97eb;
  color: #3c97eb;
}
.button-dark-blue,
.button-clear-dark:hover,
.pagination li a {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  background-color: #373e49;
  border: 1px solid #373e49;
}
.button-dark-blue:hover,
.button-dark-blue-hover:hover,
.pagination li a:hover,
.pagination li.active a {
  background-color: transparent;
  color: #373e49;
}
.button-purple {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  background-color: #6f44fc;
}
.button-purple-hover:hover {
  background-color: #6f44fc;
  border: 1px solid #6f44fc;
}
.button-purple-outline-hover:hover,
.subnav a.current {
  border: 1px solid #6b40e4;
  color: #6b40e4;
}
.button-white-hover:hover {
  border: 1px solid #fff;
}
.button-pink {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  background-color: #ed145b;
}
.button-pink-border {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px 13px 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 0.8;
  background-color: #ed145b;
  border: 1px solid #ed145b;
}
.button-pink-hover:hover {
  background-color: #ed145b;
}
.button-pink-border-hover:hover {
  background-color: #ed145b;
  border: 1px solid #ed145b;
  color: #fff;
}
.button-big,
input.submit,
a.submit,
input.submit2,
a.submit2 {
  padding: 16px 19px 18px 21px;
}
.button-square {
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 20px 18px 38px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #373e49;
  color: #fff;
  line-height: 0.8;
}
.button-square:hover,
.job-cats a.selected {
  background-color: #6f44fc;
}
.button-return {
  margin-bottom: 20px;
}

/*------------------------------------------------------------*/
/*  LISTING  */
/*------------------------------------------------------------*/
.home-features .white {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
  position: relative;
}
.white .inside {
  padding: 30px;
  text-align: center;
}
.white .inside .title {
  color: #444;
  font-size: 17px;
  font-weight: 700;
}
.white .inside .pt {
  margin: 0;
  color: #444;
  font-size: 14px;
}
.home-features a.button-blue {
  width: 170px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -105px;
  text-align: center;
}
/*------------------------------------------------------------*/
/*  HEADER  */
/*------------------------------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    border-top: 6px solid #6f44fc;
  }
  50% {
    border-top: 6px solid #3c97eb;
  }
  100% {
    border-top: 6px solid #ee1e7b;
  }
}
.fixed-head {
  width: 100%;
  position: fixed;
  z-index: 9999;
}
#content {
  padding: 162px 0 0;
}
#header {
  height: 45px;
  padding: 35px 0;
  background: #373e49;
  border-top: 5px solid #6f44fc;
  -webkit-animation: pulse 15s infinite alternate;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.shrink #header {
  padding: 15px 0;
}
#header .center {
  float: none;
}
#header .seven {
  float: right;
}
#logo {
  float: left;
  margin: 0;
}
#logo:hover {
  opacity: 0.6;
}
.social {
  margin: 5px 0 0;
  margin-left: 65px;
}
.social a {
  width: 30px;
  height: 0;
  margin: 0 19px 0 0;
  padding: 31px 0 0;
  float: left;
  display: block;
  overflow: hidden;
  opacity: 0.5;
  background-image: url(../../Images/layout/social.png?2);
}
.social a:hover {
  opacity: 1;
}
.social a.twitter {
  background-position: 0 0;
}

.social a.facebook {
  background-position: -48px 0;
}

.social a.youtube {
  background-position: -96px 0;
}

.social a.instagram {
  background-position: -146px 0;
}

.social a.snapchat {
  background-position: -195px 0;
}
.member-nav a {
  margin: 0 0 0 5px;
}
/*------------------------------------------------------------*/
/*  MAIN NAV  */
/*------------------------------------------------------------*/
#nav {
  width: 100%;
  background: #303236;
}
#nav .center {
  float: none;
}
#nav li {
  height: 44px;
  margin: 0;
  float: left;
  display: block;
  position: relative;
  border-left: 1px solid #42454b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
#nav li.nav-production li {
  height: auto;
  min-height: 44px;
}
.shrink #nav li {
  height: 34px;
}
#nav li:last-child {
  border-right: 1px solid #42454b;
}
#nav a {
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 41px;
  padding: 0 30px;
  display: block;
  border-bottom: 3px solid #303236;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
#nav li.nav-production li a {
  min-height: 41px;
  height: auto;
  line-height: 20px;
  padding: 11px 30px;
  box-sizing: border-box;
}
.shrink #nav a {
  height: 31px;
  line-height: 34px;
}
#nav a:hover,
#nav a.current,
#page-index .nav-home a {
  background-color: #373e49;
  border-bottom: 3px solid #373e49;
}
#nav li:nth-child(3n-2) a:hover,
#nav li:nth-child(3n-2) li a:hover {
  border-bottom: 3px solid #6f44fc !important;
}
#nav li:nth-child(3n-1) a:hover,
#nav li:nth-child(3n-1) li a:hover {
  border-bottom: 3px solid #3c97eb !important;
}
#nav li:nth-child(3n) a:hover,
#nav li:nth-child(3n) li a:hover {
  border-bottom: 3px solid #ed145b !important;
}
#nav li ul {
  width: 240px;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 999;
  display: none;
  background: #303236;
  border-bottom: 1px solid #42454b;
}
.shrink #nav li ul {
  top: 34px;
}
#nav li:hover ul {
  display: block;
}
#nav li ul li,
#nav li ul li a {
  width: auto;
  text-align: left;
}
#nav li ul li,
#nav li ul li:last-child {
  width: 100%;
  border: none;
  border-top: 1px solid #42454b;
}
/*------------------------------------------------------------*/
/*  SUB NAV  */
/*------------------------------------------------------------*/
.subnav {
  padding: 25px 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.subnav ul {
  width: 100%;
  text-align: center;
}
.subnav ul li {
  margin: 0 6px;
  display: inline;
}
.subnav .job-search h4 {
  margin: 9px 20px 0 0;
  float: left;
  font-size: 18px;
}
.subnav .job-search .search-wrap {
  margin: 0;
  float: right;
  clear: none;
}
.subnav .job-search ul,
.subnav .job-search ul li {
  width: auto;
  margin: 0;
  display: block;
  text-align: left;
}
.subnav .job-search ul li {
  float: left;
  clear: none;
}
.subnav .job-search ul li input.text {
  height: 38px;
  padding: 0 5px 0 15px;
  border: none;
}
.subnav .job-search #form-RecentShootsFrontendForm ul li input.text {
  width: 175px;
}
.subnav .job-search ul li input.image {
  float: left;
}
.subnav .filters {
  margin-top: 30px;
  margin-bottom: 10px;
}
.subnav .filters .col {
  margin: 0 15px !important;
  float: none !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.subnav .filters .col .select-target.select-theme-default {
  text-align: left;
}
/*------------------------------------------------------------*/
/*  CONTENT  */
/*------------------------------------------------------------*/
.padded {
  padding: 30px 0;
}
.page-tagline {
  height: 250px;
  margin: 0;
  padding: 0 0 0;
  background-color: #373e49;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.page-tagline-images {
  display: flex;
  max-height: 250px;
  /* justify-content: center; */
  filter: brightness(70%);
}

.page-tagline-images img {
  object-fit: cover;
}

.page-tagline-text {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.page {
  padding: 30px 0 60px;
}
.about-block {
  padding: 40px 0 60px;
  /* border-bottom: 1px solid #e6e6e6; */
}
/* Only used on profile page */
.about-block hr {
  margin: 48px 0;
  border-top: 0;
  border-bottom: 1px solid #C7C3D7;
}
.about-block-even {
  background: #fff;
}
.about-block img.main-profile {
  max-width: 300px;
  max-height: 300px;
  background-color: #ffffff;
  padding: 10px;
}

h2.profile-section-icon {
  font-size: 32px;
  line-height: 36px;
  background-repeat: no-repeat;
  background-size: 72px;
  background-position: left center;
  padding-left: 82px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 18px;
  margin-left: -6px !important; /* Cos the background image has a shadow on it */
}

h2.profile-section-icon-my-pictures {
  background-image: url(../../Media/profile/header-icons/photos.png);
}
h2.profile-section-icon-physical-details {
  background-image: url(../../Media/profile/header-icons/physical.png);
}
h2.profile-section-icon-my-talents {
  background-image: url(../../Media/profile/header-icons/talent.png);
}
h2.profile-section-icon-about-me {
  background-image: url(../../Media/profile/header-icons/about.png);
}
h2.profile-section-icon-expirience {
  background-image: url(../../Media/profile/header-icons/experience.png);
}
h2.profile-section-icon-acting-training {
  background-image: url(../../Media/profile/header-icons/training.png);
}
h2.profile-section-icon-additional-details {
  background-image: url(../../Media/profile/header-icons/additional.png);
}
h2.profile-section-icon-my-videos {
  background-image: url(../../Media/profile/header-icons/videos.png);
}
h2.profile-section-icon-my-voice-clips {
  background-image: url(../../Media/profile/header-icons/voice.png);
}
h2.profile-section-icon-intro-video {
  background-image: url(../../Media/profile/header-icons/intro.png);
  color: white;
  margin-left: 5px !important;
}
h2.profile-section-icon-z-card  {
  background-image: url(../../Media/profile/header-icons/z-card.png);
  margin-bottom: 0;
}

.post-thumb img {
  margin: 0 0 20px;
  float: left;
  clear: left;
}
.team-member h2 {
  margin: 0 0 10px;
}
.team-member h3 {
  font-size: 16px;
}
.contact-tel {
  padding: 0 0 0 18px;
  background: url(../../Images/layout/icon-tel.png) 0 7px no-repeat;
}
.contact-list-bottom {
  padding: 25px 0 0;
  border-top: 1px solid #e2dfdf;
}
.contact-list li {
  width: 50%;
  float: left;
}
.contact-list li h4 {
  margin: 0 0 5px;
}
.contact-list li a {
  padding: 0 0 0 15px;
  background: url(../../Images/layout/arrow-contact.png) 0 6px no-repeat;
  color: #686868;
}
.contact-list li a:hover {
  background: url(../../Images/layout/arrow-contact.png) 0 -10px no-repeat;
  color: #2986dd;
}
.contact-bike {
  padding: 0 0 0 29px;
  background: url(../../Images/layout/icon-bike.png) 0 8px no-repeat;
}
.contact-car {
  margin: 0;
  padding: 0 0 0 29px;
  background: url(../../Images/layout/icon-car.png) 0 8px no-repeat;
}
.contact-bike strong,
.contact-car strong {
  text-transform: uppercase;
}
.map {
  width: 100%;
  height: 350px;
}
.search-wrap {
  margin: 0 0 25px;
  position: relative;
  background: #fff;
  border: 1px solid #373e49;
}
.search-wrap input.search {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 15px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.search-wrap span {
  width: 50px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background: #373e49 url(../../Images/layout/search-icon.png) 15px 12px no-repeat;
}
.search-wrap span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  left: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #373e49;
}
/*------------------------------------------------------------*/
/*  FOOTER  */
/*------------------------------------------------------------*/
.footer-top {
  padding: 25px 0;
  background: #3c3d41;
}
.footer-top .col {
  min-height: 195px;
  position: relative;
}
.footer-top .footer-logo {
  position: absolute;
  top: 50%;
  margin: -11px 0 0;
}
.footer-top .four,
.footer-top .six {
  padding: 10px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #4e5054;
  font-family: 'effra', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.footer-top .col .fl {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-top .col h4 {
  margin: 0 0 12px;
  color: #fff;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-top .col p,
.footer-top .col a {
  color: #a1a2a3;
  font-weight: 500;
  line-height: 2;
}
.footer-top .col a:hover {
  color: #fff;
}
.footer-top .col p a img {
  opacity: 0.55;
}
.footer-top .col p a:hover img {
  opacity: 1;
}
.footer-bottom {
  padding: 18px 0;
  background: #303236;
  color: #fff;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 32px;
}
.footer-bottom .copyright {
  margin-right: 40px;
}
.footer-bottom ul {
  margin-right: 30px;
}
.footer-bottom li {
  float: left;
  color: #808183;
}
.footer-bottom li a {
  color: #808183;
}
.footer-bottom li a:hover {
  color: #fff;
}
.footer-bottom .site-by {
  margin-right: 30px;
}
.footer-bottom .site-by a {
  color: #808183;
}
.footer-bottom .site-by a:hover {
  color: #fff;
}
.footer-top .center,
.footer-bottom .center {
  float: none;
}
/*------------------------------------------------------------*/
/*  MESSAGES & ERRORS  */
/*------------------------------------------------------------*/
.error,
.message {
  margin: 0;
  padding: 10px;
  clear: both;
  color: #fff;
  font-weight: 300;
  font-size: 1.125em;
  text-align: center;
}
.error {
  background-color: #CC5249;
}
.message {
  background-color: #9CCC49;
}
/*------------------------------------------------------------*/
/*  FORMS  */
/*------------------------------------------------------------*/
form {
  margin: 0 auto;
  clear: both;
}
form ul li {
  width: 100%;
  margin: 0 0 20px;
  float: left;
  clear: left;
}
form ul li.separator {
  width: 100%;
  clear: both;
}
form ul li.separator h2 {
  margin: 0;
  font-size: 18px;
}
form ul li.multiple ul {
  margin: 15px 0 0;
  clear: both;
}
form ul li.multiple ul li {
  width: 25%;
  margin: 0 0 10px;
  clear: none;
}
li + li.separator {
  margin-top: 20px;
}
form ul li p {
  margin: 0;
}
label,
.multiple li label,
span.formError {
  margin-top: 0;
  margin-right: 10px;
  color: #444;
}
form ul li label {
  margin-bottom: 10px;
  display: none;
  font-size: 16px;
}
form#form-TalentDetailsForm ul li label,
form#form-AccountManagementForm ul li label,
form#form-CreateAuditionForm ul li label,
form#form-ApplyForAuditionForm ul li label,
form#form-EditAuditionForm ul li label {
  display: block;
}
.multiple li label {
  margin-bottom: 0;
  float: left;
  font-size: 14px;
}
form ul .show-label label,
form ul .multiple label,
form ul li label.formError {
  display: block;
}
input.text,
input.date,
input.password,
input.h,
textarea,
select {
  width: 100%;
  padding: 13px;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #444;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
input.checkbox {
  margin: 2px 10px 0 0;
  float: left;
}
.multiple input.checkbox {
  margin-top: 0;
}
.single-checkbox label {
  width: 94%;
  margin-bottom: 0;
  float: right;
}
.checkbox-4col {
  width: 25%;
  clear: none;
}
li.checkbox-4col:nth-child(4n+1),
li.multiple ul li:nth-child(4n+1) {
  clear: left;
}
.checkbox-4col label,
.multiple label {
  width: 78%;
}
input.text:focus,
input.date:focus,
input.password:focus,
input.h:focus,
textarea:focus,
select:focus {
  color: #444;
  border: 1px solid #666;
}
textarea {
  min-height: 150px;
  display: block;
  overflow: auto;
}
.help-text {
  width: 100%;
  margin: 0;
  padding: 6px 15px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  color: #777;
  font-size: 13px;
}
.required {
  color: #c00;
}
label.formError,
span.formError {
  width: 100%;
  margin: 0;
  padding: 6px 15px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #CC5249;
  color: #fff;
  font-size: 13px;
}
input.formError,
textarea.formError,
select.formError {
  border: 1px solid #CC5249;
}
input.formError:focus,
textarea.formError:focus,
select.formError:focus {
  border: 1px solid #c00;
}
input.submit,
a.submit,
input.submit2,
a.submit2 {
  cursor: pointer;
}
.landing-buttons a.submit {
  float: left;
  clear: none;
  margin: 0 20px 0 0;
}
a.form-link {
  margin: 0 0 30px;
  font-size: 14px;
}
.dob .select-target.select-theme-default {
  width: 31%;
  margin: 0 22px 0 0;
  float: left;
}
.dob .select-target.select-theme-default:last-child {
  margin: 0;
}
.clear-submit {
  clear: both !important;
}
#back-to-auditions {
  float: left;
  margin-bottom: 20px;
}
/*------------------------------------------------------------*/
/*  JOB LISTING */
/*------------------------------------------------------------*/
.subnav .job-search ul li input.text {
  width: 230px;
}
.job-cats {
  text-align: center;
}
.job-cats a {
  margin: 4px 4px 5px 5px;
  position: relative;
}
.job-list {
  padding: 30px 0;
  background: url(../../Images/layout/job-list-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.job {
  margin: 0 0 30px;
  padding: 35px 25px;
  position: relative;
  border-left: 4px solid #6b40e4;
}
.job:nth-child(3n-2) {
  border-left: 4px solid #6b40e4;
}
.job:nth-child(3n-1) {
  border-left: 4px solid #3c97eb;
}
.job:nth-child(3n) {
  border-left: 4px solid #ee1e7b;
}
.job .job-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.job .job-image .already-applied-for-job {
  position: absolute;
  z-index: 10;
  text-align: center;
  background-color: #6b40e4;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 0;
  color: white;
}

.job:nth-child(3n-2) .job-image .already-applied-for-job {
  background-color: #6b40e4;
}
.job:nth-child(3n-1) .job-image .already-applied-for-job {
  background-color: #3c97eb;
}
.job:nth-child(3n) .job-image .already-applied-for-job {
  background-color: #ee1e7b;
}

.job .job-image a {
  width: 120px;
  height: 120px;
  display: block;
}
.job .job-image img {
  width: auto;
  max-width: none;
  min-height: 120px;
  margin: 0;
  display: inline !important;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.job .job-content {
  margin-right: 160px;
}
.job .job-content h3 {
  margin: 8px 0;
  clear: none;
  font-size: 18px;
  text-transform: none;
  line-height: 1.3;
}
.job .job-content h3 a {
  color: #444;
}
.job .job-content p {
  margin: 0 0 5px;
  font-family: 'pt-serif', serif;
  font-size: 14px;
}
.job .job-content p.job-date {
  font-style: italic;
}
.job .job-content a.button-dark-grey.desktop {
  position: absolute;
  right: 32px;
  top: 50%;
  margin: -17px 0 0;
}
.pagination {
  width: 100%;
  margin: 0 0 10px;
  clear: both;
  color: #fb7f01;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pagination a {
  margin: 0 5px;
}
.job-newsletter {
  padding: 40px 0;
  background: url(../../Images/layout/login-background.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.job-newsletter .fl {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #696d74;
}
.job-newsletter .fr {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.job-newsletter h2,
.job-newsletter p {
  color: #fff;
}
.job-details {
  background-color: #fcfcfc;
  border-top: 1px solid #e2dfdf;
  border-bottom: 1px solid #e2dfdf;
}
.job-details .fifty {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.job-details .suspended {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 4px solid #ed145b
}
.job-details .fifty:first-child {
  border-right: 1px solid #e2dfdf;
}
.job-details h2 {
  font-size: 18px;
}
.job-details ul li {
  width: 100%;
  margin: 0 0 8px;
  display: block;
  float: left;
  clear: both;
}
.job-details ul li strong {
  width: 135px;
  float: left;
  text-transform: uppercase;
}

.job-details ul li ul {
  float: left;
}

.job-details ul li ul li:last-child {
  margin-bottom: 0;
}
.social-media {
  position: absolute;
  top: 20px;
  right: 30px;
}
.sharrre a {
  width: 30px;
  height: 0;
  margin: 0 0 0 10px;
  padding: 30px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  opacity: 0.6;
  background-image: url(../../Images/layout/icons-tweet-like.png);
  vertical-align: middle;
}
.sharrre a:hover {
  opacity: 1;
}
.sharrre a.tweet {
  width: 29px;
  background-position: 0 0;
}
.sharrre a.like {
  background-position: -29px 0;
}
/*------------------------------------------------------------*/
/*  LOGIN  */
/*------------------------------------------------------------*/
.login {
  padding: 50px 0 150px;
  background: url(../../Images/layout/login-background.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
  color: #fff;
}
.login h1,
.login h2,
.login label,
.login a {
  color: #fff;
}
.login input.text,
.login input.password,
.job-newsletter input.text,
.job-newsletter input.password {
  background-color: transparent;
  border: 1px solid #96989c;
  color: #fff;
}
.job-newsletter input.text,
.job-newsletter input.password {
  width: 50%;
}
.login h1 {
  padding: 0 0 20px;
  border-bottom: 1px solid #40424a;
  border-bottom: 1px solid rgba(150, 152, 156, 0.2);
}
.login h2.section-break {
  padding: 30px 0 0;
  border-top: 1px solid #40424a;
  border-top: 1px solid rgba(150, 152, 156, 0.2);
}
.login input#field-email,
.login input#field-password,
.client-login input#field-email_address {
  padding-left: 55px;
  background-position: 21px center;
  background-repeat: no-repeat;
}
.login input#field-email,
.client-login input#field-email_address {
  background-image: url(../../Images/layout/icon-username.png);
}
.login input#field-password {
  background-image: url(../../Images/layout/icon-password.png);
}
.submit-float {
  margin: 0 0 30px;
  float: left;
  clear: none;
  width: auto;
}
.client-login input.text,
.client-login input.password {
  font-family: 'effra', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px;
}
.client-login input::-webkit-input-placeholder {
  color: #fff;
}
.client-login input:-moz-placeholder {
  color: #fff;
}
.client-login input::-moz-placeholder {
  color: #fff;
}
.client-login input:-ms-input-placeholder {
  color: #fff;
}
/*------------------------------------------------------------*/
/*  CLIENT REGISTER  */
/*------------------------------------------------------------*/
.client-register form li input,
.client-search input.text,
.client-search textarea {
  border: 1px solid #e2dfdf;
}
.client-register form li {
  margin: 0 0 29px;
}
/*------------------------------------------------------------*/
/*  CLIENT SEARCH  */
/*------------------------------------------------------------*/
.client-search h1 {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e6e6e6;
}
.client-search .main-label,
.client-search label[for='field-gender'],
.client-search label[for='field-location'],
.client-search label[for='field-ethnicity'],
.client-search label[for='field-attributes'],
.client-search label[for='field-info'],
.client-search label[for='field-shoot_date'] {
  font-family: 'effra', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.client-search .main-label.negative {
  margin-bottom: -10px;
  display: block;
}
.client-search label {
  text-transform: uppercase;
  display: block;
}
.client-search #field-shoot_date,
.client-search #field-location {
  width: 225px;
}
.client-search #field-shoot_date {
  background: #fff url(../../Images/layout/date-icon.png) center right no-repeat;
}
.client-search .mini-select {
  width: 225px;
  clear: none;
}
.client-search .mini-select.first {
  margin-right: 24px;
}
.client-search .mini-select a {
  height: 29px;
  line-height: 29px;
  font-size: 14px;
}
.client-search .mini-select .select-target.select-theme-default b {
  width: 30px;
  height: 29px;
  background: #373e49 url(../../Images/layout/arrows-select-small.png) 0 0 no-repeat;
}
.client-search .mini-select .select-target.select-theme-default.select-target-focused b {
  background: #373e49 url(../../Images/layout/arrows-select-small.png) -29px 0 no-repeat;
}
.client-search form ul li.multiple ul li {
  width: 33%;
}
.client-search .gender ul li {
  width: 90px !important;
}
.client-search .grey {
  padding: 28px;
  background: #edebeb;
  margin: 0 0 30px;
  width: 667px;
}
.client-search input.text {
  padding: 5.5px 13px;
}
.button-wide {
  padding: 11px 10px 13px 10px;
}
.client-tagline {
  height: 74px;
  padding: 0;
}
/*------------------------------------------------------------*/
/*  CLIENT POINTS  */
/*------------------------------------------------------------*/
.client-points h1 {
  font-size: 40px;
  text-transform: none;
  font-weight: 400;
  background: #3495ee;
  color: #c4e0fb;
  padding: 25px 29px;
}
.client-points h1 span {
  float: inherit;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'effra', sans-serif;
  color: #fff;
}
.client-points h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 7px;
}
.client-points h3 {
  margin: 0 0 5px;
  font-size: 16px;
}
.client-points table {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 25px;
  width: 100%;
  background: #fff;
}
.client-points table h3 {
  margin: 0;
}
.client-points tr {
  border-bottom: 1px solid #e6e6e6;
}
.client-points tr td {
  border-right: 1px solid #e6e6e6;
}
.client-points tr td:last-child {
  border-right: none;
}
.client-points td {
  padding: 18px;
  font-size: 14px;
  text-transform: uppercase;
}
.client-points td.date,
.client-points td.points,
.client-points td.points-earned {
  width: 24%;
}
/*------------------------------------------------------------*/
/*  PROFILE  */
/*------------------------------------------------------------*/

.profile-header {
  color: #D6DEE8;
  background: #373E49 url('/Media/profile/backgrounds/profile-background.png') no-repeat center center;
  background-size: cover;
}

/* profile-header */

.profile-header .sharrre-tweet a {
  background: url(../../Images/layout/x-twitter-icon.png) no-repeat;
  padding:0;
}

.js-facebook-share {
  background: url(../../Images/layout/facebook-icon.png) no-repeat;
}

.profile-header .sharrre-tweet a,
.js-facebook-share {
  opacity: 0.6;
  height: 26px;
  width: 26px;
  color: transparent !important;
  display: inline-block;
  vertical-align: bottom;
}

.profile-header .sharrre-tweet a:hover,
.js-facebook-share:hover {
  opacity: 1;
}

.subnav.profile-nav {
  background: none;
  border-bottom: 0;
  border-bottom: 1px solid #A0ABB9;
}

.subnav.profile-nav ul,
.subnav.profile-nav-plane ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  flex-wrap: wrap;
  row-gap: 13px;
}

.subnav.profile-nav-plane ul a {
  line-height: 1em;
}

.subnav.profile-nav ul li:first-child {
  margin-left: 0;
}

.subnav.profile-nav ul li:last-child {
  margin-right: 0;
}

.subnav.profile-nav a {
  border-color: #A0ABB9;
  color: #ffffff;
}

.subnav.profile-nav a:hover,
.subnav.profile-nav a.current {
  border-color: #EE1E7B;
}

.profile-light-background-block {
  background: #E9E7F2 url('/Media/profile/backgrounds/symbol-background.png') no-repeat center center;
  background-size: cover;
}

.profile-main-image {
  width: 304px;
  height: 304px;
  background-color: #ccc;
}
.profile-block h2 {
  margin: 0 0 15px;
}
.profile-header p.important {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.profile-header p.important span {
  font-weight: 700;
  color: #EE1E7B;
}
.profile-link {
  position: relative;
  display: flex;
  align-items: center;
}
.profile-link h3 {
  float: left;
  font-size: 15px;
  color: #D6DEE8;
  letter-spacing: 0.38px;
  margin: 0;
}
.profile-link input {
  padding: 10px 110px 10px 15px;
  font-family: 'effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: none;
  letter-spacing: 1px;
  flex-grow: 1;
  margin-left: 21px;
  border-radius: 7px;
  background: #454D5B;
  color: #ffffff;
  border: none;
  line-height: 24px;
}
.share-link {
  padding: 0 0 0 15px;
  position: absolute;
  top: 18px;
  right: 21px;
  background: url(../../Images/layout/icon-link.png) 0 0 no-repeat;
  font-family: 'effra', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #68ADED;
}
.share-link:hover {
  text-decoration: underline;
}

#memberInfo h2 {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
}

#memberInfo .subtitle {
  text-transform: uppercase;
  color: #A0ABB9;
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 20px;
}

#memberInfo hr {
  margin: 21px 0;
  border: none;
  border-top: #A0ABB9 1px solid;
}

.user-flags {
  margin: 26px 0;
}

ul.profile-details {
  line-height: 1.6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
ul.profile-details li {
  clear: both;
  background-color: #ffffff;
  padding: 12px 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
ul.profile-details span.profile-label {
  color: #A0ABB9;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

ul.top-profile-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

ul.top-profile-details li {
  display: flex;
}

ul.top-profile-details span.profile-label {
  text-transform: uppercase;
  display: inline-block;
  max-width: 125px;
  flex-grow: 1;
}

.acting-dancing-institute {
  margin: 20px 0 0;
  line-height: 1.4;
}
.acting-training-warning {
  margin: 25px 0 0;
  padding: 10px 10px 10px 70px;
  background: #D5E8FF;
  border: 1px solid #5D95EC;
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
.acting-training-warning i {
  width: 55px;
  height: 48px;
  display: block;
  position: absolute;
  top: -6px;
  left: 10px;
  background: url(../../Images/actor-dancer-warning.png) 0 0 no-repeat;
}
.profile-talents {
  padding: 40px 0 20px;
  border: none;
  color: #fff;
}
.profile-talents h2 {
}

.profile-talent-categories {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    row-gap: 20px;
    column-gap: 20px;
}

.profile-talent-categories img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.profile-talent-categories .other-category {
  background: #373E49 url(../../Media/profile/categories/other-category.png) no-repeat center 15px;
  background-size: 73px;
  width: 105px; /* Double normal category + gap - padding */
  height: 35px;
  padding: 90px 20px 20px 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 17px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.profile-talent-categories .other-category:after {
  content: '';
  background: url(../../Media/profile/categories/other-category.png) no-repeat center 10px;
  background-size: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.15;
}

.talent {
  height: 15px;
  float: left;
  margin: 0 25px 20px 0;
  padding: 0 0 0 27px;
  position: relative;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 15px;
}
.talent i,
.job-cats a i {
  width: 21px;
  height: 15px;
  display: block;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../Images/layout/icons-talent.png);
  background-repeat: no-repeat;
}
.job-cats a i {
  top: 13px;
  left: 12px;
}
.job-cats a.all,
.job-cats a.other {
  padding: 16px 20px 18px 20px;
}
i.actor {
  background-position: 0px 0px;
}
i.behind {
  background-position: -21px 0px;
}
i.dancer {
  background-position: -42px 0px;
}
i.magazine {
  background-position: -63px 0px;
}
i.model {
  background-position: -84px 0px;
}
i.musician {
  background-position: -105px 0px;
}
i.reality {
  background-position: -126px 0px;
}
i.singer {
  background-position: -147px 0px;
}
i.extra {
  background-position: -168px 0px;
}
i.game {
  background-position: -189px 0px;
}
.job-cats a i.other {
  background: none;
}
#aboutme,
#experience {
  background-color: white;
  padding: 32px 40px 40px;
  border-top: 6px solid black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

#aboutme {
  margin-bottom: 60px;
  border-color: #6B40E4;
}

#experience {
  border-color: #EE1E7B;
}

#photoGallery a {
  height: 225px;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#photoGallery a.pgImage,
#photoGallery a.mainImage,
#photoGallery a.mainImageThumb {
  background-color: #f5f5f5;
  text-align: center;
}

.profile-block a img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top;
}

.profile-pictures-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

#photoGallery .profile-pictures-wrapper a.pgImage {
  background-color: #ffffff;
  height: 160px;
  padding: 10px;
  margin-bottom: 0;
}

.intro-video-block {
  color: #D6DEE8;
  background: #373E49 url('/Media/profile/backgrounds/profile-video-background.png') no-repeat center center;
  background-size: cover;
}

.self-intro-video a img {
  max-height: 553px;
  max-width: 980px;
}

.self-intro-video .video {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}
.videos a img {
  position: static;
  transform: none;
}

.videos a {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.videos a:after {
  content: "";
  background: url('/Media/profile/play-icon-white.png') no-repeat center center;
  background-color: rgba(55,62,73, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 50px 50px;
  transition: background-color 0.3s ease;
}

.videos a:hover:after {
  background-color: rgba(55,62,73, 0.7);
}

.self-intro-video.videos a {
  min-width: 250px;
}

.self-intro-video a::after {
  background-size: unset;
}

.videos.profile-block {
  /* margin-bottom: 12px; */
}

.videos.profile-block .video {
  padding: 10px;
}

.video-outer {
  overflow: hidden;
  height: 164px;
}

.video-outer a {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.video h3 {
  padding: 20px 0 10px;
  margin: 0 16px;
  font-size: 16px;
}

.voice-clips h3 {
  padding: 18px 0;
  margin: 0 16px;
  border-bottom: 1px solid #D6DEE8;
}

.voice-clips .plyr--audio .plyr__controls {
  border: none;
}

#photoGallery a.mainImageThumb {
  float: none;
}
#photoGallery a.mainImage {
  /*width: 313px;*/
  /*height: 393px;*/
}
#photoGallery.wide {
  width: 100%;
}
#photoGallery a {
  margin-bottom: 20px;
}
#photoGallery ul li {
  width: 46%;
  margin: 0 20px 0 0;
  float: left;
}
#photoGallery ul li:nth-child(2n) {
  margin-right: 0;
}
#photoGallery ul li a.submit {
  margin: 0 15px 15px 0;
  clear: none;
}
.videos .white {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
/*------------------------------------------------------------*/
/*  Z CARD  */
/*------------------------------------------------------------*/
.zcard {
  position: relative;
  margin-bottom: 10px;
  line-height: 26px;
}
#zcardgen {
  margin-top: 10px;
}

#form-ProfileZcard ul li label {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
#form-ProfileZcard ul li {
  width: auto;
  clear: none;
  height: 44px;
  line-height: 44px;
  margin: 0;
}
#form-ProfileZcard ul li input.checkbox {
  /* appearance: none; */
  border: 1px solid #2986DD;
  height: 22px;
  width: 22px;
  margin-top: 14px;
}
#form-ProfileZcard ul li input.checkbox:checked {
  background-color: #2986DD;
}

.z-card-example {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.z-card-example > div {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 105px;
}

/* Make the first one line up on the left of the content but look like the spacing is the same */
.z-card-example > div:first-child {
  min-width: unset;
  margin-right: 10px;
}

.z-card-example img {
  height: 74px;
}

.z-card-divider {
  background: url('/Images/layout/z-card-plus-icon.png') no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px !important;
  min-width: unset !important;;
  margin-top: 30px;
  flex-shrink: 0;
}

/*------------------------------------------------------------*/
/*  PROFILE TABS  */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*  EDIT PROFILE  */
/*------------------------------------------------------------*/
#editProfile:after {
  content: "";
  display: table;
  clear: both;
}
#editProfile a {
  margin: 0 0 0 20px;
  float: right;
  clear: none;
}
#editProfile a.fb-share {
  float: left;
  margin: 0;
}
#editProfile a.share-link {
  float: left;
  position: relative;
  width: 115px;
}
#editProfile #get-link {
  display: block;
  position: absolute;
  width: auto;
  left: -82px;
  top: 40px;
  width: 300px;
  padding: 15px;
  color: #000000;
  cursor: default;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 5px 5px 5px 5px;
  background: url("../../Images/layout/body-bg.jpg") repeat scroll 0 0 transparent;
}
#editProfile #get-link input {
  width: 100%;
  border: 0;
  padding: 2px;
  margin: 5px 0;
  text-align: center;
}
#my-account-notice {
  margin: 0;
  width: 100%;
  text-align: center;
}

.gallery-image-swap-button {
  height: auto !important;
}

.gallery-image-swap-button.selected:hover {
  color: white !important;
}

.gallery-image-swap-button.selected {
  background-color: #ed145b;
  border-color: #ed145b;
}

/*------------------------------------------------------------*/
/*  MY ACCOUNT  */
/*------------------------------------------------------------*/

.account-border-right {
  border-right: 1px solid #ccc;
  padding-right: 24px;
  width: 615px;
}

/*------------------------------------------------------------*/
/*  MEET THE TEAM  */
/*------------------------------------------------------------*/
#the-team {
  width: 972px;
  height: 394px;
  position: relative;
}
.bio {
  width: 360px;
  padding: 15px;
  display: none;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  background-color: #FFF;
  border: 3px solid #0293C1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  font-size: 0.875em;
}
.bio-right {
  right: 20px;
  left: auto;
}
a.show-bio {
  position: absolute;
  background: url('../../Images/layout/transparent.gif') 0 0 no-repeat;
}
a.natalie {
  width: 113px;
  height: 269px;
  top: 107px;
  left: 15px;
}
a.gemma {
  width: 85px;
  height: 265px;
  top: 114px;
  left: 128px;
}
a.steve {
  width: 110px;
  height: 303px;
  top: 77px;
  left: 213px;
}
a.lee {
  width: 105px;
  height: 311px;
  top: 71px;
  left: 323px;
}
a.jay {
  width: 108px;
  height: 344px;
  top: 39px;
  left: 428px;
}
a.corinne {
  width: 96px;
  height: 280px;
  top: 104px;
  left: 536px;
}
a.martin {
  width: 94px;
  height: 280px;
  top: 100px;
  left: 632px;
}
a.faye {
  width: 106px;
  height: 270px;
  top: 110px;
  left: 726px;
}
a.daryl {
  width: 130px;
  height: 300px;
  top: 77px;
  left: 832px;
}
/*------------------------------------------------------------*/
/*  PAYMENT  */
/*------------------------------------------------------------*/

.payment-page {
  color: #ffffff;
  background: #373E49 url('/Media/profile/backgrounds/profile-background.png') no-repeat center center;
  background-size: cover;
  text-align: center;
}
.payment-page h1,
.payment-page h2 {
  color: #ffffff;
}

.payment-page hr {
  border-color: #A0ABB9; 
}

.payment-page h1 {
  font-size: 40px;
  margin: 50px 0;
}

.payment-page h2 {
  font-size: 24px;
  margin: 50px 0 20px;
}

#payment-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 23px;
  margin-bottom: 80px;
}


#payment-options form {
  width: 100%;
}

.payment-option-6-months {
  --payment-color: #EE1E7B;
  --payment-hover-color: #B80756;
}

.payment-option-12-months {
  --payment-color: #2986DD;
  --payment-hover-color: #0F5494;
}

.payment-option-1-month {
  --payment-color: #6B40E4;
  --payment-hover-color: #3F17AF;
}

.payment-option {
  flex-grow: 1;
  border: 3px solid var(--payment-color);
  background: #ffffff;
  color: #686868;
  padding: 40px 30px 40px;
  margin: 0 !important;
}

.payment-option h3 {
  color: #061F56;
  margin-bottom: 17px;
}

.payment-option button {
  background: var(--payment-color);
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 14px 46px;
  border: none;
  border-radius: 7px;
  width: 100%;
  cursor: pointer;
  font-family: 'effra', sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.payment-option button:hover {
  background: var(--payment-hover-color);
}

#payment-provider p {
  line-height: 22px;
  font-size: 15px;
}

#paypal-solution img {
  margin-bottom: 20px;
}

#subNotPaid {
  margin-bottom: 50px;
  line-height: 22px;
}

.payment-option-price {
  margin-bottom: 19px;
  color: var(--payment-color);
  font-size: 76px;
  font-weight: 700;
}

.payment-option-price span {
  font-weight: 400;
}
.payment-option-price small {
  font-size: 36px;
}

.payment-option-price .per-month {
  font-size: 22px;
}

.currency-symbol {
  font-size: 22px;
  vertical-align: super;
  line-height: 22px;
}

.payment-option li {
  font-size: 16px;
  margin: 16px 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
  float: none;
}

.payment-option li:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

/*------------------------------------------------------------*/
/*  PAYMENT SUCCESS */
/*------------------------------------------------------------*/
.ps-left {
  width: 470px;
  float: left;
}
.ps-right {
  width: 330px;
  padding: 15px;
  float: right;
  background-color: #fff;
  border: 1px solid #d2d2d0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  color: #0293c1;
}
/*------------------------------------------------------------*/
/*  SUMMARY  */
/*------------------------------------------------------------*/
dl {
  width: 512px;
  margin: 0 auto;
}
dl:after {
  content: "";
  display: table;
  clear: both;
}
dt,
dd {
  margin: 0 0 15px;
  padding: 0 0 5px;
  float: left;
  border-bottom: 1px solid #ccc;
}
dt {
  width: 250px;
  clear: both;
  color: #0293C1;
}
dd {
  width: 262px;
}
/*------------------------------------------------------------*/
/*  SUMMARY  */
/*------------------------------------------------------------*/
.pp-button {
  width: 250px;
  float: right;
}
.pp-button + h3 {
  clear: none;
}
/*------------------------------------------------------------*/
/*  Static Pages  */
/*------------------------------------------------------------*/
.why-us {
  position: relative;
  font-size: 19px;
  background: url(../../Images/layout/notepad.png) no-repeat;
  padding: 20px 44px 70px 115px;
  height: 1210px;
}
.why-us p {
  line-height: 1.3em;
}
.wf-caflischscriptpro-n4-active .why-us {
  font-size: 22px;
}
.why-us .mini-gemma {
  position: absolute;
  bottom: 90px;
  left: 275px;
}
#casting-for-page li {
  width: 154px;
  height: 110px;
  margin: 0 20px 30px;
  float: left;
  text-align: center;
}
#casting-for-page img {
  margin: 0 0 10px;
  border: 1px #CCC solid;
}
#contact-details {
  width: 600px;
}
#contact-details li {
  font-size: 125%;
}
#contact-address {
  float: left;
}
#contact-email,
#contact-phone {
  float: right;
  clear: right;
  text-align: left;
  width: 50%;
  padding: 0 0 10px 0;
}
#contact-email:before {
  content: 'E: ';
}
#contact-phone:before {
  content: 'T: ';
}
#contact-details-other {
  margin: 30px 0;
  clear: both;
}
#landing-page-content p {
  font-size: 12px;
}
/*------------------------------------------------------------*/
/*  DEBUG                                                     */
/*------------------------------------------------------------*/
#debug {
  display: none;
  width: 400px;
  max-height: 80%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: scroll;
  background: #6b40e4;
  color: #fff;
  font-family: 'PT Mono', monospace;
  font-size: 13px;
  line-height: 1.2;
}
#debug p {
  margin: 0;
}
#queryLog ul {
  margin: 20px 0 0;
  padding: 0;
}
#queryLog li {
  margin: 0 0 6px;
  padding: 3px;
  list-style-type: none;
}
#queryLog li:hover {
  background-color: #5533b6;
}
#queryLog .time {
  float: right;
}
/*------------------------------------------------------------*/
/*  My Applications                                           */
/*------------------------------------------------------------*/
#my-applications {
  width: 100%;
  margin: 40px 0 0;
}
#my-applications th {
  padding: 0 10px 10px;
  border-bottom: 1px solid #aaa;
  font-weight: 300;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
#my-applications td {
  text-align: left;
}
#my-applications tbody td {
  padding: 15px 10px;
  border-bottom: 1px solid #d6d6d6;
}
#my-applications-paging {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#my-applications-paging .PageLink,
#my-applications-paging .MorePages {
  padding: 5px;
  margin: 0 2px;
  border: #000 solid 1px;
  background-color: #fff;
}
#my-applications-paging .MorePages {
  cursor: default;
}
#my-applications-paging .PageLink.CurrentPage {
  cursor: default;
  background-color: #ddd;
}
#my-applications-paging .PageLink:hover {
  background-color: #ccc;
}
/*------------------------------------------------------------*/
/*  Testimonial                                               */
/*------------------------------------------------------------*/
#testimonial {
  width: 476px;
  margin: 0 0 30px 30px;
  float: right;
}
#testimonial img {
  float: left;
  margin: 0 10px 10px 0;
}
#testimonial p {
  color: #0293C1;
}
.like-what-you-hear h2 {
  font-size: 60px;
}
.like-what-you-hear .member-cta {
  width: auto;
  height: auto;
  padding: 0 50px;
  background-color: transparent;
  border: none !important;
  color: #fff;
  text-align: left;
  line-height: 1;
}
.like-what-you-hear .member-cta:hover {
  background-color: transparent;
}
.like-what-you-hear a.member-cta-left span i.icon,
.like-what-you-hear a.member-cta-left:hover span i.icon {
  background: url(../../Images/layout/icon-user-white.png) 0 0 no-repeat !important;
  opacity: 0.4;
}
.like-what-you-hear a.member-cta-left:hover span i.icon {
  opacity: 0.8;
}
.like-what-you-hear a.member-cta-right span i.icon,
.like-what-you-hear a.member-cta-right:hover span i.icon {
  background: url(../../Images/layout/icon-star-white.png) 0 0 no-repeat !important;
  opacity: 0.4;
}
.like-what-you-hear a.member-cta-right:hover span i.icon {
  opacity: 0.8;
}
.like-what-you-hear a.member-cta span i.arrow,
.like-what-you-hear a.member-cta:hover span i.arrow {
  background: url(../../Images/layout/icon-arrow-white.png) 0 0 no-repeat !important;
  opacity: 0.4;
}
.like-what-you-hear a.member-cta:hover span i.arrow {
  opacity: 0.8;
}
/*------------------------------------------------------------*/
/*  Accordion                                                 */
/*------------------------------------------------------------*/
.accordion ol li {
  margin: 0 0 20px;
}
.accordion ol li a {
  height: 45px;
  padding: 0 0 0 24px;
  display: block;
  background-color: #efefef;
  border-bottom: 1px solid #dadada;
  line-height: 45px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.accordion ol li a span {
  width: 50px;
  height: 45px;
  position: relative;
  background: #373e49 url(../../Images/layout/faq.png) 0 0 no-repeat;
  float: right;
}
.accordion ol li a.open span {
  background: #373e49 url(../../Images/layout/faq.png) -50px 0 no-repeat;
}
.accordion ol li a span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  left: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #373e49;
}
.accordion ol li ol,
.accordion ol li .offer_detail,
.accordion ol li .content,
ul#result {
  margin: 20px 0 0;
  padding: 21px 30px;
  display: none;
  background: #fff;
  border: 1px solid #efefef;
}
.faq-tree ol li ol {
  display: block;
}
.suggestions {
  margin: 20px 0 0;
  padding: 21px 30px;
  background: #fff;
  border: 1px solid #efefef;
}
/*------------------------------------------------------------*/
/*  Faq                                                       */
/*------------------------------------------------------------*/
ul#result {
  margin: 0 0 20px;
}
.faq-tree ol li ol li,
ul#result li,
.suggestions .suggestion {
  margin: 9px 0;
}
.faq-tree ol li ol li a,
.suggestions .suggestion {
  height: auto;
  padding: 0;
  display: inline;
  background: none;
  border: none;
  line-height: 1;
  color: #2986dd;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}
.suggestions .suggestion {
  display: block;
  text-align: left !important;
}
.faq-tree ol li ol li a span {
  display: none;
}
.faq-tree ol li ol ol {
  margin: 0 0 0 20px;
  padding: 0;
  display: block;
  background-color: transparent;
  border: none;
}
.faq-answer {
  padding: 25px 0;
  border-bottom: 1px solid #e2dfdf;
}
.faq-answer p {
  margin: 0;
}
.faq-answer p strong {
  font-size: 18px;
}
/*------------------------------------------------------------*/
/*  Home slider                                               */
/*------------------------------------------------------------*/
.banner {
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: auto;
  text-align: center;
}
.shoot-images {
  margin: 0 0 30px;
}
.shoot-images .slick-slide {
  background-color: #373e49;
}
.shoot-images img {
  margin: 0 auto;
  max-height: 400px;
}
.banner .slide {
  min-height: 600px;
  padding: 0;
  float: left;
  display: block;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
}
.banner .slide-title {
  margin-top: 160px;
  margin-bottom: 40px;
  color: #fff;
  font-family: 'effra', sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.banner a.slide-button-no-title {
  margin: -21px 0 0 -70px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.banner button,
.shoot-images button,
.working-with button {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin: -30px 0 0;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
}
.working-with button {
  border: none;
}

.banner button:hover,
.shoot-images button:hover,
.working-with button:hover {
  background: #fff;
  background: rgba(0, 0, 0, 0.25);
  transition: background ease 0.2s;
}
.banner button.slick-prev,
.shoot-images button.slick-prev,
.working-with button.slick-prev {
  left: -58px;
  background-image: url(../../Images/layout/arrow-slider-prev-black.png);
  background-position: 20px center;
  background-repeat: no-repeat;
}
.banner button.slick-next,
.shoot-images button.slick-next,
.working-with button.slick-next {
  right: -58px;
  background-image: url(../../Images/layout/arrow-slider-next-black.png);
  background-position: 23px center;
  background-repeat: no-repeat;
}
/*------------------------------------------------------------*/
/*  Home features                                             */
/*------------------------------------------------------------*/
.home-features {
  padding: 30px 0 40px;
}
/*------------------------------------------------------------*/
/*  Home member ctas                                          */
/*------------------------------------------------------------*/
a.member-cta {
  width: 50%;
  height: 92px;
  padding: 0 70px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #e2dfdf;
  border-bottom: 1px solid #e2dfdf;
  color: #303236;
  font-family: 'effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 92px;
}
a.member-cta:hover {
  background-color: #f8f8f8;
  color: #3c97eb;
}
a.member-cta-left {
  text-align: right;
  border-right: 1px solid #e2dfdf;
}
a.member-cta-right {
  text-align: left;
}
a.member-cta span {
  position: relative;
}
a.member-cta span i.icon {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: -10px;
  left: -45px;
}
a.member-cta-left span i.icon {
  background: url(../../Images/layout/icon-home-user.png) 0 0 no-repeat;
}
a.member-cta-left:hover span i.icon {
  background: url(../../Images/layout/icon-home-user.png) 0 -35px no-repeat;
}
a.member-cta-right span i.icon {
  width: 30px;
  height: 29px;
  top: -8px;
  background: url(../../Images/layout/icon-home-star.png) 0 0 no-repeat;
}
a.member-cta-right:hover span i.icon {
  background: url(../../Images/layout/icon-home-star.png) 0 -29px no-repeat;
}
a.member-cta span i.arrow {
  width: 14px;
  height: 23px;
  display: block;
  position: absolute;
  top: -5px;
  right: -30px;
  background: url(../../Images/layout/arrow-home.png) 0 0 no-repeat;
}
a.member-cta:hover span i.arrow {
  background: url(../../Images/layout/arrow-home.png) 0 -23px no-repeat;
}
/*------------------------------------------------------------*/
/*  Home grid                                                 */
/*------------------------------------------------------------*/
.home-grid {
  height: 506px;
  position: relative;
}
.grid-image-1 {
  background: url(../../Images/layout/home-grid-1.jpg) center center no-repeat;
}
.grid-image-2 {
  background: url(../../Images/layout/home-grid-2.jpg) center center no-repeat;
}
.grid-image-3 {
  background: url(../../Images/layout/home-grid-3.jpg) center center no-repeat;
}
.grid-image-4 {
  background: url(../../Images/layout/home-grid-4.jpg) center center no-repeat;
}
.grid-image {
  height: 253px;
  position: absolute;
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
}
.grid-image-top {
  top: 0;
}
.grid-image-bottom {
  bottom: 0;
}
.grid-image-right {
  right: 0;
  left: 75%;
}
.grid-image-left {
  left: 0;
  right: 75%;
}
.grid-content {
  position: relative;
  z-index: 2;
}
.grid-content .fifty,
.grid-content .twentyfive {
  height: 253px;
  text-align: center;
  color: #fff;
}
.grid-content .purple {
  background-color: #6b40e4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-content .purple:hover {
  background-color: #ed145b;
}
.grid-content .grey {
  background-color: #3a3f4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-content .grey:hover {
  background-color: #6b40e4;
}
.grid-content .blue {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3c97eb;
}
.grid-content .blue p.title {
  font-weight: 700;
  line-height: 1.4em;
}
.grid-content .purple,
.grid-content .grey {
  padding: 75px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-content-1 {
  background: url(../../Images/layout/grid-content-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.grid-content-2 {
  background: url(../../Images/layout/grid-content-2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.grid-content-3 {
  background: url(../../Images/layout/grid-content-3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.grid-content h3 {
  color: #fff;
  line-height: 1.3;
}
/*------------------------------------------------------------*/
/*  Home our auditions                                        */
/*------------------------------------------------------------*/
.home-auditions {
  height: 380px;
  padding: 60px 0 0;
  clear: both;
  background: url(../../Images/layout/home-auditions.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-auditions h2 {
  color: #fff;
}
.home-auditions p {
  margin: 0 0 40px;
  color: #acadaf;
}
/*------------------------------------------------------------*/
/*  Home Twitter and Insta                                    */
/*------------------------------------------------------------*/
#twitterfeed ul {
  width: 100%;
  margin: 0 0 20px;
}
#twitterfeed ul li {
  width: 50%;
  float: left;
  color: #fff;
  text-align: center;
}
#twitterfeed ul li img {
  margin: 0 0 10px;
  border: 3px solid #fff;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#twitterfeed ul li p.tw-user {
  font-weight: 700;
}
#twitterfeed ul li p.pt {
  color: #c0c1c3;
  font-size: 15px;
  line-height: 1.3;
}
.home-twitter-insta {
  padding: 20px 0 20px;
  background: url(../../Images/layout/home-insta.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-twitter-insta h3 {
  color: #fff;
}
.home-twitter,
.home-insta,
.home-facebook {
  height: 300px;
  margin: 0;
  padding: 30px 0 50px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  text-align: center;
}
.home-twitter,
.home-facebook {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.home-facebook {
  padding-right: 35px;
}
.home-insta {
  padding-left: 35px;
}
.home-insta #instafeed {
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 1;
  vertical-align: bottom;
  justify-content: normal;
  justify-items: first baseline;
  align-content: center;
}
.home-insta #instafeed > ul {
  flex-grow: 1;
}
.home-insta img {
  width: 80px;
  height: 80px;
  margin: 0 15px 20px 0;
  float: left;
  border: 3px solid #fff;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}
.home-insta a:hover img,
#twitterfeed ul li img:hover {
  position: relative;
  top: -3px;
  opacity: 0.7;
}
.home-facebook .fb-page {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
/*------------------------------------------------------------*/
/*  SOCIAL BAR  */
/*------------------------------------------------------------*/
.social-bar {
  padding: 60px 20px;
  background-color: #EE1E7B;
  color: #fff;
}
.social-bar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-bar * {
  color: #fff;
}
.social-bar h3 {
  font-size: 32px;
  line-height: 36px;
}
.social-bar p {
  color: #fff;
  font-size: 14px;
}
.social-bar a {
  width: 44px;
  height: 0;
  margin: 0 10px;
  padding: 44px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  background-image: url(../../Images/layout/social-bar.png?2);
}
.social-bar a.twitter {
  background-position: 0 0;
}
.social-bar a.facebook {
  background-position: -82px 0;
}
.social-bar a.youtube {
  background-position: -164px 0;
}
.social-bar a.instagram {
  background-position: -246px 0;
}
.social-bar a.snapchat {
  background-position: -328px 0;
}
.social-bar a.twitter:hover {
  background-position: 0 -44px;
}
.social-bar a.facebook:hover {
  background-position: -82px -44px;
}
.social-bar a.youtube:hover {
  background-position: -164px -44px;
}
.social-bar a.instagram:hover {
  background-position: -246px -44px;
}
.social-bar a.snapchat:hover {
  background-position: -328px -44px;
}

/*------------------------------------------------------------*/
/*  WORKING WITH  */
/*------------------------------------------------------------*/
.home-partners {
  padding: 30px 0;
  background-color: #e9e7f2;
}
.working-with li {
  margin: 10px 16px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.working-with li img {
  height: 59px;
}
/*------------------------------------------------------------*/
/*  Working Credits                                           */
/*------------------------------------------------------------*/
.accordion ol li.credits .content {
  display: block;
}
.credits .credit {
  margin: 0;
}
.credits .credit li {
  line-height: 1.5;
}
/*------------------------------------------------------------*/
/*  Recent Shoots                                             */
/*------------------------------------------------------------*/
#recent-shoots .white {
  margin-bottom: 24px;
}

#recent-shoots .col:nth-child(3n+1) {
  clear: both;
}
#recent-shoots .white {
  margin-top: 0;
  padding: 0;
  position: relative;
}
#recent-shoots .white .social-media {
  top: 10px;
  right: 10px;
}
#recent-shoots img {
  display: block;
  height: auto;
  width: auto;
  max-width: 308px;
  max-height: 232px;
  margin: auto;
}
#recent-shoots .inside {
  padding: 15px 20px;
  text-align: center;
}
#recent-shoots .inside .title {
  margin: 0 0 5px;
}
#recent-shoots .inside .title a {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
#recent-shoots .inside .date,
#recent-shoots .inside .description {
  margin: 0 0 15px;
  color: #b1b1b1;
  font-size: 14px;
}
#recent-shoots .inside .description p {
  line-height: 1.5;
}
#recent-shoots .inside a {
  color: #373e49;
  font-family: 'effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#recent-shoots .inside a:hover {
  color: #ee1e7b;
}

#recent-shoots i.video-icon {
  height: 14px;
  width: 14px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

#recent-shoots i.video-icon:before,
#recent-shoots i.video-icon:after {
  content: '';
  background: url(../../Images/layout/view-shoot.png) 0 0 no-repeat;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
}

#recent-shoots i.video-icon:after {
  opacity: 0;
  background-position-x: -14px;
}

#recent-shoots .inside a:hover i.video-icon::before {
  opacity: 0;
}

#recent-shoots .inside a:hover i.video-icon::after {
  opacity: 1;
}

.shoot-video {
  margin: 0 0 30px;
}
.shoot-content h3 {
  font-size: 18px;
}

#recent-shoots .recent-shoot-video {
  height: 172px;
  background: black;
  overflow: hidden;
}

#recent-shoots .recent-shoot-video .video-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#recent-shoots.showreels .col {
  clear: none;
}
#recent-shoots.showreels .recent-shoot-video {
    height: 355.5px;
}

#recent-shoots.showreels img {
  max-width: 100%;
  max-height: 480px;
}
.posr .social-media {
  position: relative;
  top: 0;
  right: 0;

  text-align: center;
  margin-top: 16px;
  color: #D6DEE8;
  font-size: 15px;
  font-weight: 500;
}

.posr .social-media > div {
  margin-bottom: 13px;
}

/*------------------------------------------------------------*/
/*  Testimonials                                              */
/*------------------------------------------------------------*/
.testimonials .white {
  padding: 0;
}
.testimonials .white:nth-child(8n-3) {
  background-color: #ee1e7b;
}
.testimonials .white:nth-child(9n-6) {
  background-color: #3c97eb;
}
.testimonials .white:nth-child(12n-4) {
  background-color: #6b40e4;
}
.testimonials .white:nth-child(8n-3) p,
.testimonials .white:nth-child(9n-6) p,
.testimonials .white:nth-child(12n-4) p {
  color: #fff;
}
.testimonials .white img,
.widget-testimonial img {
  display: block;
}
.testimonials .has-image .inside,
.widget-testimonial.has-image .inside {
  position: relative;
}
.testimonials .has-image .inside:before,
.widget-testimonial.has-image .inside:before {
  content: '';
  width: 0;
  height: 0;
  margin: 0 0 0 -12px;
  position: absolute;
  top: -24px;
  left: 50%;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
}
.testimonials .has-image:nth-child(8n-3) .inside:before {
  border-bottom-color: #ee1e7b;
}
.testimonials .has-image:nth-child(9n-6) .inside:before {
  border-bottom-color: #3c97eb;
}
.testimonials .has-image:nth-child(12n-4) .inside:before {
  border-bottom-color: #6b40e4;
}
.testimonials .white img {
  width: 100%;
}
/*------------------------------------------------------------*/
/*  Masonry                                                   */
/*------------------------------------------------------------*/
.masonry .white {
  margin-top: 0;
}
/*------------------------------------------------------------*/
/*  WIDGETS  */
/*------------------------------------------------------------*/
h3.widget-title-outer {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e2dfdf;
  font-size: 16px;
}
.widget {
  margin: 0 0 30px;
  padding: 30px;
}
.widget-no-pad {
  padding: 0;
}
.widget h3 {
  font-size: 18px;
}
.widget-nav li {
  padding: 0 0 0 10px;
  background: url(../../Images/layout/bullet.png) 0 10px no-repeat;
  line-height: 1.5;
}
.widget-testimonial {
  padding: 0;
  position: relative;
  background-color: #3c97eb;
  color: #fff;
}
.widget-testimonial.has-image .inside:before {
  border-bottom-color: #3c97eb;
}
.widget-testimonial .inside p.title,
.widget-testimonial .inside p.pt {
  color: #fff;
}
.widget-social {
  padding: 30px !important;
  text-align: center;
}
.widget-social > div {
  display: block !important;
}
.widget-social a {
  width: 28px;
  margin: 0 2px;
  padding: 25px 0 0;
  -webkit-background-size: 205px;
  background-size: 205px;
  background-repeat: no-repeat;
}
.widget-social a.twitter {
  background-position: 0 0;
}
.widget-social a.facebook {
  background-position: -43px 0;
}
.widget-social a.youtube {
  background-position: -86px 0;
}
.widget-social a.instagram {
  background-position: -132px 0;
}
.widget-social a.snapchat {
  background-position: -178px 0;
}
.widget-social a.twitter:hover {
  background-position: 0 -24px;
}
.widget-social a.facebook:hover {
  background-position: -43px -24px;
}
.widget-social a.youtube:hover {
  background-position: -86px -24px;
}
.widget-social a.instagram:hover {
  background-position: -132px -24px;
}
.widget-social a.snapchat:hover {
  background-position: -178px -24px;
}
.widget-job {
  margin: 0 0 25px;
  padding: 20px;
}
.widget-job .job-image {
  width: 80px;
  height: 80px;
  margin: 0 0 20px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.widget-job .job-image a {
  width: 80px;
  height: 80px;
  display: block;
}
.widget-job .job-image img {
  width: auto;
  max-width: none;
  min-height: 80px;
  margin: 0;
  display: inline !important;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.widget-job h4 {
  line-height: 1.4;
}
.widget-job h4 a {
  color: #444444;
  font-size: 16px;
  text-transform: none;
}
.widget-job p.pt {
  font-size: 14px;
}
.widget-shadow {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
}
.widget-already-registered,
.widget-points {
  background: #3495ee;
  padding: 28px;
  text-align: center;
  position: relative;
}
.widget-already-registered *,
.widget-points * {
  color: #fff;
}
.widget-already-registered p,
.widget-points p {
  font-size: 14px;
}
.widget-points h3 {
  font-size: 40px;
  line-height: 22px;
}
.widget-points h3 span {
  font-size: 19px;
  font-weight: 400;
}

/* Homepage Video */
.video-banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #303236;
  position: relative;
  display: flex;
}

.video-banner video {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); */
  object-fit: cover;

  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.video-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-banner iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-banner iframe {
    width: 177.78vh;
  }
}


/* height: 56.25vw; */

/*------------------------------------------------------------------------------------------------------------------------*/
/*  MOBILE                                                                                                                */
/*------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 600px) {
  /* General -------------------------------------------- */
  body {
    min-width: 0;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .media .media-right,
  .media .media-left {
    float: none;
    margin: 0 0 15px;
  }
  .media-body {
    overflow: visible;
  }
  a {
    word-wrap: break-word;
  }
  /* Grid System ---------------------------------------- */
  .col-row,
  .row {
    margin-left: 0;
  }
  .col,
  .cols {
    width: 100%;
    float: none;
    margin: 0;
  }
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve,
  .fifty,
  .twentyfive {
    width: 100%;
  }
  /* Header --------------------------------------------- */
  #header {
    height: auto;
    padding: 18px 0;
  }
  #logo {
    width: 135px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  #logo img {
    width: 135px;
    display: block;
  }
  /* Nav ------------------------------------------------ */
  a.menu-switch {
    width: 28px;
    height: 22px;
    display: block;
    position: absolute;
    top: 26px;
    left: 17px;
  }
  .menu-global {
    width: 100%;
    position: absolute;
    left: 0;
    backface-visibility: hidden;
    border-top: 2px solid white;
    transition: 0.55s;
  }
  .menu-top {
    top: 0;
  }
  .menu-middle {
    top: 10px;
  }
  .menu-bottom {
    top: 20px;
  }
  .menu-top-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(45deg);
    transition: 0.55s 0.5s;
  }
  .menu-middle-click {
    opacity: 0;
  }
  .menu-bottom-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(-405deg);
    transition: 0.55s 0.5s;
  }
  #nav {
    display: none;
    background: #373e49;
  }
  #nav li {
    width: 100%;
    height: auto;
    float: none;
    border: none;
    border-top: 1px solid #2a303a;
    text-align: center;
  }
  #nav li.mobile {
    padding: 19px 0;
  }
  #nav li a {
    width: auto;
    height: auto;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  #nav li a.button-clear,
  #nav li a.button-clear:hover {
    margin: 0 3px;
    padding: 0 7px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 34px;
  }
  #nav li a.nav-link {
    height: auto;
    display: block;
    border: none !important;
  }
  #nav li ul {
    display: none;
    width: 100%;
    position: static;
    background-color: transparent;
    border: none !important;
  }
  #nav li:hover ul {
    display: none;
  }
  #nav li ul li,
  #nav li ul li a.nav-link {
    border: none !important;
    border-top: none;
    text-align: center;
  }
  #nav li li a.nav-link {
    color: #9d9d9d;
    font-size: 11px;
    text-transform: none;
  }
  #nav li ul li,
  #nav li ul li:last-child {
    border: none !important;
  }
  .subnav {
    padding: 16px;
    display: block;
  }
  .subnav ul {
    display: block;
  }
  .subnav ul li {
    width: 100%;
    margin: 0;
    display: block;
  }
  .subnav ul li a {
    width: 100%;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* Footer --------------------------------------------- */
  .footer-mobile {
    padding: 25px 0;
    background: #3c3d41;
    color: #fff;
    text-align: center;
    font-family: 'effra', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .footer-mobile img {
    width: 34px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .home-twitter-insta {
    padding: 25px 15px;
  }
  .home-twitter,
  .home-insta,
  .home-facebook {
    height: auto;
  }
  .home-twitter,
  .home-facebook {
    border-right: none;
  }
  /* Content -------------------------------------------- */
  #content {
    padding: 71px 0 0;
  }
  .padded {
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner,
  .banner .slide {
    height: 250px;
    min-height: 0;
  }
  .banner ul li {
    min-height: 300px;
  }
  .banner .slide-title {
    margin-top: 50px;
    padding: 0 15px;
    font-size: 32px;
  }
  .banner button.slick-next,
  .shoot-images button.slick-next {
    right: 15px;
  }
  .banner button.slick-prev,
  .shoot-images button.slick-prev {
    left: 15px;
  }
  a.member-cta {
    width: 100%;
    height: auto;
    padding: 25px 0;
    position: relative;
    border: none;
    border-bottom: 1px solid #e2dfdf;
    font-size: 10px;
    line-height: 0.8;
    text-align: center;
  }
  a.member-cta-left {
    border-top: 1px solid #e2dfdf;
  }
  a.member-cta span {
    position: static;
  }
  a.member-cta span i.icon {
    top: 10px;
    left: 15px;
  }
  a.member-cta-right span i.icon {
    top: 14px;
    left: 17px;
  }
  a.member-cta span i.arrow {
    top: 17px;
    right: 15px;
  }
  #page-index h2 {
    font-size: 30px;
  }
  .home-grid,
  .grid-content .fifty,
  .grid-content .twentyfive {
    height: auto;
  }
  .grid-content .fifty,
  .grid-content .twentyfive {
    padding: 25px 0;
  }
  .grid-content-1,
  .grid-content-2 {
    height: 150px !important;
  }
  .home-auditions {
    height: auto;
    padding: 60px 15px 80px;
    text-align: center;
  }
  .working-with li {
    margin: 0 15px;
  }
  .working-with img {
    height: 65px;
  }
  .page-tagline {
    font-size: 30px;
  }
  .about-block {
    padding: 12px 15px;
  }
  .contact-list li {
    width: 100%;
    float: none;
  }
  .white {
    width: 90%;
    margin: 5%;
    padding: 18px;
  }
  .padded .white {
    width: 100%;
    margin: 5% 0;
  }
  .home-features .white {
    margin-bottom: 20px;
  }
  .home-features .white .inside {
    padding-bottom: 50px;
  }
  .grid-content .blue p.title {
    padding: 0 15px;
  }
  /* Jobs ----------------------------------------------- */
  .subnav .job-search .search-wrap {
    width: 100%;
    margin: 10px 0 0;
  }
  .subnav .job-search ul li.submit {
    float: right;
  }
  .job-cats a {
    width: 100%;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .job-list {
    padding: 1px 0 5px;
  }
  .job .job-image img {
    margin: 0 0 10px;
  }
  .job-content {
    width: 100%;
    clear: both;
  }
  .job .job-content p {
    margin: 0 0 15px;
  }
  .job-newsletter {
    padding: 25px 15px;
  }
  .job-newsletter input {
    width: 100% !important;
  }
  .job-newsletter input.submit {
    width: auto !important;
  }
  .subnav h1.h1-job {
    margin: 45px 0 0;
  }
  /* Login ---------------------------------------------- */
  .login {
    padding: 25px 15px;
  }
  .login input.text,
  .login input.password {
    background-color: #2b2f37;
    background-color: rgba(43, 47, 55, 0.65);
    border: 1px solid #96989c;
  }
  /* Forms ---------------------------------------------- */
  form ul li.multiple ul li {
    width: 50%;
  }
  .checkbox-4col label {
    width: 65%;
  }
  .single-checkbox label {
    width: 90%;
  }
  /* Contact -------------------------------------------- */
  .contact-map {
    padding: 5%;
    background: url(../../Images/layout/mobile-contact-map.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .contact-map .white {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
  }
  .contact-map .white img {
    width: 37px;
    height: 65px;
  }
  .contact-map .white h3 {
    margin: 10px 0 20px;
    font-size: 16px;
  }
  /* Accordion ------------------------------------------ */
  .accordion ol li {
    clear: both;
  }
  .accordion ol li a {
    height: auto;
    padding: 15px 70px 15px 24px;
    position: relative;
    line-height: 1.4;
  }
  .accordion ol li a span {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  /* Profile -------------------------------------------- */
  .about-block .posr h1.cn {
    margin: 45px 0 20px;
  }
  .profile-link input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .profile-block {
    margin: 20px 0 0;
  }
  #photoGallery a.col {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
  }
  #photoGallery a.col img {
    transform: none;
  }
  .videos .white {
    width: 100%;
    margin: 20px 0;
  }
  .videos .white:last-of-type {
    margin-bottom: 0;
  }

  .voice-clips {
    margin-top: 0;
    margin-bottom: 28px;
  }

  .self-intro-video {
    margin-bottom: 20px;
  }

  /* Client Search -------------------------------------- */
  .client-search ul li.grey {
    width: auto;
  }
  .client-search form ul li.multiple ul li {
    width: 100%;
  }
  /* Payment -------------------------------------- */
  #payment-options-left {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    border: none;
  }
  #payment-options-right {
    width: 100%;
  }
  .payment-option {
    width: 100%;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #payment-option-promo-code {
    width: 60%;
    padding: 15px 0 0;
    float: left;
  }
  .account-border-right {
    border-right: 0;
    padding-right: 0;
  }

  .video-banner {
    height: 56.25vw; /* 16.9 ratio */
  }

  /* Pay Rates */
  .pay_rates table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .pay_rates table th,
  .pay_rates table thead td {
    white-space: nowrap;
  }

  .news_image_wrapper {
    text-align: center;
    margin-bottom: 17px;
  }

  .news_articles img {
    height: 170px;
  }

  .news_article_wrapper .return-button {
    margin-bottom: 30px;
  }


  .subnav .filters .col {
    margin: 0 !important;
  }

  .subnav.profile-nav {
    padding: 10px 20px;
    position: relative;
  }

  .subnav.profile-nav ul,
  .subnav.profile-nav-plane ul {
    flex-wrap: nowrap;
  }

  .subnav.profile-nav-plane ul {
    display: block;
  }

  .subnav.profile-nav:after {
    content: '';
    background: linear-gradient(90deg, rgba(35,36,38,0) 0%, rgba(35,36,38,1) 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
  }

  .subnav.profile-nav ul {
    overflow: scroll;
    padding-bottom: 0;
    gap: 8px;
  }

  .subnav.profile-nav ul li {
    /* padding: 5px; */
  }

  .subnav.profile-nav ul li a {
    height: auto;
    padding: 5px;
    line-height: 16px;
    width: unset;
    max-width: unset;
    flex-grow: 1;
    white-space: nowrap;
    border: none;
  }

  .subnav.profile-nav ul li a.current {
    border: 1px solid #EE1E7B;
  }

  .about-block img.main-profile {
    max-height: 210px;
    max-width: 172px;
    margin: 14px auto;
    padding: 5px;
  }

  ul.top-profile-details {
    grid-template-columns: repeat(1, 1fr);
  }

  ul.top-profile-details span.profile-label {
    font-size: 14px;
    width: 145px;
  }

  ul.top-profile-details .email {
    width: calc(100% - 145px);
  }

  ul.top-profile-details li {
    font-size: 14px;
    line-height: 16px;
  }

  .profile-header .social-media.mobile {
    border-top: 1px solid #A0ABB9;
    border-bottom: 1px solid #A0ABB9;
    padding: 30px 0;
    margin: 0 0 24px 0;
    line-height: 26px;
    text-align: left;
  }

  .user-flags {
    border-top: 1px solid #A0ABB9;
    padding-top: 24px;
    margin-bottom: 11px;
  }

  .user-flags img {
    margin-bottom: 15px;
  }

  .profile-header .social-media > div,
  .profile-header .social-media > span {
    display: inline-block;
  }

  .profile-header .social-media > div {
    margin-right: 14px;
    margin-bottom: 0;
  }

  .profile-header .sharrre-tweet a,
  .js-facebook-share {
    opacity: 1;
  }

  .profile-header-details {
    text-align: center;
  }

  #memberInfo h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  #memberInfo .subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  #memberInfo .pronouns {
    font-size: 14px;
    line-height: 16px;
  }

  #memberInfo a {
    color: #68ADED;
  }

  p.important {
    font-size: 14px;
    line-height: 20px;
  }

  .important span {
    display: block;
  }

  .profile-link {
    display: block;
  }

  .profile-link h3 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .share-link {
    top: 0;
    line-height: 16px;
    background-position: left center;
  }

  #aboutme,
  #photoGallery {
    /* margin-bottom: 40px; */
  }

  .additional-details-block {
    margin-bottom: 28px; /* + 12px = 40px gap */
  }

  #aboutme,
  #experience {
    padding: 20px 20px
  }

  #aboutme h2,
  #experience h2 {
    margin-bottom: 5px;
  }

  .profile-pictures-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
  }

  #photoGallery .profile-pictures-wrapper a.pgImage {
    padding: 6px;
    height: auto;
    aspect-ratio: auto 1/1;
  }

  .profile-talent-categories {
    gap: 12px;
  }

  .profile-talent-categories img {
    width: calc(33% - 7px);
  }

  .profile-talent-categories .other-category-wrapper {
    flex-grow: 1;
    max-width: calc(33% - 7px);
    aspect-ratio: auto 1/1;
    background: red;
  }

  .profile-talent-categories .other-category {
    width: calc(100% - 40px);
    height: calc(100% - 110px);
    background-size: 45%;
  }
  .profile-talent-categories .other-category::after {
    background-size: 80%;
  }

  ul.profile-details {
    grid-template-columns: repeat(1, 1fr);
    font-size: 14px;
    gap: 13px;
  }

  .about-block hr,
  .profile-hr {
    margin: 40px 0 35px;
  }

  h2.profile-section-icon {
    background-size: 50px;
    font-size: 28px;
    line-height: 30px;
    padding-left: 58px;
    margin-bottom: 13px;
    margin-left: -3px !important;
  }

  h2.profile-section-icon-intro-video {
    margin-left: 6px !important;
  }

  .self-intro-video a::after {
    background-size: 52px;
  }

  .zcard {
    line-height: 24px;
  }

  .social-bar {
    padding: 40px 20px;
  }

  .social-bar > div {
    display: block;
  }

  .social-bar h3 {
    font-size: 28px;
    line-height: 30px;
  }


.z-card-example {
  gap: 0;
}

.z-card-example > div {
  font-size: 15px;
  min-width: unset;
}

.z-card-example img {
  height: 64px;
}

#payment-options {
  margin-bottom: 20px;
}

.payment-page hr.mobile {
  margin-bottom: 20px;
}

.payment-page h1 {
  font-size: 28px;
}

.payment-page h2 {
  font-size: 20px;
}

  .banner button.slick-prev,
  .shoot-images button.slick-prev,
  .working-with button.slick-prev {
    left: 40px;
  }
  .banner button.slick-next,
  .shoot-images button.slick-next,
  .working-with button.slick-next {
    right: 40px;
  }
}
/*  End Mobile */
#form-RecentShootsFrontendForm label.formError {
  left: 0px;
  bottom: -27px;
  position: absolute;
  width: 100%;
}
.hand-pic-upload,
.car-pic-upload {
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  color: #777;
}
.hand-pic-upload a,
.car-pic-upload a {
  display: block;
}
.hand-pic-upload .links,
.car-pic-upload .links {
  margin-top: 20px;
  padding-bottom: 20px;
}
.hand-pic-upload .info,
.car-pic-upload .info {
  padding: 10px 10px;
  background: #D5E8FF;
  border: 1px solid #5D95EC;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hand-pic-upload .info p,
.car-pic-upload .info p {
  margin: 0;
}

.next-day {
  background-color: #eee;
  color: #777;
  padding-top: 20px;
}

.next-day label {
  margin-bottom: 20px;
  width: 91%;
}

.next-day .checkbox {
  margin: 2px 10px 0 20px;
}

.next-day label.formError {
  width: 92%;
  margin-right: 25px;
}

.text-right {
  text-align: right;
}


/* Remittance */
.remittance-search label {
  margin-bottom: 10px;
  display: inline-block;
}

.remittance-search input.text {
  margin-bottom: 10px;
}

/* Pay Rates */
.pay_rates table {
  text-align: left;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.pay_rates table thead {
  background: #6B41E4;
  color: white;
  font-weight: 700;
}

.pay_rates table tbody th {
  font-weight: 500
}

.pay_rates table td,
.pay_rates table th {
  padding: 9px 12px;  
}

.pay_rates table tbody tr:nth-child(even) {
  background: #E8E8E8;
}

.news_articles .news_article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E2DFDF;
}

.news_articles .news_article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news_articles .date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #686868;
  margin-bottom: 2px;
}

.news_articles h2 {
  text-transform: none;
  margin-bottom: 10px;
}

.news_articles img {
  object-fit: cover;
}

.news_article_wrapper .article_content {
  margin-bottom: 30px;
}

.news_article_wrapper hr {
  margin-bottom: 20px;
}

.news_article_wrapper .article_image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 30px;
}

.news_article_wrapper h1,
.news_article_wrapper h2,
.news_article_wrapper h3,
.news_article_wrapper h4,
.news_article_wrapper h5 {
  text-transform: none;
  font-weight: 500;
}

.news_article_wrapper h4 {
  font-size: 16px;
}

.news_article_wrapper .article_content h1,
.news_article_wrapper .article_content h2 {
  line-height: 30px;
}

.news_article_wrapper .article_header {
  margin-top: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.news_article_wrapper .date {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}

.news_article_wrapper ul,
.news_article_wrapper ol {
  margin-left: 20px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.news_article_wrapper ul {
  list-style: disc;
}

.news_article_wrapper ol {
  list-style: decimal;
}

.news_article_wrapper a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 601px) {
  .news_articles img {
    width: 280px;
    height: 180px;
  }

  .news_article_wrapper hr {
    margin-bottom: 30px;
  }

  .news_article_wrapper .article_content {
    margin-bottom: 50px;
  }

  .news_article_wrapper ul,
  .news_article_wrapper ol {
    margin-left: 30px;

  }

  #recent-shoots {
    display: flex;
    flex-wrap: wrap;
  }
}

.external-link {
  background: url('/Images/layout/external-link-icon.png') no-repeat right 5px;
  background-size: 12px;
  display: inline-block;
  padding-right: 18px;
}

/**************************************************
 * select-theme-default.css                          *
 **************************************************/

.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  position: absolute;
  opacity: 0; }

.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select-element {
  position: absolute;
  display: none; }
  .select-element.select-open {
    display: block; }

.select-theme-default, .select-theme-default *, .select-theme-default *:after, .select-theme-default *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select.select-theme-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .select.select-theme-default .select-content {
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: white;
    font-family: inherit;
    color: inherit;
    overflow: auto;
    max-width: 25rem;
    max-height: 18rem;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 27rem), (max-height: 27rem) {
      .select.select-theme-default .select-content {
        max-width: 11.25rem;
        max-height: 11.25rem; } }
  .select.select-theme-default .select-options {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0; }
    .select.select-theme-default .select-options .select-option {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-touch-callout: none;
      position: relative;
      list-style: none;
      margin: 0;
      line-height: 1.25rem;
      padding: 0.5rem 1em 0.5rem 2.5em;
      display: block;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
       }
      .select.select-theme-default .select-options .select-option.select-option-selected:before {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
        position: absolute;
        left: 1em;
        top: 0;
        bottom: 0.2em;
        height: 1em;
        width: 1em;
        margin: auto; }
      .select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight {
        background: #63a2f1;
        color: white; }
        .select.select-theme-default .select-options .select-option:hover.select-option-selected:before, .select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
          content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='white' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='white' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>"); }
      .select.select-theme-default .select-options .select-option:first-child {
        -webkit-border-radius: 0.25em 0.25em 0 0;
        -moz-border-radius: 0.25em 0.25em 0 0;
        -ms-border-radius: 0.25em 0.25em 0 0;
        -o-border-radius: 0.25em 0.25em 0 0;
        border-radius: 0.25em 0.25em 0 0; }
      .select.select-theme-default .select-options .select-option:last-child {
        -webkit-border-radius: 0 0 0.25em 0.25em;
        -moz-border-radius: 0 0 0.25em 0.25em;
        -ms-border-radius: 0 0 0.25em 0.25em;
        -o-border-radius: 0 0 0.25em 0.25em;
        border-radius: 0 0 0.25em 0.25em; }

.select-target.select-theme-default {
  width: 100%;
  height: 41px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  position: relative;
  padding: 0 3em 0 1em;
  background: #fff;
  border: 1px solid #e2dfdf;
  cursor: pointer;
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 41px;
}

  .select-target.select-theme-default:hover {
    border-color: #aaaaaa;
    color: black; }
  .select-target.select-theme-default.select-target-focused, .select-target.select-theme-default.select-target-focused:focus {
    border-color: #63a2f1;
    outline: none; }
  .select-target.select-theme-default b {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 41px;
    width: 49px;
    background: #373e49 url(../../Images/layout/arrows-select.png) 0 0 no-repeat;
  }

  .select-target.select-theme-default.select-target-focused b {
    background: #373e49 url(../../Images/layout/arrows-select.png) -49px 0 no-repeat;
  }


/**************************************************
 * slick.css                                         *
 **************************************************/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

