/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* HEADER */

#site-header.top-header #site-logo #site-description h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

/* SIDEBAR */

.sidebar-box >.tours-list {
	margin: 15px 0 15px 20px;
    list-style: circle;
}

/* FOOTER */

.contacts {
	color: #fff;
}

.footer-widget .tour-list-card {
	display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 1em;
}

.footer-widget .tour-list-card img {
	width: 150px;
    min-width: 150px;
    border-radius: 60px 0 0;
    box-shadow: 2px 2px 3px #808080;
}

.footer-widget .tour-list-card div > a {
	font-weight: bold;
    font-size: 1.2em;
}

.footer-widget .tour-list-card p {
	margin: 0;
    color: #fff;
}

.footer-widget .tour-list-card span {
	color: #deb887;
}