.hidden {
  visibility: hidden;
}

.title {
    font-family: Open Sans;
    font-style: normal;

    color: #232323;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
}

.title_h3 {
    font-family: Open Sans;
    font-style: normal;

    color: #FFFFFF;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;

}

.sub_title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* or 150% */
    height: 8ch;
    color: #FFFFFF;
}

.growfast-blog-listing1 {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .growfast-blog-listing1 {
        justify-content: center;
    }
}

.growfast-blog-listing1>div {
    margin-bottom: 2rem;
}

.growfast-blog-listing1__cols4>div {
    width: 22.75%;
    margin-right: 3%;
}

.growfast-blog-listing1__cols3>div {
    width: 31.2%;
    margin-right: 3%;
}

.growfast-blog-listing1__cols2>div {
    width: 48.5%;
    margin-right: 3%;
}

@media (max-width: 992px) {

    .growfast-blog-listing1__cols4>div,
    .growfast-blog-listing1__cols3>div,
    .growfast-blog-listing1__cols2>div {
        width: 48.5%;
        margin-right: 3%;
    }
}

@media (max-width: 600px) {

    .growfast-blog-listing1__cols4>div,
    .growfast-blog-listing1__cols3>div,
    .growfast-blog-listing1__cols2>div {
        width: 100%;
    }
}

@media (min-width: 993px) {
    .growfast-blog-listing1__cols4>div:nth-child(4n+4) {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .growfast-blog-listing1__cols4>div:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .growfast-blog-listing1__cols4>div:nth-child(1n+1) {
        margin-right: 0;
    }
}

@media (min-width: 993px) {
    .growfast-blog-listing1__cols3>div:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .growfast-blog-listing1__cols3>div:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .growfast-blog-listing1__cols3>div:nth-child(1n+1) {
        margin-right: 0;
    }
}

@media (min-width: 993px) {
    .growfast-blog-listing1__cols2>div:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .growfast-blog-listing1__cols2>div:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .growfast-blog-listing1__cols2>div:nth-child(1n+1) {
        margin-right: 0;
    }
}

.growfast-blog-listing1__post-image-wrapper span {
    overflow: hidden;
    display: block;
}

.growfast-blog-listing1__post-image-wrapper span img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
}

.growfast-blog-listing1__post:hover .growfast-blog-listing1__post-image-wrapper span img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.growfast-blog-listing1>div>h2 {
    margin-bottom: 2rem;
}

.growfast-blog-listing1__post {
    box-shadow: 0px 2px 16px rgba(35, 35, 35, 0.15);
    border-radius: 2px;
    overflow: hidden;
}


.growfast-blog-listing1__content--meta {
    padding: 1.5rem 2rem 0.5rem;
    display: block;
    position: relative;
    flex-wrap: wrap;
}

@media (min-width: 993px) and (max-width: 992px) {
    .growfast-blog-listing1__content--meta {
        padding: 1.5rem 1rem 0.5rem;
    }
}

.growfast-blog-listing1__content--tags {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.growfast-blog-listing1__content--tag-link {
    margin-right: 8px;
    background-color: #4d4950;
    border-radius: 32px;
    padding: 5px 12px 5px 12px;
    font-size: 10.5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}


.blog-more__select-more {
/*     background-color: #409AFF; */
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding 16px 32px;
}

.blog-more__select-wrapper {
/*     background-color: #409AFF; */
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding 8px 8px;;
}

.growfast-blog-post__header__content-inner--tag-more {
    text-align: center;
    color: #ffffff;
    background-color: #409AFF;
    font-weight: 700;
    border: 2px solid #409AFF;
    display: block;
    border-radius: 96px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 16px 32px;
    line-height: 1.4;
}

.growfast-blog-post__header__content-inner--tag-link {
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    display: block;
    border-radius: 96px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px 16px;
    line-height: 1.4;
    margin: 0 ;
}

.growfast-blog-listing1__content--tag-link:first-child {
    margin-left: 0;
}

.growfast-blog-listing1__content--time {
    border: 1px solid #d7d7d7;
    border-radius: 0.75rem;
    font-size: 80%;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0.125rem 0.5rem;
    margin-bottom: 0.5rem;
}

.growfast-blog-listing1__content--inner {
    padding: 0 2rem 2rem;
    min-height: 200px;
}

@media (min-width: 993px) and (max-width: 992px) {
    .growfast-blog-listing1__content--inner {
        padding: 0 1rem 1rem;
    }
}

.growfast-blog-listing1__author {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.growfast-blog-listing1__author--image {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 1rem;
}

.growfast-blog-listing1__author-info {
    line-height: 1.4;
    font-size: 90%;
    color: #777379;
}

.growfast-blog-listing1__content--tag-link {
    position: relative;
}

.growfast-blog-listing1__content--tag-link>span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    will-change: transform;
}

.growfast-blog-listing1__content--tag-link:hover>span:after {
    -webkit-animation: growfast-blog-tag-underline-animation 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: growfast-blog-tag-underline-animation 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes growfast-blog-tag-underline-animation {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    51% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

.dnd_area-row-0-background-color {
    box-shadow: inset 0px 2px 16px rgb(35 35 35 / 50%) !important;
}

@media (max-width: 500px) {
  .background-image {
    min-height: 700px;
    padding-left: 12%;
    padding-top: 106px;
    padding-bottom: 106px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.background-image {
    padding-left: 12%;
    padding-top: 106px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

.blog-tag-filter {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .blog-tag-filter {
        margin-bottom: 1.5rem;
        text-align: center;
    }
}

.blog-tag-filter__title {
    color: #fff;
    margin-right: 1.5rem;
}



.blog-tag-filter__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #00c15c;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 1.25rem 4.5rem 1.25rem 2.75rem;
}

/* .blog-tag-filter__select-wrapper:after {
      color: #fff;
      content: '\25BE';
      pointer-events: none;
      position: absolute;
      right: 0.7rem;
      top: 50%;
      transform: translateY(-50%);
    } */

.header-flex {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.header--left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;


}

a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}