/**
    Theme Name:   Accio Media
    Theme URI:    https://www.acciomedia.com
    Description:  Custom development Theme
    Author:       Accio Media
    Author URI:   https://www.acciomedia.com
    Version:      1.0.0
    Text Domain:  accio-media
    50.131630
    8.919260
**/

@font-face {
  font-family: "Komikax";
  font-display: swap;
  font-style: normal;
  src: url("./resources/fonts/komikax/komikax.woff"),
    url("./resources/fonts/komikax/komikax.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "chewy";
  font-display: swap;
  font-style: normal;
  src: url("./resources/fonts/chewy/chewy-regular.woff"),
    url("./resources/fonts/chewy/chewy-regular.woff2"),
    url("./resources/fonts/chewy/chewy-regular.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  font-style: normal;
  src: url("./resources/fonts/raleway/Raleway-Regular.woff"),
    url("./resources/fonts/raleway/Raleway-Regular.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*
** Typography
*/
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.protected-content {
  background-color: rgba(24, 24, 24, 0.95);
}

a {
  transition: 0.3s;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #5ec2d5;
}

.main-content a {
  color: #5ec2d5;
}

.main-content a:hover {
  opacity: unset;
}

a.btn:not(.stretched-link):hover {
  filter: brightness(100%) !important;
}

h1,
h2,
h3,
h4,
h5,
header nav ul li a,
[data-remodal-id="responsive-menu"] ul > li > a,
a.btn,
footer .widget-title,
form .form-item input[type="submit"] {
  font-family: "chewy", Helvetica;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1,
h2,
h4 {
  position: relative;
  color: #5ec2d5;
  display: inline-block;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h4 {
  color: #fcd83b;
}

h1,
h2 {
  margin-bottom: 55px !important;
}

h1::before,
h2::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 300px;
  left: -2px;
  background-image: url("/wp-content/themes/accio-media/dist/svg/underline-yellow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

h1::before,
h2::before {
  height: 25px;
  bottom: -30px;
}

h2,.h2 {
  font-size: 2.5rem !important;
}

h3 {
  font-size: 18px;
  list-style: 22px;
}

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.page-header h1::before,
.text-center > .col-inner h1::before,
.text-center > .col-inner h2::before {
  left: calc(50% - 150px);
}

section.bg-secondary h1,
section.bg-secondary h2::before {
  background-image: url("/wp-content/themes/accio-media/dist/svg/underline-white.svg");
}

.col-inner h3 {
  margin-top: 0;
}

/*
** Header
*/

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
}

header .top-header {
  font-size: 0.9rem;
}

header .top-header div:last-child {
  text-align: right;
}

#menu-header-left-de {
  float: right;
  width: auto;
}

header [class*="col-"] {
  margin-bottom: 0 !important;
}

header .menu-header-left-container {
  text-align: right;
}

header .logo a {
  display: inline-block;
}

header nav ul {
  padding-left: 0;
  margin: 0;
  width: 100%;
}

header nav ul li {
  display: inline-block;
  position: relative;
}

header nav ul li a {
  color: #5ec2d5;
  position: relative;
  font-size: 1.2rem;
}

header nav ul li a:hover {
  filter: brightness(1.15);
}

header nav ul li a::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  left: -2px;
  bottom: -5px;
  background-image: url("/wp-content/themes/accio-media/dist/svg/underline-yellow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

header nav ul li:not(:first-child) {
  margin-left: 15px;
}

header nav ul li:not(:last-child) {
  margin-right: 15px;
}

header #open-mobile-modal {
  width: 45px;
  height: 30px;
  display: inline-block;
}

header #open-mobile-modal div {
  position: relative;
  width: inherit;
  display: inline-block;
}

header #open-mobile-modal .menu-responsive-icon::before,
header #open-mobile-modal .menu-responsive-icon::after {
  position: absolute;
  left: 0;
  transition: 0.3s;
}

header #open-mobile-modal .menu-responsive-icon::before,
header #open-mobile-modal .menu-responsive-icon::after,
header #open-mobile-modal .menu-responsive-icon {
  background-color: #ffffff;
  height: 6px;
}

header #open-mobile-modal .menu-responsive-icon::before,
header #open-mobile-modal .menu-responsive-icon::after {
  content: "";
  width: 80%;
}

header #open-mobile-modal .menu-responsive-icon::before {
  top: -12px;
}

header #open-mobile-modal .menu-responsive-icon::after {
  bottom: -12px;
}

section.d-md-none.bg-video video {
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

/**
* Page Header
*
***/
.page-header {
  background-image: url("/wp-content/uploads/2021/06/page-title-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative;
}

.page-header h1 {
  text-align: center;
  display: block;
  top: calc(50% - 20px);
}

.page-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

/*
* Header Responsive
*/
.remodal-wrapper {
  padding: 0;
}

.remodal-close {
  right: 25px;
  top: 25px;
  left: unset;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

[data-remodal-id="responsive-menu"] {
  height: 100%;
  width: 70%;
  max-width: 350px;
  position: absolute;
  background-color: #181818;
  padding: 100px 30px 0;
  right: 0;
}

[data-remodal-id="responsive-menu"] .remodal-close::before {
  color: #ffffff;
  font-size: 40px;
  top: 5px;
  right: 3px;
}

[data-remodal-id="responsive-menu"] ul {
  padding-left: 0;
}

[data-remodal-id="responsive-menu"] ul li {
  text-align: right;
  list-style: none;
  margin-bottom: 14px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  position: relative;
  padding-bottom: 15px;
}

[data-remodal-id="responsive-menu"] ul li::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 100%;
  max-width: 125px;
  height: 10px;
  right: 0;
  bottom: 5px;
  background-image: url("/wp-content/themes/accio-media/dist/svg/underline-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

[data-remodal-id="responsive-menu"] ul > li > a {
  color: #ffffff;
  color: #5ec2d5;
}

/**
* Footer
***/
footer,
#footer-additional {
  color: #ffffff;
}

#footer-additional {
  font-size: 1rem;
}

footer {
  background-color: #181818;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .widget-title {
  margin-bottom: 1rem;
  display: block;
}

footer ul {
  padding-left: 0;
  margin-bottom: 0;
}

footer ul li {
  list-style: none;
}

footer ul:not(.social-media) li:not(:last-child) {
  margin-bottom: 10px;
}

footer ul.social-media li,
footer ul.social-media li a {
  display: inline-block;
}

footer ul.social-media li a:hover {
  opacity: 0.8;
}

footer ul.social-media li:not(:last-child) {
  margin-right: 10px;
}

footer ul.social-media img {
  height: 35px;
  width: auto;
  z-index: 1;
  position: relative;
}

/**
** Subfooter
**/
#footer-additional {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #000000;
}

/**
** Button
**/
a.btn {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.btn.btn-primary {
  color: #ffffff !important;
}

/**
** Go To Top
**/
.go-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  opacity: 0;
}

.go-to-top a {
  display: inline-block;
  height: 100%;
}

.go-to-top a,
.side-bar-icons a {
  width: 100%;
  min-width: unset;
  padding: 15px;
  background-color: #5ec2d5;
  color: #fff;
  line-height: 1rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.go-to-top a:hover,
.side-bar-icons a:hover {
  color: #fcd83b;
}

.go-to-top a svg,
.side-bar-icons a svg {
  width: 35px;
  height: 35px;
}

/*
** Social Media Side-bar
*/
.side-bar-icons {
  position: fixed;
  top: calc(50% - 257.5px);
  margin-bottom: -46px;
  right: 15px;
  z-index: 1000;
}

.side-bar-icons a {
  display: block;
}

.side-bar-icons a:not(:last-child) {
  margin-bottom: 10px;
}

/*
** Card
*/
.am-hive-card {
  border: none;
}

.am-hive-card img {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.am-hive-card .card-body {
  min-height: 145px;
  position: relative;
  padding: 15px;
}

.am-hive-card .card-body a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
}

.merch .am-hive-card.card img {
  padding: 18px;
}

/*
** Images Radius
*/
.cio-single-image img,
.am-hive-masonry img {
  border: none !important;
  border-radius: 0.25rem;
}

/*
** Contact Form
*/
form.wpcf7-form,
form.sib_signup_form {
  background-color: transparent;
  padding: 0;
  text-align: left;
}

form .form-item:not(:last-child) {
  margin-bottom: 15px;
}

form .form-item.form-message,
form .form-item.form-acceptance {
  margin-bottom: 30px;
}

form .form-item > label {
  max-width: 250px;
  background-color: #fcd83b;
  color: #181818;
  padding: 5px 15px 2px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

form .form-item input:not([type="submit"]),
form .form-item textarea {
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid #fcd83b;
  color: #ffffff;
  padding: 15px;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  outline: none;
}

form .form-item.form-submit {
  margin-bottom: 0;
}

form .form-item input[type="submit"] {
  background-color: #5ec2d5;
  border-color: #5ec2d5;
  color: #ffffff;
  padding: 15px 40px;
  transition: 0.3s;
  font-weight: normal;
  border-radius: 0.25rem;
}

form .form-item input[type="submit"]:hover:not(:disabled) {
  background-color: #40b7cd;
  border-color: #36b3ca;
  opacity: 1;
}

form.sib_signup_form input[type="checkbox"] {
  margin-right: 5px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffffff;
  border-radius: 0.25rem !important;
}

/*
** Contact Form
*/
form.sib_signup_form .form-item input:not([type="submit"]) {
  padding: 5px 15px;
}

form.sib_signup_form .form-item > label {
  font-size: 0.8rem;
  padding: 3px 15px 0;
  max-width: 150px;
}

form.sib_signup_form .form-item > input {
  font-size: 0.9rem;
}

/*
*   Protected form
*/
form.post-password-form {
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

/**
* Contact Form Image Captcha 
*/

.wpcf7-form-control-wrap.kc_captcha,
.captcha-image {
  width: 100%;
}

.captcha-image {
  border: 3px solid #fcd83b;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.cf7ic_instructions span {
  color: #fcd83b !important;
}

.captcha-image label > input:checked + svg,
.captcha-image label > input:focus + svg {
  border: 2px solid #fcd83b !important;
}

/*
*   Cookie Consent Manager
*/
#accio-gdpr {
  z-index: 9999;
}

#accio-gdpr.has-not-consented.gdpr-design-1 {
  background-color: #2f2f2f !important;
}

.bg-video video {
  width: auto !important;
}

/* Brevo Newsletter */

.input--hidden {
  display: none !important;
}

.entry__field.interest-choice label input {
  margin-right: 5px;
}

.entry__field input {
  border: 3px solid #fcd83b;
  padding: 15px;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  outline: none;
}

.entry__label {
  padding: 15px;
  background-color: #5ec2d5;
  color: #fff;
  line-height: 1rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 50%;
}

/* Media Query */

@media (max-width: 1199.98px) {
  header .logo img {
    height: 100px;
    width: auto;
  }
}

@media (max-width: 767.98px) {
  h1,
  h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 35px !important;
  }

  .go-to-top a,
  .side-bar-icons a {
    padding: 10px;
  }

  .go-to-top a svg,
  .side-bar-icons a svg {
    width: 25px;
    height: 25px;
  }

  #footer-additional {
    font-size: 14px;
  }

  #footer-additional::before {
    width: 250px;
    left: calc(50% - 125px);
  }

  footer .row > [class*="col-"]:last-child {
    margin-bottom: 0 !important;
  }

  .page-header {
    height: 350px;
  }

  .side-bar-icons {
    position: fixed;
    top: calc(50% - 160px);
  }
}

@media (min-width: 992px) {
  header .logo {
    text-align: center;
  }

  footer [col*="col-"] {
    margin-bottom: 0;
  }

  a.btn + a.btn {
    margin-left: 15px;
  }
}
