

#access .social-accounts .social:hover {
    color: #55ab61;
}

a {
    color: #55ab61;
    text-decoration: none;
    transition: all 0.1s linear 0s;
}

p {
    margin-bottom: 10px;
}

body, input, textarea {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: none;
}

h5 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0px;
  line-height: auto;
  font-weight: 300;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: .5em;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #777777;
    color: #777;
    box-shadow: none;
    border-radius: 0px;
    max-width: 100%;
    width: 100%;
    margin: 0px;
}

hr {
    background-color: #777777;
    border: 0px none;
    height: 1px;
    margin-bottom: 1.825em;
  margin-top: 1.825em;
    clear: both;
}


strong {
    font-weight: bold;
  color: #444;
}
#content .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0px;
}

.entry-content > .wpb_row > .wrapper {
    max-width: 1160px;
    margin: 0px auto;
    float: none;
    position: relative;
    z-index: 100;
}

#access ul li li a {
    padding: 0px 24px;
   
}

h4 {
    line-height: 1.1;
  font-size: 20px;
    margin-bottom: 0px !important;
    margin-top: 0px;
  
}

.left-menu #header {
    position: relative;
    height: 100%;
    padding: 20px;
    border: medium none;
}

.wpcf7-submit {
    cursor: pointer;
    margin: 0px;
    color: #55AB61;
    font-size: 15px;
    text-align: center;
    background: none repeat scroll 0% 0% transparent;
    border: 2px solid #55AB61;
    overflow: hidden;
    position: relative;
    padding: 3px 15px;
    letter-spacing: 1px;
    font-weight: 300;
    display: inline-block;
    transform: scale(1);
    transition: all 0.1s linear 0s;
}

.wpcf7-submit:hover {
    background-color: #55AB61;
    color: #FFF;
}
