/* 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-size: 16px;
}

h3 {
  color: #0262a7;
}

.header-top {
  background-color: #0262a7;
}

.header-top .left-content p {
  margin: 5px;
  color: #000000;
}

@media (max-width: 680px) {
  .header-top {
    display: block !important;
  }
}

.header-top .contact-info span {
  color: #ffffff;
  font-size: 24px;
}

.header-top .contact-info li {
  color: #ffffff;
  font-size: 18px;
}

.header-bottom {
  background: #ffffff;
}

.header-bottom .site-navigation-wrapper #site-navigation ul li a {
  color: #0262a7;
}

.header-contacts {
  background: #00a958;
  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: #000000 !important;
}

#site-navigation ul .sub-menu {
  min-width: 250px;
}

#site-navigation ul li a {
  font-size: 16px;
  text-transform: uppercase;
}

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

#site-navigation .menu {
  background: #fafafa !important;
}

.sub-toggle {
  color: #000000;
}

@media (max-width: 680px) {
  #site-navigation ul li.menu-item-has-children .sub-toggle {
    background-color: #00a958 !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: #0262a7;
  color: #fff;
  background: #0262a7;
}

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

.tg-slider-widget .caption-desc {
  display: block !important;
}

.section-title {
  text-align: left;
  color: #000000;
  text-transform: none;
  margin-bottom: 5px;
}

.section-title::after {
  content: "";
  background: none;
}

.section-title::before {
  background: none;
  content: "";
}

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

#secondary .widget-title {
  font-size: 18px;
}

#secondary .widget ul li a {
  font-size: 16px;
}

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

.blue-bg {
  background: #0262a7;
  padding: 30px;
}

.blue-bg .section-title {
  color: #ffffff;
  text-align: center;
}

.services {
  text-align: center;
}

.services h3 {
  font-size: 18px;
  color: #0262a7;
  padding: 15px 0;
}

.services p {
  margin: 0 0 5px;
}

.services a {
  color: #f47735;
  font-size: 16px;
  padding-top: 20px;
}

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

.txt-white {
  color: #ffffff;
}

.get-qoute {
  border: #0262a7 1px solid;
  height: 100%;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  font-size: 24px;
  text-align: center;
  margin-top: 80px;
}

.get-qoute:hover {
  background: #0262a7;
  color: #ffffff;
}

.portfolio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 680px) {
  .portfolio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

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

#top-footer {
  background-color: #000000;
}

#top-footer .widget-title {
  border-left: 3px solid white;
}

#top-footer a {
  color: #f47735;
}

#top-footer a:hover {
  color: #ffffff;
}

#top-footer .tg-column-4 {
  width: 30%;
}

#top-footer .widget ul li {
  font-size: 16px;
}

.header-top .right-content {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
/*# sourceMappingURL=style.css.map */