.lorem-content blockquote{
 color: #505759 !important;
 margin-bottom: 20px;
 border-bottom: 2px solid #505759;
}

.lorem-content blockquote p{
 color: #505759 !important;
  font-weight:bold;
}

.lorem-content ul li:before {
    content: "";
    color: #606;
    position: absolute;
    left: 0;
    font-size: 18px;
    font-family: FontAwesome;
}

.lorem-content ul li {
    font-family: "Roboto",sans-serif;
    font-kerning: auto;
  color:#660066;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    list-style-type: none!important;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-left: 0!important;
}

.landings_buttons a.la_button {
    display: inline-block;
    float: left;
    margin-top: 20px;
    background-color: #606;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    transition: background-color 0.5s ease 0s, border-color 0.5s ease 0s;
    text-decoration: none !important;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    margin-right: 50px;
    border-radius: 3px;
}

.landings_buttons a.la_button:hover {
    background-color: #500050;
    border-color: #FFF;
    color: #fff;
}

.landings_buttons a.la_button1 {
    display: inline-block;
    float: left;
    margin-top: 20px;
    background-color: #606;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    transition: background-color 0.5s ease 0s, border-color 0.5s ease 0s;
    text-decoration: none !important;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.landings_buttons a.la_button1:hover {
    background-color: #500050;
    border-color: #FFF;
    color: #fff;
}

.seo_h4 {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.1em;
    clear: both;
    font-family: "Roboto",sans-serif;
}

.seo_h4:after {
    content: "";
    display: block;
    width: 2.1875rem;
    height: 0.0625rem;
    background: #8F8C8F none repeat scroll 0% 0%;
    margin-top: 0.875rem;
}

.seo_404 {
    min-height: 500px;
}

.seo_h1 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}

.dashicons,.dashicons-before:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    color: #E7711B;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in 0;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.landings_buttons a {
    background-color: #316C00!important;
}

.landings_buttons a:hover {
    background-color: #55A811!important;
}

@media (min-width: 590px) {
    .page-id-44 #slider {
        height: 38.5rem;
    }
}

@media (max-width: 979px) {
    .site-footer .fcol2 {
        width: calc(100% - 2.5%);
    }
}
strong{
     line-height: 10px !important;
}

/* Header */
.onw-top-bar {
    border-bottom: solid 1px #9c9293;
    background-color: #500050;
    color: #ffffff;
    font-size: 1.1em;
    padding: 10px 0;
}

.onw-top-bar a {
    color: inherit;
    margin-right: 5px;
}

.onw-top-bar a i {
    color: #ddce36;
}

.logo {
    max-width: 250px;
    margin-top: 12px;
}

.main-navigation>.menuwr>ul>li>a {
    padding: 30px 15px;
}

ul:not(.mm-list) .onw-menu-highlight a {
    border: solid 1px #928889;
    padding: 15px 20px!important;
    margin-top: 14px;
    background-color: #500050;
}

ul:not(.mm-list) .onw-menu-highlight a:hover {
    background-color: #660066!important;
}

.main-navigation li.onw-menu-highlight.current-menu-item {
    background-color: transparent;
}
/* END Header */