.action-text {
  text-align: justify;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  /* color: #2B3C4D; */
}

.sow-tabs-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.25px;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  /* color: #2B3C4D; */
}

.fact:hover {
  background-color: #57c173;
}

.fact {
  color: #ffffff;
  border-color: #ffffff;
}

.header-button.left-button:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.siteorigin-panels-stretch.perth-stretch.panel-row-style.panel-row-style-for-22-0 {
  opacity: 0.95;
  border-top-style: solid;
  position: relative;
}

li {
  font-size: 18px;
}

.nav-tabs .nav-link {
  border-bottom-width: 0px;
}

a.lsow-button.default {
  background-color: #57c173;
}

a.lsow-button.default:hover {
  background-color: #2C2B2B;
}

.lsow-pricing-table .lsow-plan-details {
 padding:0px; 
  border:0px;
}

.lsow-pricing-table .lsow-pricing-plan .lsow-plan-price {
  padding:5px;
  background-color:#e5e5e5;
}

.lsow-pricing-table .lsow-top-header {
  padding-bottom:0px;
  background-color:#e5e5e5;
}

.lsow-pricing-table .lsow-purchase {
background-color:#e5e5e5;
}

.lsow-pricing-table .lsow-top-header h3 {
  color:#2c2b2b;
}
.lsow-pricing-table .lsow-top-header .lsow-tagline {
    color:#2c2b2b;
}
wp_register_style( 'custom-style', get_template_directory_uri() . '/css/custom-style.css', array(), rand(111,9999), 'all' );