.greedy-nav .visible-links a:before
{
    background: none !important;
}
#header_meta
{
    
    display:inline;
    text-align: right;
    width: 100%;
}
#header_meta .container
{
    height: 30px;
    width: 100%;
    background: #f8f8f8 !important;
}
#header_meta ul
{
    margin: 0;
    padding-inline-end: 40px;
    height: 30px;
}
#header_meta li
{
    display:inline-block; 
    margin: 0px !important; 

}
#header_meta li a
{
    text-decoration: none !important;
    color: #969696; 
    margin: 0;
    font-size: 17px;
    display: block;
    margin: 0px;
    outline: none;
    padding: 0;
    height: 100%;
    overflow: visible;
    z-index: 2;
    position: relative;
    text-align: center;
    
}


#site-nav ul li
{
border:left;
}
#site-nav ul li a
{
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    outline: none;
    height: 100% !important;
    min-height: 100% !important;
    overflow: visible;
    z-index: 2;
    position: relative;
    text-align: center;
    font-weight: bold;
}
#site-nav ul li a:hover
{
   text-decoration: none !important;
}

div.page__hero--overlay
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
nav.breadcrumbs
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 58px !important;
    background: #f8f8f8 !important;
    max-width: 100% !important;
    border-top: 1px solid #ebebeb !important;
}
.search__toggle
{
    font-size: 15px;
}
div.page__hero--overlay
{
    background-color: #000000;
}
img.page__hero-image
{
    height: 195px !important;

    opacity: 0.6;
}
.breadcrumbs ol
{
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #999999;
    height: 37px !important;
    line-height: 37px;
    font-size: 12px !important;
    text-align: right;
}
.page__hero-caption 
{
    width: 100%;
    height: 195px;
    font-size: 50px;
    text-align: center;
    line-height: 195px;
}
.layout--home .page__meta
{
    font-size: 11px;
}
.page__meta-author
{
    padding-right: 15px;
}
.page__meta-date
{
    padding-right: 15px;
    display: block;
}
.social-icons .fas, .social-icons .fab, .social-icons .far, .social-icons .fal 
{
    color: #3d4144 !important;
}
i.fas::before
{
font-size: 20px;
}
.author__avatar img {
    max-width: 180px !important;
}
#footer
{
    background-color: #35383c;
    color: #e8e8e8;
    border-color: #35383c;
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 50px;
}
#footer-layout {
    padding: 0px 0 15px 0;
    height: 100%;
    width: 100%;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer-layout .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer-layout .container .one_third {
    width: 32%;
    box-sizing: border-box;
}

#footer-layout .container .one_third .title {
    font-size: 1.1em !important;
    font-weight: normal;
    color: #719430;
    text-transform: none;
    margin-top: 0.85em;
}

@media (max-width: 768px) {
    #footer-layout .container .one_third {
        width: 100%;
        margin-bottom: 15px;
    }
}

.underline {
    text-decoration: underline !important;
}

.page__footer footer {
    padding: 0 !important;
}

.container {
    width: 95%;
    position: relative;
    margin: 0 auto;
}
.first
{
    margin-left: 0 !important;
    clear: left;
}
#copy
{
    margin-top: -1px;
    z-index: 1;
    background-color: #282b2e;
    color: #e8e8e8;
    border-color: #282b2e;
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
    min-height: 60px;
    height: 100%;
}
#copy .container
{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 60px;
    line-height: 30px;
    max-width: 1410px;
    width: 95%;
}
#copy .copyright
{
    float: left;
    font-size: 11px;
}
#copy .copyright a
{
    color: #ffffff;
    text-decoration: none;
}
#copy .social_bookmarks
{
    float: right;
    position: relative;
    margin: 0;
}
#copy .social_bookmarks li
{
    overflow: hidden;
    position: relative;
    float: left;
    height: 100%;
    padding: 0;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 30px;
    color: #646769 !important;
}
#copy .social_bookmarks li i
{
    color: #646769 !important;
    text-decoration: none;
}

#copy .sub_menu_socket
{
float: right;
margin: 0;
height: 100%;
line-height: 15px;
}
#copy .menu {
    margin-top: 6px;
}
#copy .sub_menu_socket li {
    float: left;
    font-size: 11px;
    display: block;
    padding: 0 10px;
}
#copy .sub_menu_socket li a {
    color: #ffffff;
    text-decoration: none;
}
.social_bookmarks .fas::before
{
    font-size: 17px !important;
}

/* Styles for the newsbox-3 section */
#newsbox-3 .title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

#newsbox-3 .news-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

#newsbox-3 .news-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#newsbox-3 .news-link {
    display: flex;
    align-items: center;
}

#newsbox-3 .news-link img {
    margin-right: 10px;
    background-color: #52565c !important;
    border: 2px solid #52565c !important;
}

#newsbox-3 .news-headline {
    display: flex;
    flex-direction: column;
    margin-left:5px !important;
}

#newsbox-3 .news-headline a {
    font-size: 1em;
    color: #ffffff;
    text-decoration: none !important;
}

#newsbox-3 .news-headline a:hover {
    text-decoration: underline;
}

#newsbox-3 .news-time {
    font-weight: normal;
    clear: both;
    font-size: 0.8em !important;
    display: block;
    color: #666;
}
.archive__item H2
{
    margin-top: 20px !important;

}

.archive__item H2.archive__item-title a
{
    font-size: 26px;
    font-weight: normal;
    color: #719430;
    margin: 0 0 10px;
    text-decoration: none;
    letter-spacing: 1px;
  }


.share-box ul li a 
{
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}
.share-box ul li 
{
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ebebeb;
}
.share-box ul li:first-child 
{
    border: none;
}

.share-box ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    display: table;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: transparent;
    border-color: #ebebeb;
}
.share-box {
    width: 100%;
    clear: both;
    float: left;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: -50px;
    padding: 0;
}
.share-box ul {
    width: 100%;
}
.share-box {
    margin: 0;
}
iframe .embed-page
{
    background-color: #35383c !important;

}

.social-link-whatsapp:hover a, .social-link-whatsapp a:focus {
    color: #fff;
    background-color: #00e676;
}
.social-link-facebook:hover a, .social-link-facebook a:focus {
    color: #fff;
    background-color: #37589b;
}
.social-link-x:hover a, .social-link-x a:focus {
    color: #fff;
    background-color: #000;
}
.social-link-linkedin:hover a, .social-link-linkedin a:focus {
    color: #fff;
    background-color: #419cca;
}
.social-link-mail:hover a, .social-link-mail a:focus {
    color: #fff;
    background-color: #9fae37;
}
h1{
    font-size: 36px !important;
    color: #719430 !important;
    text-transform: none;
    font-family: 'lato', Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.1em;
}
h2{
    font-size: 30px !important;
    color: #719430;
    text-transform: none;
    font-family: 'lato', Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.1em;
}
h3{
    font-size: 26px !important;
    color: #719430;
    text-transform: none;
    font-family: 'lato', Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.1em;
}
h4{
    font-size: 22px !important;
    color: #719430;
    text-transform: none;
    font-family: 'lato', Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.1em;
}
h5{
    font-size: 20px !important;
    color: #719430;
    text-transform: none;
    font-family: 'lato', Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.1em;
}
h6{
    font-size: 16px !important;
    color: #719430;
    text-transform: none;
    font-family: 'lato', Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.1em;
}
.page__title a {
    color: #719430 !important;
    text-decoration: none;
}
.page__content{
    font-size: 16px !important;
}
.archive p
{
    font-size: 16px !important;
}
table
{
    border: 1px solid #ebebeb;
    display: table !important;
}