/*
 Theme Name:     Divi-TTP
 Theme URI:      https://www.elegantthemes.com/gallery/Divi/
 Description:    Divi To The Point Child Theme
 Author:         To The Point At Work
 Author URI:     https://www.tothepointatwork.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@media (min-width: 981px) {
 .fancy-title h2 {
 position: relative;
 z-index: 1;
 overflow: hidden;
 text-align: center;
 padding-bottom: 0;
 }
 .fancy-title h2:before, .fancy-title h2:after {
 position: absolute;
 top: 65%;
 overflow: hidden;
 width: 50%;
 height: 3px;
 content: '\a0';
 background-color: #C10000;
 }
 .fancy-title h2:before {
 margin-left: -50%;
 text-align: right;
 }
}
/* original text : top: 65%; */

.top-title h1 {
font-size: 1.5em;
}
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 
