/*======================= START CSS for section 1  =======================*/

/*======================= END CSS for section 1 =======================*/

/*======================= START CSS for Read More Feature  =======================*/
.k-readmore-box {
    overflow: hidden;
    position: relative;
}
.devvn_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #9F1919; /* Update background for new color */
    padding-bottom: 10px;
}
.devvn_readmore_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #9F1919 100%); /* Update background for new color */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #9F1919 100%); /* Update background for new color */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#9F1919 100%); /* Update background for new color */
    display: block;
}
.devvn_readmore_flatsome span {
    color: var(--color--2);
    display: block;
    font-weight: bold;
}
.devvn_readmore_flatsome span:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #fbc53c;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

/* Another preset for readmore button */
.k-readmore-box-light .devvn_readmore_flatsome {background: rgb(220, 220, 220);}
.k-readmore-box-light .devvn_readmore_flatsome:before {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(220, 220, 220) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(220, 220, 220) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgb(220, 220, 220) 100%);
}
.k-readmore-box-light .devvn_readmore_flatsome span:after {border-top-color: black;}
/*======================= END CSS for Read More Feature  =======================*/

/*************** CSS for Tablet ***************/
@media only screen and (max-width: 849px) {
    
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 549px) {

}
