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

 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 ------------------------------*/

label a {
	text-decoration: underline;
}

label a:hover {
	text-decoration: none;
}

a {
	color: #055684;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.page-id-3652 .gform_wrapper.gravity-theme .gfield_checkbox label {
	line-height: 17px;
}

.page-id-3652 .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 0;
}

.btn-content {
	color: #055684 !important;
    border-width: 3px !important;
    border-color: #055684 !important;
    border-radius: 100px !important;
    background-color: RGBA(255, 255, 255, 0) !important;
    margin-right: 0 !important;
}

.btn-content:hover {
	color: #FFFFFF !important;
    background-image: initial;
    background-color: #055684 !important;
}

@media (max-width: 1445px) {
	
	.et_pb_row_1_tb_header {
		max-width: 90% !important;
        width: 100%;
	}
	
}

@media (max-width: 1207px) {
	
	.et_pb_row_1_tb_header {
        max-width: 95% !important;
		justify-content: space-between;
	}
	
}

@media (max-width: 600px) {

	.mobile-positioning {
		background-position: right !important;
	}
	
	.mobile-positioning-center {
		background-position: center !important;
	}
	
}

.single-post .et_pb_text_inner ul {
	margin-left: 5%;
	margin-bottom: 2%;
}

.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;
}}

