/* 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: #c3161c;
  text-transform: uppercase;
  font-size: 24px;
}

h2 {
  color: #c3161c;
  text-transform: uppercase;
}

h4 {
  color: #111924;
  margin: 20px 0;
}

.header-top {
  background-color: #c3161c;
  font-size: 18px;
}
.header-top .left-content p {
  margin: 5px;
  color: #ffffff;
  padding: 5px 0;
}
.header-top a {
  color: #ffffff;
}
@media (max-width: 680px) {
  .header-top {
    display: block !important;
  }
}

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

.header-contacts {
  background: #c3161c;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  border-radius: 6px;
  padding: 10px;
  margin: 10px 0;
}
@media (max-width: 680px) {
  .header-contacts {
    font-size: 16px;
  }
}

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

#site-navigation ul li.current_page_item > a {
  color: #c3161c !important;
}

#site-navigation ul .sub-menu {
  min-width: 250px;
  background-color: #000000 !important;
}
#site-navigation .menu-toggle {
  font-size: 50px !important;
  color: #18527b;
}

.sub-toggle {
  color: #e87a25;
}

@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: #00a958;
  color: #fff;
  background: #00a958;
}
.tg-slider-widget.slider-dark .btn-wrapper a:hover {
  background: #e87a25;
  border-color: #e87a25;
}

.caption-title {
  color: #ffffff !important;
}

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

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

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

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

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

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

.services {
  text-align: center;
}
.services h3 {
  font-size: 18px;
  color: #18527b;
  padding: 15px 0;
}
.services p {
  margin: 0 0 5px;
}
.services a {
  color: #c3161c;
  font-size: 16px;
  padding-top: 20px;
}

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

.txt-white {
  color: #ffffff;
}

.get-qoute {
  border: #18527b 1px solid;
  height: 100%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  padding: 40px;
  font-size: 24px;
  text-align: center;
  margin-top: 80px;
}
.get-qoute:hover {
  background: #18527b;
  color: #ffffff;
}

.portfolio {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 680px) {
  .portfolio {
    flex-direction: column;
  }
}
.portfolio p {
  margin: 0;
}
.portfolio__items {
  width: 33.33333%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.portfolio__items img {
  width: 100%;
  height: auto;
}
.portfolio__items .web-name a {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #ffffff;
}
.portfolio__items .web-name a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.portfolio__items .web-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

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

#top-footer .widget-title {
  border-left: 3px solid white;
}
#top-footer a {
  color: #c3161c;
}
#top-footer a:hover {
  color: #ffffff;
}

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

.app-btn {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 110px;
  z-index: 999;
  left: 25px;
}

.call-btn {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 60px;
  z-index: 999;
  left: 25px;
}/*# sourceMappingURL=style.css.map */