/*
 Theme Name:   Frontsteps - Payments
 Theme URI:    https://payments.frontsteps.net
 Author:       FrontSteps
 Author URI:    https://www.frontsteps.com
 Description:  FrontStep's Payments Theme
 Designer & Developer:     Antonio Colon
 Version:      1.0.5
 Tags: Bootstrap, Fronsteps, Flexible width, One-page Layout
*/
html {
  scroll-behavior: smooth;
  -webkit-transition: ease-out;
  transition: ease-out; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700; }

h1 {
  font-size: 2.5em; }
h2 {
  font-size: 2.1em; }
h3 {
  font-size: 1.8em; }
h4 {
  font-size: 1.5em; }
h5 {
  font-size: 1.3em; }
h6 {
  font-size: 1.1em; }

a:link {
  text-decoration: none; }

button {
  white-space: nowrap;
  cursor: pointer; }

header {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); }

main {
  position: relative;
  min-height: 764px; }

footer {
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px; }

.primary-nav {
  padding-top: 20px;
  padding-bottom: 20px; }

.nav-company {
  font-size: 1.4em; }

.btn {
  cursor: pointer;
  border-radius: 4px;
  padding: 10px 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .btn:focus, .btn:active, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .btn > i {
    width: 10%;
    visibility: hidden;
    opacity: 0;
    margin-left: -10%;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    font-size: 0.9em; }
  .btn:hover > i {
    width: auto;
    visibility: visible;
    opacity: 1;
    margin-left: 1%;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
  .btn a, .btn, .btn:hover, .btn:active, .btn:focus {
    color: #fff; }

.btn-featured {
  width: 100%;
  max-width: 320px;
  padding: 15px 30px;
  font-size: 1.6em; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 480px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .header,
  .header h1,
  .header h2,
  .header h3,
  .header h4,
  .header h5,
  .header h6 {
    color: #fff; }

.slim-header, .slim-footer {
  position: relative;
  height: 120px;
  background-position: center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important; }

.featured-filter {
  height: 100%;
  width: 100%;
  position: absolute; }

header, .main-content, footer {
  padding-left: 15px;
  padding-right: 15px; }

.featured-cta {
  padding-left: 30px;
  padding-right: 30px; }

.main-content {
  padding-top: 45px;
  padding-bottom: 45px; }

.textwidget {
  margin-top: 15px; }
  .textwidget img {
    margin-bottom: 15px; }

.widgettitle {
  font-size: 1.5em !important; }

@media (min-width: 992px) {
  .featured-l-p {
    padding-right: 30px; } }

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