/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/
* {
  position: relative;
}

html {
  background-size: cover;
  margin-top: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  /*height: 100%;*/
  width: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  max-width: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  color: #000;
	background: #000 !important;
  background-color: #ECEADE;
}

a,
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Oswald", sans-serif;
  letter-spacing: -.012em;
  font-weight: 400;
}

h1 {
  font-size: 4rem;
}

#toggler-1:focus,
#toggler-1:active {
  outline: 0;
}

#toggler-1 span {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #ECD81F;
  margin: 7px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#toggler-1 span:nth-child(1) {
  -webkit-transform: translatey(10px) rotate(-45deg);
  transform: translatey(10px) rotate(-45deg);
}

#toggler-1 span:nth-child(2) {
  opacity: 1;
  width: 0;
}

#toggler-1 span:nth-child(3) {
  -webkit-transform: translatey(-10px) rotate(45deg);
  transform: translatey(-10px) rotate(45deg);
}

#toggler-1.collapsed span {
  -webkit-transform: translatey(0) rotate(0deg);
  transform: translatey(0) rotate(0deg);
  opacity: 1;
  width: 30px;
}

.section {
  padding: 80px 0;
  overflow-x: hidden;
}

.font-header {
  font-family: "Oswald", sans-serif;
}

.font-body {
  font-family: "Inter", sans-serif;
}

.fw-300 {
  font-weight: 300;
}

.text-yellow{
	color: #ECD81F;
}

.img-decorated:before {
  content: '';
  position: absolute;
  display: block;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #ECD81F;
}

/* ===== Buttons ===== */
.btn {
  font-family: 'Share Tech', sans-serif;
  border-radius: 0;
  padding: 16px 28px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.btn.btn-yellow {
  background: #ECD81F;
  color: #000;
}

.btn.btn-yellow.small {
	padding: 12px 24px;
}

.btn.btn-yellow:hover {
  background: #c5b41b;
}

.btn.btn-outline-yellow {
  background: transparent;
  color: #ECD81F;
	border: 1px solid #ECD81F;
}

.btn.btn-outline-yellow.small {
	padding: 12px 24px;
}

.btn.btn-outline-yellow:hover {
  background: #ECD81F;
	color: #000;
}

.btn.btn-black {
  background: #000;
  color: #fff;
}

.btn.btn-black:hover {
  background: #141414;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  padding: 1rem 2.5rem;
  font-family: "Oswald", sans-serif;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--anthe {
  color: #fff;
  background: none;
}

.button--anthe::before {
  content: '';
  background: #ECD81F;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
  transition: clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.button--anthe:hover::before {
  background: #ECD81F;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.button--anthe span {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.button--anthe:hover span {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.page-template-coming-soon #nav-header {
  display: none;
}

.home footer {
  /* Coming soon */
  display: none;
}

main {
  background-color: #000;
  color: #fff;
  margin-top: 59px;
	min-height: calc(100vh - 59px - 57px);
}

.home main,
.page-template-welcome main {
  margin-top: 0 !important;
}

.page-template-welcome #nav-header,
.page-template-welcome footer {
	display: none;
}

#nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #000;
}

#nav-header #navbar-brand-logo {
  width: 150px;
  -webkit-transition: .33s ease;
  transition: .33s ease;
}

#nav-header #navbar-brand-logo img {
  width: 150px;
}

#nav-header .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 8px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
	white-space: nowrap;
}

#nav-header .nav-link:hover {
  color: #ECD81F;
}

#nav-header .menu-item:last-child .nav-link {
  color: #ECD81F;
}

#nav-header .navbar-social {
  white-space: nowrap;
}

#nav-header .navbar-social a {
  display: inline-block;
  color: #ECD81F;
}

#nav-header .navbar-social a:not(:last-child) {
  margin-right: 8px;
}

#nav-header .navbar-social i {
  font-size: 24px;
}

#nav-header .current-menu-item .nav-link {
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  #nav-header #navbar-main-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.common-header h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.common-header .divider {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-top: 2rem;
}

.home #nav-header {
  background-color: transparent;
}

.home #nav-header #navbar-brand-logo {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

.scrolled #nav-header {
  background: #000;
}

.scrolled #nav-header #navbar-brand-logo {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.coming-soon {
  display: block;
  min-height: 100vh;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
}

.coming-soon .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/wp-content/uploads/2022/02/talking-heads-barber-shop-asbury-park-nj-19.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.coming-soon .foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-clip: padding-box;
  z-index: 0;
}

.coming-soon h1 {
  letter-spacing: 4px;
}

.coming-soon .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  width: 100%;
}

.coming-soon .logos img {
  width: 85%;
}

.coming-soon .logos #graphic {
  max-width: 150px;
  width: 15%;
}

.coming-soon .address {
  color: #fff;
  font-size: 1.35rem;
  text-decoration: none;
  font-family: 'Share Tech', sans-serif;
  line-height: 1rem;
}

.coming-soon .phone {
  color: #fff;
  text-decoration: none;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.15rem;
}

.welcome-main {
  height: 100vh;
	background-image: url(/wp-content/uploads/2022/04/FullSizeRender-scaled.jpg);
	background-position: 50% 20%;
	background-size: cover;
}

.home-section-links .home-section-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 700px;
  padding: 50px;
  color: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.home-section-links .home-section-link:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.home-section-links .home-section-link h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100vh - 60px);
}

.home-header__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.home-header__img-col {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0))), url("/wp-content/uploads/2022/03/art-is-a-verb-e1648149931618.png") top/cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 15%, rgba(0, 0, 0, 0) 100%), url("/wp-content/uploads/2022/03/art-is-a-verb-e1648149931618.png") top/cover;
  text-transform: uppercase;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  border-right: #ECD81F 1px solid;
}

.home-header__img-col .display-4 {
  line-height: 3.75rem;
  font-weight: 600;
}

.home-header__content-col {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  background: #000;
  border-left: #ECD81F 1px solid;
}

.home-header__content-col .logo {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}

.home-team {
  background: #000;
  color: #fff;
}

.home-team h2,
.home-team h3 {
  color: #ECD81F;
}


.home-team__card-img-wrapper {
	overflow: hidden;
}

.home-team__card-img-wrapper span {
	opacity: 0;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.home-team__card img {
	transition: .3s ease;
}

.home-team__modal .modal-content {
	background: #111;
	border-radius: 0;
}

.contact-form {
  background: #000;
  color: #fff;
}

.contact-form .address {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
}

.contact-form .phone {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
}

.contact-form .hours li {
  margin: 8px 0;
}

.form-container input {
  height: 50px !important;
}

.form-container label {
  font-family: "Inter", sans-serif;
}

.form-container button {
  background: #ECD81F !important;
  padding: 1rem 2rem !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 700;
  color: #000;
  border: none !important;
}

.gallery .img-wrapper {
  padding-top: 100%;
  overflow: hidden;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.gallery .img-wrapper:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.gallery .img-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.gallery .b5__top-wrap {
  display: block;
  -webkit-animation-name: b5TopLoop;
          animation-name: b5TopLoop;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.gallery .b5__top-wrap:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  color: #ECD81F;
  background: #000;
  border-color: #ECD81F;
}

.gallery .b5__top-item {
  display: inline-block;
  width: 1000px;
  text-align: center;
}

footer {
  background-color: #000;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  #nav-header {
    background: #000 !important;
  }
  #nav-header .nav-link {
    text-align: center;
  }
  #nav-header .menu-item:last-child {
    padding-bottom: 1rem;
  }
  #nav-header .navbar-social {
    position: absolute;
    right: 80px;
    top: 13px;
  }
  #nav-header #navbar-brand-logo img {
    width: 120px;
  }
  main#main-container {
    margin-top: 50px;
  }
  .home-section-links .home-section-link {
    height: 600px;
    padding: 20px;
  }
  .home-header__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .home-header__img-col {
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
    border: none;
  }
  .home-header__content-col {
    border: none;
  }
  /* .home-header {
        &__container {
            width: 100%;
        }

        .logos {
            max-width: 100%;
        }
    } */
}

@media (max-width: 768px) {
	.welcome-main .btns {
		margin-bottom: 5.5rem;
	}
	
	.home-section-links .home-section-link {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .contact-form .address,
  .contact-form .phone {
    font-size: 1.75rem;
  }
}

@-webkit-keyframes b5TopLoop {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -1000px;
  }
}

@keyframes b5TopLoop {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -1000px;
  }
}
/*# sourceMappingURL=style.css.map */