/*
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_about {
    position: relative;
    padding: 0.25em 1em;
    overflow: hidden;
    background: linear-gradient(#01488b, #01488b) no-repeat top center, linear-gradient(#01488b, #01488b) no-repeat bottom center;
    background-size: calc(100% - 2em) 1.2px;
    margin-bottom: 0;
    font-size: 25px;
}
.title_about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: solid 1px #01488b;
    border-top: none;
    border-bottom: none;
    transform: skew(45deg);
}
.title_about:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: solid 1px #01488b;
    border-top: none;
    border-bottom: none;
    transform: skew(-45deg);
}