/*---------------------------------------------------------------------------------

 Theme Name:   SageAge
 Theme URI:    
 Description:  Child theme of Divi
 Author:       Sage Age
 Author URI:   https://www.sageagestrategies.com
 Template:     Divi
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

/* Remove sidebar */
#sidebar {
	display:none;
}
/* Remove thin line */
#main-content .container:before {
	background: none;
}
/* Make content 100% width */
@media (min-width: 981px){
#left-area {
	width: 100%;
	padding-right: 0px !important;
}}

body #page-container .et_pb_section .et_pb_button_0_tb_header {
    color: #FFFFFF !important;
    border-color: #009576;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #009576;
}
body #page-container .et_pb_section .et_pb_button_0_tb_header:hover {
    color: #009576 !important;
    background-image: initial;
    background-color: #FFFFFF;
}