body {
    font-family: "Roboto Flex", sans-serif;
}

button {
    font-family: "Roboto Flex", sans-serif;
}

.page .site.grid-container {
    max-width: 100%;
}

.portal-link a {
    background: #1CAA56;
    border-radius: 0px 0px 10px 10px;
}

.portal-link:hover a {
    color: #fff !important;
}

.main-navigation .main-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 78px;
}

.sticky .main-navigation .main-nav ul li a {
    line-height: 70px;
    margin-bottom: 0px;
}

.inside-header {
    padding: 0px 15px;
}

.separate-containers .site-main {
    margin: 0px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0px;
}

.bottom-collage {
    min-height: 500px;
}

.tsf-hero {
    position: relative;
    min-height: 700px;
}

.tsf-hero:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/tsf-hero.png);
    background-size: cover;
    background-position: top left;
    width: 100%;
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    left: 0px;
}

.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid #4f9d85;
}

.sticky .main-navigation .main-nav ul li a {
    padding-top: 0px;
}

.sticky.site-header .header-image {
    width: 150px;
}

.sticky .inside-header {
    display: flex;
    align-items: flex-start;
}

.sticky .site-logo {
    padding-top: 10px;
}

.footer-widgets-container {
    padding: 30px 0px 20px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}

.inside-footer-widgets {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    align-items: self-start;
}

.inside-footer-widgets > div {
    flex: inherit;
    align-items: flex-start;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 0px;
}

.footer-widget-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    width: 37%;
}

.footer-widget-1 aside {
    width: 48%;
}

.footer-widget-1 aside:first-child {
    width: 100%;
    margin-bottom: 50px;
}

.footer-widget-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    width: 57%;
    justify-content: space-between;
    text-align: right
}

.footer-widget-2 aside:first-child {
    width: 100%;
}

.footer-info-list li {
    font-size: 14px;
}

.footer-info-list li a {
    text-decoration: none;
}

.footer-info-list li a:hover {
    color: #1CAA56;
}

.footer-info-list b {
    font-weight: 600;
}

.inside-footer-widgets h4 {
    font-size: 20px;
}

.footer-bar-align-right .copyright-bar {
    order: -20;
    margin-right: auto;
    display: none;
}

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}

.footer-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.widget .wp-block-social-links li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 5px;
}

.widget .wp-block-social-links li a {
    color: #334047;
    fill: #334047;
    line-height: 0px;
    transform: scale(.9);
}

/*--------------------------------News---------------------------------------------*/
.cus-news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.cus-news {
    width: 31.9%;
    margin-bottom: 30px;
}

.category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cus-news h5 {
    color: #7D7D7D;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cus-news h5 a {
    color: #00AE42;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.833px;
    text-transform: uppercase;
    text-decoration: none;
}

.cus-news h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0px;
    margin-bottom: 10px;
}

.cus-news h3 a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 5px 0px 5px 0px;
    text-decoration: none;
}

.cus-news h3 a:hover {
    color: #00AE42;
}

.cus-meta-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.cus-meta-info p {
    color: #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.833px;
    text-transform: uppercase;
    margin: 0px;
}

.cus-news-header {
    background: url(../images/news-banner.jpg);
    background-size: cover;
    background-position: top left;
    position: relative;
    margin-bottom: 50px;
}

.cus-news-header h2 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.cus-news-header .grid-container {
    z-index: 99;
    position: relative;
    padding: 200px 0px;
    text-align: center;
}

.archive .site.container.grid-container {
    width: auto;
    padding-bottom: 50px;
}

.single-news .site.container.grid-container {
    padding: 0px 0px 0px
}

.related-news-footer {
    padding: 50px 0px 30px;
}

.cus-single-meta {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 15px 0px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    margin: 0px 0px 20px;
}

.cus-meta-share {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cus-meta-share .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 32px;
    padding: 3px;
}

.entry-title {
    color: #2a2a2a;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.single-news article ul {
    margin: 0px;
    list-style: none;
}

.single-news article ul li {
    background: url(../images/tsf-list-icon.png);
    background-size: 25px 17px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 30px;
    font-weight: 600;
}

.tsf-btn {
    padding: 15px 46px;
    border-radius: 4px;
    background: #00AE42;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    transition: .3s all;
    border: 2px solid #00AE42;
}

.tsf-btn:hover {
    color: #00AE42;
    background: #fff;
}

.tsf-form .ff-default .ff-el-form-control {
    background: #fff;
}

.tsf-form textarea {
    min-height: 232px;
}

.tsf-form .frm-fluent-form .ff-t-container {
    gap: 30px;
}

.tsf-form form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    background: #00AE42;
    border-color: #00AE42;
    border-radius: 4px 4px 4px 4px;
    padding: 11px 60px 11px 60px;
    transition: .3s all;
    margin-top: 20px;
}

.tsf-form .ff-default .ff_btn_style:hover {
    opacity: 1;
    background: #334047 !important;
    border-color: #334047 !important;
}

.inside-site-info {
    display: none;
}

.dlr-parallax img {
    border-radius: 10px;
}
.dlr-process{
	overflow:hidden;
}
.dlr-process.qodef-qi-process .qodef-e-icon svg {
    stroke: none !important;
}
.dlr-process.qodef-qi-process .qodef-e-icon svg image{
   filter: invert(63%) sepia(19%) saturate(878%) hue-rotate(117deg) brightness(81%) contrast(48%);
}
.dlr-process.qodef-qi-process .qodef-e-number {
    display: none;
}

.dlr-process.qodef-qi-process .qodef-e-icon {
    font-size: 60px;
    line-height: 60px;
}

.contact-row {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-row .col-6 {
    width: 48%;
}

.contact-row .col-12 {
    width: 100%;
}

.contact-row input[type="text"],
.contact-row input[type="email"],
.contact-row input[type="tel"],
.contact-row textarea,
.contact-row select {
    background: #fff;
    border-color: #4f9d85;
    border-radius: 4px;
    min-width: 100%;
    outline: 0;
    padding: 15px 15px;
}

.contact-row textarea {
    max-height: 200px;
}

.contact-row label {
    color: #4f9d85;
}

.contact-row label {
    color: #4f9d85;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.contact-row br {
    display: none;
}

.contact-row p {
    margin-bottom: 5px;
}

.contact-row input[type="submit"] {
    background-color: #4f9d85;
    font-size: 18px;
    font-weight: 500;
    border-style: none;
    border-radius: 0px 20px 0px 0px;
    padding: 20px 40px 20px 40px;
    line-height: 18px;
    transition: .3s all;
    font-family: "Roboto Flex", sans-serif;
}

.contact-row input[type="submit"]:hover {
    background-color: #4a8c4c;
}

.site-footer .footer-widgets-container .inner-padding {
    font-size: 16px;
}

.site-footer .footer-widgets-container .inner-padding a {
    text-decoration: none
}

.site-footer .footer-widgets-container .inner-padding a:hover {
    color: #fff;
}

.nomargin-p p{
    margin-bottom: 0px !important;
}
ol, ul {
    margin: 0 0 1.5em 0px;
}
p {
    margin-bottom: 1.5em;
    line-height: 1.7em;
    font-size: 16px;
}
.news-shortcode {
    padding: 90px 0px 0px;
}
.news-shortcode h3{
    font-family: "Roboto Flex", Sans-serif;
    font-weight: 500;
    color: #4F9D85;
    font-size: 24px;
    margin-bottom: 5px;
}
.news-shortcode h2, .related-news-footer h2 {
    font-family: "Roboto Flex", Sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    color: #2A2A2A;
    font-size: 35px;
}
.news-shortcode .cus-news-row h3{
    margin-bottom: 10px;
}
.news-shortcode .cus-news-row{
    padding: 0px;
}
.separate-containers .inside-article>.featured-image {
    margin-top: 0;
    margin-bottom: 0px;
}
..single-news .site-footer{
    margin-top:50px;
}
/*--------------------------------large screens---------------------------------------------*/
@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}

/*--------------------------------mobile---------------------------------------------*/
@media only screen and (max-width: 768px) {
    .main-navigation .main-nav ul li a {
        padding-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        background: #fff;
    }

    .portal-link a {
        background: #1CAA56;
        border-radius: 0px;
    }

    .inside-header {
        padding: 0px 0px;
    }

    .site-header .header-image {
        width: 170px;
    }

    .site-logo {
        margin-left: 15px;
    }

    .tsf-hero {
        min-height: 400px;
    }

    .tsf-hero:after {
        background-size: cover !important;
        background-position: bottom right;
    }

    .bottom-collage {
        min-height: 400px;
    }

    .footer-widget-1{
        width: 56%;
        gap: 1%;
    }
    .footer-widget-2 {
        width: 35%;
        gap: 1%;
    }

    .footer-widget-1 aside,
    .footer-widget-2 aside {
        width: 100%;
    }

    .inside-footer-widgets {
        gap: 30px;
    }

    .footer-widgets-container {
        padding: 20px 15px 20px;
    }

    .footer-bar-active .inside-site-info {
        flex-direction: column;
        border: 0px;
        margin: -2px 0px 0px;
        padding: 15px;
    }

    .footer-bar {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .cus-news-row {
        flex-direction: column;
        padding: 0px 15px;
    }

    .cus-news {
        width: 100%;
    }
    .archive .site.container.grid-container {
    padding: 0px 15px 50px;
}
    .cus-news-header .grid-container {
        padding:70px 15px 70px;
    }

    .cus-news-header h2 {
        font-size: 35px;
    }
    
    .cus-news-header h3 {
        font-size: 20px;
    }

    .cus-news-header:before {
        background-size: cover;
    }

    .entry-title {
        font-size: 26px;
    }

    .single-news .site.container.grid-container {
        padding: 0px 15px 0px;
    }

    .cus-single-meta {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .tsf-form textarea {
        min-height: 100px;
    }

    .main-navigation .menu-toggle {
        display: block;
        background: #4f9d85 !important;
        color: #fff !important;
        line-height: 72px;
    }

    .sidebar-nav-mobile:not(#sticky-placeholder) {
        line-height: 65px;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 10px;
    }

    .contact-row .col-6 {
        width: 100%;
    }

    .inside-footer-widgets {
        flex-direction: row;
    }

    .inside-footer-widgets > div:not(:last-child) {
        margin-bottom: 0px;
    }
    .news-shortcode {
    padding: 60px 15px 0px;
}
.news-shortcode h3{
    font-size: 20px;
}
.news-shortcode h2,.related-news-footer h2 {
    font-size: 30px;
}
}

/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .archive .site.container.grid-container {
        padding: 0px 15px 50px 15px;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets,
    .site-info {
        padding: 0px 15px;
    }

    .cus-news-row {
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home-recipe-text {
        max-width: 100%;
    }

    .community-post-sc {
        width: 48%;
        margin-bottom: 40px;
    }

    .mobile-menu-control-wrapper {
        display: flex;
    }

    .menu-toggle,
    .mobile-bar-items,
    .sidebar-nav-mobile {
        display: block;
    }

    .nav-float-right #site-navigation {
        margin-left: auto;
        display: none;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 0px;
        padding: 15px 0px;
        z-index: 99999;
        position: relative;
        background-color: #fff;
        display: block;
        width: 100%;
    }

    .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .footer-widgets-container {
        padding: 60px 15px 30px;
    }

    .footer-widget-1,
    .footer-widget-2 {
        width: 100%;
    }

    .footer-bar {
        padding: 0px 15px;
    }

    .cus-news-row {
        flex-direction: row;
    }

    .cus-news {
        width: 48%;
    }

    .archive .site.container.grid-container {
        padding: 0px 15px 50px 15px;
    }


}

/*--------------------------------Responsive goend---------------------------------------------*/
