/*
Theme Name: TutorStarter Child
Theme URI: https://backup.learntogrow.pro
Version: 1.0
Description: Child theme of TutorStarter
Author: LearnToGrow
Author URI: https://backup.learntogrow.pro
Template: tutorstarter
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

/*.top-bar {
    background-color: #78d168;*/ /* Cambia el color de fondo según tu preferencia */
    /*color: white;
    display: flex;
    justify-content: center;
	padding: 10px 0;
    font-size: 16px;
	width: 100%;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px;
}

.top-bar .social-media {
    display: flex;
    justify-content: flex-start;
}

.top-bar .social-media a {
	margin-right: 20px;
}

.top-bar .auth-links {
	display: flex;
    justify-content: flex-end;
}

.top-bar a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}*/


