/*
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
*/

/* Newsletter Sign-up Form Footer */

.indicates-required {
  display: none;
}

.mc-field-group label {
  display: none;
}

#mce-EMAIL {
    margin-bottom: 20px;
}

.portfolio-full .flexslider {
  margin-bottom: 0px;
}

.fusion-footer-widget-area .widget-title, 
.fusion-footer-widget-area h3 {
  text-transform: none;
}

.fusion-button {
  text-transform: none;
}

#wrapper .post-content .tl-timemarker-text h2 {
  font-size: 12px;
}


.custom_header {
  min-height: 684px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .custom_header {
    min-height: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .custom_header {
    min-height:calc(300px - 10px);
  }
}

.fusion-person .person-author-wrapper span.person-name {
  font-size: 20px;
}

.fusion-is-sticky .fusion-main-menu > ul > li > a {
    font-size: 18px !important;
}

@media only screen and (max-width: 768px) {
  .fullwidth-box {
    background-position: left center !important;
  }
}

/* Blog Posts */

.post-content img.img-responsive {
  margin-bottom: 25px;
}

/* Flipbook */

.wpbooklet-image-popup-overlay-light div.wpbooklet-image-popup-content {
  margin: 180px auto 40px auto;
}

div.wpbooklet-image-popup-overlay-light {
  background-color: rgba(0,0,0,0.3);
}

/* Flip Box on Career Page */

#wrapper .job_flip_box .flip-box-heading {
    font-size: 22px;
    text-transform: none;
}

.fusion-flip-box .flip-box-heading-back {
   text-transform: none;
}
