/*
Theme Name: Independent Child
Description: Child Theme for Independent Theme
Author: Zozothemes
Version: 1.0
Template: independent
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */

/* Header */
.header-inner .sticky-outer {
	height: auto!important;
}

.age {
	color: #7ea2c6;
    font-size: 24px;
}

.social-menu > a > img {
	max-height: 36px;
	border: 1px solid #fff;
    border-radius: 20px;
}

.navbar .search-toggle-wrap i {
	border: 1px solid #fff;
}

section.widget_nav_menu {
	overflow: visible;
}

.left-header-wrapper {
	display: flex;
	gap: 40px;
	height: 94px;
	line-height: normal;
}

.left-header-item {
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 10px;
}

.item-title {
	height: 20px;
}

.item-title-right {
	text-align: right;
}

.item-title > p {
	color: #7ea2c6;
	line-height: 16px;
}

.item-content-exchange {
	display: flex;
	gap: 10px;
}

.item-content-exchange > .fa-solid:before {
	font-size: 20px;
    margin-right: 5px;
}

.item-content-exchange > .fa-caret-up:before {
	color: #25940d;
}

.item-content-exchange > .fa-caret-down:before {
	color: #d6663f;
}

.fa-solid:before {
	font-family: 'FontAwesome';
}

.item-content p, .item-content b, .item-content span {
	color: #13263b;
    font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.weather-line {
	display: flex;
}

.weather-line img {
	height: 100%;
}

/* Footer */
#menu-footer_top_menu {
	display: flex;
    justify-content: space-between;
}

.menu-footer_top_menu-container {
	border-bottom: 1px solid #cce7ff;
}

a[title="footer-weather-link"] {
	background: #cce7ff;
    border-radius: 12px;
    color: #13263b;
	padding: 2px 8px;
    margin: 0 -8px;
}

.footer-text-wrapper {
	text-align: left;
}

.footer-small-text {
	font-size: 11px;
	line-height: 1.6;
	margin-bottom: 0;
}

a.footer-link-small-text {
	font-size: 11px;
	line-height: 1.6;
	color: #fff;
}

.footer-middle-text {
	font-size: 14px;
	color: #fff;
}

.footer-middle-text > a {
	color: #fff;
}

/* Sidebar Cloud */
.widget.widget_tag_cloud a.tag-cloud-link {
	border: none;
	background-color: #eee;
	color: #717171;
}

/* Pagination Color */
.nav.pagination > li.nav-item a, .nav.pagination > li.nav-item span {
	border: solid 1px #e8d3b4;
}

.widget.widget_tag_cloud a.tag-cloud-link:hover {
	background-color: #7b7b7b;
	color: #a9a9a9;
}

/* Single Post */
.post-social-link > a > img.tg {
	max-width: 120px;
}

.post-social-link > a > img.dzen {
	max-width: 80px;
}

.single-post-template article .article-inner > .entry-content a {
	color: #3c7ebb;
	text-decoration: underline;
}

/* Home Page */
@media (max-width: 767px) {
	.independent-block h2.post-title {
		font-size: 16px;
	}
}