/*
Theme Name: NASAA Arts 2023 Theme Update
Author: Top Shelf Design
Contributors: Top Shelf Design
Template: nasaa-master
Description: The custom, resposnive theme for your Top Shelf Website.
Version: 1.4
License: GNU General Public License
License URI: LICENSE
*/
/*Home Page*/
.nasaa-home-hero .slide .text{
	left:0 !important;
	right:unset !important;
}
.nasaa-home-hero .slide .text a.button{
	background:#E0B03C !important;
	border-radius:50px;
}
.nasaa-home-news-slider-container .pagination i{
	color:#E0B03C !important;
	border-color:#E0B03C !important;
	
}
.nasaa-home-news-slider-container{
	padding:25px !important;
}
.nasaa-home-news-slider-container .owl-item p:first-of-type{
	color:#ffffff !important;
}

.section-title.purple, .section-title.gold, .section-title.green{
	border-color:transparent !important;
	background-repeat:no-repeat !important;
}
.section-title.purple h3, .section-title.gold h3, .section-title.green h3{
	text-transform:uppercase;
}
.section-title.purple{
	background: linear-gradient(360deg, rgba(81,8,86,0.0) 15%, rgba(81,8,86,0.7) 100%);
	padding-top:100px;
	justify-content:center;
}
.section-title.purple a i,.section-title.purple a h3, .section-title.purple a small{
	
	color:rgba(81,8,86) !important;
}
 .section-title.gold{
	background: linear-gradient(360deg, rgba(224,176,60,0.0) 15%, rgba(224,176,60,0.7) 100%);
	padding-top:100px;
	justify-content:center;
}
.section-title.gold a i,.section-title.gold a h3, .section-title.gold a small{
	
	 color:rgba(224,176,60) !important;
}
.section-title.green{
	background: linear-gradient(360deg, rgba(127,154,60,0.0) 15%, rgba(127,154,60,0.7) 100%);
	padding-top:100px;
	justify-content:center;
}
.section-title.green a i,.section-title.green a h3, .section-title.green a small{
	color:rgba(127,154,60) !important;
}
.home-trifold-section{
	position:relative;
}
.home-trifold-section.blue  a {
	color:rgba(81,8,86) !important;
	padding:15px 0;

}
.home-trifold-section.blue  i{
	color:rgba(81,8,86) !important;

}
.home-trifold-section .section-title{
	/* padding-left:40px; */
}
.nassa-section-icon-image{
	max-width: 60px;
    position: absolute;
    left: 50px;
    top: 120px;
}
.col-content-justify-space-between{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.col-content-justify-space-between .nasaa-view-more-link{
	padding-left:30px;
}
.home-trifold-section.bright-red  a{
	color:rgba(224,176,60) !important;
	padding:15px 0;

}
.home-trifold-section.bright-red  i{
	color:rgba(224,176,60) !important;

}
.home-trifold-section.orange  a{
	color:rgba(127,154,60) !important;
	padding:15px 0;

}
.home-trifold-section.orange  i{
	color:rgba(127,154,60) !important;

}
.home-trifold-section .nasaa-view-more-link{
	text-align:right !important;
}
.home-trifold-section .nasaa-post-excerpt a{
	padding:20px 0 15px 0 !important;
}
.member-top-section{
	margin-bottom:-375px;
}
.member-bottom-section{
	padding-top:450px;
	padding-bottom:50px;
	background-size:cover;
}
.member-bottom-section li{
	color:#ffffff !important;
}
.member-bottom-section .nasaa-view-more-link.bright-red a, .member-bottom-section .nasaa-view-more-link.bright-red i {
    color: #E0B03C !important;
}
.member-bottom-section ul.star-list li:before {
	content:"";
        position: absolute;
    top: 7px;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #E0B03C;
}
i.triangle-icon {
    display: inline-block;
	position:relative;
	width: 20px;
    padding: 5px;
}
i.triangle-icon:before {
	content:"";
        position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #E0B03C;
}
.puprple-btn-round{
	background:#510856 !important;
	border-radius:50px;
	color:#ffffff !important;
}
.nasaa-member-only-inner-content{
	background-color:rgba(255,255,255,.6) !important;
	padding-top:30px;
	padding-bottom:30px;
}
.nasaa-member-only-content h2{
	font-size:40px;
	color:#510856 !important;
}
 /* research */
.research-hero{
	padding-top:55px;
	padding-bottom:40px;
	text-align:center;
	position:relative;
}
.research-hero:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(81,8,56,.75);
}
.research-spacer{
	height:25px;
	background:#F0D89D;
}
.research-hero h1{
	color: #ffffff;
    z-index: 2;
    position: relative;
    font-size: 45px;
    width: fit-content;
    margin: 0 auto;
}
.research-hero-title-header span{
	 font-size: 20px;
    display: block;
    margin: 0;
    line-height: 10px;
    text-align: left;
}
.research-hero .title-icon{
	display:inline;
	 position: absolute;
    left: -100px;
}

.nasaa-excerpt-with-icon{
	padding:15px 0;
}
.nasaa-excerpt-with-icon a{
	color:#510856;
}
.max-width-row-100{
	max-width:100% !important;
}
.overlay-img_txt:before {
/*     content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(81,8,56,.75); */
}
._text{
	padding:50px 0;
	position:relative;
	z-index:9;
}
._text h2{
	color:#29441D;
	font-size:40px;
}
._text p{
	color:#29441D;
	font-size:18px;
	font-weight:bold;
}
._text img{
	max-width: 40px !important;
    opacity: 1;
    height: 40px;
    display: inline;
    margin-right: 10px;
}
.button.dark-green-round{
	background:#223A15 !important;
	border-radius:50px;
}
.pad-40{
	padding:40px;
}
.col-white-bg{
	background:#ffffff;
}
.col-purple-bg{
	background:#510856;
}



.topics-content{
	color:#5F5F5F;
	text-align:center;
	font-size:18px;
}
@media only screen and (max-width: 768px) {
	.member-top-section{
		margin-bottom:0;
	}
	.member-top-section .text{
		padding:40px !important;
	}
	.member-bottom-section{
		padding-top:50px;
	}
	.home-trifold-section{
		padding:0 15px;
		margin-bottom:15px;
	}
	.col-content-justify-space-between{
		margin-bottom:10px;
	}
	.feature-title{
		font-size:27px;
	}
	.research-hero h1{
		width:30%;
	}
}
 

.bottom-list-padding {
	padding-bottom: 21px;
}

.collapse {
	visibility: inherit !important;
}