/*
 Theme Name:   PPFS
 Author:       UZU Media
 Author URI:   http://www.uzu-media.com
 Template:     HighendWP
 Version:      1.0.0
 Tags:		   Responsive, Page-Builder, Drag&Drop, Clean, Modern, Corporate, Multi-Purpose, Multi-Color
*/
@import url("../HighendWP/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/*_layout.scss*/
.clear {
  clear: none;
  height: auto;
  visibility: visible;
  display: block;
  overflow: inherit;
}
.clear:before {
  clear: both;
  content: '';
}

.row.element-row {
  margin-bottom: 0;
}

#main-content .col-12.hb-main-content {
  padding-bottom: 0;
}

#main-content .row img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transition: box-shadow .4s ease-in-out;
}
#main-content .row img:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.5);
}

#logo {
  max-width: 70%;
}

/*_typography.scss*/
html {
  font-size: 100% !important;
}

body {
  font-size: 1em !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

h1 {
  font-size: 2em !important;
  color: #44ae00;
  text-align: center;
}

h2 {
  font-size: 1.5em !important;
  color: #0d56a6;
}

.hb-page-title h1 {
  color: #44ae00 !important;
}

p {
  line-height: 1.75;
}

.smaller-fz {
  font-size: .75em !important;
}

.light-style input {
  color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

input {
  font-size: 1em;
}
input[type="submit"] {
  font-size: 1em;
}

#main-content p a:not(.hb-button):not(.vc_button) {
  color: #44ae00;
  padding-bottom: 2px;
  border-bottom: 2px solid #44ae00;
  border-top: 2px solid #44ae00;
  padding: 3px 4px;
  transition: all .2s ease-in-out;
}
#main-content p a:not(.hb-button):not(.vc_button):hover {
  background: #44ae00;
  color: #1B4300;
}

#main-content .light-style p a:not(.hb-button):not(.vc_button) {
  color: #fff;
  border-bottom: 2px solid #fff;
}
#main-content .light-style p a:not(.hb-button):not(.vc_button):hover {
  border-top: 2px solid #fff;
}

#main-nav li a[href*="apply"] {
  background: #44ae00;
  color: #fff;
}

input[type="number"] {
  padding: 12px !important;
  width: 100%;
  border: solid 1px #e3e3e3;
  border-bottom-color: #fff;
  border-top-color: #e0e0e0;
  color: #777;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  outline: none;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  -webkit-backface-visibility: hidden;
}
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  background-color: #e0e0e0;
  height: 10px;
  border: solid 1px #e3e3e3;
  border-bottom-color: #fff;
  border-top-color: #e0e0e0;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #58e000;
  box-shadow: 0 0 5px rgba(54, 136, 0, 0.5);
}

select {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 112% !important;
  }
}
@media sreen and (min-width: 1024px) {
  html {
    font-size: 120% !important;
  }
}

/*# sourceMappingURL=style.css.map */