/*
 Theme Name:   Forge Fest Theme
 Theme URI:    http://www.jschwartzphoto.com/ForgeFest/
 Description:  Child Theme for ForgeFestEC.com
 Author:       JAS-WEB
 Author URI:   http://www.jas-web.com/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ForgeFestEC.com
*/
.cancel-container {
	position: fixed;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items:center;
	color: #FFF;
	z-index: 100000;
}
#page {
	filter: blur(12px);
	-webkit-filter: blur(12px);
}
body {
  background: #FFF !important;
  overflow: hidden;
}
.flex {
	display: flex;
}
* {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  outline-color: rgba(0, 0, 0, 0) !important;
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 16px !important;
    line-height: 24px !important;
	text-rendering: optimizeLegibility;
	position:relative;
  font-family: 'Lato', sans-serif;
}
body {
  	font-family: 'Lato', sans-serif;
}
body:not(.desktop) *{
  background-attachment: scroll !important;
}

button:focus,
a, a:hover, a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
img {
  outline: none !important;
  border-color: rgba(0,0,0,0) !important;
  border: 0 !important;
}
a::-moz-focus-inner {
	outline: none !important;
	border-color: rgba(0,0,0,0) !important;
  border: 0 !important;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#page.site {
  position: absolute;
  word-wrap: break-word;
  top:0px;
  left:0px;
  z-index:1;
  width: 100%;
}
#page #masthead {
	width:100%;
	max-width: 100%;
	padding: 0;
}
#masthead.site-header {
	justify-content: center;
}

a {
  outline:none !important;
  border-color: rgba(0,0,0,0) !important;
}

#main a:not([class]):active,
#main a:not([class]):focus {
	background: inherit !important;
}
.logo {
  display: block;
  width: 170px;
}
.fixed .logo {
  width: 115px;
}
.logo img {
  max-width: 100%;
}
#primary #main {
  padding: 0 !important;
}
footer.site-footer {
  margin-top: 10px !important;
  padding-bottom: 0 !important;
  font-family: 'Lato', sans-serif;
}

footer.site-footer .site-name {
  display: flex;
  align-items: center;
}
footer.site-footer a{
  text-decoration: none;
}
.hide {
  display: none !important;
}
.company-info {
  padding-left: 20px;
}

.popup {
  background-color:#FFF;
  padding:30px;
}

.menu-scroll-down {
  display:none !important;
}

#home-header {
  position:relative;
  width: 100% !important;
}
#home-header .date,
#home-header .location {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #FFF;
	font-size: 3vw;
	position: absolute;
	bottom: 40px;
	left: 30px;
	z-index: 100;
}
#home-header .location {
	left: auto;
	right: 30px;
}
#banner-logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
[class*="splash"]{
  position: absolute;
  z-index: 98;
}
.splash-1 {
  top:0;
  left:0;
}
.splash-2 {
  top:0;
  right:0;
}
.splash-3 {
  bottom:0;
  left:0;
}
.splash-4 {
  bottom:0;
  right:0;
}
.go-to {
  display:block;
	height:50px;
	width:50px;
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	border-radius: 50% 50% 0 0;
	background:rgb(57, 153, 177) !important;
	color:#e2e2e2;
	font-size:22px;
	padding: 12px 0 0 0;
	text-align: center;
	z-index:99;
}
.go-to:hover {
  color: rgb(57, 153, 177);
  background: #e2e2e2 !important;
}

#home-header .home-banner {
  position:relative;
	z-index:2;
  height: 100vh;
}

.home-banner,
.home-banner > .slick-list,
.home-banner > .slick-list > .slick-track,
.banner-img {
	display:block;
	height:100%;
}

.banner-img {
	background-attachment:scroll !important;
	background-color:transparent;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}

#home-header .slick-arrow {
  display:block;
	height:100px;
	width:60px;
	overflow:hidden;
	z-index: 10;
  background: none !important;
}

#home-header .banner-text {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	z-index: 0;
	justify-content: center;
	align-items: center;
}

#home-header .banner-text > .container {
	max-width: 100%;
	width: 100%;
}

#home-header .banner-text:before {
	content: "";
	background: url(/wp-content/themes/ForgeFest/images/layout/bg_texture.png) repeat scroll top left transparent;
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
}
#home-header .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}
#home-header .slick-arrow.slick-prev:before,
#home-header .slick-arrow.slick-next:before {
  display: block;
  font-family:"Font Awesome 5 Pro";
  font-size: 100px;
  line-height: 1;
  color: #FFF;
  font-weight: 700;
}
#home-header .slick-arrow.slick-prev:before{
    content:"\f0d9";
}
#home-header .slick-arrow.slick-next:before{
    content:"\f0da";
}
#home-header .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  float: none !important;
}
.table.page{
  max-width: 1024px;
  margin: 0 auto;
}

main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

.cell.large {
  width:60%;
	padding-right:50px;
}

.cell.small {
  width:40%;
	padding-left:50px;
}

#main-nav {
  width: 100%;
  text-align:right;
  border:none;
  top:0px;
  bottom:auto;
  position:fixed;
  transition: all 0.3s ease 0s;
  z-index:9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  background: rgb(15,8,86);
  background: -moz-linear-gradient(180deg, rgba(15,8,86,1) 0%, rgba(15,8,86,0.4991130241158963) 40%, rgba(15,8,86,0) 80%);
  background: -webkit-linear-gradient(180deg, rgba(15,8,86,1) 0%, rgba(15,8,86,0.4991130241158963) 40%, rgba(15,8,86,0) 80%);
  background: linear-gradient(180deg, rgba(15,8,86,1) 0%, rgba(15,8,86,0.4991130241158963) 40%, rgba(15,8,86,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f0856",endColorstr="#0f0856",GradientType=1);
}
.fixed #main-nav {
  background-color:#0F0856 !important;
}
#main-nav * {
	transition: all 0.3s ease 0s !important;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 0.08em;
}
#main-nav .nav {
  width: 100%
}
#site-navigation {
  width:100%;
  display: flex;
  align-content: center;;
}
.primary-menu-container {
  margin-left: auto !important;
}
#main-nav ul,
#main-nav ul li {
	list-style: none;
	display: inline-flex;
	align-items: center;
}
#main-nav ul {
	padding-left: 0;
}
#main-nav ul li {
	height: 100%;
}
#main-nav a {
	height: 100%;
	background: transparent !important;
}
#main-nav a:hover {
	background: #FFF !important;
  color: #0F0856 !important;
}
#main-nav a:not(.logo) {
	height: 118px;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	padding: 0px 20px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed #main-nav a:not(.logo) {
	height: 80px;
}
 #main-nav a.logo {
   padding: 0 !important;
   background: transparent !important;
 }
.container {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
#home-header .title {
  font-size: 20vw;
  color: #FFF;
  font-family: 'abugetregular';
  text-align: center;
  line-height: 1;
}
.staff-container {
	padding: 0;
	background: #000;
}
.staff-container h2 {
	font-family: 'Lato', sans-serif;
	font-size: 50px !important;
	line-height: 1.1 !important;
	text-align: center;
	padding: 20px 0px;
	color: #FFF;
  text-transform: uppercase;
  background-color: #ee3628
}
.staff-display {
	height: auto;
	display: flex;
	width: 100%;
  flex-wrap: wrap;
}
.staff-display .staff-member {
	height: 500px;
  width: 33.333%;
  flex-basis: 33.333%;
	background-attachment: scroll;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.staff-display .staff-member:nth-child(1) {
	background-position: center center;
}
.staff-display .staff-member:before {
	content: attr(data-name);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'abugetregular';
	font-size: 100px;
	color: #FFF;
	background-color: rgba(87, 87, 94, 0.8);
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.staff-display .staff-member:hover:before {
	opacity: 0;
}
.staff-display .staff-member:after {
	content: "learn more about " attr(data-name) " \f178";
	display: block;
	width: 100%;
	padding: 20px 18px;
	background-color: #000;
	font-family: "Font Awesome 5 Pro", 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
	position: absolute;
	bottom: -100%;
	left: 0;
	transition: all 0.3s ease 0s;
}
.staff-display .staff-member:hover:after {
	bottom: 0;
}
.popup .info {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    box-shadow: none !important;
}
.popup .text-column {
  padding-top: 15px;
}
.popup .info img {
  margin-top: 0 !important;
}
#contact-us {
  padding: 50px 0 0 0;
}
#about-us {
  padding: 60px;
  background: url('/wp-content/themes/ForgeFest/images/layout/big_splash.png') no-repeat scroll center center #000;
  background-size: cover;
}
#about-us .about {
  padding: 30px;
  border: 2px solid #FFF;
  background-color: rgba(255,255,255,0.3);
}
#about-us .about .box {
  background: #FFF;
  padding: 30px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.info figure {
  position: relative;
}
.info figure figcaption{
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 10px 40px 10px 16px;
  background-color: #FFF;
}
#about-us h2 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.quote {
  font-weight: 700;
  font-family: 'abugetregular';
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  position: relative;
}
.quote:before {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  min-width: 200px;
  position: absolute;
  top:0;
  left: 50%;
  background: #28303d;
  -webkit-transform: translateX(-50%);
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -o-transform:      translateX(-50%);
  transform:         translateX(-50%);
}
a.btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  background-color: #116a99 !important;
  color: #FFF;
  text-decoration: none !important;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
a.btn:hover{
  background-color: #25a8e0 !important;
}
.buttons {
  padding: 10px 0 0 0;
  display: flex;
  justify-content: space-around;
}
#event-info {
  padding: 0 0 60px 0;
  background-color: #28303d;
}
#event-info h2 {
  font-family: 'Lato', sans-serif;
  font-size: 50px !important;
  line-height: 1.1 !important;
  text-align: center;
  padding: 20px 0px;
  color: #FFF;
  text-transform: uppercase;
  background-color: #29a4dd;
  margin-bottom: 60px;
}
#event-info h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  font-size: 20px;
  margin-bottom: 14px;
}
#event-info * + h3 {
  margin-top: 20px;
}
.event-info {
  display: flex;
}
.info {
  flex-basis: 24.5%;
  background-color:#fff;
  padding: 30px;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
}
.info img {
  max-width: 100%;
  margin-top: 20px;
}
.info + .info {
  margin-left: 12px;
}
#event-info * + .btn {
  margin: 16px 0 0 0;
}
#event-info .btn {
  width: 100%;
  text-align: center;
}
#event-info ul {
  padding-left: 20px;
  padding-top: 10px;
}
.timer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #000;
	color: #FFF;
	width: 100%;
	margin-top: -30px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.2;
	text-transform: uppercase;
}
.timer .timer-title {
	padding: 16px;
}
.counter {
    display: block;
}
.counter div {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    vertical-align: middle;
    font-size: 11.5px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    text-align: center;
}
.counter div:before,
.counter div:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.counter div:before {
    top: 32px;
}
.counter div:after {
    bottom: 16px;
}
.counter div:last-child {
    padding-right: 0;
}
.counter div:last-child:before,
.counter div:last-child:after {
    content: none;
}
.counter div:first-child span {
    width: auto;
}
.counter span {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 10px;
    text-align: center;
    background: url(/images/layout/bg-counter.png) repeat-x bottom left -4px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #e65c22;
}
@media screen and (max-width: 1130px) {
  #main-nav a:not(.logo) {
    font-size: 14px;
  }
  .staff-display .staff-member::before {
    font-size: 6.7vw;
  }
}
@media screen and (max-width: 930px) {
  .primary-navigation .primary-menu-container {
    padding-top: 60px !important;
    position: fixed !important;
    background-color: #0f0856 !important;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    border: none !important;
    margin: 0 !important;
    top: 0 !important;
    right: -100% !important;
    left: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .primary-navigation.show-nav .primary-menu-container {
    right: 0 !important;
  }

  #main-nav ul, #main-nav ul li, #main-nav ul li a {
    display: block;
  }
  #main-nav a:not(.logo) {
    height: 80px;
    font-size: 22px;
  }
  .menu-button-container {
    display: block !important;
    color:#fff !important;
    z-index: 9999;
  }
  .menu-button-container * {
    color: #FFF !important;
  }
  .primary-navigation.show-nav .dropdown-icon.open {
    display: none !important;
  }
  .primary-navigation.show-nav .dropdown-icon.close {
    display: flex !important;
  }
}
@media screen and (max-width: 770px) {
  [class*="splash"] {
    display: none;
  }
  #home-header .title {
    font-size: 15vw;
  }
  .staff-display .staff-member {
    height: 330px;
    width: 50%;
    flex-basis: 50%;
  }
  .info {
    flex-basis: 49%;
    margin-left: 0px !important;
  }
  .event-info {
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
  }
  .info:nth-child(n+3) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 580px) {
  #about-us {
    padding: 20px;
  }
  #about-us .about .box {
    font-size: 15px;
    line-height: 1.4;
  }
  .quote {
    font-size: 38px;
  }
  #about-us .about {
    padding: 15px;
  }
  footer.site-footer {
    max-width: 100% !important;
    width: 100% !important;
  }
  .company-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  #about-us {
    padding: 0px;
  }
  #about-us .about {
    border: 0 !important;
  }
  .staff-container h2 {
    font-size: 40px !important;
  }
  .staff-display .staff-member {
    height: 280px;
    width: 100%;
    flex-basis: 100%;
  }
  .info {
    flex-basis: 100%;
    margin: 0 !important;
  }

  .info + .info {
    margin-top: 14px !important;
  }
  .company-info {
    font-size: 14px;
  }
  .fixed #site-navigation {
    background-color: #0f0856 !important;
  }
}
