/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.title-wrapper a{
	font-size: 110%;
    color: #5d9e0e;
    font-weight: bold;
}
.price span{
	color: red;
}
.offer {
    border: 1px solid #ebebeb;
    padding: 10px 12px;
    position: relative;
    margin-top: 20px;
    color: #288ad6;
    font-size: 14px;
}
.offer h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    left: 49px;
    top: -14px;
    color: #288ad6;
    padding: 0 14px;
    background-color: #fff;
    text-transform: uppercase;
}
.benefit {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
}
.benefit li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    text-align: left;
    line-height: 28px;
    text-transform: capitalize;
}
.benefit li:before {
    content: '1';
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    background: #288ad6;
    color: #fff;
    width: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.benefit li:nth-child(2):before {
    content: '2';
}
.benefit li:nth-child(3):before {
    content: '3';
}
.benefit li:nth-child(4):before {
    content: '4';
}
.benefit li:nth-child(5):before {
    content: '5';
}
.benefit li:nth-child(6):before {
    content: '6';
}
















@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
