/*
Theme Name: Evil Face Entertainment
Theme URI: https://evilfaceentertainment.com
Author: Magus Pressworks
Author URI: https://maguspressworks.com
Description: A custom theme built by Magus Pressworks, for Evil Face Entertainment
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evilfaceentertainment.com
*/

/* COLORS */

:root {
  --color1:#000000;
  --color2:#ffffff;
  --color3:#e90000;
  --color4:#484848;
  --color5:#646464;
  --color6:#787878;
}

/* Reset */

*{
margin: 0px;
padding: 0px;
border: 0px;
font-family: inherit;
font-size: inherit;
line-height: inherit;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

*:before,
*:after{
box-sizing: inherit;
}

html, body,h1, h2, h3, h4, h5, h6,a, p, span,em, small, strong,sub, sup,mark, del, ins, strike,abbr, dfn,blockquote, q, cite,code, pre,ol, ul, li, dl, dt, dd,div, section, article,main, aside, nav,header, hgroup, footer,img, figure, figcaption,address, time,audio, video,canvas, iframe,details, summary,fieldset, form, label, legend,table, caption,tbody, tfoot, thead,tr, th, td{
margin: 0;
padding: 0;
border: 0;
}

a,
a:visited{
color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main{
display: block;
}

img{max-width:100%;}

/* Top-level styles */

*{transition: all 0.2s ease;}

html{
  scroll-behavior: smooth;
  font:18px/1.4em Segoe UI, sans-serif;
}
body{
	background:var(--color1);
}
h1{font-size:2rem;}
h2{font-size:1.6rem;}
h3{font-size:1.2rem;}
h1,h2,h3{
  line-height:1em;
  margin-bottom:1rem;
  font-weight:normal;
}
p{margin-bottom:1rem;}
li{list-style-position: inside;}
input,select,textarea,checkbox{
	background:var(--color1);
	border:1px var(--color3) solid;
	padding:1rem;
	font-size:1.4rem;
	color:var(--color3);
}

/* Structure elements */

.wrapper{
  width:80%;
  margin:0 auto 0 auto;
}
.flexwrap{display:flex;}

/* Above Header */

.above-header{

}
.above-header .widget{
    flex:1;
    line-height:2em;
    font-weight:200;
    text-transform:uppercase;
}
.above-header .widget:nth-of-type(2){
    text-align:right;
}
.above-header p{
    margin:0;
    padding:0;
}
.above-header a{
    color:var(--color2);
    text-decoration:none;
}

/* Header */
header{
	color:var(--color2);
}
header .wrapper > div{
	flex:1;
}
.site-title{
    font-size: 2em;
    font-weight: bold;
}
.site-description{
    font-size: 1em;
    color: #666;
}
.logo-wrapper{
	margin:0 auto 0 auto;
}
header .left, header .right{
	text-align:center;
	text-transform:uppercase;
	font-size:1.2rem;
	padding:6rem 0 0 0;
}
header a{
	text-decoration:none;
}
header .phone{
	font-size:2rem;
	padding-bottom:2em;
}


/* Navigation */

nav.primary{
	background:var(--color3);
  	font-family: "Frijole", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

.menu{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    text-align:right;
    position:relative;
}

.menu .menu-item{
  margin:0 2rem 0 0;
}
.menu .menu-item:last-child{
  margin:0;
}

.menu .menu-item a{
    display:block;
    text-decoration:none;
    text-transform:uppercase;
	color:var(--color2);
    font-size:1.4rem;
    font-weight:400;
    line-height:3em;
    padding:0 1rem 0 1rem;
}
.menu .menu-item:hover a{
  background:var(--color1);
  color:var(--color2);
}

/* Nav Level 2 */

.sub-menu{
  display:none;
  position: absolute;
  transform: translateX(-40%);
  top: 5rem;
  z-index: 10;
  background:rgba(255, 255, 255, 1);
  border: 5px var(--color2) solid;
  padding:1rem;
}
.menu .menu-item:hover .sub-menu{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  min-width:50%;
}
.menu .menu-item .sub-menu .menu-item{
  list-style-type:none;
  text-align:center;
  flex:1;
}
.menu .menu-item .sub-menu .menu-item a{
  padding:0.5rem;
  font-size:1rem;
  color:var(--color3);
  font-weight:bold;
  border-bottom:1px var(--color2) dotted;
}
.dropdown-toggle{
  display:none;
}

/* Nav Level 3 */

.sub-menu .sub-menu{
  flex-direction: column;
  transform: none;
  position: static;
  border: none;
  background:none;
}
.sub-menu .sub-menu .menu-item a{
  color:var(--color2)!important;
  border:none!important;
  font-weight:300!important;
  text-transform:capitalize;
  padding:0!important;
  line-height:1em;
}
.sub-menu .sub-menu .menu-item:hover a{
  color:var(--color3)!important;
  font-style:italic;
}
.sub-menu .sub-menu .menu-item a span{
  display:block;
  font-size:.8em;
  color:var(--color3);
  font-style:italic;
  font-weight:200;
}
.sub-menu .sub-menu .menu-item:hover a span{
  color:var(--color2);
  font-style:normal;
}

/*  Nav Mobile */

.mobile-menu-icon{
  display:none;
  width:100vw;
  background: var(--color3)!important;
  color:var(--color1);
  padding:1rem;
  position:fixed;
  bottom:0;
}
.mobile-menu-icon .line{
  width:25px;
  height:5px;
  background-color:var(--color1);
  margin:5px auto 5px auto;
}
.close{
  display:none;
  width: 32px;
  height: 32px;
  text-align:center;
  margin:2px auto 2px auto;
}
.close:hover{opacity: 1;}
.close:before, .close:after{
  position:absolute;
  text-align:center;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color:var(--color3);
}
.close:before{transform: rotate(45deg);}
.close:after{transform: rotate(-45deg);}

/* Feature */

.feature{}
.feature .widget{
  text-align:center;
}

/* Above Content */

.above-content{}
.above-content .widget{
  width:100%;
  text-align:center;
  padding:5rem 0 5rem 0;
  margin:0 0 4rem 0;
}

/* Columns: Upper */

.columns-upper .flexwrap{
    justify-content:space-between;
}

.columns-upper .widget{
    flex:1;
    background:url(http://evilfaceentertainment.com/wp-content/uploads/2026/04/evilface-boxbg.avif) top center fixed;
	border:1px var(--color3) solid;
    color:var(--color4);
    padding:1.5rem 1.5rem 1.5rem 3rem;
    margin:1rem .5rem 1rem .5rem;
    min-height:10rem;
    font-weight:200;
    font-size:1.4rem;
    line-height:1.2em;
	color:var(--color2);
	
}
.columns-upper .widget h2{
    font-size:1.4rem;
	color:var(--color3);
	text-transform:uppercase;
  	font-family: "Frijole", system-ui;
  	font-weight: 400;
  	font-style: normal;
}
.columns-upper .widget img{
	margin:1rem auto 1rem auto;
}


/* Content */


main{
	color:var(--color3);
}

.home main{
	padding:4rem 0 4rem 0;
}
main article{
    line-height: 1.6em;
    font-size: 1.2rem;
    font-weight: 300;
    flex:3;
}
main article .title{
    font-size:3rem;
	line-height:2em;
	color:var(--color2);
}
main article .title span{
    font-size:2rem;
    font-weight:300;
}

main article h2{
	color:var(--color2);
}
main article img{
	border:1px var(--color3) solid;
}
main article .more-link{
	width:30%;
	margin:2rem 0 2rem 0;
	color:var(--color2);
}

/* Sidebar / Sidebar Widgets */

aside{
  flex:1;
}

/* Below Content */

.below-content{}
.below-content .widget{
  width:100%;
  text-align:center;
  padding:5rem 0 5rem 0;
  margin:0 0 4rem 0;
}

/* Columns: Lower */

.columns-lower .flexwrap{
    justify-content:space-between;
}

.columns-lower .widget{
    flex:1;
    background:var(--color2);
    color:var(--color4);
    padding:1.5rem 1.5rem 1.5rem 3rem;
    margin:5rem .5rem 5rem .5rem;
    min-height:10rem;
    font-weight:200;
    font-size:2rem;
    line-height:1.2em;
}
.columns-lower .widget h2{
    font-size:2rem;
}
.columns-lower .more-link{
    text-decoration:none;
    font-size:1.5rem;
    font-weight:400;
    color:var(--color4);
}
.columns-lower .more-link:hover{
    color:var(--color3);
}

/* Footer */

footer .flexwrap{
    justify-content:space-between;
}

footer .widget{
    flex:1;
    background:var(--color2);
    color:var(--color4);
    padding:1.5rem 1.5rem 1.5rem 3rem;
    margin:5rem .5rem 5rem .5rem;
    min-height:10rem;
    font-weight:200;
    font-size:2rem;
    line-height:1.2em;
}
footer .widget h2{
    font-size:2rem;
}
footer .more-link{
    text-decoration:none;
    font-size:1.5rem;
    font-weight:400;
    color:var(--color4);
}
footer .more-link:hover{
    color:var(--color3);
}

/* Credit */

.credit.wrapper{
    text-align:center;
    font-weight:200;
    line-height:2em;
	color:var(--color3);
	border-top:1px var(--color3) solid;
}
.credit a{
	text-decoration:none;
}
.credit a:hover{
	color:#00cc00;
}

/* Global Extras */

.alignleft{
    float:left;
    margin:1rem 1rem 1rem 0;
}
.aligncenter{
    margin:1rem auto 1rem auto;
}
.alignright{
    float:right;
    margin:1rem 0rem 1rem 1rem;
}
.more-link, button, input[type="select"]{
	display:block;
    text-decoration:none;
    font-size:1.5rem;
    font-weight:400;
	background:var(--color3);
    color:var(--color2);
  	font-family: "Frijole", system-ui;
  	font-weight: 400;
  	font-style: normal;
	line-height:2em;
	text-align:center;
	margin:2rem auto 2rem auto;
}
.more-link:hover, button:hover, input[type="select"]:hover{
    color:var(--color3);
	background:var(--color1);
}
.clearfix{
  display:block;
  clear:both;
  width:100%;
  margin:0;
  padding:0;
}

/* Regular Page Template */

/* Landing Page Template */

/* Page-Specific */

/* Events Schedule Plugin */

.ses-event-schedule thead tr{
  background-color:#000!important;
  border:1px var(--color3) solid;
  border-bottom:1px var(--color3) solid;
  text-transform:uppercase;
}
.ses-event-schedule tbody tr{
  background:#000!important;
  color:var(--color3);
  font-weight:300;
  border:1px var(--color3) solid;
  border-bottom:1px var(--color3) solid!important;
}
.ses-event-schedule tbody tr:last-child{
  border-bottom:1px var(--color3) solid!important;
}
.ses-col-date br{display:none;}
.ses-event-schedule .ses-date-end{
  color:var(--color3)!important;
}
.ses-event-logo{
  margin:0 auto 0 auto;
}
.ses-event-schedule .ses-col-title{text-align:center;}
.ses-col-date{vertical-align: middle!important;text-align:center!important;}

.ses-event-title-text{
  color:var(--color2);
}

.ses-event-schedule .ses-col-desc p{
  font-size:.8em;
  font-style:italic;
}

.ses-event-schedule th.ses-sortable:hover{
	background:var(--color2)!important;
	color:#000;
}

/* Media Queries / Responsive */

@media (min-width:2500px){

}
@media (max-width:1920px){

}
@media (max-width:1800px){
  html{font-size:16px;}
}
@media (max-width:1600px){
  html{font-size:14px;}
}
@media (max-width:1300px){
  html{font-size:12px;}
}
@media (max-width:1400px){

}

/* PHONE LAYOUT */

@media (max-width:1200px){

html{font-size:16px;}
body{overflow-x:hidden;padding-bottom:4rem;
  background-size: cover;
  position:relative;
}
.wrapper{
  width:100%;
}
.flexwrap{
  flex-direction:column;
}
article{padding:1rem;}
.widget{
  margin:1rem 0 1rem 0!important;
}

/* HEADER / LOGO */

	header .left{
		display:none;
	}
	header .right{
		padding:1rem 0 1rem 0;
	}
	
header .flexwrap{
  flex-direction:column;
}
header .logo{
  width:100%;
  margin:2rem 0 2rem 0;
}
header h1{margin:0;}

/* FEATURE AREA */

/* UPPER COLUMNS */

/* ABOVE CONTENT AREA */
	
/* CONTENT AREA */
main article .title {
  font-size: 2.5rem;
  line-height: 1.4em;
}
	
	main article .more-link{
		width:80%;
		margin:2rem auto 2rem auto;
	}
	.ses-event-schedule .ses-col-date{background:var(--color1)!important;color:var(--color3);}
	.ses-event-schedule .ses-col-desc{color:var(--color3)!important;text-align:center!important;font-size:1.4rem!important;}
	
/* BELOW CONTENT AREA */

/* FOOTER */
	.credit{font-size:.9rem;}
	
/* EXTRAS */

.alignleft,
.aligncenter,
.alignright{
  float:none;
  display:block;
  width:100%;
  margin:0;
  padding:1rem;
}

/* NAVIGATION */

nav.primary{height:0;background:none;}
nav{height:auto;}
nav .menu{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:var(--color1);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  transform:translateY(-100%);
  opacity:0;
  padding:1ch;
  z-index:9999;
}
nav .menu li{width:100%;margin:0.5ch 0 0.5ch 0;}
nav .menu li a{font-size:1rem;color:var(--color3);text-align:center;font-size:1.4rem;line-height:1.6em;}
nav .menu li:hover a{background:var(--color3);color:var(--color1);}
nav .menu li:hover .sub-menu, nav .menu li:active .sub-menu{width:100%!important;}
nav .menu li:hover a, nav .menu li:active a, nav .menu li.current-menu-item a{color:var(--color3);}
.mobile-menu-icon{display:block;z-index:100;border-top:2px var(--color3) solid;}
.nav-active{transform:translateY(0%)!important;opacity:1!important;position:fixed!important;z-index:100000;}
nav ul li a{}
nav ul li:hover .sub-menu, nav ul li:active .sub-menu{
  position:static;
  display:block;
}
nav ul li:hover .sub-menu li, nav ul li:active .sub-menu li{
  background:;
  line-height:1.6rem;
  width:100%;
  margin:0;
}
.menu-active .line{display:none;}
.menu-active .close{display:block;}
.menu .sub-menu{
  flex-direction: column;
  transform: none;
}
.menu .menu-item .sub-menu .menu-item a{
  background:none;
}
.menu .menu-item:hover a{
  color:var(--color4);
}

}