/*
Theme Name: Tewido Child
Theme URI: https://innovawide.com/
Author: Innova Wide
Author URI: https://innovawide.com/
Description: A child theme for Tewido.
Version: 1.1.3
Tested up to: 5.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tewido-child
Template: tewido
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Copyright (C) 2025 Innova Wide
This theme is licensed under the GNU General Public License v2 or later.
*/

.breadcrumb-background {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

/* On small screens, override to cover */
@media (max-width: 768px) {
    .breadcrumb-background {
        background-position: top right -400px;
    }
}

.site-topbar a {
	transition: all .2s ease-in-out;
}
.site-topbar a:hover {
	color: #b7d0e2;
}

.page-template .vm-box .te-icon-container:is(.dark *) {
	background-color: #293443;
}

.te-footer-social .social-icon {
    background-color: #2f3743 !important;
	transition: all .2s ease-in-out;
}

.te-footer-social .social-icon:hover {
    background-color: #333d4b !important;
}