/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Menu */
body .fusion-main-menu ul {
  padding-bottom: 20px;
}

body .light-text {
  color: white;
}

body .light-text a {
  color: white;
}

/* Pageheader */
.avada-page-titlebar-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-top: 3px dashed var(--awb-color7);
  border-bottom: 3px dashed var(--awb-color7);
  border-radius: 5px;
  z-index: -1;
}

/* BLUR */
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .blur>.fusion-column-wrapper {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.83) !important;
  }
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .blur>.fusion-column-wrapper {
    background-color: rgba(255, 255, 255, 0.83) !important;
  }

  .white-text.blur>.fusion-column-wrapper {
    background-color: rgba(0, 0, 0, 0.45) !important;
  }
}

/* POPUP */

body .pum-theme-926 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
  line-height: 17px;
  padding: 13px 29px;
  font-family: var(--button_typography-font-family);
  font-weight: var(--button_typography-font-weight);
  text-transform: uppercase;
}

/* Dashed */
.dashed .fusion-column-wrapper {
  padding: 40px !important;
}

.dashed .fusion-column-wrapper,
.avada-page-titlebar-wrapper {
  position: relative;
}

.dashed .fusion-column-wrapper::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px dashed var(--awb-color7);
  border-radius: 5px;
  z-index: -1;
}

.avada-page-titlebar-wrapper:before {
  z-index: auto;
}

/* Max-width */
.max-width-smaller p {
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.padding-left-small {
  padding-left: 10px;
}

.overlapping-title {
  z-index: 2;
  margin-top: -88px !important;
}

.overlapping-title h2 {
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* Newsletter signup */
body .tnp-widget-minimal input.tnp-email {
  border-radius: 5px 5px 0 0;
}

body .tnp-widget-minimal input.tnp-submit {
  background-color: #68737a;
  border-radius: 0 0 5px 5px;
  padding: 16px;
}

body .tnp-widget-minimal input.tnp-submit:hover {
  cursor: pointer;
}

/* General */
.box-shadow>.fusion-column-wrapper {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

body .padding-inner>.fusion-column-wrapper {
  padding: 10% !important;
}

.border-radius-small {}

@media only screen and (min-width: 641px) {
  .fullheight-column {
    height: 100%;
  }
}

/* People */
.fusion-person .person-author-wrapper .person-name {}

body #main .person-title {
  font-size: 0.8em !important;
  line-height: 1.8em !important;
}

.people-circle {
  border-radius: 50%;
}

/* Form */
.fusion-form form .fusion-fullwidth {
  padding: 0 !important;
}

/* Vimeo Gallery */
.vimeography-theme-harvestone .vimeography-gallery {
  width: 100% !important;
}

/* HOME */
.home .fusion-read-more {
  display: none;
}


/* FOOTER */

.fusion-footer .fusion-imageframe {
  height: 130px;
  text-align: center;
}

.fusion-footer .fusion-imageframe img {
  max-height: 100%;
  width: auto;
}

#wrapper .fusion-footer .title h2 {
  font-size: 24px;
}

/* FORM */

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: -15px;
  left: 0;
}

.wpcf7-checkbox input[type=checkbox]+span {
  /* border: 3px solid red; */
}

.wpcf7-checkbox input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: -15px;
  left: 0px;
  border: 1px solid #ee6a09;
}

.wpcf7-checkbox input[type=checkbox]+span:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 6px;
  top: -7px;
  left: 12px;
  border-bottom: 2px solid rgb(104, 115, 122);;
  border-right: 2px solid rgb(104, 115, 122);;
  transform: rotate(45deg);
  visibility: hidden;
}

.wpcf7-checkbox input[type=checkbox]:checked+span:before {
  background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked+span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}