/*
Theme Name: Divi Child
Version: 2.0
Description: Divi Child Theme for bullcitywebdesign.com
Author: Jeremy Simpson
Template: Divi 
Author URL: https://bullcitywebdesign.com/
*/

@import url("../Divi/style.css");
#main-header {
  position: fixed;
  top: 0px !important;
}

/* Fluent Forms Submit Button */
.ff-btn-submit {
  width: 140px !important;
}
/* Fluent Captcha Button */
.ff-el-input--content #fluentform-recaptcha-3 > div > div {
  max-width: 50vw !important;
}

/* About Us Page */
.about-us-page-img .et_pb_image_wrap:after {
  white-space: pre;
  content: "Eric Rhoades                                                                                          Skip Tyler";
  line-height: 0em;
  z-index: 9999;
  position: absolute;
  background-color: #3c362a;
  top: 100%;
  height: 1rem;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 0.5rem 24px;
  font-size: 12px;
  transition: all 0.5s ease;
  text-align: center;
}

@media all and (min-width: 360px) {
  /* About Us Page */
  .about-us-page-img .et_pb_image_wrap:after {
    content: "Eric Rhoades                              Skip Tyler";
  }
  /* Logo Image */
  #logo {padding-bottom: .52rem;
}
}

@media all and (min-width: 480px) {
  /* About Us Page */
  .about-us-page-img .et_pb_image_wrap:after {
    content: "Eric Rhoades                                     Skip Tyler";
  }}

@media all and (min-width: 667px) {
  /* About Us Page */
  .about-us-page-img .et_pb_image_wrap:after {
    content: "Eric Rhoades                                                                          Skip Tyler";
  }
}

@media all and (min-width: 896px) {
  /* About Us Page */
  .about-us-page-img .et_pb_image_wrap:after {
    content: "Eric Rhoades                                                                                                        Skip Tyler";
  }
  #main-header {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media all and (min-width: 981px) {
  /* About Us Page */
  .about-us-page-img .et_pb_image_wrap:after {
    content: "Eric Rhoades                                                  Skip Tyler";
  }
}

@media all and (min-width: 1195px){
    /* Logo Image */
    #logo {padding-bottom: 0rem;
    }
}

@media all and (min-width: 1366px) {
  /* About us Page */
  .about-us-page-img .et_pb_image_wrap:after {
    content: "Eric Rhoades                                                                    Skip Tyler";
  }
}
@media all and (min-width: 1700px) {
  .about-us-page-img .et_pb_image_wrap:after {
    content: "Eric Rhoades                                                                                          Skip Tyler";
  }
}