/* 
Theme Name: Crowsworn
Theme URL: https://avada.theme-fusion.com/
Description: Avada Child Theme for Crowsworn.
Author: Joel Boucher
Template: Avada 
Version: 1.0.0 
Text Domain: avada-child 
*/

/* Copyright Footer */
/* Reversing the flex direction so the social media Icons are on top of the copyright text. */
.fusion-body .fusion-footer-copyright-center .fusion-copyright-content {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: 1 !important;
  color: #e67e22 !important;
}

/* Title Top and bottom separator white lines */
.heading-separator:before,
.heading-separator:after {
  line-height: 1 !important;
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  transform: translateY(0.6rem);
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.heading-separator:after {
  transform: translateY(-1rem);
}
.heading-separator.heading-separator-x-small:before,
.heading-separator.heading-separator-x-small:after {
  width: 30% !important;
}
.heading-separator.heading-separator-small:before,
.heading-separator.heading-separator-small:after {
  width: 40% !important;
}
.heading-separator.heading-separator-medium:before,
.heading-separator.heading-separator-medium:after {
  width: 50% !important;
}
.heading-separator.heading-separator-large:before,
.heading-separator.heading-separator-large:after {
  width: 60% !important;
}
.heading-separator.heading-separator-large:before,
.heading-separator.heading-separator-large:after {
  width: 70% !important;
}
.heading-separator.heading-separator-x-large:before,
.heading-separator.heading-separator-x-large:after {
  width: 80% !important;
}

/* Newsletter form inputs */
form#mc4wp-form-1 {
  display: flex;
  justify-content: center;
}
form#mc4wp-form-1 .newsletter-form {
  display: inline-flex;
  color: white;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

form#mc4wp-form-1 .newsletter-form input[type="email"] {
  background-color: #ffffff30;
  min-width: 200px;
  width: 300px;
  border-width: 0px !important;
  border-radius: 0px !important;
  border-color: white !important;
  border-right: none;
  color: white;
}
form#mc4wp-form-1 .newsletter-form input[type="submit"] {
  height: 50px;
  border: none;
  font-family: Marcellus SC;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 0px;
  border-style: solid;
  border-radius: 0px;
  text-transform: none;
  background-color: white;
  transition: all 0.2s;
  padding: 10px 30px;
  cursor: pointer;
}
form#mc4wp-form-1 .newsletter-form input[type="submit"]:hover {
  background-color: #c95000;
  color: white;
}

p a:hover {
  color: white;
  text-decoration: underline;
}

.flex-control-paging li a {
  border-radius: 0px !important;
  transform: rotate(45deg);
  border: white 1px solid;
}
.flex-control-paging li a.flex-active {
  background: white;
}
.flex-control-nav {
  position: relative;
  bottom: 30px;
}
.fusion-slider-sc .flex-direction-nav a {
  opacity: 1 !important;
  font-size: 20px !important;
}

.fusion-slider-sc .flex-direction-nav a:hover {
  opacity: 0.7 !important;
}

@media only screen and (max-width: 640px) {
  /* Newsletter form inputs */
  form#mc4wp-form-1 .mc4wp-form-fields {
    width: 100%;
  }
  form#mc4wp-form-1 .newsletter-form {
    display: flex;
    flex-direction: column;
  }

  form#mc4wp-form-1 .newsletter-form input[type="email"] {
    width: 80%;
  }
  form#mc4wp-form-1 .newsletter-form input[type="submit"] {
    margin-top: 16px;
    width: 80%;
  }
}
