/*------------------------------------------------------------------
cpt.css
Last edited: 8/25/22
[Table of contents]

1. NEWS CPT ARCHIVE
2. RESOURCES CPT ARCHIVE
3. EVENTS CPT ARCHIVE
4. CAREERS CPT ARCHIVE
	4a. CAREERS CPT SINGLE POST
5. PARTNERS CPT ARCHIVE
6. TESTIMONIALS CPT ARCHIVE
7. DOCUMENTS CPT ARCHIVE
8. TEAM CPT ARCHIVE
	8a. TEAM CPT SINGLE POST

100. MEDIA QUERIES
    100a. EXTRA SMALL DEVICES (phones 576px and up)
    100b. SMALL DEVICES (tablets, 768px and up)
    100c. MEDIUM DEVICES (desktops, 992px and up)
    100d. LARGE DEVICES (large desktops, 1200px and up)
    100e. EXTRA LARGE DEVICES (large desktops, 1400px and up)

[Notes]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. NEWS CPT ARCHIVE
-------------------------------------------------------------------*/
.news-wrapper h2 a {
	color: #333333;
}
.news-wrapper h2 a:hover {
	color: #8bb929;
	text-decoration: none;
}
.aac_widget_news_archive {
	background: #f5f5f5;
    border-bottom: solid 2px #ebebeb;
    margin-bottom: 10px;
    padding: 25px 15px;
}
/*------------------------------------------------------------------
2. RESOURCES CPT ARCHIVE
-------------------------------------------------------------------*/
.resources .band-resources:nth-of-type(even) {
	background: #f6f6f7;
}

/*------------------------------------------------------------------
3. EVENTS CPT ARCHIVE
-------------------------------------------------------------------*/
.band-events .event-wrapper {
	margin: 0 0 30px;
}
.band-events .logo-wrapper {
	align-items: center; /* align vertical */
	display: flex;
	justify-content: center; /* align horizontal */
	margin-bottom: 10px;
	max-width: 208px;
}
.band-events .logo-wrapper img {
	border: 1px solid #e3e3e3;
}
/*------------------------------------------------------------------
4. CAREERS CPT ARCHIVE
-------------------------------------------------------------------*/
.post-type-archive-cpt_careers .cpt_careers p {
	margin-bottom: 0.4em;
}
.post-type-archive-cpt_careers .cpt_careers p.application {
	margin-bottom: 1.6em;
}
ul.jobs-items-wrapper {
	list-style-type: none;
	margin-left: 0;
}
ul.jobs-items-wrapper li {
	font-size: 1.2em;
}
/*------------------------------------------------------------------
4a. CAREERS CPT SINGLE POST
-------------------------------------------------------------------*/
.single-cpt_careers h1 {
	color: #C52227;
}
.single-cpt_careers .wp-block-separator {
	border-bottom: none;
	margin: 1rem 0;
}
/*------------------------------------------------------------------
5. PARTNERS CPT ARCHIVE
-------------------------------------------------------------------*/
.cpt_partners-item {
	margin: 0 auto 30px;
	max-width: 318px;
}
.cpt_partners-item h3 {
	text-align: center;
}
.cpt_partners-item img {
	display: block;
	margin-bottom: 15px;
}

/*------------------------------------------------------------------
6. TESTIMONIALS CPT ARCHIVE
-------------------------------------------------------------------*/
.archive-testimonials .testimonial-wrapper {
	border-bottom: 1px solid #e3e3e3;
    margin: 0 0 25px;
    padding: 0 0 25px; 
}
.archive-testimonials .testimonial-wrapper:last-of-type {
	border-bottom: none;
	margin: 0;
	padding: 0;	
}
.testimonial-wrapper img {
	border: 1px solid #e3e3e3;
	width: 150px;
}
.testimonial-wrapper .position {
	font-weight: bold;
	text-transform: uppercase;
}
/*------------------------------------------------------------------
7. DOCUMENTS CPT ARCHIVE
-------------------------------------------------------------------*/
.band-documents h1 {
	margin-bottom: 30px;
	color: #C52227;
}
/*------------------------------------------------------------------
8. TEAM CPT ARCHIVE
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
8a. TEAM CPT SINGLE POST
-------------------------------------------------------------------*/
.single-cpt_teammembers .band-team .team-member-wrapper h1 {
	color:#C52227;
}
.single-cpt_teammembers .band-team .team-member-wrapper img {
    border: 1px solid #CCE0EB;
}
/* add mobile CSS here */

/*------------------------------------------------------------------
100. MEDIA QUERIES
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
100a. EXTRA SMALL DEVICES (phones 576px and up)
-------------------------------------------------------------------*/
@media (min-width: 576px) {
    
}
/*------------------------------------------------------------------
100b. SMALL DEVICES (tablets, 768px and up)
-------------------------------------------------------------------*/
@media (min-width: 768px) {
/*------------------------------------------------------------------
3. EVENTS CPT ARCHIVE
-------------------------------------------------------------------*/
.band-events .logo-wrapper {
	margin-bottom: 30px;
}
/*------------------------------------------------------------------
6. TESTIMONIALS CPT ARCHIVE
-------------------------------------------------------------------*/
.testimonial-wrapper img {
	width: inherit;
}    
}

/*------------------------------------------------------------------
100c. MEDIUM DEVICES (desktops, 992px and up)
-------------------------------------------------------------------*/
@media (min-width: 992px) {

}

/*------------------------------------------------------------------
100d. LARGE DEVICES (large desktops, 1200px and up)
-------------------------------------------------------------------*/
@media (min-width: 1200px) {
/*------------------------------------------------------------------
3. EVENTS CPT ARCHIVE
-------------------------------------------------------------------*/
.band-events .logo-wrapper {
	max-width: 330px;
}	
}

/*------------------------------------------------------------------
100e. EXTRA LARGE DEVICES (large desktops, 1400px and up)
-------------------------------------------------------------------*/
@media screen and (min-width: 1450px) {
   
}