/* CSS Document */
/*

Theme Name: Child of rpmailer
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 5.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */
/* Custom styles */
body {
  font-family: "Verdana", Arial, Helvetica;
}

h3 {
  color: #363636;
  text-transform: uppercase;
}

.header-top {
  background-color: #f69524;
}
.header-top .left-content p {
  margin: 5px;
  color: #000000;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.header-top a {
  color: #000000;
}
@media (max-width: 680px) {
  .header-top {
    display: block !important;
  }
}

.header-bottom {
  background: #ffffff;
}
.header-bottom #site-navigation {
  float: left;
}
.header-bottom .site-navigation-wrapper #site-navigation ul li a {
  color: #363636;
  font-size: 18px;
}

.header-bottom .site-navigation-wrapper {
  flex: 6;
}

@media (max-width: 680px) {
  .logo {
    width: 85%;
  }
}

#site-navigation ul li a:hover {
  color: #f69524 !important;
}

#site-navigation ul li.current_page_item > a {
  color: #f69524 !important;
  font-weight: 500;
}

#site-navigation ul .sub-menu {
  min-width: 250px;
  background-color: #ffffff !important;
}

#site-navigation .menu-toggle {
  font-size: 50px !important;
  color: #363636;
}

.sub-toggle {
  color: #f69524;
}

@media (max-width: 680px) {
  #site-navigation ul li.menu-item-has-children .sub-toggle {
    background-color: #00a958 !important;
  }
}
.slider-image img {
  width: 100% !important;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.tg-slider-widget.slider-dark .caption-title, .tg-slider-widget.slider-dark .caption-desc {
  text-align: left;
}

.tg-slider-widget .btn-wrapper {
  float: left;
}

.tg-slider-widget.slider-dark .btn-wrapper a {
  border-color: #fab043;
  color: #fff;
  background: #fab043;
}
.tg-slider-widget.slider-dark .btn-wrapper a:hover {
  background: #ff1616;
  border-color: #ff1616;
}

.breadcrumb-trail.breadcrumbs {
  background: #fab043 none repeat scroll 0 0;
}

.breadcrumb-trail.breadcrumbs .trail-title {
  font-size: 30px;
  color: #000000;
}

.section-title {
  text-align: center;
  color: #f69524;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.section-title::after {
  content: "";
  background: none;
}
.section-title::before {
  background: none;
  content: "";
}

.section-description {
  text-align: center;
  color: #000;
  font-size: 22px;
}

.center-txt p {
  text-align: center;
}
.center-txt h4 {
  text-align: center;
}

.grey-bg {
  background: #f2f2f2;
  padding: 30px 0;
}

.blue-bg {
  background: #363636;
  padding: 30px;
}
.blue-bg .section-title {
  color: #ffffff;
  text-align: center;
}

.practice {
  border: #fab043 3px solid;
  background-color: #ffffff;
  display: inline-block;
  padding: 15px 15px 0px;
  min-height: 210px;
}
.practice:hover {
  border: #fab043 3px solid;
  background-color: #fab043;
  color: #000000;
}
.practice a:hover {
  color: #000000;
  font-weight: bold;
}

.trail-title {
  padding: 30px 0 !important;
}

.txt-white {
  color: #ffffff;
}

#bottom-footer {
  padding: 15px 0;
  background-color: #000000;
  color: #ffffff;
}

#top-footer {
  background-color: #363636;
  padding: 80px 0 30px;
  color: #ffffff;
}
#top-footer .widget-title {
  border-left: 3px solid white;
}
#top-footer a {
  color: #000000;
}
#top-footer a:hover {
  color: #ffffff;
}

.header-top .right-content {
  flex: 0;
}

.btn-repair {
  display: inline-block;
  background-color: #f69524;
  padding: 5px 10px;
  color: #000000;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 500;
}
.btn-repair:hover {
  background-color: #363636;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */