/*
Theme Name: WMA 2025 Theme
Template: blankslate
Author: Dogfish Design
Author URI: https://dogfish.ie
Description: A bespoke theme for Warrior Martial Arts, built using the BlankSlate theme as a base.
*/

/** Core Styles **/

body {
	max-width:100vw;
	background-color:black;
	color:white;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	overflow-x: hidden;
}

footer{
	background-color:#222222;
	height:80px;
	margin: 0 auto;
	display: flex;
	width: 100%;
	text-align:center;
	align-items:center;
}
#copyright{
	margin: 0 auto;
}

b, strong{
	font-weight:600;
}
.center{
	text-align:center;
	justify-content:center;
}
.backbutton{
	color:white;
}
.backbutton:before{
	  content: "f341";
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}
h1{
	font-family:'Montserrat',sans-serif;
	font-weight: 800;
  font-size: 3rem;
  line-height: 1.5;
	text-transform:uppercase;
}
h2{
	font-family:'Montserrat',sans-serif;
	font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
	margin: 0 0 20px;
	text-transform:uppercase;
}
p{
	line-height:1.4;
	margin-bottom:30px;
}
hr{
	border:1px solid;
	margin: 20px 0;
}

/** Structures **/

.half{
	min-width: calc(50% - 20px);
	padding:20px;
	max-width:500px;
}
.two-thirds{
	min-width:66%;
	padding:20px;
	max-width:600px;	
}
.one-third{
	min-width:33%;
	padding:20px;
	max-width:300px;
}
@media (max-width: 1080px) {
	.half, .two-thirds, .one-third{
		padding:10px;
		width:100%;
		min-width:100%;		
		max-width:100%;		
	}
}

.img-fit img{
	width:100%;
	object-fit:contain;
}
.stack-fit{
	display:flex;
	flex-direction:column;
  align-items:center;
}

/** Buttons **/
.big-button {
  display: inline-block;
  text-decoration: none;
  color: white;
	border:1px solid;
	border-radius:10px;
	padding: 15px;
	font-size:1.3rem;
}
.big-button:hover,
.big-button:focus,
.single-box:hover,
.single-box:focus {
  text-decoration: none;
	background-color: #f6c716;
	color: black;
}


/** Header **/
#header{
	border-bottom:4px solid #f6c716;
}
#branding{
	padding:20px;
	margin: 0 auto;
	width:100%;
	text-align:center;
}
#site-title img{
	max-height:100px;	
	margin: 0 auto;	
}
@media (max-width: 768px) {
	#site-title img{
		max-height:80px;	
		margin: 0 auto;	
	}
	#mega-menu-main-menu{
	box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5) !important;
	}	
}
@media (max-width: 600px) {
	#site-title img{
		max-height:60px;	
		margin: 0 auto;	
	}
}
/** Nav **/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}


/** Sections **/
.homesection-hero {
	margin:0 auto;
	background-size:cover;
}
.homesection-hero .section-row{
	max-width:100%;
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
@media (max-width: 1080px) {
	.homesection-hero .section-row{
		flex-direction: column !important;
	}
}
.homesection-hero img{
	max-height:480px;
}
.homesection-hero h1{
	font-size:4rem;
	margin:0;
	line-height:4rem;
	font-weight:400;
	font-family:'Oswald', sans-serif;
	color:#f6c716;
}
.homesection-hero h3{
	font-size:2rem;
	margin:0;	
	line-height:2.5rem;
	font-weight:400;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
}
.homesection-hero p{
	margin: 30px 0 0;
}
.homesection-finder {
	margin:0 auto;
	background-size:cover;
	border-top: 4px solid #f6c716;
	border-bottom: 4px solid #f6c716;	
}
.homesection-finder h3{
	font-size:3rem;
	font-family:'Oswald', sans-serif;
	color:#f6c716;
	line-height:3rem;
	border-left:8px solid #f6c716;
	padding:0 15px;
	margin:10px auto 20px;
}
@media (max-width: 380px) {
	.homesection-finder h3{
		font-size:2rem;
	}
}
.homesection-finder img{
	max-height:250px;
	margin-bottom:40px;
}
.homesection-classes {
	background-color:black;
	margin:0 auto;
	background-size:cover;
}
.homesection-classes .section-row{
	flex-direction:column;
}
.section-title{
	min-width:100%;
	text-align:center;
	margin:0 auto;
}
.section-content{
	margin:0 auto;
	background-size:cover;
	background-position: left;
}
.section-header{
}
.section-header h1{
	color:#f6c716;
}
@media (max-width: 380px) {
  .section-header h1{
	font-size:2rem;
	}
	.section-header h2{
	font-size:1.5rem;
	}
}

/** Rows **/
.section-row{
	max-width:1080px;
	padding:40px;
	margin:0 auto;	
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	flex-direction:row;
}
@media (max-width: 480px) {
	.section-row{
		max-width:1080px;
		padding:10px;
	}	
}
@media (max-width: 1080px) {
	.section-row{
		max-width:1080px;
		padding:10px;
		flex-direction:column-reverse;
	}
.imagecolumn{
	width:100%;
	display:flex;	
	}		
.thecontent{
	width:100%;
	margin:0 auto;
	}	
}	
.homesection-finder .section-row{
	align-items:center;
}
.club-row{
	border:1px solid white;
	min-height:400px;
	margin-bottom:60px;
}

/** Content **/
.thecontent{
	max-width:480px;
	background-color:rgb(0 0 0 / 88%);
	color:white;
	padding:60px 40px;
}
@media (max-width: 480px) {
	.thecontent{
		max-width:100%;
		padding: 20px;
	}
}
.thecontent a{
	color:#f6c716;
}
.imagecolumn{
	max-width:100%;
	min-width: 50%;
	padding:0 20px;
	display:flex;	
}
.imagecolumn img{
	max-width:350px;
	margin: 0 auto;
	border-bottom:8px solid #f6c716;
}
/** Homepage Class Boxes **/
.boxes{
	min-width:100%;
	text-align:center;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
	gap:10px;
}
@media (max-width: 768px) {
	.boxes{
		flex-direction:column;
		align-items:center;
	}
}
.single-box{
	max-width:300px;
	padding:10px;
	min-height:340px;
	display:flex;
	flex-direction:column;
	border:2px solid #f6c716;
	border-radius:10px;
	color:white;
	background-color:black;
}
.single-box img{
	width:100%;
	object-fit:contain;
	margin: 0px auto 10px;
	border-radius:5px;
}
.single-box-text h4{
	font-size:1.1rem;
	font-weight:800;
	text-transform:uppercase;
	color:#f6c716;
	margin:0 auto 10px;
	width:100%;
	padding:3px;
	background-color:black;
}
.single-box-text p{
	margin-bottom:10px;
}
.single-box {
  display: inline-block;
  text-decoration: none;
  color: white;
}


/** ----------------- **/
/** Default Page Template **/
/** ----------------- **/
.simple{
	padding: 40px;
	max-width: 1080px;
	margin: 0 auto;
	line-height:2rem;
}

.simple ol{
	list-style:auto;
}
.simple li{
	margin: 20px;
}

.simple h2{
	font-weight:800;
}
.simple h3{
	font-weight:800;
	font-size:1.2rem;
}


/** ----------------- **/
/** Single Column Page Template **/
/** ----------------- **/
.column0 {
    max-width: 1080px;
    background-color: rgb(0 0 0 / 88%);
    color: white;
    padding: 60px 40px;
}

.column0 a{
	color:#f6c716;
}
.column0 ol{
	list-style: auto;
	margin:20px;
}
.column0 li{
	margin: 20px;
	line-height:1.2rem;
}

/** ----------------- **/
/** Finder page **/
/** ----------------- **/

.directory{
	width: 100%;
}
.clubs-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.club-item {
  border: 1px solid #222222;
  padding: 15px;
  box-sizing: border-box;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .club-item {
    flex: 1 1 calc(50% - 20px);
  }
}

/* --- Title heading */
.section-directory .clubs-archive .club-item .club-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0.5em 0;
  text-transform: uppercase;
}

/* --- Title link */
.section-directory .clubs-archive .club-item .club-title a {
  color: #f6c716;
  text-decoration: none;
}
.section-directory .clubs-archive .club-item .club-title a:hover,
.section-directory .clubs-archive .club-item .club-title a:focus {
  color: #ffffff;
}

/* --- Meta line */
.section-directory .clubs-archive .club-item .club-meta {
  color: #dddddd;
  margin: 0 0 0.5rem;
}

/* --- More information link */
.section-directory .clubs-archive .club-item .club-link a {
  color: #f6c716;
  text-decoration: underline;
}
.section-directory .clubs-archive .club-item .club-link a:hover {
  color: #ffffff;
}





/** ----------------- **/
/** Individual Clubs **/
/** ----------------- **/

.club-classes{
	margin-bottom:30px;
}
.class-types { display:flex; gap:.5rem; flex-wrap:wrap; 
margin:10px 0;}
.class-type { padding:.25rem .5rem; border-radius:.4rem; font-weight:600; }

/* Style per term (slug) */
.class-type--class-jr-taekwondo { background:#1e90ff; color:#fff; }
.class-type--class-ninjas { background:#ffd400; color:#222; }
.class-type--class-sr-taekwondo { background:#a855f7; color:#fff; }




/** ----------------- **/
/** Members Area **/
/** ----------------- **/

.members-top, .members-main, .content-column{
	text-align:center;
}
.members-top{
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:30px 10px 30px;
}

.members-top h3{
	font-size:1.2rem;
	font-weight:800;
	width:100%;
	margin-bottom:30px;	
	color:#f6c716;
}
.members-main .column1 h3{
	font-size:1.2rem;
	font-weight:800;
	margin:0 auto 30px;	
	color:#f6c716;
}
.members-main .column2 h3{
	font-size:1.2rem;
	font-weight:800;
	margin:15px auto 15px;
	color:black;
}
.content-column{
	min-width: calc(50% - 20px);
	max-width:100%;
}
@media (max-width: 1080px) {
	.content-column{
		min-width: 100%;
		max-width:100%;
	}
	.members-top, .members-main{
		flex-direction:column;
	}
}
.members-main .column1{
	padding:10px;
}
.members-main .column2{
	padding:0;
	background-color:#f4f7f8;
}
.members-top{
	display:flex;
	justify-content: center;
  align-items: center;
}
.members-main{
	display:flex;	
	justify-content: space-evenly;
	gap:20px;
	padding:30px 10px 30px;	
}

.membersarea-menu{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap:10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.membersarea-menu li {
  float: none;
	display:inline-block;
}
.membersarea-menu li a {
  display: block;
	min-width:200px;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
	border: 1px solid white;
	border-radius:15px;
	font-weight:800;
	margin: 0 10px;
}
.membersarea-menu li a:hover {
  background-color: #f6c716;
	color:black;
	border: 1px solid black;
}

.membersarea-notices ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}
.membersarea-notices li {
  float: none;
}
.membersarea-notices li a {
  display: block;
	min-width:200px;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
	border: 1px solid white;
	border-radius:15px;
	font-weight:800;
	margin: 10px 0px;
}
.membersarea-notices li a:hover {
  background-color: #f6c716;
	color:black;
	border: 1px solid black;
}




/** ----------------- **/
/** Grades **/
/** ----------------- **/

.section-syllabus{
	width:100%;
	display:flex;
	margin:0 auto;
	justify-content: center;
	gap:20px;
}
@media (max-width: 768px) {
	.section-syllabus{
		padding:10px;
		width:100%;
		min-width:100%;		
		max-width:100%;
		flex-direction:column;
	}
}
.syllabus {
	min-width:30%;
	border-top:1px solid;
	padding:20px;
}
.syllabus h2{
	font-size:1.3rem;
	color:#f6c716;
	margin-bottom:20px;
}
.syllabus h3{
	font-size:1.5rem;
	font-weight:800;
	margin: 0 0 20px 0;
	text-transform:uppercase;
}
.syllabus h4{
	font-weight:800;
	margin: 10px 0;
}
.syllabus ul, .syllabus p{
	margin:0 0 40px;
}
.syllabus li{
	margin-bottom:5px;
	line-height:1.2rem;
}
.pattern{
	border:1px solid white;
	border-radius:7px;
	margin-bottom:10px;
	padding:15px;
	background-color:#111111;
}
.pattern-videos h4{
	margin-bottom: 30px;
    font-size: 1.2rem;
}
.vimeo-embed{
	border:2px solid #f6c716;
}
p.vimeo-open{
	padding:0;
	margin:15px auto 30px;
	text-align:center;
}

.vimeo-open a {
	color:#f6c716;
}
.vimeo-open a:hover {
	color:white;
}
.pattern .big-button{
	font-size:1.1rem;
}
.section-grades{
	max-width:1080px;
	padding:40px;
	margin:0 auto;	
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-around;
	gap:20px;
}
.section-grades .thecontent{
	min-width: calc(50% - 20px);
}
@media (max-width: 768px) {
	.section-grades .thecontent{
		min-width: 100%;
	}
}
.section-grades h3{
	font-weight:800;
	text-transform:uppercase;
	font-size:1.3rem;
	margin-bottom:30px;
}

.breadcrumb-row{	
	padding:20px;
	margin:0 auto;	
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	flex-direction:row;
	background-color:#111111
}
@media (max-width: 480px) {
	.breadcrumb-row{
		max-width:100%;
		padding:10px;
	}	
}
@media (max-width: 1080px) {
	.breadcrumb-row{
		padding:10px;
	}
}	



/** ----------------- **/
/** Contact Form **/
/** ----------------- **/

.form-name {
	width:100%;
	background-color: white;
	color:black;
	border: 1px solid black;	
	padding:20px;
	font-size:1.2rem;
}
.form-email {
	width:100%;
	background-color: white;
	color:black;
	border: 1px solid black;	
	padding:20px;	
	font-size:1.2rem;	
}
.club-check .wpcf7-list-item.first {
  width: 98%;	
}
.club-check .wpcf7-list-item {
	display:inline-block;
  width: 48%;
	padding:5%;
	margin:1%;
	color: black;
	background-color: #f6c716;
	border: 1px solid black;
	border-radius:15px;
	font-weight:600;
}
@media screen and (max-width: 600px) {
 .club-check .wpcf7-list-item {
	display:inline-block;
  width: 98%;
	}
}
.club-check input[type=checkbox] {
margin: 4px 5px;
line-height: normal;
width: 20px;
height: 20px;
}
.form-message {
	width:100%;
	padding:20px;	
	background-color: white;
	color: black;	
	border: 1px solid black;	
	font-size:1.1rem;
}
.form-submit {
	width: 100%;
	padding:20px;
	color: white;
	background-color: transparent;
	border: 1px solid white;
	border-radius:15px !important;
	text-transform: uppercase;
	font-weight:600;
	font-size:1.2rem;
}
.form-submit:hover {
	background-color: #f6c716;
	color: black;
	border: 1px solid black;
}




/** ----------------- **/
/**EVENTS**/
/** ----------------- **/
	
.section-events{
	max-width:1080px;
	padding:40px;
	margin:0 auto;	
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-around;
	gap:20px;
}
.section-events .thecontent{
	min-width: calc(50% - 20px);
}
@media (max-width: 768px) {
	.section-events .thecontent{
		min-width: 100%;
	}
}
.section-events h3{
	font-weight:800;
	text-transform:uppercase;
	font-size:1.5rem;
	margin-bottom: 30px;
}

.single-event {
	border-radius:7px;
	margin: 15px auto;
	padding:20px;
}
.section-events .event-title{
	color:#f6c716;
	font-size:1.3rem;
	margin:10px 0 20px;
}
.single-event p{
	margin:15px 0;
}

.eventsquad{
		border: 6px solid #f6c716;
}
.eventprelim{
		border: 6px solid #f6c716;
		background-color:#101a4b;
}
.eventbbexam{
		border: 6px solid #f6c716;
		background-color:#101a4b;	
}
.eventcbexam{
		border: 6px solid #009703;
}
.eventseminar{
		border: 6px solid #0783be;
}
.eventspar{
		border: 6px solid red;
}
.eventcomp{
		border: 6px solid white;
}
.eventother{
		border: 6px solid #777777;
}

/** ----------------- **/
/**OPT-OUT FORM**/
/** ----------------- **/
select.form-clublist{
    padding: 20px;
    font-size:1rem;
		width:100%;
}

input[type=checkbox].accept-check {
    margin: 4px 5px;
    line-height: normal;
    width: 20px;
    height: 20px;
}