/* 
 Theme Name:     GoProTimes
 Author:         GoProTimes
 Author URI:     https://www.loopeurope.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.6
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/* Start your custom CSS bellow this comment */
#top-menu li.current-menu-item > a {
 	color: #fff !important;
	background: rgb(34,193,195) !important;
	background: linear-gradient(95deg, rgba(34,193,195,1) 0%, rgba(246,187,59,1) 32%, rgba(252,103,86,1) 63%, rgba(114,76,232,1) 100%) !important;
}
/** footer **/
#footer-bottom a:hover {
	color: #7cda24;
}
#footer-bottom .et-social-icons {
    float: none;
    text-align: center;
	padding: 8px;
}
#footer-info {
    font-weight: 300;
	margin-top: 50px;
}
#footer-info a {
    font-weight: 300;
}
#footer-info, #footer-info a {
    float: none;
    text-align: center;
    padding-bottom: 50px;
}
/** End footer **/

