
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700;900&display=swap');



/*
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
*/


html {
    overflow-y: scroll;
}


html.wf-loading * {
     opacity: 0;
 }

body {
	font-size: 0.965rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}


.app-body{
	background-color: #fff;
	/*
	background-color: #f0f3ef;
	 c3d0c0 
	background-image: url('/images/lines1.jpg');

	*/
}

.mininav {
	margin-top: -15px;
}

.nyac-nav .nav-link:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:0px; /*Change this to increase/decrease distance*/
    border-bottom: 2px solid #c1e7c1;  
}


.app-header .nav-item {

	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: 200;

}



.nav {
	margin-top: 10px;
	margin-top:-8px;
}


.nav > ul > li > a {
    text-decoration: none;
}

.nav-link {
    position:relative;
}
.nav-link:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:0px; /*Change this to increase/decrease distance*/
    border-bottom: 2px solid #c1e7c1;  
}

.nav-link.active::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom: 0px; /*Change this to increase/decrease distance*/
    border-bottom: 2px solid #a1c2a1;  
}

.nav-item > active  {
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:5px; /* Change this to increase/decrease distance */
    border-bottom: 2px solid #a1c2a1;  
}




.tabbable {
	float: right;
	margin-top: 20px;
}

.artisttab {
	line-height: 1.1;
}
.artisttab:hover {
	line-height: 1.1;
}
.artisttab:active {
	line-height: 1.1;
}

.carousel-inner {
	max-height: 450px;
}


a:link {
	color: #000000; /* alternate #23282c; */
}

a:hover {
	color: #333;
}

a:visited {
	color: #000000;
}

p a:link {
	text-decoration: underline;
}

.albumname a:link {
	text-decoration: none !important;
}

.albumname a:hover {
	text-decoration: underline !important;
}

.app-header {
	border-bottom: 1px solid #efefef;
	height: 105px;
}

.app-header .navbar-brand {
	justify-content: flex-start;
	min-width: 230px;
	height: 46px;

    /*font-size: 52px;*/
    letter-spacing: -1px;
font-family: 'Poppins', sans-serif;


	
}

hr {
	margin-top: .6rem;
	margin-bottom: .8rem;
	border: 0;
	border-top: 1px solid rgba(111, 127, 146, 1);
}

.content hr {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	border: 0;
	border-top: 1px solid rgba(111, 127, 146, 1);
}

.headline {
	text-align: center;
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}

h1 { 
	font-weight: 900;
	font-size: 32px;
	padding-top: 40px;
}

h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 28px;
	padding-top: 40px;
}

h3 {
	font-weight: 900;
	padding-bottom: 40px;
	font-size: 24px;

}

h4 {
	color: #A4A4A4;
	text-transform: uppercase;
	padding-bottom: 0px; /* PM was 20 */
	margin-top: 20px;

}

h5 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 900;
}

p {
	font-family: 'Roboto', sans-serif;

}

.aside-menu .nav-tabs .nav-link.active {
	color: #c1e7c2;
}

.aside-menu .nav-link:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:0px; /*Change this to increase/decrease distance*/
    border-bottom: 2px solid #c1e7c2;  
}

.aside-menu .nav-link.active::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:0px; /*Change this to increase/decrease distance*/
    border-bottom: 2px solid #c1e7c2;  
}

.aside-menu .nav-item > active  {
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:0px; /* Change this to increase/decrease distance */
    border-bottom: 2px solid #c1e7c2;  
}

.list-group-item-accent-primary {
	border-left: 4px solid #c8ced3;
}

.caption {
	font-size: .8em;
	padding-top: 6px;
}

.albumdesc {
	display: block;
	margin: -5px 0;
	line-height: 14px;
	content: " ";
}

.carousel-caption {
	bottom: 30%;
}

.carousel-caption h1 {
	font-family: 'Varela', sans-serif;
	font-size: 3.2rem;
	text-shadow: 2px 2px 5px #000;
}

.carousel-caption h2 {
	text-transform: none;
	font-size: 1.6rem;
	text-shadow: 2px 2px 5px #000;
}

.carousel-caption h3 {
	font-family: 'Varela', sans-serif;
	font-size: 1.4rem;
	text-shadow: 2px 2px 5px #000;
}

.carousel-control-prev, .carousel-control-next {
	opacity: .8;
	margin-left: -40px;
	margin-right: -40px;
}

.carousel-control-prev-icon {
	background-image: url("/images/left-arrow.png");
	width: 120px;
	height: 120px;
}

.carousel-control-next-icon {
	background-image: url("/images/right-arrow.png");
	width: 120px;
	height: 120px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: unset;
    cursor: pointer;
    background-color: #fff;
    background-clip: unset;
    border-top: 0;
    border-bottom: 0;
    opacity: .5;
    transition: opacity .6s ease;
  }

.homethumbs img {
	width: 100%;
	margin-bottom: 7px;
}

.btn-primary {
	color: #000;
	background-color: #f0f3f5;
	border-color: #000;
	text-transform: uppercase;
	border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #858585;
    background-color: #efefef;
    border-color: #858585; /*set the color you want here*/
}

 .btn-success {
 	background-color: #b8d0b2; /*#c2edce; */
 	border-color: #d9e6da;
 	color: #123;
 }

 .btn-success:hover {
 	background-color: #111;
 	border-color: #d9e6da;
 	color: #c2edce;
 }



.sidebar {
	font-family: 'Poppins', sans-serif;
    border-bottom: 0px solid #c1e7c2;  
    font-size: 0.87em;

}

.sidebar .nav-link.active::after {
	    border-bottom: 2px solid #c1e7c2; 
}
.sidebar .nav-link:after {
	bottom:0px; /*Change this to increase/decrease distance*/
    border-bottom: 0px solid #efefef;  
}
.sidebar .nav-link:hover {
	background: #efefef !important;
	color: #000;
	bottom:0px; /*Change this to increase/decrease distance*/
    border-bottom: 0px solid #c1e7c2;  
}

.app-footer {
	/* height: 65px; */
	background: #434c41;
	flex: none;
}

.app-footer .col-md-9 {
	width: 75%;
}

.app-footer .col-md-3 {
	width: 25%;
}

.app-footer a:link {
	color: #fff;
}

.app-footer a:visited {
	color: #fff;
}

.curatedshow {
	margin-bottom: 15px;
}

.results-container {
	max-width: 1200px;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fixed-results {
	width: 215px;	
}


.fixed-results img {
	width: 215px;
	height: 215px;
	overflow: hidden;	
    	object-fit: cover;
}

.tab-content {
	border: none;
}
.tab-content .tab-pane {
padding: 0;

}
.card {
background-clip: border-box;
border: 0px solid #c8ced3;
border-radius: none;
/*height: 500px;*/
}
.card-body {
	padding: 1rem;
}

	img.headshot {
		  height: 200px;
		  width: 200px;
	}



/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap




// Small devices (landscape phones, 576px and up) */


@media (min-width: 992px){
	.header-fixed .app-body {
	    margin-top: 80px;
	}
}

@media (min-width: 276px) { 
	.navbar-brand img {
		height: 46px !important;
		margin-top: 20px;
		margin-left: -20px;
	}
	.header-fixed .app-body {
		 margin-top: 80px; 
	}
	
	.tabbable {
	float: none;
	margin-top: 0px;
	margin-bottom: 15px;
	background: #efefef;
	padding: 10px 10px 6px 10px;
	}

	.tabbable .nav-link {
		padding: 0;
		margin-right: 30px;
		padding-bottom: 5px;
	}
	
		.navbar-toggler {
		float: left;
		margin-top: 30px;

		}
		
	.sidebar .sidebar-nav {
		/*margin-top: -35px;*/
	}
	
.sidebar-show .main, .aside-menu-show .main {
    position: inherit;
	
	}


@media (min-width: 576px) { 
	
	

	.app-header .navbar-brand {
		left: 0;
	}
	
	.navbar-brand img {
		height: 46px !important;
		margin-top: 15px;
		margin-left: 0px;
	}
	.header-fixed .app-body {
		/* margin-top: 105px; */
	}
	
	.sidebar .sidebar-nav {
		margin-top: -35px;
	}
	
	.tabbable {
	float: none;
	margin-top: 0px;
	margin-bottom: 15px;
	background: #efefef;
	padding: 10px 10px 6px 10px;
	}

	.tabbable .nav-link {
		padding: 0;
		margin-right: 30px;
		padding-bottom: 5px;
	}
	
	.navbar-toggler {
		float: left;
		margin-top: 30px;
		}

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	
	.app-header .navbar-toggler {
		visibility: hidden;
	}
	
	.app-header .navbar-brand {
		left: 20%;
	}
	.navbar-brand img {
	height: 42px !important;
	margin-top: 5px;
	}
	
	.nav {
		flex-wrap: nowrap;
		margin-top: 10px;
	}
	
	.nav-link {
	margin: 0.25rem .3rem;
	font-size: 0rem;
	}


	.nyac-nav .nav-link {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	/*visibility: hidden;*/
	}

	.sidebar .nav-link {
	padding: 15px 15px;
	margin: 0;
	font-size: 0.975rem;
	}
	
	.aside-menu .nav-link {
		font-size: 1em;
	}
	
	.artisttab {
	font-size: 0.875rem;
	color: #000;
	padding: 0px;
	}
	

	.aside-menu .nav-link {
		margin: 0 0;
	}
	.header-fixed .app-body {
		 margin-top: 80px; 
	}
	
	.artisttab {
		padding: 0.5rem .5rem;
	}
	
	.tabbable {
	float: right;
	margin-top: 20px;
	margin-bottom: 15px;
	background: none;
	padding: 0px;
		}

	.tabbable .nav-link {
		padding: 0;
		margin-right: 0px;
		margin-left: 30px;
		padding-bottom: 5px;
	}
	
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.nav-link {
	padding: .25rem 0;
	margin: 0.25rem .5rem;
	font-size: 0.875rem;
}

	.nav {
		flex-wrap: wrap;
		margin-top: -10px;
	}

.top-nav {
	margin-top: 20px;
}

.nyac-nav .nav-link {
	font-family: 'Poppins', sans-serif;
	font-size: 1.00em;
	text-transform: uppercase;
	padding: 0;
	margin-left: 1rem;
	margin-top: 20px;
	margin-right: 0px;
	visibility: visible;
}
	.navbar-brand img {
	height: 45px !important;
	margin-top: 50px;
	}
	.aside-menu .nav-link {
		margin: 0 0;
	}
	
	.header-fixed .app-body {
		 margin-top: 80px; 
	}
	
	.tabbable {
	float: right;
	margin-top: 20px;
	margin-bottom: 15px;
	background: none;
	padding: 0px;
	}

	.tabbable .nav-link {
		padding: 0;
		margin-right: 5px;
		margin-left: 50px;
		padding-bottom: 5px;
	}
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.nav-link {
	padding: .25rem 0;
	margin: 0.25rem 1rem;
	font-size: 0.875rem;
}


.artisttab {
	margin-right: 0px;
	margin-left: 40px;
}

.nyac-nav .nav-link {
	font-family: 'Poppins', sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 0;
	margin-left: 2rem;
	font-weight: 200;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 1.6;
	visibility: visible;
}
	.navbar-brand img {
	height: 59px !important;
	margin-top: 40px;
	}
	
	.aside-menu .nav-link {
		margin: 0 0;
	}
}

/* hide captcha badge */
.grecaptcha-badge { opacity:0;}

/* Begin Styles used on GrapesJS ckeditor dropdown */
.ai_h1_class{
	box-sizing:border-box;
	color:rgb(35, 40, 44);
	display:block;
	font-family:Oswald, sans-serif;
	font-size:35px;
	font-weight:500;
	line-height:42px;
	margin-block-end:8px;
	margin-block-start:0px;
	margin-bottom:8px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:0px;
	text-align:left;
	text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.ai_h2_class{
	box-sizing:border-box;
	color:rgb(35, 40, 44);
	display:block;
	font-family:Oswald, sans-serif;
	font-size:24.5px;
	font-weight:500;
	line-height:33px;
	margin-block-end:8px;
	margin-block-start:0px;
	margin-bottom:8px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:0px;
	text-align:left;
	text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.ai_h3_class{
	box-sizing:border-box;
	color:rgb(35, 40, 44);
	display:block;
	font-family:Oswald, sans-serif;
	font-size:24.5px;
	font-weight:500;
	line-height:29.4px;
	margin-block-end:8px;
	margin-block-start:0px;
	margin-bottom:8px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:0px;
	text-align:left;
	text-size-adjust:100%;
	width:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.ai_h4_class{
	box-sizing:border-box;
	color:rgb(164, 164, 164);
	display:block;
	font-family:Oswald, sans-serif;
	font-size:24.5px;
	font-weight:500;
	line-height:29.4px;
	margin-block-end:8px;
	margin-block-start:0px;
	margin-bottom:8px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:0px;
	text-align:left;
	text-size-adjust:100%;
	width:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.ai_h5_class{
		box-sizing:border-box;
	color:rgb(35, 40, 44);
	display:block;
	font-family:Oswald, sans-serif;
	font-size:17px;
	font-weight:500;
	line-height:21px;
	margin-block-end:8px;
	margin-block-start:0px;
	margin-bottom:8px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:0px;
	text-align:left;
	text-size-adjust:100%;
	width:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.ai_p_class{
	box-sizing:border-box;
	color:rgb(35, 40, 44);
	display:block;
	font-family:Varela, sans-serif;
	font-size:15.44px;
	font-weight:400;
	line-height:23.16px;
	margin-block-end:16px;
	margin-block-start:0px;
	margin-bottom:16px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:0px;
	text-align:left;
	text-size-adjust:100%;
	width:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.ai_alignleft_class{
	display: block;
	width:100%;
	text-align: left;
}
.ai_alignright_class{
	display: block;
	width:100%;	
	text-align: right;
}

.ai_aligncenter_class{
	display: block;
	width:100%;
	text-align: center;
}
/*
.embed-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:400px;
}
*/
.phpb-blocks-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



@media (max-width: 575.98px) { 
	  .fixed-results {
	    width: 100%;
	  }

	.fixed-results img{
		width:100%;
		height:auto;
	}

	/*curated shows artist cards -- trying to center */
	.ai-artist-card{
		margin-left:30%;

	}



 }



/* BS CUSTOM */


