#topbar{
    height:20px;
    background-color:#fff;
}

@media (max-width: 1030px)  {
    .fb_iframe_widget {
        display: none !important;
    }
}

/**
 * Override logo
 */
.logo {
    /*width:width_of_logo;
    height:height_of_logo;
    background:url('Logo url') no-repeat;
    */ 
}

@media(max-width: 768px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}
@media(max-width: 480px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}
@media(max-width: 320px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}
.logo-link{
    margin-top: -12px;
    margin-right: 0px;
}
/** End override logo */


/** Navigation bar -----------------------*/

.main-menu .mn-menu .nav > li > a {
  color: #474341;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  line-height: 71px;
  padding: 0 10px;
}
.main-menu .mn-menu .nav > li > a:hover {
  color: #009ce7;
}
.main-menu .mn-menu .nav > li:first-child > a{
  padding-left:0;
}
.main-menu .mn-menu .nav > li:last-child > a{
  padding-right:0;
}
.main-menu .mn-menu .nav > li.cur > a {
  border-top: 1px solid #fff;
    background:#fff !important;
    color: #009ce7;
}
/** End navigation bar --------------------*/


/** NEW **/
.flexslider .slides img{
  top:0!important;
}
.main-menu{
  background-color:#fff!important;
  z-index:500;
  position:relative;
}
.main-menu .mn-menu .nav > li > a{
 border:none!important;
}
.mn-menu .nav {
    height: 77px;
    margin-top: -3px;
    border-top:0px solid #5d5d5d;
    border-bottom:1px solid #aaa5a1;
    padding-left: 10px;
}
.mn-menu .nav > li{
   height:77px;
}
@media (max-width: 768px) {
  .mn-menu .nav > li{
     height:auto;
  }
}
@media (max-width:960px){
   .top-blk.subscribe{
     margin-right:0;
   }
}
@media(max-width: 920px){
     .top-sm-event{
         /*margin-left:10px;*/
     }
}
@media(max-width: 848px){
     .top-head .top-blk.social-top{
       margin-top:20px;
    }
    .main-menu .mn-menu .nav > li > a{
          padding: 0 20px;
    }
}
@media(max-width:768px){
      .nav > li{
         height:auto;
   }
   .top-head .logo{
       margin:0 auto;
       float:none;
    }
   .top-head .top-blk.social-top{
      margin-top:20px;
   }
   .top-blk.subscribe{
     margin-bottom:20px;
     bottom:0;
     width:100%;
   }
   .top-subscri{
     width:calc(100% - 224px);
  }
  .top-sm-event{
     margin-left:0;
   }
  .top-head .logo{
     width:58%;
     margin:auto;
   }
   .top-head .top-blk.social-top{
     text-align:center;
     width:100%;
     margin-left:0;
   }
}


/** Start Horizontal search bar --------------------*/

.top-search-row{
   padding-left:20px;
   background:#e8e8e8;
   box-sizing:border-box;
}

.top-search-row .sub-blk .btn.btn-l.lgr.fr, .top-search-row .sub-blk{
   background-color:#e8e8e8;
 }

.top-search-row .sub-blk .btn.btn-l.lgr.fr:hover {
  background: #f99b26;
  color: #ffffff;
}
/** End Horizontal search bar --------------------*/


.social-top a{
  background-color: #f99b26;
  height:35px;
  width:35px;
}
.top-head .top-blk.login-top {
  display: inline-block;
  margin: 25px 0 0 0 ;
  vertical-align: middle;
  height: 55px;
  text-align: center;
  color: #999999 !important;
}
.top-head .top-blk.login-top a {
  font-weight: 700;
  margin-right: 10px;
 color: #999999;
}
.top-head .top-blk.login-top a:hover {
 color: #009ce7 !important;
}
.top-head .top-blk a {
    background-clip: padding-box;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius:50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    color: #fff;
    margin-left:8px;
}
.social-top i{
    font-size:18px;
    line-height:21px;
}
.social-top i{
    font-size:16px;
    line-height:21px;
}
.top-head .top-blk.social-top{
  margin-top:20px;
  position:relative;
}
.fa.fa-facebook.fa-lg{
   margin-left:2px;
}
.fa.fa-twitter.fa-lg{
 margin-left:4px;
}
.fa.fa-instagram{
 margin-left:2px;
}
.fa.fa-youtube.fa-lg{
 margin-left:3px;
}
.fa.fa-wordpress.fa-lg{
 margin-left:0px;
}
.fa.fa-envelope.fa-lg{
 margin-left:3px;
}
.social-top a.fb:hover, .social-top a.tu:hover, .social-top a.yt:hover, .social-top a.insta:hover, .social-top a.blog:hover, .social-top a.email:hover {
  background-color: #e91d2c;
  color: #fff !important;
}


/*menu align center*/

@media (min-width: 769px) {
    .mn-menu ul {
        text-align:center
    }
    .mn-menu ul ul {
    text-align: left;
    }
    .main-menu .mn-menu .nav > li {
        display: inline-block;
        float: left;
        border:none!important;
    }
    .main-menu .mn-menu .nav > li:first-child {
        border-left: 1px solid #35b9f7;
    }
}


/** Footer ---------------------------------------*/

.list-logo{
  text-align: center;
}
.list-logo a{
  display: inline-block;
  margin:0 8px;
  vertical-align: middle;
}
.menu-footer{
  margin: 0 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.menu-footer > li{
  display: inline-block;
  padding:5px 20px;
  width: 145px;
  vertical-align: top;
}
.menu-footer h3{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color:#fff;	
}
.menu-footer a{
  line-height: 1;
  text-decoration: none;
  color:#fff;
}
.menu-footer a:hover{
  text-decoration: underline;
  color:#384f5a;
}
.menu-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer ul li{
  padding: 3px 0;
}
.bg-gray{
  padding: 20px 0;
  border-top: 0px solid #aaa5a1;
  background: #aaa5a1;
}
.footer {
  border-top: 1px solid #76706c;
  background: #76706c;
  padding: 20px 0;
  color: #fff;
}
.footer > .inner > section.row {
  padding: 0 10px;
  box-sizing: border-box;
}
.copyright {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  background: #ffffff;
  text-align: center;
}
.network{
  padding:10px;
  font-size: 11px;
  background: #ffffff;
  color:#666;
}
.network a{
  white-space: nowrap;
  line-height: 1.7em;
  color:#999;
}
.network a:hover{
  text-decoration: underline;
}
section.network a:hover {
    color: #222222;
}
/** End footer ---------------------*/


/** Horizontal line --------------- */
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
/** END Horizontal line ----------- */


/** Directory sidebar --------------*/

#content_sub ul#sidecolumnlist li ul#sac365-sidebar li{
	padding: 4px 0;
}
ul#sac365-sidebar{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul#sac365-sidebar li{
	background: none;
	padding: 8px 0;
	margin: 0;
	font-size:1.1em;
	border:none;
}
#sac365-sidebar li a{
	background-color: #918c88;
	display: block;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#sac365-sidebar li a:hover{
	text-decoration: none;
	background-color: #009ce7;
	transition: background-color 0.5s ease;
}
/** End directory sidebar ---------------*/


/** Directory sidebar 2 -----------------*/

#content_sub ul#sidecolumnlist li ul#sac365-sidebar li{
	padding: 4px 0;
}
ul#sac365-sidebar2{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul#sac365-sidebar2 li{
	background: none;
	padding: 8px 0;
	margin: 0;
	font-size:1.1em;
	border:none;
}
#sac365-sidebar2 li a{
	background-color: #009ce7;
	display: block;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#sac365-sidebar2 li a:hover{
	text-decoration: none;
	background-color: #918c88;
	transition: background-color 0.5s ease;
}
/** End directory sidebar ------------------*/


 * TOP HEADER
 */
#topbar {
  position: relative;
  background: #fff !important;
  height: 30px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.topbar-content {
  height: 30px;
  margin-top: 5px;
}
.topbar-content .top-blk.social-top{
    display:inline-block;
    float: right;
    margin-right: 30px;
}
.top-blk.login-top.topbar {
  float: right;
  padding-top: 10px;
}
.top-blk.login-top.topbar a {
  color: #999;
  font-weight: 700;
  margin-right: 10px;
}
.top-blk.login-top.topbar a:hover {
  color: #dd3333;
}
span.logo-banner a {
  max-height: 30px;
  display: inline-block;
  overflow: hidden;
}
span.logo-banner a img {
  max-height: 30px;
}

/** End top */

@media (min-width: 768px) {
     .blog-itm .pic {
         width: 200px;
         max-height: 200px;
         float: left;
         overflow: hidden;
         background: #fff;
   }
}

@media (max-width: 480px) {
   .logo-link a img {
        width: 100%;
        height: auto;
    }
    .list-logo a img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 320px) {
.top-blk.login-top.topbar a {
   font-size: 13px;
}
}


/** @ticket #21353 */

body.full-theme.page-template-artist-landing-template #topbar,
body.full-theme.page-template-artist-landing-template .top-blk.social-top a,
body.full-theme.artist-landing-page #topbar,
body.full-theme.artist-landing-page .top-blk.social-top a,
body.full-theme.educator-landing-page #topbar,
body.full-theme.educator-landing-page .top-blk.social-top a,
body.full-theme.tax-artist-type #topbar,
body.full-theme.tax-artist-type .top-blk.social-top a,
body.full-theme.single-artist #topbar,
body.full-theme.single-artist .top-blk.social-top a {
  background-color: red !important;
}

body.full-theme.page-template-artist-landing-template .fullw.bg-gray,
body.full-theme.artist-landing-page .fullw.bg-gray,
body.full-theme.educator-landing-page .fullw.bg-gray,
body.full-theme.tax-artist-type .fullw.bg-gray,
body.full-theme.single-artist .fullw.bg-gray {
  border-top: 0 solid #cccccc;
  background: #cccccc;
}

body.full-theme.page-template-artist-landing-template footer.footer,
body.full-theme.artist-landing-page footer.footer,
body.full-theme.educator-landing-page footer.footer,
body.full-theme.tax-artist-type footer.footer,
body.full-theme.single-artist footer.footer {
  border-top: 1px solid #333333;
  background: #333333;
}

body.full-theme.page-template-artist-landing-template .main-menu .mn-menu .nav > li.cur,
body.full-theme.artist-landing-page .main-menu .mn-menu .nav > li.cur,
body.full-theme.tax-artist-type .main-menu .mn-menu .nav > li.cur,
body.full-theme.single-artist .main-menu .mn-menu .nav > li.cur {
  background-color: #e5e5e5;
}

@media (min-width: 768px) {
  body.full-theme #topbar.fixed-topBar + script + .header.header--fixed {
    margin-top: 0;
  }

  body.full-theme #topbar.fixed-topBar + script + .header.header--fixed {
    top: 50px;
  }

  body.full-theme.admin-bar #topbar.scroll-with-page + script + header {
    top: 82px !important;
  }
}

@media (max-width: 767px) {
  body.full-theme.oct__hamburger-mobile #topbar + script + .header .top-head.top-head__oct-mobile .logo a:first-child {
    margin: 0 auto !important;
  }

  body.full-theme.oct__hamburger-mobile #topbar + script + .header .top-head.top-head__oct-mobile .logo a img {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo,
body.full-theme:not(.apl-default-header).classified-landing-page .header .top-head .logo,
body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
  padding-right: 0px;
}
body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo a,
body.full-theme:not(.apl-default-header).classified-landing-page .header .top-head .logo a,
body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
  margin-right: 0;
}

@media (min-width: 1401px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).classified-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    min-width: 500px;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).classified-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
    width: 500px;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).educator-landing-page .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).classified-landing-page .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).single-artist .header.header--fixed.header--fixed .logo {
    min-width: 350px;
    transition: min-width 0.3s;
  }
  
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).educator-landing-page .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).classified-landing-page .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header.header--fixed.header--fixed .logo a{
    width: 350px;
    transition: width 0.3s;
  }
}  
@media (max-width: 1600px) and (min-width: 1400px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).classified-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    margin-right: 25px;
  }
}
@media (max-width: 1400px) and (min-width: 769px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).classified-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    min-width: 375px;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).classified-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
    width: 375px;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).educator-landing-page .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).classified-landing-page .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).single-artist .header.header--fixed.header--fixed .logo {
    min-width: 275px;
    transition: min-width 0.3s;
  }
  
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).educator-landing-page .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).classified-landing-page .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header.header--fixed.header--fixed .logo a{
    width: 275px;
    transition: width 0.3s;
  }
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .mobile-menu,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .mobile-menu,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .mobile-menu,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .mobile-menu,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .mobile-menu {
  	margin-right: 0px;
  }
}
@media (max-width: 1242px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    min-width: 300px;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
    width: 300px;
  }
}
@media (max-width: 1400px) and (min-width: 1119px) {
    body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .mobile-menu,
    body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .mobile-menu,
    body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .mobile-menu,
    body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .mobile-menu,
    body.full-theme:not(.apl-default-header).single-artist .header .top-head .mobile-menu {
        order: unset;
    }
    body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
    body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).educator-landing-page .header .top-head .logo,
    body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
    body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
        margin-right: 25px;
    }
}
@media (max-width: 1024px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template.oct__hamburger-mobile #topbar + script + .header .top-head.top-head__oct-mobile .logo a img,
  body.full-theme:not(.apl-default-header).artist-landing-page.oct__hamburger-mobile #topbar + script + .header .top-head.top-head__oct-mobile .logo a img,
  body.full-theme:not(.apl-default-header).educator-landing-page.oct__hamburger-mobile #topbar + script + .header .top-head.top-head__oct-mobile .logo a img,
  body.full-theme:not(.apl-default-header).tax-artist-type.oct__hamburger-mobile #topbar + script + .header .top-head.top-head__oct-mobile .logo a img,
  body.full-theme:not(.apl-default-header).single-artist.oct__hamburger-mobile #topbar + script + .header .top-head.top-head__oct-mobile .logo a img {
    -webkit-transform: none;
            transform: none;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo img,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo img,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo img,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo img {
    height: auto !important;
    max-height: none;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
    width: 350px;
  }
}
@media (max-width: 1192px) and (min-width: 1168px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
     margin-right: 5px;
  }
}
@media (max-width: 1167px) and (min-width: 769px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    min-width: 400px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
    width: 400px;
  }
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header.header--fixed.header--fixed .logo,
  body.full-theme:not(.apl-default-header).single-artist .header.header--fixed.header--fixed .logo {
    min-width: 350px;
  }
  
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header.header--fixed.header--fixed .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header.header--fixed.header--fixed .logo a{
    width: 350px;
  }
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head{
    flex-direction: column;
  }
}
@media (max-width: 1140px) and (min-width: 769px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    margin-bottom: 0;
  }
}
@media (max-width: 1112px) and (min-width: 768px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    width: auto;
  }
}

@media (max-width: 1600px) and (min-width: 1400px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo {
    width: 100%;
  }
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
    margin: 0 auto;
    width: 400px;
  }
}

@media (max-width: 767px) {
    body.full-theme.page-template-artist-landing-template.oct__hamburger-mobile #topbar+.header .top-head.top-head__oct-mobile .logo a img,
  body.full-theme.artist-landing-page.oct__hamburger-mobile #topbar+.header .top-head.top-head__oct-mobile .logo a img ,
  body.full-theme.tax-artist-type.oct__hamburger-mobile #topbar+.header .top-head.top-head__oct-mobile .logo a img ,
  body.full-theme.single-artist.oct__hamburger-mobile #topbar+.header .top-head.top-head__oct-mobile .logo a img {
      transform: scale(1);
      max-width: 100%;
  }

  body.full-theme:not(.apl-default-header).page-template-artist-landing-template.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo,
  body.full-theme:not(.apl-default-header).artist-landing-page.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo,
  body.full-theme:not(.apl-default-header).tax-artist-type.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo,
  body.full-theme:not(.apl-default-header).single-artist.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo {
    margin-bottom: 0;
  }
}

@media (max-width: 360px) {
  body.full-theme:not(.apl-default-header).page-template-artist-landing-template .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).artist-landing-page .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).tax-artist-type .header .top-head .logo a,
  body.full-theme:not(.apl-default-header).single-artist .header .top-head .logo a {
    width: 300px;
  }
}

@media (max-width: 767px){
    body.full-theme.page-template-artist-landing-template.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo a img,
    body.full-theme.artist-landing-page.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo a img,
    body.full-theme.tax-artist-type.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo a img,
    body.full-theme.single-artist.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo a img{
        width: auto;
        max-width: 100%;
    }
}

body.full-theme.page-template-artist-landing-template  #pojo-a11y-toolbar,
body.full-theme.artist-landing-page  #pojo-a11y-toolbar,
body.full-theme.tax-artist-type  #pojo-a11y-toolbar,
body.full-theme.single-artist #pojo-a11y-toolbar {
    z-index: 99999;
}
/**End @ticket #21353 */


/** @ticket #21837 */

.page-template-artist-landing-template #topbar.scroll-with-page + header,
.artist-landing-page #topbar.scroll-with-page + header,
.tax-artist-type #topbar.scroll-with-page + header,
.single-artist #topbar.scroll-with-page + header,
.page-template-classified-landing-template #topbar.scroll-with-page + header,
.classified-landing-page #topbar.scroll-with-page + header,
.tax-classified-type #topbar.scroll-with-page + header,
.single-classified #topbar.scroll-with-page + header,
.page-template-venue-landing-template #topbar.scroll-with-page + header,
.venue-landing-page #topbar.scroll-with-page + header,
.tax-venue-type #topbar.scroll-with-page + header,
.single-venue #topbar.scroll-with-page + header {
  margin-top: 20px;
}

.page-template-artist-landing-template .top-head .logo,
.artist-landing-page .top-head .logo,
.tax-artist-type .top-head .logo,
.single-artist .top-head .logo,
.page-template-classified-landing-template .top-head .logo,
.classified-landing-page .top-head .logo,
.tax-classified-type .top-head .logo,
.single-classified .top-head .logo,
.page-template-venue-landing-template .top-head .logo,
.venue-landing-page .top-head .logo,
.tax-venue-type .top-head .logo,
.single-venue .top-head .logo {
  padding-bottom: 5px;
}

@media (min-width: 940px) {
  .page-template-artist-landing-template #menu-creative-directory a,
  .artist-landing-page #menu-creative-directory a,
  .tax-artist-type #menu-creative-directory a,
  .single-artist #menu-creative-directory a,
  .page-template-classified-landing-template #menu-creative-directory a,
  .classified-landing-page #menu-creative-directory a,
  .tax-classified-type #menu-creative-directory a,
  .single-classified #menu-creative-directory a,
  .page-template-venue-landing-template #menu-creative-directory a,
  .venue-landing-page #menu-creative-directory a,
  .tax-venue-type #menu-creative-directory a,
  .single-venue #menu-creative-directory a {
    padding: 0 20px;
    font-size: 16px;
  }
}

.page-template-artist-landing-template #topbar.scroll-with-page h3,
.artist-landing-page #topbar.scroll-with-page h3,
.tax-artist-type #topbar.scroll-with-page h3,
.single-artist #topbar.scroll-with-page h3,
.page-template-classified-landing-template #topbar.scroll-with-page h3,
.classified-landing-page #topbar.scroll-with-page h3,
.tax-classified-type #topbar.scroll-with-page h3,
.single-classified #topbar.scroll-with-page h3,
.page-template-venue-landing-template #topbar.scroll-with-page h3,
.venue-landing-page #topbar.scroll-with-page h3,
.tax-venue-type #topbar.scroll-with-page h3,
.single-venue #topbar.scroll-with-page h3 {
  padding: 3px;
}

@media (max-width: 769px) {
  .page-template-artist-landing-template.admin-bar #topbar.scroll-with-page + header,
  .artist-landing-page.admin-bar #topbar.scroll-with-page + header,
  .tax-artist-type.admin-bar #topbar.scroll-with-page + header,
  .single-artist.admin-bar #topbar.scroll-with-page + header,
  .page-template-classified-landing-template.admin-bar #topbar.scroll-with-page + header,
  .classified-landing-page.admin-bar #topbar.scroll-with-page + header,
  .tax-classified-type.admin-bar #topbar.scroll-with-page + header,
  .single-classified.admin-bar #topbar.scroll-with-page + header,
  .page-template-venue-landing-template.admin-bar #topbar.scroll-with-page + header,
  .venue-landing-page.admin-bar #topbar.scroll-with-page + header,
  .tax-venue-type.admin-bar #topbar.scroll-with-page + header,
  .single-venue.admin-bar #topbar.scroll-with-page + header {
    margin-top: -20px;
  }

  .page-template-artist-landing-template .top-head .logo,
  .artist-landing-page .top-head .logo,
  .tax-artist-type .top-head .logo,
  .single-artist .top-head .logo,
  .page-template-classified-landing-template .top-head .logo,
  .classified-landing-page .top-head .logo,
  .tax-classified-type .top-head .logo,
  .single-classified .top-head .logo,
  .page-template-venue-landing-template .top-head .logo,
  .venue-landing-page .top-head .logo,
  .tax-venue-type .top-head .logo,
  .single-venue .top-head .logo {
    padding-bottom: 10px;
  }
}

.page-template-artist-landing-template .educator-landing-slider .main-slider.full {
  width: 100%;
}

.page-template-artist-landing-template .educator-landing-slider .flexslider li .i-slider .inner .i-caption {
  display: none;
}

.page-template-artist-landing-template .educator-landing-slider .main-slider .flex-control-paging {
  bottom: 10px !important;
}

.page-template-artist-landing-template .mn-menu .nav {
  border-bottom: none;
}
/** End @ticket #21837 */


/** Ninja Popup container --------------------*/

.popupWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.popupWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/** END Ninja Popup container --------------------*/


.page.page-id-71198 section.fullw.clients {
  display: none;
}
.page.page-id-71198 section.fullw.clients.education-partners {
  display: block;
}
.page.page-id-71198 section.fullw.clients.education-partners h2 {
  margin-bottom: 40px;
}
.art-education-header {
  display: none;
}
