/*
Theme Name: Christine Miller Child
Template: christine-miller
Theme URI: http://christine-miller.themerex.net/
Description: Christine Miller - excellent WordPress theme with many different blog and header layouts
Author: ThemeRex
Author URI: https://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
:root {
    --primary: #FF7C03;
    --dark: #090c1b;
    --white: #fff;
}
.vc_btn3.vc_btn3-size-md {
    font-size: 16px;
    font-weight: 500;
}
.btn-fill a.vc_btn3 {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    color: var(--white) !important;
}

.btn-lines a.vc_btn3 {
    background-color: transparent;
    border: 1px solid var(--primary) !important;
    color: var(--dark) !important;
}

.btn-fill a.vc_btn3:hover,
.btn-lines a.vc_btn3:hover {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
    color: var(--white) !important;
}

.text-white,
.text-white a {
    color: #fff !important;
}

.text-white a:hover {
    color: var(--primary) !important;
}

.text-center {
    text-align: center !important;
}

form.wpcf7-form.wpcf7-form input[type="text"],
form.wpcf7-form.wpcf7-form input[type="email"],
form.wpcf7-form.wpcf7-form input[type="tel"],
form.wpcf7-form.wpcf7-form input[type="url"],
form.wpcf7-form.wpcf7-form input[type="number"],
form.wpcf7-form.wpcf7-form input[type="search"],
form.wpcf7-form.wpcf7-form input[type="password"],
form.wpcf7-form.wpcf7-form select,
form.wpcf7-form.wpcf7-form textarea {
  background: #fff !important;
  color: var(--dark) !important;
  border: none !important;
  border-radius: 80px !important;
  padding: 12px 18px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

form.wpcf7-form.wpcf7-form textarea {
  border-radius: 20px !important;
  resize: none !important;
  height: 160px !important;
}

form.wpcf7-form.wpcf7-form input[type="submit"] {
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 80px !important;
  padding: 12px 18px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  width: auto !important;
}

form.wpcf7-form.wpcf7-form input[type="submit"]:hover {
  background: var(--dark) !important;
  color: #fff !important;
}

form.wpcf7-form.wpcf7-form input[disabled],
form.wpcf7-form.wpcf7-form textarea[disabled],
form.wpcf7-form.wpcf7-form select[disabled],
form.wpcf7-form.wpcf7-form input[type="submit"]:disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

form.wpcf7-form.wpcf7-form input:focus,
form.wpcf7-form.wpcf7-form textarea:focus,
form.wpcf7-form.wpcf7-form select:focus {
  background-color: #fff !important;
  border: none !important;
  outline: none !important;
  color: var(--dark) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wpcf7-form-control-wrap {
    width: 100%;
    position: relative !important;
}

.wpcf7-form .wpcf7-form-control-wrap {
  position: relative !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute !important;
  top: -6px !important;
  right: 18px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: red !important;
  background: #fff !important;
  padding: 0 !important;
  border-radius: 4px !important;
  z-index: 10 !important;
  white-space: nowrap !important;
}

.privacy .wpcf7-form-control-wrap {
    width: auto;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  position: relative !important;
  margin-right: 8px !important;
  display: inline-block !important;
  vertical-align: top !important;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  all: unset !important;
  -webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
          appearance: checkbox !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
  accent-color: var(--primary) !important;
  vertical-align: top !important;
  margin-top: 2px !important;
}

.wpcf7-form .privacy {
    padding-top: 12px;
    padding-bottom: 20px;
}

.wpcf7-form p {
    margin: 0 0 12px 0 !important;
}

.wpcf7-form .privacy p {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13px !important;
  color: var(--white) !important;
  line-height: 1.4 !important;
}

.wpcf7-form .privacy p small {
    width: 100%;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: var(--white) !important;
}

.wpcf7-form .privacy p a {
  color: var(--white) !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

footer .vc_row.mobile-cta {
  top: auto;
  position: fixed;
  right: 15px;
  bottom: 0;
  opacity: 1 !important;
  width: 100%;
  z-index: 99;
}
footer .vc_row.mobile-cta .vc_col-sm-6 {
  width: 50%;
}
footer .vc_row.mobile-cta .vc_col-sm-6 .sc_layouts_iconed_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .vc_row.mobile-cta .vc_col-sm-6 .sc_layouts_iconed_text > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .vc_row.mobile-cta > .vc_col-sm-6 + .vc_col-sm-6 {
  border-top: none;
}
footer .vc_row.mobile-cta > .vc_col-sm-6:last-of-type .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .mobile-cta {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .mobile-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-map .wpb_wrapper {
    min-height: 400px;
  }
   .section-map .wpb_wrapper iframe{
    min-height: 400px;
  }
  footer {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  .section-map .wpb_wrapper {
    min-height: 600px;
  }
   .section-map .wpb_wrapper iframe{
    min-height: 600px;
  }
}

.sc_services.nolink .sc_services_item a {
  pointer-events: none;
}

.sc_services.nolink .sc_services_item h6 a,
.sc_services.nolink .sc_services_item:hover .sc_services_item_icon {
  color: #ee7316 !important;
}