.fwp-post-title-link .item-title h2:hover {
    color:#DC6030 !important;
}
#fwp-posts .item-img-link .item-image:hover{
    opacity: 0.8;
}
#straub-items .item {
    width:50%;
    font-family: "acumin-pro-condensed",sans-serif !important;
    font-weight: 600;
    letter-spacing: 1px;
}
#straub-items .item .item-image,
#straub-items .item .item-title,
#straub-items .item .item-cat {
    width:97.5%;
}
#straub-items .item:nth-child(even) .item-image,
#straub-items .item:nth-child(even) .item-title,
#straub-items .item:nth-child(even) .item-cat {
    margin-left: 2.5% !important;
}
#straub-items .item-image:hover {
    opacity: .8;
}
#straub-items .item-title a:hover {
    color:#DC6030;
    text-decoration: none;
}
#straub-items .item-title a:hover h2 {
    color:#DC6030;
    text-decoration: none;
}
#straub-items.item-wrapper {
    padding-bottom: 4rem;
}

/* Small (sm) */
@media (min-width: 0px) and (max-width:767px) {
    #straub-items .item {
        width:100%;
    }
    #straub-items .item-image {
        width:100%;
    }
}

/* Straub posts */
#straub-posts {
    display:block;
    margin:10px 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#straub-posts .item {
    width:23%;
}

#straub-posts .item-image:hover {
    opacity: .8;
}
#straub-posts .item-title a:hover {
    color:#DC6030;
    text-decoration: none;
}
#straub-posts .item-title a:hover h2 {
    color:#DC6030;
    text-decoration: none;
}

/* Small (sm) */
@media (min-width: 0px) and (max-width:767px) {
    #straub-posts {
        display:block;
    }
    #straub-posts .item {
        width:100%;
    }
    #straub-posts .item-image {
        width:100%;
    }
}
/* Medium (md) */
@media (min-width: 768px) and (max-width:1023px) {
    #straub-posts .item {
        width:50%;
    }
    
}

/* Section shortcode */
.st-wrap {
    min-height:25px;
}
.st-wrap .st-left{
    float:left;
}
.st-wrap .st-right{
    float:right;
}
/* Small (sm) */
@media (min-width: 0px) and (max-width:767px) {
    .st-wrap .st-left,
    .st-wrap .st-right{
        display: block;
        float:none;
    
    }
    .st-wrap .st-right{
        margin-top:15px;
    }
}
/* fwp cta shortcode */
#fwp-cta {
    margin-top:0;
}

/* Mian content sections */
/* Small (sm) */
@media (min-width: 0px) and (max-width:767px) {
    .content, .sidebar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
}