/*
 * Globals
 */
html.ccm-edit-mode .main_menu {  
    position: relative;  
}


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  /** text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); **/
  /** box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); **/
  font-family: 'Bebas Neue', cursive;
}

.cover-container {
  max-width: 75em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


div.page-template-full {
    margin: 0 auto;
}

/****/
/* Scss Document */
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* New one */

div#onetrust-consent-sdk {
    /* display: none; */
}

.full_out {
    width: 100%;
    float: left;
}

.full_out .left {
    width: 47%;
    float: left;
}
.full_out .right {
    width: 47%;
    float: right;
}

a:link, a:visited {
    text-decoration: none;
}

.wallxchange-p-2022 {

    width: 66% !important;
    line-height: 26px;
    font-size: 24px;
    font-family: basis_grotesque_proregular;
    font-weight: 500;
}

.wallxchange-header-2022 {

     margin: auto;
     position: relative;
     text-align: center;
     color: white;
     width: 80%;
  }

.centeredtextoverimage {

     font-size: 64px;
     font-family: gt_americaexpanded_bold;
     line-height: 26px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);

  }

.close_sec_btn2{    color: black;
    font-family: 'gt_americaexpanded_bold';
    position: relative;
    font-size: 11px !important;}

.close_sec_btn2:after {
    position: absolute;
    left: 0px;
    top: -6px;
    content: "";
    width: 30px;
    border-top: 1px solid #000;
}

.supp_titl{font-family: 'basis_grotesque_prolight';
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 40px;
    text-shadow: 0px 0px;}
p.sch_ti {
  font-family: 'basis_grotesque_probold';
    font-size: 18px !important;
    text-decoration: underline;
}
p.all_date {
    font-family: 'basis_grotesque_proregular';
    font-size: 12px !important;
    line-height: 12px !important;
}

p.date_t {
    font-family: 'basis_grotesque_probold';
    font-size: 18px !important;
    margin-top: 20px;
    line-height: 20px !important;
}
p.date_cont {
    font-family: 'basis_grotesque_prolight';
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 20px;
    text-shadow: 0px 0px;
}

span.red_text {
    color: #FF812C;
}

span.alre_em {
    color: black;
    font-family: basis_grotesque_prolight;
}

.alre_em a {
    color: black;
    font-weight: bold;
    font-family: 'basis_grotesque_probold'
}

.temp{    width: 100%;
    float: left;}

.temp a {
    margin-left: 100px;
    color: white !important;
    background: black;
    margin-bottom: 15px;
    float: left;
    padding: 10px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

sup {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
  border: 0;
}

@font-face {
  font-family: 'basis_grotesque_probold';
  src: url("../fonts/basisgrotesquepro-bold.woff2") format("woff2"), url("../fonts/basisgrotesquepro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'basis_grotesque_prolight';
  src: url("../fonts/basisgrotesquepro-light.woff2") format("woff2"), url("../fonts/basisgrotesquepro-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'basis_grotesque_proregular';
  src: url("../fonts/basisgrotesquepro-regular.woff2") format("woff2"), url("../fonts/basisgrotesquepro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americaexpanded_bold';
  src: url("../fonts/gt-america-expanded-bold.woff2") format("woff2"), url("../fonts/gt-america-expanded-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americaexpanded_light';
  src: url("../fonts/gt-america-expanded-light.woff2") format("woff2"), url("../fonts/gt-america-expanded-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americaexpanded_medium';
  src: url("../fonts/gt-america-expanded-medium.woff2") format("woff2"), url("../fonts/gt-america-expanded-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americaexpanded_regular';
  src: url("../fonts/gt-america-expanded-regular.woff2") format("woff2"), url("../fonts/gt-america-expanded-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americaexpanded_thin';
  src: url("../fonts/gt-america-expanded-thin.woff2") format("woff2"), url("../fonts/gt-america-expanded-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americaextended_light';
  src: url("../fonts/gt-america-extended-light.woff2") format("woff2"), url("../fonts/gt-america-extended-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americalight';
  src: url("../fonts/gt-america-light.woff2") format("woff2"), url("../fonts/gt-america-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_americamedium';
  src: url("../fonts/gt-america-medium.woff2") format("woff2"), url("../fonts/gt-america-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Montserrat', sans-serif;
}

a.app_process {
    border-radius: 24px;
    background: black;
    color: white;
    padding: 4px 20px;
    width: 334px;
    float: left;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    margin-top: 14px;
    position: absolute;
    bottom: 7px;
}


a.apply_for:after {
    position: absolute;
    left: 10px;
    top: -10px;
    content: "";
    width: 30px;
    border-top: 1px solid #000;
}

a.apply_for {
    border-radius: 24px;
    background: black;
    color: white;
    padding: 6px 20px;
    width: 184px;
    font-size: 9pt;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-transform: uppercase;
    position: relative;

}

a.signupbutton {
    border-radius: 24px;
    background: black;
    color: white;
    padding: 7px 20px;
    width: 260px;
    font-size: 9pt;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-transform: uppercase;
    position: relative;

}

.close_sec_btn {
    margin-top: 190px;
    float: left;
    font-size: 11pt;
    text-transform: uppercase;
    font-family: "gt_americaexpanded_bold";
    letter-spacing: 1px;
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
    color: #000;
}

.close_sec_btn:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 30px;
    border-top: 1px solid #000;
}

.subsucc {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: green;
}

.about-content #left-section {
    width: 100% !important;
}
p.note_text {
    font-family: gt_americalight;
    font-size: 12px !important;
    text-shadow: 0px 0px;
    color: grey;
}

#secondstep, #laststep, #thirdstep, .beforeoct, .afteroct{display: none}


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

.pad-right {
  padding-right: 0;
}

.left-algin {
  text-align: left;
}

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

.no-mar {
  margin: 0;
}

body.page-front-page {
  overflow: hidden;
}

:focus {
  border: 0;
  outline: 0;
}

.fullWidth {
  height: 82vh;
  padding: 0 7%;
  margin-top: 14vh;
  margin-bottom: 4vh;
  overflow: hidden;
}

.mainImageAni img {
  height: auto;
  max-height: 82vh;
  max-width: 100%;
  width: auto;
}

.title-heading {
  display: none;
}

#logo {
  outline: none;
}

#logo img {
  width: 140px;
}

#wrap {
  padding-top: 125px;
}

#messages {
  word-wrap: break-word;
}

.headerAnimation.headerAnm {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}

.mainImageAni {
  opacity: 0;
  -webkit-transition: 5s;
}

.desktopMenu ul.menu, .mobileMenu ul.menu {
  margin: 0;
  padding: 0;
}
.desktopMenu ul.menu li, .mobileMenu ul.menu li {
  margin: 0;
  padding: 0;
  font-family: "gt_americaexpanded_regular";
  list-style: none;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: .5px;
  padding: 0 !important;
  border: 0 !important;
  display: block !important;
}
.desktopMenu ul.menu li a, .mobileMenu ul.menu li a {
  text-decoration: none;
  color: #000 !important;
}

.desktopMenu ul.menu li {
  display: inline-block !important;
  background: url(../images/menu-sep.png) no-repeat right center;
  padding-right: 27px !important;
  margin-right: 12px !important;
}
.desktopMenu ul.menu li a {
  float: left;
}
.desktopMenu ul.menu li a.active {
  font-family: "gt_americaexpanded_bold";
}
.desktopMenu ul.menu li:last-child {
  background: none;
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 3rem 20px 3rem;
  z-index: 99;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.header.enter {
  top: -70px;
  opacity: 0;
}

body.res-menu-active .header.headroom--not-top {
  background: none;
  border: 0;
}

.header .menu-header {
  position: relative;
}

.header.headroom--not-top {
  background: rgba(255, 255, 255, 0.9);
  min-height: 104px;
}

.favoriteSsearch {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: .5px;
  color: #000;
  font-family: "gt_americaexpanded_bold";
  min-height: 30px;
  text-align: right;
}
.favoriteSsearch a {
  text-decoration: none;
  color: #000;
  outline: none;
}
.favoriteSsearch a:first-child:after {
  content: '';
  background: url(../images/menu-sep.png) no-repeat right 6px;
  margin-right: 16px !important;
  padding-right: 26px;
  display: none;
}
.favoriteSsearch span {
  cursor: pointer;
}

.wall-text h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: SandcastleJNL;
  font-weight: 600;
  font-size: 28vw;
  color: #000;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  line-height: normal;
  overflow: hidden;
}

.wall-text {
  display: none;
}

.swiper-wrapper .swiper-slide:first-child .wall-text {
  display: block;
}

.wall-text h1 .gooey {
  opacity: 0;
}

.wall-text h1 .gooey.ready {
  opacity: 1;
  -webkit-animation: letterspacing 1s 1 alternate cubic-bezier(0.23, 0.6, 0.32, 1);
  animation: letterspacing 1s 1 alternate cubic-bezier(0.23, 0.6, 0.32, 1);
  -webkit-aanimation: letterspacing 1s 1 alternate cubic-bezier(0.23, 0.6, 0.32, 1);
  -mox-animation: letterspacing 1s 1 alternate cubic-bezier(0.23, 0.6, 0.32, 1);
  -o-animation: letterspacing 1s 1 alternate cubic-bezier(0.23, 0.6, 0.32, 1);
  -ms-animation: letterspacing 1s 1 alternate cubic-bezier(0.23, 0.6, 0.32, 1);
}

.wall-text.leave {
  opacity: 0;
}

@-webkit-keyframes letterspacing {
  0% {
    letter-spacing: -10rem;
    filter: blur(5rem);
    -webkit-filter: blur(5rem);
    -ms-filter: blur(5rem);
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
  }
  50% {
    filter: blur(0.5rem);
    -webkit-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  to {
    letter-spacing: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}
@keyframes letterspacing {
  0% {
    letter-spacing: -10rem;
    filter: blur(5rem);
    -webkit-filter: blur(5rem);
    -ms-filter: blur(5rem);
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
  }
  50% {
    filter: blur(0.5rem);
    -webkit-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  to {
    letter-spacing: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

/**responsive menu**/
#showmenu {
  display: none;
}

#res-menu {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  z-index: 10;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  padding: 60px 20px;
}
#res-menu ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
#res-menu ul li {
  padding: 0;
  display: block;
  margin-bottom: 15px;
}
#res-menu ul li a, #res-menu ul li > span {
  color: #000;
  font-family: "gt_americaexpanded_regular";
  list-style: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .5px;
  text-decoration: none;
  padding: 0px;
  border: 0px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#res-menu ul li a.span-active, #res-menu ul li > span.span-active {
  font-family: "gt_americaexpanded_bold";
}
#res-menu ul li a.active + ul {
  display: block;
}
#res-menu ul li ul {
  margin-top: 10px;
  margin-left: 0px;
  display: none;
  padding-left: 15px;
}
#res-menu ul li ul li {
  border-bottom: none;
  padding-left: 16px;
  margin-bottom: 10px;
}
#res-menu ul li ul li a {
  font-size: 9px;
  line-height: 13px;
}
#res-menu ul li ul li ul {
  margin-left: 0px;
  padding-left: 0px;
}
#res-menu ul li ul li li {
  padding-left: 0px;
  margin-bottom: 5px;
}
#res-menu.left {
  left: -100%;
}
#res-menu.show {
  left: 0;
  overflow: auto;
}

body.res-menu-active {
  overflow: hidden;
}

.front .black-logo {
  display: none;
}
.front .favoriteSsearch span {
  color: #fff;
}

.not-front #showmenu {
  color: #000;
}
.not-front #showmenu span, .not-front #showmenu span:before, .not-front #showmenu span:after {
  background: #000;
}

.res-menu-active .favoriteSsearch {
  position: relative;
  z-index: 9999;
}
.res-menu-active .favoriteSsearch span {
  font-family: "gt_americaexpanded_bold";
}
.res-menu-active .favoriteSsearch span:first-child after {
  display: none;
}
.res-menu-active.front .favoriteSsearch span {
  color: #000;
}
.res-menu-active.front .black-logo {
  display: block;
  z-index: 99;
  position: relative;
}
.res-menu-active.front .white-logo {
  display: none;
}
.res-menu-active.not-front #logo {
  position: relative;
  z-index: 99;
}
.res-menu-active.not-front #showmenu.show-active {
  top: 0px;
}

.collapse {
  margin-left: 6px;
  cursor: pointer;
}

p.inc_abt_mentor {
    font-family: 'basis_grotesque_probold';
    font-size: 18px !important;
    margin-top: 0px;
    line-height: 19px !important;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #3B3B3B;
}

p.inc_abt_mentor_heading {
    font-family: 'basis_grotesque_probold';
    font-size: 18px !important;
    margin-top: 15px;
    line-height: 20px !important;
    margin-bottom: 0px;
}

ul.inc_abt_mentor_list {
    padding: 0;
    list-style: none;
    margin: 5px 0 0 0;
}

ul.inc_abt_mentor_list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.CommonContentPage .right-section h2.abt_inc_right_heading {
    font-size: 25px;
    margin-bottom: 30px;
}

ul.inc_abt_mentor_list li a {
    color: #000;
    font-size: 17px;
    font-family: 'basis_grotesque_proregular';
}

.abt_in_desc {
    max-width: 75%;
    text-align: left;
}

.abt_in_subc_text
{
    font-family: 'gt_americaexpanded_bold';
    font-size: 12px !important;
    margin-top: 0px;
    line-height: 14px !important;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.page-node-16511 .aboutpaddingWrap
{
    padding-bottom: 50px;
}

@media screen and (min-width: 769px) 

{


  #top-scroll {
    bottom: 286px !important;
  }

  .page-favorites .artist-collection-image {
    min-height: 680px;
  }

  .emptyBlockArtist {
    min-height: 780px;
    text-align: center;
  }

  #showmenu {
    display: block;
    left: 0px !important;
  }

  #res-menu {
    padding: 100px 48px 30px;
  }
  #res-menu a {
    outline: none;
  }
  #res-menu ul li {
    margin: 0px 0 18px;
    padding: 0px;
  }
  #res-menu ul li a, #res-menu ul li > span {
    font-size: 25px;
    line-height: 30px;
    cursor: pointer;
  }
  #res-menu ul li ul {
    padding-left: 30px;
    margin: 0px;
    padding-top: 16px;
  }
  #res-menu ul li ul li {
    margin-bottom: 11px;
    padding-left: 0px;
  }
  #res-menu ul li ul li a, #res-menu ul li ul li > span {
    font-size: 18px;
    line-height: 23px;
  }
  #res-menu ul li ul li a .collapse, #res-menu ul li ul li > span .collapse {
    margin-top: 8px;
    width: 10px;
    height: 10px;
  }
  #res-menu ul li ul li ul {
    padding-left: 0px;
  }
  #res-menu ul li ul li ul li {
    margin-bottom: 5px;
  }
  #res-menu ul li ul li ul li a {
    font-size: 12px;
    line-height: 14px;
  }
  #res-menu ul li:last-child {
    margin: 0px;
  }

  #showmenu {
    margin-left: 0px;
    color: #fff;
    z-index: 999;
    padding: 0px;
    top: 0px;
    font-size: 11px;
    font-family: "gt_americaexpanded_bold";
    outline: none;
  }
  #showmenu span {
    display: none;
  }
  #showmenu.show-active {
    top: 0px;
    left: 15px;
    color: #000;
    right: auto;
    font-family: "gt_americaexpanded_bold";
  }

  .collapse {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 9px;
  }
}
.res-menu-nonactive.scroll-down #header-top, .res-menu-nonactive.scrolled.inactive #header-top {
  top: -130px;
  opacity: 0;
}

.res-menu-nonactive #header-top {
  -webkit-transition: transform 0.75s ease, opacity 0.75s ease;
  transition: transform 0.75s ease, opacity 0.75s ease;
  webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.res-menu-nonactive #header-top .menu-header {
  position: relative;
}

/**serach responsive **/
.search-responsive {
  margin-top: 15px;
  display: none;
}
.search-responsive span {
  color: #000;
  font-family: "gt_americaexpanded_regular";
  list-style: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .5px;
  text-decoration: none;
  padding: 0px;
  border: 0px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

:focus {
  outline: none;
  border: 0;
}

.float-end a, .float-end a:visited {
    color: black;
}

.footer-main {
  width: 100%;
  background: #fafafa;
  float: left;
  min-height: 242px;
  padding: 0;
}
.footer-main .footer {
  margin: 0;
  float: left;
  width: 100%;
}
.footer-main .bottom-section {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 13px 0;
  color: #061206;
  font-size: 12px;
  font-family: 'basis_grotesque_proregular';
}
.footer-main .top-section {
  width: 100%;
  float: left;
  padding: 45px 10% 35px;
}
.footer-main .col-block {
  width: 33%;
  float: left;
  text-align: center;
}
.footer-main .col-block .imageWrapper img {
  max-height: 95px;
}
.footer-main .col-block.left-block {
  text-align: left;
}
.footer-main .col-block.right-block {
  text-align: right;
}
.footer-main .col-block .col {
  float: left;
  width: 50%;
}
.footer-main .col-block .col.right {
  text-align: right;
}
.footer-main .col-block .inner {
  display: inline-block;
  width: 105px;
  text-align: center;
}
.footer-main .col-block label {
  color: #000;
  font-size: 9px;
  font-family: 'gt_americaexpanded_regular';
  display: block;
  letter-spacing: .5px;
  padding: 20px 0 13px;
}
.footer-main .col-block .watchDesign {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  float: left;
  background: url(../images/watch-image.png) no-repeat center 0;
  text-align: center;
  font-family: 'basis_grotesque_probold';
  color: #717171;
  background-size: contain;
}

ul.footer-social {
  margin: 22px 0 0 10px;
  padding: 0;
  text-align: center;
  display: block;
}
ul.footer-social li {
  display: inline-block;
  margin: 0 5px;
}
ul.footer-social li a {
  width: 26px;
  height: 27px;
  display: inline-block;
  background: url(../images/footer-social.png) no-repeat 0 0;
}
ul.footer-social li a.instagram {
  background-position: -43px 0;
}
ul.footer-social li a.twitter {
  background-position: -87px 0;
}
ul.footer-social li a.pinterest {
  background-position: -129px 0;
}

ul.socialFooter {
  padding: 0;
  float: left;
  width: 14px;
}
ul.socialFooter li {
  cursor: pointer;
  font-family: 'gt_americaexpanded_regular';
  margin: 2px 0;
  float: left;
}
ul.socialFooter li:last-child {
  margin-left: -3px;
}
ul.socialFooter li.line {
  height: 46px;
  width: 100%;
  float: left;
  position: relative;
}
ul.socialFooter li.line:after {
  content: "";
  border-left: 1px solid #000;
  left: 7px;
  right: 0;
  margin: 0 auto;
  height: 100%;
  position: absolute;
}
ul.socialFooter li a {
  color: #000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 11px;
}

.MobileFooterDesign {
  display: none;
}

.artist-collection-image .maggroup:last-child {
  margin-bottom: 70px;
}

/***sticky social icon***/
.footer-main #block-block-1 {
  padding: 0;
  margin: 0;
  float: left;
  position: fixed;
  left: 50px;
  bottom: 286px;
}
.footer-main #block-block-1 ul.socialIcon.StickyIcon {
  width: 22px;
  float: left;
}
.footer-main #block-block-1 ul.socialIcon.StickyIcon li {
  margin-top: 5px;
}

.page-node-32 .footer-main {
  display: none;
}

.artist-collection-image .fav-text {
  margin-bottom: 20px;
}

.page-user .footer-main {
  background: none;
  min-height: auto;
}
.page-user .socialFooter,
.page-user .socialIcon.StickyIcon {
  display: none;
}

.CommonContentPage {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  flex: 1 100%;
}
.CommonContentPage .subhead {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "gt_americaexpanded_bold";
  display: inline-flex;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.2px;
}

.mar_btm{margin-bottom: 20px;}

.CommonContentPage .subhead.newh3, .CommonContentPage .incu_new .subhead, #laststep .subhead {font-size: 11pt;}

.CommonContentPage .subhead.newh3:first-child {
    margin-bottom: 0px;
}


.CommonContentPage .subhead.inc_faq_heading
{
    margin: 25px 0 25px;
}

.inc_faq {
    margin-bottom: 15px;
}

.inc_faq:last-child {
    margin-bottom: 0;
}

.inc_faq h3
{
    font-size: 11px;
    text-transform: uppercase;
    font-family: "gt_americaexpanded_bold";
    letter-spacing: 1px;
    display: inline-flex;
    margin-bottom: 0px;
    position: relative;
}

.mtop-10
{
    margin-top: 10px !important;
}

/*
#thirdstep .webform-client-form .form-item
{
    margin-bottom: 30px;
}
*/

#thirdstep .webform-client-form .form-item.inc_agree_area {
    margin-bottom: 0;
    padding-bottom: 0;
}

#thirdstep .webform-client-form .form-item label {
    font-size: 13px;
    font-family: 'basis_grotesque_proregular';
}

.inc_agree_area input
{
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.inc_agree_area label
{
    position: absolute !important;
    font-size: 13px !important;
    left: 20px;
    top: -2px;
    text-align: left;
    margin-top: 10px;
} 

.inc_agree_area span
{
    width: 100%;
    float: left;
    color: red;
    font-size: 12px;
    font-family: 'basis_grotesque_proregular';
    display: none;
    position: relative;
    left: 20px;
    text-align: left;
}

.inc_agree_area a {
    text-decoration: underline;
    color: #000;
}



.CommonContentPage .subhead.none:after {
  display: none;
}
.CommonContentPage .subhead.noafter:after {
    display: none;
}

.CommonContentPage .subhead span {
  padding-top: 6px;
}
.CommonContentPage .subhead:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 30px;
  border-top: 1px solid #000;
}
.CommonContentPage .left-section p {
  margin-bottom: 20px;
  font-size: 15px;
  word-wrap: break-word;
  font-family: 'Roboto', sans-serif;
}
.CommonContentPage .left-section p a {
  text-decoration: none;
  color: #000;
}
.CommonContentPage .left-section p a u
{
  text-decoration: none;
}
.CommonContentPage .left-section p strong {
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 5px;
}
.CommonContentPage .left-section p.mar-btm-10 {
  margin-bottom: 10px;
}
.CommonContentPage .right-section h2 {
  font-size: 30px;
  color: #000;
  /*font-family: 'basis_grotesque_probold';*/
  font-family: 'Roboto', sans-serif;
  margin-bottom: 40px;
}
.CommonContentPage .right-section h2 img {
  max-width: 50%;
}
.CommonContentPage .right-section p {
  line-height: 132%;
  color: #000;
  font-size: 20.3pt;
}
.CommonContentPage .right-section .col-lg-10 {
  position: relative;
}

.CommonContentPage .left-section p.l-p {
  margin-top: 4px;
}

/**animated logo**/
.right-hide-content {
  opacity: 0;
  transition: opacity 1s ease;
}

.right-hide-content.slow {
  opacity: 1;
}

.animated-logo {
  position: relative;
  height: 100%;
}
.animated-logo .anmi-logo {
  position: absolute;
  top: 227px;
  left: 0;
  margin-left: 0;
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 99;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.animated-logo .anmi-logo:hover {
  opacity: 0;
}
.animated-logo .anmi-logo.hidelogo {
  opacity: 0;
  cursor: text;
}

.artistListing {
  padding: 0 7.6%;
  margin: 0;
}
.artistListing .views-row {
  margin-bottom: 100px;
}
.artistListing .views-row .views-field-field-last-name, .artistListing .views-row .views-field-title {
  font-size: 10px;
  padding-top: 7px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
  font-family: "gt_americaextended_light";
}
.artistListing .views-row .views-field-field-last-name strong, .artistListing .views-row .views-field-field-last-name b, .artistListing .views-row .views-field-title strong, .artistListing .views-row .views-field-title b {
  font-family: "gt_americaexpanded_bold";
}
.artistListing .views-row .views-field-title {
  font-family: "gt_americaexpanded_bold";
}
.artistListing .views-row .views-field-field-artist-type .field-content {
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000;
  font-family: "gt_americaextended_light";
}

ul.pager--infinite-scroll {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pager--infinite-scroll a {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "gt_americamedium";
}


ul.socialIcon {
  margin: 0;
  padding: 0;
}
ul.socialIcon li {
  display: inline-block;
  margin-right: 10px;
}
ul.socialIcon li a {
  width: 22px;
  height: 24px;
  display: inline-block;
  background: url(../images/social-icon.png) no-repeat 0 0;
}
ul.socialIcon li a.instagram {
  background-position: -37px 0;
}
ul.socialIcon li a.twitter {
  background-position: -74px 0;
}
ul.socialIcon li a.tumblr {
  background-position: -110px 0;
}

/** about sticky **/
.about-content .left-section.sticky {
  float: none;
  position: fixed;
  z-index: 6;
  left: auto;
}
/*
.about-content.CommonContentPage {
  display: block;
}
*/
.about-content .right-section {
  float: right;
  width: 50%;
}
.about-content .right-section p.first {
  margin-bottom: 20px;
}
.about-content .left-section {
  float: left;
  width: 48% !important;
  height: auto;
  position: fixed !important;
  top: 200px !important;
}
.about-content .res-rep-txt {
  display: none;
}

/** tabs and backend **/
.tabs.backendTabs {
  position: relative;
  z-index: 9;
}

/*.view-artist-listing .field-content{
    max-width:80%
}
*/
/*artist page css start here**/
.artistListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.artistListing .views-row {
  margin-right: 60px;
  flex-basis: auto;
  width: -moz-calc(25% - 45px);
  width: -webkit-calc(25% - 45px);
  width: -o-calc(25% - 45px);
  width: calc(25% - 45px);
}
.artistListing .views-row:nth-child(4n) {
  margin-right: 0px;
}
.artistListing .views-row .views-field-field-artist-image, .artistListing .views-row .views-field-field-event-listing-image {
  display: table;
  height: 100%;
  width: 100%;
}
.artistListing .views-row .views-field-field-artist-image .field-content, .artistListing .views-row .views-field-field-event-listing-image .field-content {
  display: table-cell;
  vertical-align: bottom;
}
.artistListing .views-row .views-field-field-artist-image figure img, .artistListing .views-row .views-field-field-event-listing-image figure img {
  width: 100%;
  height: auto;
  /* -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; */
}
.artistListing .views-row .views-field-field-artist-image figure:hover img, .artistListing .views-row .views-field-field-event-listing-image figure:hover img {
  -webkit-transform: scale(1.03);
  /* Safari and Chrome */
  -moz-transform: scale(1.03);
  /* Firefox */
  -ms-transform: scale(1.03);
  /* IE 9 */
  -o-transform: scale(1.03);
  /* Opera */
  transform: scale(1.03);
}
.artistListing .views-row .views-field-field-artist-image figure a, .artistListing .views-row .views-field-field-event-listing-image figure a {
  outline: none;
}

/**artist detail page css start here**/
h1 {
  font-size: 42px;
  line-height: 44px;
  font-family: 'Bebas Neue', cursive;
  clear: both;
}

.artist-detail-nav nav {
  width: 100%;
  visibility: hidden;
  opacity: 1;
}
.artist-detail-nav nav ul {
  margin: 15px 0 0px;
  padding: 0px;
}
.artist-detail-nav nav ul li {
  font-family: 'Bebas Neue', cursive;
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
  display: inline-block !important;
  padding-right: 22px !important;
  padding-left: 0px !important;
  margin-right: 12px !important;
  border: 0px !important;
  font-weight: normal;
  -webkit-transition: opacity 2.5s ease-out;
  -moz-transition: opacity 2.5s ease-out;
  transition: opacity 2.5s ease-out;
  opacity: 0;
  position: relative;
}
.artist-detail-nav nav ul li a {
  color: #000;
  outline: none;
}
.artist-detail-nav nav ul li a.active {
  font-family: 'Bebas Neue', cursive;
}
.artist-detail-nav nav ul li:last-child {
  background: none;
  margin: 0px !important;
  padding: 0px !important;
}
.artist-detail-nav nav ul li:last-child:after {
  display: none;
}
.artist-detail-nav nav ul li:after {
  background: url(../images/menu-sep.png) no-repeat right center;
  content: "";
  width: 11px;
  position: absolute;
  height: 2px;
  right: 0px;
  top: 10px;
}
.artist-detail-nav nav.navAnm {
  opacity: 1;
  visibility: visible;
}
.artist-detail-nav h1.artist-name {
  text-transform: uppercase;
  margin: 0px;
  /*font-size: 1.4em;
  */
  font-size: 50px;
  line-height: 46px;
  letter-spacing: 1px;
}
.artist-detail-nav.desktop {
  padding: 20px 0 50px 0;
}
.artist-detail-nav.responsive {
  display: none;
}

.artist-detail-txt ul li, .artist-detail-txt ol li {
  font-size: 32px;
  line-height: 36px;
}
.artist-detail-txt ul li {
  list-style: disc;
}

.main-artist-content {
  margin-top: 60px;
  padding: 0 7.6%;
}
.main-artist-content .artist-detail-txt {
  visibility: hidden;
}
.main-artist-content .artist-detail-txt p {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 28px;
}
.main-artist-content .artist-detail-txt a {
  color: #000;
}
.main-artist-content .artist-detail-txt h2 {
  font-size: 25px;
  line-height: 31px;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 20px;
}
.main-artist-content .artist-detail-txt h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 20px;
}
.main-artist-content .artist-detail-txt h4 {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 20px;
}
.main-artist-content .artist-detail-txt h5 {
  font-size: 18px;
  line-height: 23px;
  font-family: "gt_americaexpanded_bold";
  margin-bottom: 20px;
}
.main-artist-content .artist-detail-txt h6 {
  font-size: 16px;
  line-height: 21px;
  font-family: "gt_americaexpanded_bold";
  margin-bottom: 20px;
}
.main-artist-content .artist-detail-txt blockquote {
  margin-bottom: 30px;
  padding: 16px;
  border-left: 5px solid #000;
  background: #f9f9f9;
}
.main-artist-content .artist-detail-txt blockquote:before {
  color: #ccc;
  content: "";
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
.main-artist-content .artist-detail-txt blockquote p {
  display: inline;
}
.main-artist-content .artist-img {
  visibility: hidden;
}
.main-artist-content .artist-img img {
  width: 100%;
  height: auto;
}
.main-artist-content .col {
  padding: 0 30px;
}

/**artist social icon**/
ul.artistsocialIcon {
  margin: 0;
  padding: 10px 0 0 0;
}
ul.artistsocialIcon li {
  display: inline-block;
  /* margin-right: 30px; */
}
ul.artistsocialIcon li a {
  width: 49px;
  height: 49px;
  display: inline-block;
  background: url(../images/artist-social-icon.png) no-repeat 0 0;
}
ul.artistsocialIcon li a.soundcloud{
  background: url(../images/Soundcloud.png) no-repeat 0 0;
  background-size: 47px;
}
ul.artistsocialIcon li a.spotify{
  background: url(../images/Spotify.png) no-repeat 0 0;
  background-size: 47px;
}
ul.artistsocialIcon li a.tiktok{
  background: url(../images/TikTok.png) no-repeat 0 0;
  background-size: 47px;
}
ul.artistsocialIcon li a.youtube{
  background: url(../images/YouTube.png) no-repeat 0 0;
  background-size: 47px;
}
ul.artistsocialIcon li a.website {
  background-position: -153px 0;
}
ul.artistsocialIcon li a.twitter {
  background-position: -76px 0;
}

.artist-collection-image {
  margin-top: 100px;
  padding: 0px 7.6%;
}
.artist-collection-image h2 {
  font-size: 11px;
  padding-top: 5px;
  margin-bottom: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  width: 100%;
  padding-left: 1rem;
  letter-spacing: .5px;
  box-sizing: border-box;
  font-family: 'Bebas Neue', cursive;
  position: absolute;
  /* bottom: -29px; */
  left: 0px;
}
.artist-collection-image h2 strong, .artist-collection-image h2 b {
  font-family: 'Bebas Neue', cursive;
}
.artist-collection-image .image-box {
  margin-top: 50px;
}
.artist-collection-image .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0px;
  position: relative;
}
.artist-collection-image .row .col {
  position: relative;
  margin-bottom: 50px;
  margin-right: 60px;
  flex-basis: auto;
  width: -moz-calc(25% - 45px);
  width: -webkit-calc(25% - 45px);
  width: -o-calc(25% - 45px);
  width: calc(25% - 45px);
}
.artist-collection-image .row .col:nth-of-type(4n+4) {
  margin-right: 0px;
}
  
.artist-collection-image.artist_parent_galleries .row
{
    width: 100% !important;
    float: left;
    text-align: center;
    margin: 0px auto;
    display: block;
}



.artist-collection-image.artist_parent_galleries .row .col {
  width: -moz-calc(20% - 45px) !important;
  width: -webkit-calc(20% - 45px) !important;
  width: -o-calc(20% - 45px) !important;
  width: calc(20% - 45px) !important;
  display: inline-block;
}

.artist-collection-image.artist_sub_galleries .row .col {
  width: -moz-calc(20% - 45px) !important;
  width: -webkit-calc(20% - 45px) !important;
  width: -o-calc(20% - 45px) !important;
  width: calc(20% - 45px) !important;
  display: inline-block;
}

.artist-collection-image.artist_parent_galleries .row .col:nth-of-type(4n+4) {
  margin-right: 45px !important;
}

.artist-collection-image.artist_parent_galleries .row .col:nth-of-type(5n+5) {
  margin-right: 0px !important;
}

.artist-collection-image.artist_parent_galleries .row .col:last-child {
  margin-right: 0px !important;
}

.artist-collection-image.artist_sub_galleries .row .col:nth-of-type(5n+5) {
  margin-right: 0px !important;
}

.artist-collection-image.artist_sub_galleries .row .col:last-child {
  margin-right: 0px !important;
}



.events_gall_list {
    display: flex;
    align-items: baseline;
    margin-top: 0;
}
.events_gall_list .row .col
{
  width: 100% !important;
}
.events_gall_list .row .col:nth-of-type(3n+3) {
  margin-right: 0px;
}

.events_gall_list .maggroup:last-child {
    margin-bottom: 10px;
}

/* .commonLazyLoading .load_test{opacity: 1 !important; animation-delay: unset !important;} */

.artist-collection-image .row .col figure img {
  width: 100%;
  height: auto;
  /* -webkit-transition: all 0.3s;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.3s; */
}
.artist-collection-image .row .col figure:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.artist-collection-image .row .col a.fancybox {
  outline: none;
}
.artist-collection-image .loadmore-outer {
  text-align: center;
  font-size: 11px;
  font-family: 'Bebas Neue', cursive;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.artist-collection-image .loadmore-outer span, .artist-collection-image .loadmore-outer .load-more {
  cursor: pointer;
  display: inline-block;
}

.search-form {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.search-form .form-submit {
  display: none;
}
.search-form .form-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%);
  background: none;
  border: 0;
  font-size: 50px;
  line-height: 55px;
  font-family: 'Bebas Neue', cursive;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  background-image: none !important;
}
.search-form ul.ui-autocomplete {
  border: 0;
  background: none;
  width: 100% !important;
  left: 0px !important;
  padding: 0 50px;
}
.search-form ul.ui-autocomplete li {
  border: 0;
  font-size: 50px !important;
  line-height: 55px !important;
  color: #58595b !important;
  text-align: center;
  font-family: 'Bebas Neue', cursive;
}
.search-form ul.ui-autocomplete li .ui-autocomplete-field-title {
  text-align: center;
  font-size: inherit;
  font-family: 'Bebas Neue', cursive;
}
.search-form ul.ui-autocomplete li .ui-autocomplete-field-term {
  font-family: 'Bebas Neue', cursive;
}
.search-form ul.ui-autocomplete li .ui-autocomplete-fields {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.search-form ul.ui-autocomplete li a {
  color: #58595b !important;
  background: none !important;
  border: 0px !important;
  cursor: pointer;
}
.search-form ul.ui-autocomplete li a:hover {
  color: #fff !important;
}
.search-form ul.ui-autocomplete li a.ui-state-hover {
  background: none !important;
}

/** dark color **/
.front.light-background #showmenu {
  color: #000;
}
.front.light-background .favoriteSsearch span {
  color: #000;
}
.front.light-background .swiper-container .swiper-pagination-bullet {
  color: #000;
}
.front.light-background .swiper-container .swiper-pagination-bullet:before {
  background: #000;
}
.front.light-background .white-logo {
  display: none;
}
.front.light-background .black-logo {
  display: block;
}

/**fancy box**/
.artist-collection-image .video-container iframe, .artist-collection-image .video-container object, .artist-collection-image .video-container embed {
  width: 100%;
}

.node-type-event .bottom-wrap #wrap,.page-event- .bottom-wrap #wrap {
    padding-bottom: 85px;
}

.back_to_event
{
  text-align: center;
    margin: 50px 0px 0;
    float: left;
    width: 100%;
}

.no_gall_items
{
    text-align: center;
    font-size: 15px !important;
    font-family: "gt_americaexpanded_bold" !important;
    float: left;
    display: inline-block;
    position: absolute !important;
    top: -70px;
}
.back_to_event a
{
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Bebas Neue', cursive;
}

.node-type-artist .video-container, .node-type-event .video-container {
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.node-type-artist .video-container iframe, .node-type-event .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.fancybox-skin {
  padding: 0px !important;
  box-shadow: none !important;
}

.fancybox-wrap {
  cursor: initial;
}

.fancybox-opened {
  overflow: visible !important;
}
.fancybox-opened .fancybox-next {
  right: -273px;
  outline: none;
  width: 273px;
}
.fancybox-opened .fancybox-next span {
  background: url(../images/next-nav.png) no-repeat center 0;
  height: 102px;
  margin-top: -31px;
  width: 120px;
  visibility: visible;
}
.fancybox-opened .fancybox-prev {
  left: -273px;
  width: 273px;
  outline: none;
}
.fancybox-opened .fancybox-prev span {
  background: url(../images/prev-nav.png) no-repeat center 0;
  height: 102px;
  margin-top: -31px;
  width: 120px;
  visibility: visible;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
  overflow-y: scroll;
}

.fancybox-close {
  display: none;
}

.fancybox-title-float-wrap {
  width: 100%;
  right: 0px;
  margin-bottom: 0px;
  bottom: auto;
}
.fancybox-title-float-wrap .child {
  margin-left: 0px;
  margin-right: 0px;
  background: none;
  color: #000;
  text-shadow: none;
  padding: 0px;
  float: right;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  max-width: 382px;
  text-align: left;
  white-space: pre-wrap;
  text-align: right;
  display: none;
}
.fancybox-title-float-wrap strong {
  font-family: 'Bebas Neue', cursive;
}

.fancybox-opened .fancybox-skin {
  position: relative;
  background: none !important;
}
.fancybox-opened .fancybox-skin .fy-title-left {
  float: left;
  text-align: left;
  width: 45%;
}

.fancybox-inner img {
  display: block;
}

.fancybox-title1 {
  text-align: center;
}
.fancybox-title1 .sv-favorites, .fancybox-title1 .num, .fancybox-title1 .rm-favorites {
  font-size: 9px;
  line-height: 11px;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.fancybox-title1 .sv-favorites, .fancybox-title1 .rm-favorites {
  cursor: pointer;
}
.fancybox-title1 .num {
  margin-right: 30px;
}

.fancybox-opened .tags {
  width: 100%;
  text-align: center;
  float: right;
  max-width: 55%;
  text-align: right;
}
.fancybox-opened .tags p {
  font-size: 11px;
  line-height: 14px;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2px;
}
.fancybox-opened .tags p strong {
  font-family: 'Bebas Neue', cursive;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
}

.rm-fav-list {
  cursor: pointer;
  font-size: 10px;
  font-family: 'Bebas Neue', cursive;
  line-height: 14px;
}

/**user page css strat here**/
.page-user #main {
  background: #fafafa;
  border: 1px solid #d7d7d7;
  max-width: 700px;
  margin: 50px auto;
  padding: 40px;
  border-radius: 2px;
}
.page-user #user-login, .page-user #user-pass {
  margin: 30px 0 0 0;
}
.page-user #user-login .form-item, .page-user #user-pass .form-item {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-user #user-login .form-item label, .page-user #user-pass .form-item label {
  font-size: 14px;
  font-family: 'Bebas Neue', cursive;
}
.page-user #user-login .form-item .description, .page-user #user-pass .form-item .description {
  padding-top: 2px;
  font-size: 11px;
  color: #B8B5B5;
  font-family: 'Bebas Neue', cursive;
}
.page-user #user-login input[type="submit"], .page-user #user-pass input[type="submit"] {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 0;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 7px 20px 8px;
  text-shadow: none;
  text-decoration: none;
  font-family: 'Bebas Neue', cursive;
}

.front.light-background .slide-title {
  color: #000;
}

.ie .swiper-wrapper .swiper-slide .wall-text {
  width: 100%;
  position: absolute;
}

.ie .wall-text h1 {
  overflow: visible;
}

/**page search **/
.page-search h2 {
  color: #000;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.page-search .search-form .form-type-textfield {
  display: none;
}
.page-search .region-content ul {
  list-style: disc;
}
.page-search .region-content ul li {
  font-family: "basis_grotesque_prolight";
  font-size: 16px;
  margin-bottom: 10px;
}
.page-search #main {
  padding: 0 7.6%;
}
.page-search .overlay-hugeinc.open .search-form .form-type-textfield {
  display: block;
}
.page-search .search-results h3.title a {
  color: #000;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  letter-spacing: 0.5px;
}
.page-search .search-results p.search-snippet {
  font-family: "basis_grotesque_prolight";
  font-size: 16px;
  line-height: 18px;
}
.page-search .search-results p.search-info {
  font-size: 13px;
  margin-top: 5px;
}
.page-search .search-results p.search-info a {
  color: #000;
}
.page-search .search-results li {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.page-search .search-advanced {
  margin-bottom: 40px;
}
.page-search .search-advanced legend {
  top: 0px;
}
.page-search .search-advanced .fieldset-legend a {
  color: #000;
}

/**back to top **/
#top-scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #4a4a4a;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  z-index: 12;
}
#top-scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -9px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
}
#top-scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/**favorites-nav**/
#clear-fav-cookies {
  cursor: pointer;
}

.favorites-nav {
  text-align: center;
}
.favorites-nav h1 {
  font-family: 'Bebas Neue', cursive;
}
.favorites-nav nav ul li {
  font-size: 10px;
  font-family: 'Bebas Neue', cursive;
  line-height: 14px;
}
.favorites-nav nav ul li:after {
  top: 6px;
}

.ff .favorites-nav nav ul li:after {
  top: 7px;
}
.ff #mc_embed_signup .clear {
  margin-top: 9px;
}

.fav-text {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

/** video icon **/
.artist-collection-image .row .col figure {
  position: relative;
}

.video-icon {
  background: url(../images/video-icon.png) no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}

/**swiper slide animation **/
.swiper-slide .visual {
  opacity: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
.swiper-slide.swiper-slide-active .visual {
  opacity: 1;
}

/*#res-menu ul li{
  position:relative;
} 
#res-menu ul li.uf-has-child1{
    transition: opacity .1s;
  -moz-transition: opacity .1s;
  -webkit-transition: opacity .1s;
}*/
@media screen and (min-width: 1200px) 
{
  .mailchimp_container_one div#mc_embed_signup 
  {
       padding-top: 200px; 
  }
  
  
}

@media screen and (min-width: 1180px) {
  .fullWidth {
    padding: 0 12%;
  }
}
@media screen and (min-width: 1030px) {
  .video-overlay.play {
    z-index: -9;
  }
  .video-overlay.pause {
    z-index: 99;
  }
}
@media screen and (max-width: 1565px) {
  .fancybox-opened .fancybox-next {
    right: -150px;
  }
  .fancybox-opened .fancybox-prev {
    left: -150px;
  }
}
@media screen and (max-width: 1455px) {
  .fancybox-opened .fancybox-next {
    right: -64px;
    width: 64px;
  }
  .fancybox-opened .fancybox-next span {
    width: 31px;
    height: 71px;
    background-size: 100% auto;
  }
  .fancybox-opened .fancybox-prev {
    left: -64px;
    width: 64px;
  }
  .fancybox-opened .fancybox-prev span {
    width: 31px;
    height: 71px;
    background-size: 100% auto;
  }

  .main-artist-content .artist-detail-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .fancybox-inner img {
    max-height: 700px;
  }

  .artist-detail-nav nav ul li {
    font-size: 18px;
    padding-right: 14px !important;
    margin-right: 4px !important;
  }
  .artist-detail-nav nav ul li:after {
    width: 8px;
    right: 1px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1455px) {
  .fancybox-opened .fancybox-next {
    right: -97px;
    width: 97px;
  }
  .fancybox-opened .fancybox-next span {
    width: 31px;
    height: 71px;
    background-size: 100% auto;
    right: 38px;
  }
  .fancybox-opened .fancybox-prev {
    left: -97px;
    width: 97px;
  }
  .fancybox-opened .fancybox-prev span {
    width: 31px;
    height: 71px;
    background-size: 100% auto;
    left: 38px;
  }
}
@media screen and (max-width: 1199px) {
  .hideSection {
    display: none;
  }
  .socialFooter {
    display: none;
}

.aboutIncPage .about-content .left-section .col-xs-12 {
    max-width: 100% !important;
    float: left !important;
    -ms-flex-preferred-size: 49%;
    flex-basis: 100%;
    
}

.aboutIncPage #mc_embed_signup
{
    padding-top: 0px;
}

.abt_in_desc {
    max-width: 100%;
    text-align: center;
}

  .about-content .left-section {
    position: static !important;
  }
  .about-content .left-section.sticky {
    position: static !important;
    width: 100%;
  }

  .fancybox-opened .fancybox-next {
    right: 0px;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px;
    width: auto;
  }
  .fancybox-opened .fancybox-next span {
    height: 71px;
    background-size: 100% auto;
    width: 31px;
    right: 15px;
  }
  .fancybox-opened .fancybox-prev {
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px;
    width: auto;
  }
  .fancybox-opened .fancybox-prev span {
    height: 71px;
    background-size: 100% auto;
    width: 31px;
    left: 15px;
  }

  .artistListing .views-row {
    width: -moz-calc(33.66% - 45px);
    width: -webkit-calc(33.66% - 45px);
    width: -o-calc(33.66% - 45px);
    width: calc(33.66% - 45px);
  }
  .artistListing .views-row:nth-child(4n) {
    margin-right: 0px;
  }
  .artistListing .views-row:nth-of-type(3n+3) {
    margin-right: 0px;
  }
  .artistListing .views-row:nth-of-type(4n+4) {
    margin-right: 45px;
  }

  .artist-collection-image .row .col {
    width: -moz-calc(33.66% - 45px);
    width: -webkit-calc(33.66% - 45px);
    width: -o-calc(33.66% - 45px);
    width: calc(33.66% - 45px);
    margin-right: 45px;
  }
  .artist-collection-image .row .col:nth-child(4n) {
    margin-right: 45px;
  }
  .artist-collection-image .row .col:nth-of-type(3n+3) {
    margin-right: 0px;
  }
  .artist-collection-image .row .col:nth-of-type(4n+4) {
    margin-right: 45px;
  }

  .main-artist-content .col.artist-detail-txt {
    padding-top: 50px;
  }

  .artist-detail-nav.desktop {
    display: none;
  }
  .artist-detail-nav.responsive {
    display: block;
    padding: 0 7.6%;
  }

  .art-nav-right {
    padding-left: 30px;
  }

  .fancybox-title1 .num {
    margin-right: 10px;
  }

  .fancybox-opened .fancybox-skin .fy-title-left {
    width: 40%;
  }
}
@media screen and (max-height: 915px) {
    
   #laststep .ownfont{font-size: 11pt;}
  .mar_btm{margin-bottom: 20px;}

  .CommonContentPage .left-section p {
    margin-bottom: 8px;
    font-size: 14px;
  }


.CommonContentPage .left-section .incu_new p{font-size: 11pt;}


  .CommonContentPage .left-section {
    top: 121px !important;
  }

  .page-node-32 #wrap {
    padding-top: 107px;
  }




  .about-content .right-section p.first {
    margin-bottom: 15px;
  }

  .CommonContentPage .subhead {
    margin-bottom: 13px;
  }

  .CommonContentPage .subhead.rp-space {
    margin-top: 5px;
  }

  .main-artist-content .artist-detail-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .mfp-arrow:before, .mfp-arrow:after {
    margin-top: 17px;
  }
}
@media screen and (max-height: 780px) {

  .fancybox-inner img {
    max-height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-main .top-section {
    padding: 45px 5% 35px;
  }

  .mfp-img {
    padding-top: 40px !important;
  }

  .BackToHome {
    position: absolute !important;
    left: 0 !important;
    top: 13px !important;
  }

  .mfp-close-btn-in .mfp-close {
    right: -14px !important;
    position: absolute !important;
    top: 0px !important;
  }

  .imageAnm .mainImageAni {
    text-align: center;
  }
  .imageAnm .mainImageAni:last-child {
    display: none;
  }

  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main {
    position: relative;
  }

  .wall-text h1 {
    font-size: 40vw;
    margin-top: -16px;
  }

  .hideSection {
    display: none;
  }


  .CommonContentPage .right-section h2 {
    font-size: 26px;
    margin: 40px 0 20px;
  }

  .socialIcon.StickyIcon {
    display: none;
  }

  .socialFooter {
    display: none;
  }

  /**artist detail page**/
  .artist-detail-nav .art-nav-right {
    padding: 0 1rem 0 40px;
  }
  .artist-detail-nav .art-nav-right h1.artist-name {
    font-size: 58px;
  }

  .favorites-nav h1.artist-name {
    font-size: 32px;
  }

  .main-artist-content .col.artist-detail-txt {
    padding-top: 50px;
  }
  .main-artist-content .col.artist-detail-txt p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .main-artist-content {
    /*padding:0px 5%;*/
  }
  .main-artist-content .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-artists #wrap {
    padding-top: 275px;
  }

  #res-menu {
    padding-left: 36px;
    padding-right: 36px;
  }

  .swiper-container-vertical > .swiper-pagination-bullets {
    display: none;
  }

  .fancybox-opened .fancybox-prev, .fancybox-opened .fancybox-next {
    display: none;
  }

  .event-wrap h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .main-artist-content.event-detail-content .artist-detail-txt p {
    font-size: 22px;
    line-height: 30px;
  }

  body.iphone_420 {
    position: fixed;
    overflow: auto !important;
  }

  .fancybox-overlay {
    overflow: hidden;
    overflow-y: auto !important;
  }

  html.iphonehtml {
    margin-right: 17px;
    overflow: visible;
    width: auto;
  }

  .fancybox-inner img {
    max-height: 500px;
  }

  .video-overlay {
    height: 80%;
  }
}
@media screen and (max-width: 992px) {
  .favoriteSsearch {
    font-size: 10px;
  }
  
  .webform-component--website-linkapp {
    margin-bottom: 100px !important;
}
    .webform-component--website-linkapp label.label_ownn
  {
    top: 30px !important; 
  }
  
  .webform-component--website-linkapp label.label_ownn2
  {
    margin-top: 0;
    position: absolute !important;
    top: 50px !important;
  }
  
  .favoriteSsearch a:first-child:after {
    margin-right: 6px !important;
    padding-right: 14px;
    background-size: 8px;
    background-position: right 6px;
  }

  .artistListing .views-row, .artistListing .row .col, .artist-collection-image .views-row, .artist-collection-image .row .col {
    width: 50%;
    margin-right: 0px !important;
  }
  .artistListing .views-row:nth-child(3n), .artistListing .row .col:nth-child(3n), .artist-collection-image .views-row:nth-child(3n), .artist-collection-image .row .col:nth-child(3n) {
    margin-right: 0px;
  }
  .artistListing .views-row:nth-child(4n), .artistListing .row .col:nth-child(4n), .artist-collection-image .views-row:nth-child(4n), .artist-collection-image .row .col:nth-child(4n) {
    margin-right: 0px;
  }
  .artistListing .views-row:nth-child(2n), .artistListing .row .col:nth-child(2n), .artist-collection-image .views-row:nth-child(2n), .artist-collection-image .row .col:nth-child(2n) {
    margin-right: 0px;
  }

  .artist-collection-image .row .col {
    margin-bottom: 50px;
  }

  .artist-detail-nav .art-nav-right {
    padding-left: 15px;
  }

  .res-menu-active.not-front #showmenu.show-active {
    right: 20px;
  }

  .fancybox-opened .tags {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  .sv-favorites {
    width: 100%;
    float: left;
    text-align: center;
  }

  .fancybox-opened .fancybox-skin .fancybox-title1 .num {
    display: none;
  }
  .fancybox-opened .fancybox-skin .fy-title-left {
    float: left;
    width: 100%;
    line-height: 11px;
  }
  .fancybox-opened .fancybox-skin .fancybox-title-float-wrap {
    margin-bottom: -58px;
  }
  .fancybox-opened .fancybox-skin .tags p {
    font-size: 10px;
    line-height: 13px;
  }
  .fancybox-opened .fancybox-skin .fancybox-title1 .sv-favorites, .fancybox-opened .fancybox-skin .fancybox-title1 .rm-favorites {
    width: 100%;
    text-align: center;
  }

  .fancybox-inner img {
    max-height: 630px;
  }

  .main-artist-content.event-detail-content {
    padding-bottom: 0px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .CommonContentPage .left-section p.l-p {
    margin-top: 6px;
  }

  .artist-collection-image .row .col, .artistListing .views-row {
    margin-right: 60px !important;
  }

  .artist-collection-image .row .col:nth-of-type(3n+3), .artistListing .views-row:nth-of-type(3n+3) {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .CommonContentPage .left-section p.l-p {
    margin-top: 38px;
  }

  #showmenu {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .about-content .left-section {
    width: 100% !important;
    text-align: left;
  }

  .about-content .left-section .col-xs-12 {
    max-width: 48% !important;
    float: left !important;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .about-content .left-section .col-xs-12.mailChip {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .about-content .right-section {
    float: left;
    text-align: left;
    display: none;
  }

  .about-content .incubator.right-section {
    float: left;
    text-align: left;
     display: block !important; 
    padding-left: 45px;
    padding-top: 50px;
}

  .desktop-rep-txt {
    display: block;
  }

  .about-content .res-rep-txt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktopMenu {
    display: none;
  }

  .header.headroom--not-top {
    min-height: 75px;
  }

  .mobileMenu {
    display: block;
  }
  .mobileMenu ul.menu {
    padding-top: 10px !important;
  }
  .mobileMenu ul.menu li {
    margin-bottom: 20px !important;
  }

  .favoriteSsearch {
    display: none;
  }

  .header {
    padding-top: 25px;
  }

  .CommonContentPage {
    text-align: left;
  }
    .CommonContentPage p br
    {
      display: none;
    }
  .CommonContentPage .left-section, .CommonContentPage .right-section {
    margin: 0;
  }


  .CommonContentPage .subhead.none, .CommonContentPage .res-blank {
    display: none;
  }

  .artistListing .views-row .views-field-field-last-name {
    font-size: 11px;
    line-height: 16px;
  }

  #showmenu {
    display: block;
  }

  .page-artists #wrap {
    padding-top: 200px;
  }

  .res-menu-active.front .black-logo {
    z-index: 9;
  }

  #res-menu {
    padding: 50px 30px;
  }

  .res-menu-active.not-front #logo {
    z-index: 9;
  }

  #showmenu.show-active {
    top: 30px !important;
    right: 20px;
    position: fixed;
  }

  .front.light-background #showmenu span, .front.light-background #showmenu span:before, .front.light-background #showmenu span:after {
    background: #000;
  }

  .front.light-background .swiper-container .swiper-pagination-bullet {
    color: #000;
  }

  .search-responsive {
    display: block;
  }

  .search-form .form-text, .search-form ul.ui-autocomplete li {
    font-size: 25px !important;
    line-height: 35px !important;
  }

  .overlay ul li {
    min-height: 36px !important;
  }

  .overlay .overlay-close {
    width: 30px !important;
    height: 30px !important;
  }

  .event-wrap h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 25px 0;
  }
  .event-wrap .eventDate span {
    font-size: 13px;
    line-height: 18px;
  }

  .main-artist-content.event-detail-content .artist-detail-txt p {
    font-size: 16px;
    line-height: 25px;
  }

  .main-artist-content .artist-detail-txt h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .main-artist-content .artist-detail-txt h2 {
    font-size: 16px;
    line-height: 21px;
  }
  .main-artist-content .artist-detail-txt h3 {
    font-size: 15px;
    line-height: 18px;
  }
  .main-artist-content .artist-detail-txt h4 {
    font-size: 14px;
    line-height: 17px;
  }
  .main-artist-content .artist-detail-txt h5 {
    font-size: 13px;
    line-height: 15px;
  }
  .main-artist-content .artist-detail-txt h6 {
    font-size: 12px;
    line-height: 14px;
  }
  .main-artist-content .artist-detail-txt ul li, .main-artist-content .artist-detail-txt ol li {
    font-size: 16px;
    line-height: 25px;
  }

  .footer-main {
    padding: 0 !important;
  }

  .footer-main .top-section {
    padding: 40px 2% 30px;
  }

  .footer-main .col-block.centerBlock {
    display: none;
  }

  .footer-main .col-block {
    width: 50%;
    float: left;
  }

  .footer-main .col-block .col {
    width: 50% !important;
    float: left;
    text-align: center !important;
  }

  .footer-main .col-block .inner {
    width: 100%;
  }

  .MobileFooterDesign {
    display: block;
  }

  .MobileFooterDesign .col-25 {
    width: 25%;
    float: left;
  }

  .MobileFooterDesign .col-50 {
    width: 50%;
    float: left;
    text-align: center;
  }

  .MobileFooterDesign .col-50 img {
    /*max-width:70%;*/
    max-height: 100px;
  }

  .MobileFooterDesign ul.footer-social {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    margin-top: 26px;
  }

  .MobileFooterDesign ul.footer-social.right {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
    
    #quick_subscribe #mc_embed_signup
    {
        border-bottom: none;
    }
    
  /* New one */
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border-color: red !important;
     border-bottom: 1px solid; 
}
.close_sec_btn2:after {
display: none
}

/* New one */

  .desktop-rep-txt {
    display: none;
  }

  .mailchimp_container {
    margin-top: 0px !important;
    margin-bottom: 15px;
}

.aboutMcSignup  #mc_embed_signup
{
    padding-top: 0px;
}

    a.app_process
    {
        width: 100% !important;   
        position: inherit; 
    }
    
  .about-content .res-rep-txt {
    display: block;
  }

  .about-content .left-section {
    width: 100% !important;
  }

  .right-hide-content {
    opacity: 1 !important;
  }

  .animated-logo .anmi-logo {
    opacity: 0 !important;
  }

  /**artist detail page**/
  .artist-detail-nav .art-nav-right {
    padding: 0 8px;
  }
  .artist-detail-nav .art-nav-right h1.artist-name {
    font-size: 50px;
    line-height: 60px;
  }

  .favorites-nav h1.artist-name {
    font-size: 26px;
    line-height: 30px;
  }

  .main-artist-content .artist-img.col {
    text-align: center;
    padding: 0 30px;
  }
  .main-artist-content .artist-detail-txt.col {
    padding-top: 30px;
  }
  .main-artist-content .artist-detail-txt.col p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .main-artist-content .col {
    padding: 0 0px;
  }

  .artist-detail-nav nav ul {
    margin-top: 0px;
  }
  .artist-detail-nav nav ul li {
    font-size: 16px;
    padding-left: 0px !important;
    padding-right: 14px !important;
    margin-right: 3px !important;
    background-size: 8px;
  }

  .node-type-artist #wrap {
    padding-top: 140px;
  }

  .artistListing .views-row, .artistListing .row .col, .artist-collection-image .views-row, .artist-collection-image .row .col {
    width: -moz-calc(50% - 0px);
    width: -webkit-calc(50% - 0px);
    width: -o-calc(50% - 0px);
    width: calc(50% - 0px);
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .artistListing .views-row:nth-child(3n), .artistListing .row .col:nth-child(3n), .artist-collection-image .views-row:nth-child(3n), .artist-collection-image .row .col:nth-child(3n) {
    margin-right: 0px;
  }
  .artistListing .views-row:nth-child(4n), .artistListing .row .col:nth-child(4n), .artist-collection-image .views-row:nth-child(4n), .artist-collection-image .row .col:nth-child(4n) {
    margin-right: 0px;
  }
  .artistListing .views-row:nth-child(2n), .artistListing .row .col:nth-child(2n), .artist-collection-image .views-row:nth-child(2n), .artist-collection-image .row .col:nth-child(2n) {
    margin-right: 0px;
  }

  .page-artists #wrap {
    padding-top: 150px;
  }

  .page-artists .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .artist-detail-nav.responsive {
    padding: 0px 8px;
  }

  .main-artist-content {
    padding: 0px 4%;
  }

  .artist-collection-image, .artistListing {
    padding: 0px 4%;
  }

  .artist-collection-image .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 2px;
  }

  .artist-collection-image {
    margin-top: 55px;
  }

  ul.artistsocialIcon li a {
    background-size: 150px;
    width: 36px;
    height: 36px;
  }

  ul.artistsocialIcon li a.soundcloud{
    background-size: 35px;
  }
  ul.artistsocialIcon li a.spotify{
    background-size: 35px;
  }
  ul.artistsocialIcon li a.tiktok{
    background-size: 35px;
  }
  ul.artistsocialIcon li a.youtube{
    background-size: 35px;
  }

  ul.artistsocialIcon li a.website {
    background-position: -114px 0;
  }

  ul.artistsocialIcon li a.twitter {
    background-position: -57px 0;
  }

  .artist-detail-nav nav ul li {
    line-height: 10px;
  }

  .artist-detail-nav nav ul li:after {
    right: 2px;
    top: 3px;
  }

  .iphone .artist-detail-nav nav ul li:after {
    right: 2px;
    top: 5px;
  }

  .CommonContentPage .subhead:after {
    margin-left: -15px;
    left: 50%;
  }

  .fancybox-title-float-wrap .child {
    font-size: 10px;
    max-width: 300px;
  }

  .page-user #user-login .form-item input[type="text"], .page-user #user-login .form-item input[type="password"], .page-user #user-pass .form-item input[type="text"], .page-user #user-pass .form-item input[type="password"] {
    width: 100%;
  }
  .page-user #user-login .form-item label, .page-user #user-pass .form-item label {
    font-size: 11px;
  }
  .page-user #main {
    padding: 20px 10px;
    margin-top: 0px;
  }
  .page-user .backendTabs ul.primary li a {
    font-size: 12px;
  }

  .about-content .right-section {
    width: 100%;
  }

  .slide-title {
    padding: 0 15px;
  }

  .page-search #main {
    padding: 0 4%;
  }

  .page-search h2 {
    font-size: 16px;
    line-height: 25px;
  }

  body.res-menu-active {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }

  .fancybox-inner img {
    max-height: 300px;
  }

  .wall-text h1 {
    font-size: 25vw !important;
  }
}

@media only screen and (min-width: 715px) and (max-width: 1199px)
{
    .about-content .left-section .col-xs-12.aboutMcSignup
    {
        max-width: 48% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 760px) {
  .header {
    padding-top: 15px;
  }

  .fullWidth {
    height: 80vh;
    margin-top: 16vh;
  }
}

@media screen and (max-width: 690px)
{
    .inc_agree_area span
    {
        bottom: -20px;
    }
} 

@media screen and (max-width: 567px)
{
    .artist-collection-image.artist_parent_galleries .row .col
    {
        width: 100% !important;
        max-width: 100%;
    }
} 

@media (min-width: 200px) and (max-width: 567px) {
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
}

@media screen and (max-width: 480px) {

.wallxchange-p-2022 {

    width: 95% !important;
    line-height: 26px;
    font-size: 22px;
    font-family: basis_grotesque_proregular;
    font-weight: 500;
}

 .wallxchange-header-2022 {

     margin: auto;
     position: relative;
     text-align: center;
     color: white;
     width: 99%;
  }
  .centeredtextoverimage {
     font-size: 22px;
     font-family: 'Bebas Neue', cursive;
     line-height: 33px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);

  }

  .video-icon {
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-left: -15px;
    margin-top: -15px;

  }

  .footer-main .col-block .watchDesign {
    font-size: 18px;
  }

  .footer-main .col-block label {
    font-size: 7px;
    padding-bottom: 8px;
  }
  
  

    
  .webform-client-form .form-item
  {
    margin-top: 3px !important;
  }
  
  #thirdstep .webform-client-form .form-item.inc_agree_area {
    margin-bottom: 20px;
    margin-top: 10px;
}
  
  
}

@media screen and (max-width: 435px)
{

}


@media screen and (max-width: 330px)
{

}


@media screen and (max-width: 340px)
{
  
}
@media only screen and (max-width: 1700px)
{
  .CommonContentPage .right-section p
  {
     font-size: 18pt;
  }
}
@media only screen and (max-width: 1600px) {
  .CommonContentPage .right-section p
  {
     font-size: 16pt;
  }
  .CommonContentPage .subhead.newh3, .CommonContentPage .incu_new .subhead, #laststep .subhead
  {
    font-size: 9pt;
  }
}
@media only screen and (max-width: 1440px) {
  .CommonContentPage .right-section p
  {
     font-size: 15pt;
  }
  #mc_embed_signup
  {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .CommonContentPage .right-section p
  {
     font-size: 14pt;
  }
  .mailchimp_container_one div#mc_embed_signup
  {
    padding-top: 125px;
  }
  #wrap
  {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {

  .text-left .CommonContentPage {
    text-align: left;
  }
  .CommonContentPage p br
    {
      display: block;
    }
  .incubator-txt br
  {
    display: none !important;
  }
  .form-item.webform-component.webform-component-select.nc_loaction_field.webform-component--based-location.one,
  .form-item.webform-component.webform-component-select.webform-component--based-location.two
  {
    width: 100% !important;
  }

}
/****/

ul.artistsocialIcon {
    margin: 0;
    padding: 10px 0 0 0;
}

ul.artistsocialIcon li a {
    width: 49px;
    height: 49px;
    display: inline-block;
    background: url(../images/artist-social-icon.png) no-repeat 0 0;
}
