/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Ryan Saucerman
Author URI:  https://www.exploredigital.com/
Template: Divi
Version:  3.0.0
*/
/* =Theme customizations
------------------------------------------------------- */
/* ----------------------- */
/* GENERAL STYLES */
/* ----------------------- */
.underline,
.underline-hover:hover {
  text-decoration: underline; }

.checks {
  list-style-type: none !important;
  padding-left: 0 !important; }
  .checks li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
    line-height: 1.3em; }
  .checks li:last-child {
    padding-bottom: 0; }
  .checks li:before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #4167b0; }

.fa-phone {
  transform: rotate(90deg); }

/* ----------------------- */
/* HEADER STYLES */
/* ----------------------- */
/* ----------------------- */
/* HOME STYLES */
/* ----------------------- */
/* ----------------------- */
/* PAGE STYLES */
/* ----------------------- */
/* Add sections for pages as needed


/* ----------------------- */
/* FORM STYLES */
/* ----------------------- */
/* Custom Checkboxes */
.gfield_checkbox li input[type=checkbox] {
  opacity: 0;
  width: unset !important; }
.gfield_checkbox label {
  white-space: normal !important; }

.gfield_radio li input[type=radio] {
  opacity: 0;
  width: unset !important; }

.gfield_checkbox span.check, .gfield_radio span.check {
  display: inline-block !important;
  width: 13px;
  height: 13px;
  margin: -1px 0px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #707070;
  position: absolute;
  left: 0px;
  top: 6px; }

span.inside:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: '\f00c';
  color: #4167b0;
  position: absolute;
  top: -5px;
  opacity: 0; }

.gform_wrapper input[type=checkbox]:checked + label span.inside:before,
.gform_wrapper input[type=radio]:checked + label span.inside:before {
  opacity: 1 !important; }

/* Adding Custom Arrow to Dropdowns */
.ginput_container_select {
  position: relative; }
  .ginput_container_select select {
    -webkit-appearance: none; }

.ginput_container_select:before {
  position: absolute;
  right: 10px;
  top: 7px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #a2a2a2;
  pointer-events: none; }

/* Form Submit Button */
/* Form Confirmation Message */
.gform_confirmation_message .custom-confirmation {
  padding-top: 15px;
  text-align: center; }
.gform_confirmation_message i {
  display: block;
  font-size: 60px;
  padding-bottom: 15px;
  color: #4167b0; }

@media (min-width: 641px) {
  .gfield {
    padding-right: 0 !important; }

  .gf_left_half {
    padding-right: 8px !important; }

  .gf_right_half {
    padding-left: 8px !important; } }
/* ----------------------- */
/* SLICK STYLES */
/* ----------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ----------------------- */
/* FOOTER STYLES */
/* ----------------------- */
#footer-bottom {
  background-color: #000; }
  #footer-bottom p, #footer-bottom a {
    float: none;
    text-align: center;
    color: #fff; }

/* ----------------------- */
/* GENERAL RESPONSIVE STYLES */
/* ----------------------- */
/* Small Mobile Only */
/* Large Mobile, Tablet and Desktop */
/* Large Mobile and Tablet */
/* Mobile Only */
/* Desktop and Tablet */
/* Tablet Only */
/* Tablet and Mobile */
/* Large Tablet and Desktop Only */
/* Large Tablet Only */

/*# sourceMappingURL=style.css.map */
