/*
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.   ***************/
.trademark_numberbox h2 {
    margin-bottom: 24px;
}

.trademark_numberbox h3 {
    margin-bottom: 24px;
}

.trademark_numberbox .col-inner:before {
    content: "";
    width: 1px;
    display: block;
    height: 120px;
    background-color: #663425;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.trademark_numberbox {
    position: relative;
}

.trademark_numberbox_noborder .col-inner:before{
    display: none;
    opacity: 0;
}

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


}