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

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

h1 {
	color: #13a538;
}

h3 {
	line-height: 1.8rem;
	text-transform: none!important;
}

h2.hero-large-text {
	font-size: 2.30rem;
}

h2.widget-title {
	color: #13a538;
}
.site-logo-div {
	margin: 1.em 0 1.em 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
	  padding-bottom: 1.5em;
}

@media all and (max-width: 360px) {
	.alignleft {
	width: 100%!important;
}
	.alignright {
	width: 100%!important;
}
}


.sidebar .widget .search-form .search-submit {
    padding: 12px 23px 12px;
    width: auto;
}

.pricing__item:hover {
    border-top-color: #13a538;
}

.feature-item {
    margin-bottom: 1.50rem;
}

.feature-item img {
    border-radius: 0.25rem;
	-webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0 5px 5px 0px rgba(0,0,0,0.25);
}


.wpcf7-textarea {
    height: 200px;
    width: 100%;
    float: none;
    margin-bottom: 13px;
}

.section-contact input[type=submit] {
    width: auto; 
}

.onepress-menu > li > a:hover, .onepress-menu > li.onepress-current-item > a {
    background: #81d742;
}

.btn-theme-primary {
	border-color: #088f22;
}

.btn-theme-primary:hover {
	background: #088f22;
	border-color: #088f22;
}

.btn-danger {
    color: #fff;
    background-color: #d30e39;
    border-color: #c60523;
}


.btn-danger:hover {
    color: #fff;
    background-color: #c60523;
    border-color: #c60523;
}

.btn-primary {
    color: #fff;
    background-color: #008DD2;
    border-color: #0074c5;
}


.btn-primary:hover {
    color: #fff;
    background-color: #0074c5;
    border-color: #0074c5;
}

.btn-warning {
    color: #fff;
    background-color: #ffa500;
    border-color: #ff8f00;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff8f00;
    border-color: #ff8f00;
}

.footer-social-icons i {
	font-size: 4.0rem;
}

.wpcf7-form {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
}

.counter_item {
    text-align: center;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
    border: 2px solid #e0e0e0;
	border-radius: 0.25rem;
	  padding: 1.00em;
	-webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0 5px 5px 0px rgba(0,0,0,0.25);
}

h2.section-title {
    font-size: 28px!important;
}



