/*****************************
* H E R O - F U L L W I D T H*
*****************************/
.hero-full-width {
    height: 100vh;
    max-height: 618px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.hero-full-width .hero-image-responsive {
    display: none;
}

.hero-full-width .hero-content {
    background: rgb(0 0 0 / 56%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px 32px 31px;
    width: 75%;
}

.hero-full-width .hero-content h1 {
    color: white !important;
    font-size:3.6rem !important;
    text-transform: none !important;
    line-height: 1.11;
    margin-bottom: 10px;
}

.hero-full-width .hero-content h1 em {
    font-family: "Times New Roman", Times, serif;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 400;
}

.hero-full-width .hero-content h1 span {
    margin-left: 64px;
    margin-top: -15px !important;
    display: table;
}

.hero-full-width .hero-content .description {
    font-size: 24px;
    font-weight: 100;
    color: white;
    line-height: 33px;
    max-width: 75%;
    font-family: 'Open Sans', sans-serif;
}

.hero-full-width .hero-content .separator {
    height: 0;
    width: 258px;
    border-top: 14px solid #B8A67B;
    border-right: 12px solid transparent;
    display: inline-block;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .hero-full-width .hero-content-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    .hero-full-width .hero-full-width {
        max-height: 500px;
    }

    .hero-full-width .hero-content {
        width: 100%;
    }
}

@media (max-width:767px) {
    .hero-full-width {
        max-height: initial;
        background-image: none !important;
        height: auto !important;
    }

    .hero-full-width .hero-image-responsive {
        height: 300px;
        background-position: center top;
        background-size: cover;
        display: block;
    }

    .hero-full-width .hero-content {
        background-color: #32006e;
        position: initial;
        width: 100%;
        padding: 35px 28px 50px;
    }

    .hero-full-width .hero-content h1 {
        color: #32006e;
        font-size: 50px;
        margin-bottom: 15px !important;
        max-width: 320px;
        margin: 0 auto;
    }

    .hero-full-width .hero-content .separator {
        display: none;
    }

    .hero-full-width .hero-content .description {
        font-size: 20px;
        color: #ffffff;
    }
}

@media (min-width:640px) and (max-width:767px) {
    .hero-full-width .hero-content {
        display: flex;
        padding: 25px 25px 31px;
    }

    .hero-full-width .hero-content>.description {
        padding: 0px 40px !important;
    }
}

@media (min-width: 320px) and (max-width:370px) {
    .hero-full-width .hero-content h1 {
        font-size: 42px;
    }
}

/*****************************
**** H E R O - B O X E D *****
*****************************/
.hero-boxed {
    height: 100vh;
    max-width: 1260px;
    max-height: 698px;
    position: relative;
    margin:0 auto;
    
}

@media (min-width:768px){
    .hero-boxed {margin-top: 48px;}
}

@media (max-width:767px){
    .hero-boxed {
        margin-top: 0;
        height: initial;
        max-height: initial;
    }
}

.hero-boxed .hero-image-background-boxed{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 945px;
    height: 100vh;
    max-height: 698px;
}

@media (max-width:767px){
    .hero-image-background-boxed{
        display: none;
    }
}

.hero-boxed .hero-content {
    background: #E8E3D3;
    position: absolute;
    top: 43%;
    right: 0;
    max-width: 530px;
    padding: 18px 32px 31px;
    width: 100%;
}

.hero-boxed .hero-content h1 {
    font-weight: 800;
    color: #32006e;
    font-size: 80px;
    text-transform: uppercase !important;
    line-height: 1.11;
    margin-bottom: 10px;
}

.hero-boxed .hero-content h1 em {
    font-family: "Times New Roman", Times, serif;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 400;
}

.hero-boxed .hero-content h1 span {
    margin-left: 64px;
    margin-top: -15px !important;
    display: table;
}

.hero-boxed .hero-content .description {
    font-family: 'Encode Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3D3D3D;
    line-height: 33px;
    max-width: 460px;
}

.hero-boxed .hero-content .separator {
    height: 0;
    width: 258px;
    border-top: 14px solid #32006e;
    border-right: 12px solid transparent;
    display: inline-block;
    margin-bottom: 5px;
    
}

@media (min-width:768px) {
    .hero-boxed .hero-content-container {
        max-width: 1260px;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    .hero-boxed .hero-full-width {
        max-height: 500px;
    }
}

@media (max-width:767px) {
    .hero-boxed .hero-full-width {
        max-height: initial;
        background-image: none !important;
        height: auto !important;
    }

    .hero-boxed .hero-image-responsive {
        height: 300px;
        background-position: center top;
        background-size: cover;
        display: block;
    }

    .hero-boxed .hero-content {
        background-color: #E8E3D3;
        position: initial;
        max-width: initial;
        padding: 35px 28px 50px;
    }

    .hero-boxed .hero-content h1 {
        color: #32006e;
        font-size: 50px;
        margin-bottom: 15px !important;
        max-width: 320px;
        margin: 0 auto;
    }

    .hero-boxed .hero-content .separator {
        display: none;
    }

    .hero-boxed .hero-content .description {
        font-size: 20px;
        color: #3D3D3D;
    }
}

@media (min-width:640px) and (max-width:767px) {
    .hero-boxed .hero-content {
        display: flex;
        padding: 25px 25px 31px;
    }

    .hero-boxed .hero-content>.description {
        padding: 0px 40px !important;
    }
}

@media (min-width: 320px) and (max-width:370px) {
    .hero-boxed .hero-content h1 {
        font-size: 42px;
    }
}


/* POST Grid Styles*/
.elementor-widget-elementor-blog-posts {
    padding: 0px 60px;
}
.elementor-widget-elementor-blog-posts .elementor-widget-container {
    border-bottom: 1px solid #B2B2B2;
    padding: 30px 0 60px;
}
.elementor-section:last-of-type .elementor-widget-elementor-blog-posts:last-of-type .elementor-widget-container:last-of-type {
    border:none;
}

@media (max-width:767px) {
    .elementor-widget-elementor-blog-posts {
        padding: 0px 15px !important;
    }
}

@media (min-width:768px) {
    .elementor-grid-2-1-1 .elementor-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 2em !important;
    }

    .elementor-grid-2-1-1 .elementor-grid article:nth-child(1) {
        grid-column: 1/3;
        grid-row: 1;
    }

    .elementor-grid-4 .elementor-grid {
        grid-column-gap: 2em !important;
    }

    .elementor-grid-layout-2.elementor-grid-3 .elementor-grid {
        grid-column-gap: 2em !important;
    }
}

@media (max-width: 1024px) {
    .elementor-widget-elementor-blog-posts .elementor-widget-container h4 a {
        max-width: initial !important;
    }
}

.elementor-widget-elementor-blog-posts .elementor-widget-container h3 {
    font-family: "Encode Sans", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 8px;
}

.elementor-widget-elementor-blog-posts .grid-post-separator {
    height: 0;
    width: 98px;
    border-top: 14px solid #32006e;
    border-right: 9px solid transparent;
    display: inline-block;
    margin-bottom: 30px;
    display:none;
}

.elementor-widget-elementor-blog-posts .cardd-header {
    position: relative;
    height: 249px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
}

.elementor-grid-2-1-1 .elementor-grid article:nth-child(1) .cardd-header {
    height: 365px !important;
}

.elementor-widget-elementor-blog-posts .elementor-widget-container h4 {
    margin-bottom: 0px;
}

.elementor-widget-elementor-blog-posts .elementor-widget-container h4 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #32006e;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.3em;
    margin-top: 20px !important;
    display: inline-block;
    max-width: 400px;
}

@media (max-width:767px) {
    .elementor-widget-elementor-blog-posts .elementor-widget-container h4 a {
        font-size: 20px;
    }
}

.elementor-widget-elementor-blog-posts.elementor-grid-2-1-1 .elementor-widget-container article:first-child h4 a {
    text-transform: uppercase;
}

.elementor-widget-elementor-blog-posts .elementor-widget-container p {
    font-size: 17px;
    color: #3D3D3D;
}

@media (max-width:767px) {
    .elementor-widget-elementor-blog-posts .elementor-widget-container p {
        margin-bottom: 14px;
    }
}

@media (max-width: 360px) {
    .elementor-widget-elementor-blog-posts .elementor-widget-container h4 a {
        font-size: 18px !important;
    }
}

/* Layout 2*/
.elementor-grid-layout-2 {
    padding: 0px 0px;
}

.normal {
    padding: 0 63px;
}

.diferent {
    padding: 15px 63px;
}

.elementor-grid-layout-2 .normal {
    grid-column: span 3;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
}

.elementor-grid-layout-2 .diferent {
    grid-column: span 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
    background-color: #F0EDE4;
}

@media (min-width:1025px) {
    .elementor-grid-layout-2 .wpcap-grid-container>article {
        display: none;
    }
}

@media (max-width:1024px) {

    .normal,
    .diferent {
        display: none !important;
    }

    .elementor-grid-layout-2 {
        padding: 0px 60px;
    }
}

.elementor-grid-layout-2 .wpcap-grid-container .diferent .post-grid-thumbnail {
    display: none;
}

.elementor-grid-layout-2 .cardd-header {
    position: relative;
    height: 249px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
}

.people-title {
    max-width: 1135px;
    padding: 0 63px;
}

@media (max-width:1023px){
    .people-title{padding: 0;}
}

.elementor-grid-layout-2 .elementor-widget-container .people-title>h3 {
    font-family: "Encode Sans", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #B8A67B;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.3;
}

.elementor-grid-layout-2 .grid-post-separator {
    height: 0;
    width: 98px;
    border-top: 14px solid #32006e;
    border-right: 9px solid transparent;
    display: inline-block;
    margin-bottom: 30px;
}

.elementor-grid-layout-2 .elementor-widget-container h4 {
    margin-bottom: 0px;
}

.elementor-grid-layout-2 .elementor-widget-container h4 a {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 700;
    color: #32006e;
    font-size: 37px;
    text-transform: initial;
    margin-bottom: 12px;
    line-height: 1.19em;
    margin-top: 20px !important;
    display: inline-block;
    max-width: 400px;
}

@media (max-width:767px) {
    .elementor-grid-layout-2 .elementor-widget-container h4 a {
        font-size: 32px;
    }

    .elementor-grid-layout-2 article:nth-child(n+4) {
        display: none;
    }
}

.elementor-grid-layout-2 .elementor-widget-container h5 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    color: #32006e;
    font-size: 18px;
    text-transform: initial;
    margin-bottom: 15px;
    line-height: 1.19em;
    margin-top: 0 !important;
}

.elementor-grid-layout-2 .elementor-widget-container .diferent h4 a {
    font-size: 30px;
    margin-bottom: 3px;
}

.elementor-grid-layout-2 .elementor-widget-container p {
    font-size: 17px;
    color: #3D3D3D;
}

/* BETTER Recent Post*/
#section-more-to-explore>.elementor-container {
    padding: 0px 70px;
}

@media (max-width:1023px) {
    #section-more-to-explore>.elementor-container {
        padding: 0px 40px;
    }
}

#section-more-to-explore>.elementor-container .elementor-column-wrap {
    padding-left: 0px;
}

#section-more-to-explore h3 {
    font-family: "Encode Sans", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 8px;
    margin-top: 20px;
}

#section-more-to-explore h5 {
    font-family: "Uni Sans Book", Sans-serif;
    font-size: 20px;
    color: #EAD59F;
    text-transform: uppercase;
}

.grid-post-separator-white {
    height: 0;
    width: 98px;
    border-top: 14px solid #EAD59F;
    border-right: 9px solid transparent;
    display: block;
    margin-bottom: 0;
}

#section-more-to-explore>.elementor-container .elementor-column-wrap ul {
    margin-left: 0px;
    list-style: none;
}

#section-more-to-explore ul li {
    margin-bottom: 10px;
}

#section-more-to-explore ul li a {
    font-size: 24px;
    color: white;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
}

.elementor-widget-wp-widget-pippin_recent_posts span.time {
    display: none;
}

.post-grid-meta {
    display: none;
}

/*****************************************
**** S I N G L E - P O S T - H E R O *****
*****************************************/
.elementor-single-post-hero-layout-1 .single-post-hero-container {
    display: flex;
    background-color: #F0EDE4;
}

.elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-image,
.elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description {
    flex: 100%;
}

.post-hero-image-description-mobile{display: none;}

@media (min-width:1024px) {
    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-image {
        max-width: 540px;
        min-height: 530px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-image {
        max-width: 50%;
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media (min-width:481px) and (max-width:767px) {
    #content .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-image, 
    #content .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description {
        flex: 50%;
        padding: 0;
        max-width: 50%;
    }

    #content .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description>div {
        padding: 0 36px;
    }

    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-image {
        min-height: 400px;
        flex: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description h1 {
        font-size: 33px !important;
    }
}

@media (max-width:480px) {

    .elementor-widget-single-post-hero{
        margin-top: -16px;
    }

    .elementor-single-post-hero-layout-1 .single-post-hero-container {
        flex-wrap: wrap;
    }

    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-image {
        min-height: 400px;
        flex: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description {
        padding: 5px 25px 31px !important;
    }

    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description h1 {
        font-size: 30px !important;
        margin-bottom: 12px !important;
    }

    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description p {
        font-size: 17px;
    }
    .post-hero-image-description-mobile{display: block;}
    .post-hero-image-description-tablet{display:none;}
}

.elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description {
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 54px;
}

.elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description h1 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #32006e;
    font-size: 80px;
    text-transform: uppercase !important;
    line-height: 1.11;
    margin-bottom: 35px;
}

.elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description p {
    font-family: 'Encode Sans', sans-serif;
    font-weight: bold;
    color: #3D3D3D;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0px;
}

@media (max-width:480px){
    .elementor-single-post-hero-layout-1 .single-post-hero-container .single-post-hero-description p {
        font-size: 20px;
    }
}

.elementor-single-post-hero-layout-1 .single-post-hero>h6,
.elementor-single-post-hero-layout-2 .single-post-hero>h6 {
    font-family: 'Open Sans';
    font-style: italic;
    color: #3D3D3D;
    font-size: 17px;
    margin-top: 8px;
}

@media (max-width:767px) {

    .elementor-single-post-hero-layout-1 .single-post-hero>h6,
    .elementor-single-post-hero-layout-2 .single-post-hero>h6 {
        font-size: 12px !important;
        text-align: left;
        margin-bottom: 0;
        position: absolute;
        max-width: 50%;
    }

    .cta_post_meta_categories{
        vertical-align: middle;
    }


}

@media (max-width:480px){
    .elementor-single-post-hero-layout-1 .single-post-hero>h6,
    .elementor-single-post-hero-layout-2 .single-post-hero>h6 {
        padding-left: 10px;
    }
}


@media (max-width:400px) {
    .elementor-single-post-hero-layout-1 .single-post-hero>h6,
    .elementor-single-post-hero-layout-2 .single-post-hero>h6 {
        max-width: 40% !important;
    }
}

.elementor-single-post-hero-layout-2 .single-post-hero-container .single-post-hero-image {
    min-height: 530px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width:1025px) {
    .elementor-single-post-hero-layout-2 .single-post-hero-container .single-post-hero-image {
        min-height: 725px;
    }
}

/*****************************************
**** S I N G L E - P O S T - I N F O *****
*****************************************/
.elementor-widget-single-post-info .elementor-widget-container {
    min-height: 1px;
    background-color: initial !important;
}

.cta_post_info {
    border-right: 1px solid #85754D;
    float: right;
}

@media (max-width:767px) {

.elementor-widget-single-post-info{    margin-top: -20px;}


    .cta_post_info {
        display: flex;
        place-items: baseline;
        flex-wrap: wrap;
        justify-content: space-between;
        border-right: 0;
        text-align: left;
        float: initial;
        padding-bottom: 3px;
    }
}




.cta_post_info {
    display: flex;
    flex-wrap: wrap;
}

.author-date-box {
    display: flex;
    flex-wrap: wrap;
}

.author-date-box > span{
margin-left: auto;
color:#85754D !important;
}

@media (min-width:768px) {

    .cta_post_info>*{
        margin-left: auto;
        
    }

    .cta_post_info .cta_post_meta_share {
        display: block;
    }

    
.cta_post_info .cta_post_meta_categories {
    text-align: right;
    margin-bottom: 28px;
}
}


.cta_post_info .cta_post_meta_categories span.category-name-cta {
    display: inline-block;
    background: #EAD59F;
    padding: 5px 15px 5px 0px;
    font-family: "Uni Sans Book", Sans-serif;
    font-size: 20px;
    color: #32006e;
    text-transform: uppercase;
    min-width: 170px;
}

.cta_post_info .cta_post_meta_categories {
    display: flex;
}

.cta_post_info .cta_post_meta_categories .right-triangle {
    border-bottom: 50px solid transparent;
    border-right: 30px solid #ead59f;
    border-top: 0 solid transparent;
}

@media (max-width:767px) {

    span.cta_post_meta_categories {
        width: 100%;
        margin-bottom: 15px;
    }

    .cta_post_info .cta_post_meta_categories span.category-name-cta {
        padding: 5px 10px 5px 0px;
        min-width: 140px;
        order: 2;
        width: calc(50% - 50px);
        text-align: right;
        font-size: 17px;
    }

    .cta_post_info .cta_post_meta_categories .right-triangle {
        order: 1;
        margin-left: auto;
        width: 50px;
        border: 0;
        background-image: -webkit-linear-gradient(30deg, transparent 50%, #ead59f 50.3%);
    }
}

.cta_post_info .cta_post_meta_author,
.cta_post_info .cta_post_meta_date {
    font-size: 17px;
    color: #3D3D3D;
}

.cta_post_info .cta_post_meta_share {
    font-size: 20px;
    font-family: "Uni Sans Book", Sans-serif;
    color: #85754D;
    text-transform: uppercase;
    margin-top: 23px;
}

.cta_post_info .cta_post_meta_author,
.cta_post_info .cta_post_meta_date,
.cta_post_info .cta_post_meta_share {
    text-align: right;
    padding-right: 40px;
}

@media (max-width:767px) {

    .cta_post_info .cta_post_meta_share {
        margin-top: 0;
    }

    .cta_post_info .cta_post_meta_categories,
    .cta_post_info .cta_post_meta_author,
    .cta_post_info .cta_post_meta_date,
    .cta_post_info .cta_post_meta_share {
        text-align: left;
        padding-right: 0;
    }

    .cta_post_info .cta_post_meta_author,
    .cta_post_info .cta_post_meta_date {
        width: 100%;
    }

    .cta_post_info .cta_post_meta_date{margin-top: 0;}
    
}

/* .cta_post_info .cta_post_meta_categories {
    width: 100%;
} */

@media (min-width:768px){
.cta_post_info .cta_post_meta_author,
.cta_post_info .cta_post_meta_date {
    width: 100%;
    margin-top: 0px;
}
}

.cta_post_info .addtoany_shortcode {
    padding-bottom: 63px;
    text-align: right;
    display: table;
    width: 100%;
}

.cta_post_info span.a2a_svg.a2a_s__default{
    width: 34px !important;
    line-height: 34px !important;
    height: 34px !important;
}

@media (max-width:767px) {
    .share-box-meta {
        text-align: right;
    }

    .share-box-meta span,
    .share-box-meta .addtoany_shortcode{
        display: block;
        text-align: right;
    }

    .cta_post_info .addtoany_shortcode {
        display: inline;
    }

    .cta_post_info .addtoany_shortcode>div {
        float: initial !important;
        padding-right: 0 !important;
    }

    .cta_post_info span.a2a_svg.a2a_s__default{
        width: 29px !important;
        line-height: 29px !important;
        height: 29px !important;
    }
}

@media (max-width:480px){
    .author-date-box{
        max-width: 50%;
        margin-left: 10px;
    }

    .share-box-meta{
        margin-right: 10px;
        align-self: start;
    }
}


.cta_post_info .addtoany_shortcode>div {
    float: right;
    padding-right: 40px;
}

.cta_post_info .addtoany_shortcode>div>a{
    padding: 0;
}

.cta_post_info .social-media-icons{
    list-style: none;
    padding: 0;
    text-align: center;    
    margin-left: 19px;
}

.cta_post_info .social-media-icons a {	
	display: inline-block;
	text-decoration: none;
	padding: 7px;
}



/*****************************************
***** F O S T E R - G E T - G E A R ******
*****************************************/
.elementor-widget-get-your-foster-gear-widget .elementor-widget-container {
    min-height: 1px;
    background-color: initial !important;
}

.foster_get_your_gear {
    width: 100%;
    float: right;
    max-width: 250px;
}

@media (min-width:1024px) {
    .foster_get_your_gear {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .foster_get_your_gear {
        max-width: initial;
        margin-bottom: 25px;
    }
}

.foster_get_your_gear_image {
    background-image: url('/wp-content/uploads/2020/10/Image-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 206px;
}

@media (max-width:767px) {
    .foster_get_your_gear_image {
        min-height: 256px;
        background-position: top center;
    }
}

.foster_get_your_gear_content {
    background-color: #32006e;
    padding: 20px 20px 25px;
}

.foster_get_your_gear_content>h5 {
    font-family: 'Encode Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.37;
    color: white;
    margin-bottom: 10px;
}

.foster_get_your_gear_content>a {
    display: inline-block;
    font-family: 'Encode Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    color: #EAD59F;
    margin-bottom: 20px;
}

.foster_get_your_gear_content>a:hover {
    color: #0088DD !important;
}

@media (max-width:767px) {
    .foster_get_your_gear_content>a {
        display: block;
    }
}

.foster_get_your_gear_content>span {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
}

/*****************************************
******* F O S T E R - E V E N T S ********
*****************************************/
.elementor-widget-foster-events-widget .elementor-widget-container {
    min-height: 1px;
    background-color: initial !important;
}

.foster_events_widget {
    width: 100%;
    float: right;
    max-width: 250px;
}

@media (min-width:1025px) {
    .foster_events_widget {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .foster_events_widget {
        max-width: initial;
        margin-bottom: 25px;
    }
}

.foster_events_widget_icon {
    text-align: left;
    margin-bottom: 10px;
}

.foster_events_widget_content {
    background-color: #F0EDE4;
    padding: 20px 20px 25px;
}

.foster_events_widget_content>h5 {
    font-family: 'Encode Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.37;
    color: #32006e;
    margin-bottom: 20px;
}

.foster_events_widget_content>a {
    display: inline-block;
    font-family: 'Encode Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #0088DD;
    margin-bottom: 20px;
}

.foster_events_widget_content>a:hover {
    color: #0088DD !important;
}

@media (max-width:767px) {
    .foster_events_widget_content>a {
        display: block;
    }
}

.foster_events_widget_content>span {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #3D3D3D;
    margin-bottom: 25px;
    display: inline-block;
}


/*****************************************
* F O S T E R - C U S T O M - T I T L E *
*****************************************/

.elementor-widget-foster-custom-title h1 {
    font-weight: 800;
    color: #32006e;
    font-size: 70px;
    text-transform: uppercase !important;
    line-height: 1.11;
    margin-bottom: 21px;
}

@media (min-width:1024px){
    .elementor-widget-foster-custom-title h1 {margin-top: -15px;}
}

.elementor-widget-foster-custom-title em {
    font-family: "Times New Roman", Times, serif;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 400;
}

.elementor-widget-foster-custom-title h1 span {
    margin-left: 64px;
    margin-top: -4px !important;
    display: table;
}

.elementor-widget-foster-custom-title .foster-custom-subtitle {
    font-family: 'Encode Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3D3D3D;
    line-height: 33px;
    margin-bottom: 44px;    
}

@media (max-width:767px){
.elementor-widget-foster-custom-title {
    margin-top: 30px;
    margin-bottom: 20px !important;
}

.elementor-widget-foster-custom-title h1 {
    font-size: 42px;
    max-width: 320px;
}

.elementor-widget-foster-custom-title h1 span {
    margin-left: 10px;
}

.elementor-widget-foster-custom-title .foster-custom-subtitle {
    font-size: 20px;
    color: #3D3D3D;
    margin-bottom: 30px;  
}
}


/*****************************************
** F O S T E R - C U S T O M - I M A G E *
*****************************************/
@media (min-width:768px){
    #content .elementor-widget-foster-custom-image{
        margin-bottom: 30px;
        margin-top: 0px;
    }    
}

@media (max-width:767px){
    #content .elementor-widget-foster-custom-image{
        margin-bottom: 20px;
        margin-top: 0px;
    }
}

.elementor-widget-foster-custom-image img{
    margin-bottom: 30px;
}

.elementor-widget-foster-custom-image .widget-image-caption{
    font-weight: 900;
    font-size: 33px;
    text-transform: uppercase;
    background-color: #32006e;
    color: #FFFFFF;
    padding: 15px 25px;
    line-height: 1.2em;
    margin-top: -30px;
    font-family: 'Open Sans',sans-serif;
    text-align: left;
}

@media (max-width:767px){
    #content .elementor-widget-foster-custom-image .widget-image-caption{
        font-size: 24px;
    }
}


/**************************************
** F O S T E R - B L O C K Q U O T E **
***************************************/

.elementor-widget-foster-blockquote > .elementor-widget-container{
    margin: 10px 0 50px;
    padding: 35px 50px 50px;
    background-color: #f0ede4;
}


.elementor-widget-foster-blockquote > .elementor-widget-container blockquote.elementor-blockquote{
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.elementor-widget-foster-blockquote .elementor-blockquote:before {
    color: #32006e;
    font-size: calc(.8px*100);
    content: "“";
    font-family: Times New Roman,Times,serif;
    font-weight: 900;
    line-height: 1;
    display: block;
    height: .6em;
}

.elementor-widget-foster-blockquote .elementor-blockquote{
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    quotes: none;
    border: 0;
    font-style: normal;
    color: #55595c;
    border-left: 0;
}


.elementor-widget-foster-blockquote .elementor-blockquote__content {
    font-size: 2em;
    font-style: italic;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 25px;
}

.elementor-widget-foster-blockquote .elementor-blockquote__author {
    color: #85754d;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    display: block;
    text-align: center;
    width: 100%;
}

/*****************************************
* F O S T E R - R E L A T E D  L I N K S *
*****************************************/

.elementor-widget-foster-related-links {
    background-color:#32006e;
    padding: 50px 40px;
    margin-bottom:30px !important;
}

.elementor-widget-foster-related-links h3 {
    color:white !important;
    text-transform: uppercase !important;
    margin-bottom: 5px;
}

.elementor-widget-foster-related-links h4 {
    color:#ead59f !important;
    text-transform: uppercase !important;
    font-weight:normal;
    margin-bottom: 25px;
    position: relative;
    top: -5px;
}

.elementor-widget-foster-related-links i {
    font-size:30px;
    color:#ead59f !important;
    margin: 0 15px 0 0;
}

.elementor-widget-foster-related-links a {
    font-size:24px;
    color:white !important;
    text-decoration: underline !important;
    font-weight:bolder;
    line-height:1;
}

.elementor-widget-foster-related-links .grid-post-separator {
  height: 0;
  width: 100px;
  border-top: 14px solid #b8a67b;
  border-right: 12px solid transparent;
  display: inline-block;
  margin: 5px 0 15px 0;
}

.elementor-widget-foster-related-links .elementor-related-links-left {
    margin-right:40px;
    width:30%;
}

.elementor-widget-foster-related-links .elementor-related-links-right {
    width:70%;
}

@media (max-width:1023px) {
	.elementor-widget-foster-related-links .elementor-related-links-left {
		width:100%;	
		margin-right:0;
		margin-bottom: 20px;
	}
	.elementor-widget-foster-related-links .elementor-related-links-right {
		width:100%;	
	}
}





