/*
Theme Name:  Efor Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Efor Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     13.0.1
Template:    efor
Tags:        portfolio
Text Domain: efor-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Overwrite text selection color */
::selection {
 	text-shadow: none; color: #000; background: #00B4ED;
}
::-moz-selection {
 	text-shadow: none; color: #000; background: #00B4ED;
}

/* Make header logo visible */
.site-branding-center img {
	width: 100px;
}
@media (min-width: 992px) {
	.site-branding-center img {
		width: 150px;
	}
}

/* Footer text */
footer .textwidget {
	display: flex;
    gap: 20px;
    justify-content: center;
}
footer .textwidget p {
	margin: 0;
}