/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*Bottom bar*/
#footer-info {
    text-align: center;
    color: #707070;
    padding-bottom: 10px;
    float: none;
}

/*Vertically Centre Content in a Column*/
 
.vertical-content {
margin-top:auto;
margin-bottom:auto;
}

/*NAVIGATION*/
#top-menu li li a {
    padding: 6px 9px;
    width: 240px;
	font-size:14px;
	font-weight:400 !important;
}

/*FULL WIDTH BUTTON*/
.full-width-btn {
width: 100%;
text-align: center;
}

/*.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-blog .column.size-1of4 {
	    width: 24%!important;
	    margin-right: 1%;
	}
}*/