/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
.site-header, .is-transparent .site-header.header-fixed {
    background: #1c1c1c;
    border-bottom: 0px none;
}
/*
img.custom-logo {
    max-width: 59%;
}
*/
a {
    color: #087f97;
}

body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #333333;
}

input[type=reset], input[type=submit], input[type=submit], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
    background: #087f97;
}

p.follow-heading {
    text-transform: uppercase;
    font-size: 15px;
}


#nav-toggle {
    margin-left: 15px;
    margin-top: 29px;
}

#nav-toggle span {
    background: #fff;
}

#nav-toggle span:before, #nav-toggle span:after {
    background: #fff;
}

.feature-item .feature-icon {
    color: #087f97;
}

.onepress-menu, .onepress-menu * {
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none;
}

a:hover {
  text-decoration: none;
  color: #333333;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  text-decoration: none;
}

.onepress-menu a {
  color: #333333;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

  .onepress-menu.onepress-menu-mobile a:hover {
    color: #000000;
  }
.sidebar .widget a {
  color: #333333;
  font-size: 14px;
}
.section-inverse .pricing-table .pricing__item ul p {
  color: #333333;
}

.section-inverse-extended {
  background: #333333;
}
.feature-item:hover .icon-background-default {
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: #333333;
}

.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #333333;
}

.breadcrumbs a {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
}
.site-footer .footer-connect {
    padding: 1rem 0rem;
    text-align: center;
}

ul {
  list-style: none;
}
