/* 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 */
.header-top {
  background-color: #0079bf;
}

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

.header-top .left-content a {
  color: #ffffff;
}

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

.free-quotes {
  background-color: #cc0000;
  padding: 10px 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 680px) {
  .free-quotes {
    font-size: 13px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .free-quotes .header-top {
    display: block !important;
  }
}

.section-title {
  text-align: left;
  text-transform: none;
  color: #cc0000;
}

.section-title::after {
  content: "";
  left: 10%;
  position: absolute;
  background: none;
  bottom: -60px;
  height: 3px;
  margin-left: 0px;
  width: 80%;
}

.section-title::before {
  background: none;
  bottom: -60px;
  content: "";
  height: 2px;
  left: 0;
  margin-left: 0;
  position: absolute;
  width: 100%;
}

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

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

.white-blocks {
  background: #ffffff;
  padding: 20px;
}

.white-blocks h3 {
  font-size: 18px;
  text-align: center;
}

.white-blocks p {
  margin: 0 0 5px;
}

.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: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

@media (max-width: 680px) {
  .portfolio__items {
    width: 100%;
  }
}

.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);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.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%;
  text-transform: uppercase;
}

.everest-forms .evf-container {
  margin-bottom: 0 !important;
}

button[type="submit"] {
  margin-bottom: 0px;
}

#bottom-footer {
  padding: 20px 0;
  background-color: #0079bf;
  color: #ffffff;
}

.gallery img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media (max-width: 680px) {
  .gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */