/*
Theme Name: Recond Child Theme
Theme URI: http://recond.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Recond
Template: recond
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: recond

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* for generic usage by site pages */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

ul {
    list-style: none;
    padding-left: 0;
}

ul.squareheader {
	list-style-type: square;
	padding-left: 24px;
}
ul.square {
	list-style-type: square;
	padding-left: 42px;
}

p a.standard:link {
	color:#ef2e2e;
	font-weight:600;
}

p a.standard:visited {
	color:#ef2e2e;
	font-weight:600;
}

p a.standard: hover {
	text-decoration: underline;
}

p a.standard: hover {
	text-decoration: underline;
}

p a.marked:link {
	color:#ef2e2e;
}

p a.marked:visited {
	color:#ef2e2e;
}

p a.marked: hover {
	text-decoration: underline;
}

a.marked:link {
	color:#ef2e2e;
}

a.marked:visited {
	color:#ef2e2e;
}

a.marked: hover {
	text-decoration: underline;
}

h1 {
	font-weight:700;
}

h4, h5, h6 {
	font-weight: 600;
}

/* external link icon with exceptions*/
a[target="_blank"]:not([class*="social"]):not([class*="icon"]):not([href*="facebook"]):not([href*="tiktok"]):not([href*="twitter"]):not([href*="spotify"]):not([href*="tiktok"]):not([href*="instagram"]):not([href*="@TheMusicCompanyTMC"]):not([href*="linkedin"]):not([href*="google.com/maps"]):not([href*="tel:"])::after {
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    content: "\f08e"; 
    margin-right: .1rem;
	margin-left: .1rem;
    font-size: .9rem;
}

/* bigger centered body content */
.words {
    font-size: 24px;
	text-align: center;
}


/* the Team page name and titles */
.member-name {
	font-weight: 900;
	font-size: 110%;
	text-align: center;
}

.member-title {
	margin-top: -35px;
	color: #666666;
	text-align: center;
	font-size: 95%;
}

/* in the studio page artists name */
.instudio-name {
    font-family: 'Hind', sans-serif;
	font-weight: 900;
    font-size: 110%;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
 	position: absolute;
    left: 10%;
  	right: 10%;
  	top: 80%;
  	bottom: 0;
  	margin: auto;
}

/* events rsvp side image hide */
@media screen and (max-width: 1200px) {
  div.hide-1200 {
    display: none;
	}
}

/* mailerlite event date hidden field */
.ml-field-event_date {
    display: none;
}

.ml-field-event_name {
    display: none;
}

/* our story */
.hero-tag {
	display: inline-flex;
    align-items: center;
    border: 1px solid #ef2e2e;
    color: #ef2e2e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 13px 5px 13px;
    margin-bottom: 22px;
}


.hero-stat-block {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hero-stat .num {
    font-weight: 900;
    font-size: 42px;
    color: #f04a36;
    line-height: 1;
}
.hero-stat .label {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9a9690;
    margin-top: 3px;
}
.stat-divider { 
	height: 1px; 
	background: rgba(255,255,255,0.08); 
}

/* women in music page */
.stats-section {
	padding: 4rem 2rem;
    text-align: center;
}
        
.stats-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 880px;
    margin: 0 auto;
}
        
.stat-card {
	background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
        
.stat-card:hover {
	transform: translateY(-5px);
}
        
.stat-number {
	font-size: 2.8rem;
    font-weight: bold;
    color: #f04a36;
    margin-bottom: 0.5rem;
	margin-top: 3.2rem;
	line-height:80%;
}
        
.stat-label {
	font-size: 1.1rem;
    color: #666;
    margin-bottom: .5rem;
}
        
.stat-context {
	font-size: 1rem;
    color: #333;
    font-style: italic;
	margin-bottom: 3rem;
}

a.thelink:link {
	color:#ef2e2e;
	font-weight:600;
}

a.thelink:visited {
	color:#ef2e2e;
	font-weight:600;
}

a.thelink: hover {
	text-decoration: underline;
}

p a.standard: hover {
	text-decoration: underline;
}

/* blockquote */
blockquote {
  border: 0 none;
  margin: 20px 0 20px 0px;
  padding: 30px 30px 30px;
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  color: #282834;
  color: var(--black);
  border: 4px solid #DC2751;
  border-color: #DC2751;
  border-color: var(--main);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
@media (max-width: 768px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote:before {
  font-style: normal;
  display: block;
  font-family: 'Montserrat', serif;
  font-family: var(--font-headers), serif;
  font-weight: 900;
  content: "‘’";
  text-align: center;
  color: #DC2751;
  color: var(--main);
  font-size: 30px;
  height: 21px;
  overflow: hidden;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
}
blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding: 30px 30px 30px;
  border-color: #DC2751;
  border-color: var(--main);
}
blockquote.wp-block-quote.is-large {
  padding: 30px 30px 30px;
}
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-large p {
  text-align: center;
}
blockquote cite {
  font-weight: black;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-family: 'Montserrat', serif;
  font-family: var(--font-headers), serif;
  font-weight: 900;
  font-weight: bold;
  color: #282834;
  color: var(--black);
}
blockquote cite:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  border-top: 2px solid #DC2751;
  border-color: #DC2751;
  border-color: var(--main);
  width: 20px;
}
blockquote > p {
  font-weight: normal;
  font-size: 24px !important;
}
@media (max-width: 768px) {
  blockquote > p {
    font-size: 18px !important;
  }
}
blockquote a {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  color: #282834;
  color: var(--black);
}
blockquote a:hover {
  color: #DC2751;
  color: var(--main);
}

/* labels with line for a section */
.section-label {
    display: flex;
    align-items: center;
	text-align: center;
	color: #f04a36;
    gap: 12px;
}

.section-label:before, .section-label:after { content: ''; flex: 1; height: 1px; background: #f04a36; }

.head-m {
	margin-top: 0px;
	padding-top: 21px;
}

/* volunteer */
/* ── HERO PERKS BOX ── */
.hero-perks {
	background: #282834;
    padding: 28px 21px;
}
.perks-label {
	font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: gray;
    margin-bottom: 18px;
}
.perk {
	display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.perk:last-child { border-bottom: none; padding-bottom: 0; }
.perk-icon {
	width: 30px; height: 30px;
    display: flex; align-items: center; justify-content: center;
	font-size: 15px;
    flex-shrink: 0;
}

.perk-text span {
	font-size: 14px;
    color: #f0f0f3;
    line-height: 1.5;
}

.perk-text strong {
	display: block;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #ef2e2e;
}

<!-- open roles -->
.role-card {
	padding: 36px 32px;
    border-top: 3px solid transparent;
    position: relative;
}
/* 2-column layout */
.role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; 
  align-items: start; 
}
/* need redundancy for template to work */
.role-card {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .role-grid {
    grid-template-columns: 1fr;
  }
}



.role-title {
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 0.01em;
    color: #000000;
	margin-top: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.role-desc {
	font-size: 14px;
    line-height: 1.75;
    color: #282834;
    margin-bottom: 20px;
}
.role-skills {
	display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.skill-tag {
	font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #6b6762;
    background: #f7f6f4;
    border: 1px solid #e4e2de;
    padding: 4px 10px;
}

