/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Perfect Leap Technology Inc.
 Author URI:     https://www.perfectleap.com/
 Template:       Divi
 Version:        1.0.0
*/

/* Add phone icon to tel: links in the main menu */
#top-menu a[href^=tel]:before { 
    font-family: "ETmodules" !important;
    position: relative;
    top: 2px;
    margin-right: 5px;
    content: "\e090";
}

/* THREE COLUMN PORTFOLIO GRID LAYOUT - CLASS = three-column-grid*/
 
@media only screen and ( min-width: 768px ) {
 
	.three-column-grid .et_pb_grid_item {
		width: 28.333% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}
	 
		.three-column-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0 !important;
	}
	 
		.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
		clear: unset !important;
	}
 
}

/* Footer styling */
#footer-info {
    float: none !important;
    text-align: center !important;
    font-size: 14px;
    background: #000;
    padding-top: 10px;
}

#footer-info a {
    text-align: center !important;
}
