/*
Theme Name: Neve Child
Description: Temă child custom pentru site-ul FMI.
Author: ASMI
Template: neve
Version: 1.0
*/

:root {
	--btnpadding: 8px 14px;
	--btnfs: 12px;
	
	--nv-child-sidebar-link-color: #0e2d6f;
	--nv-child-border-color: #213a714f;
}

body .alignwide {
	margin-left: auto !important;
	margin-right: auto !important;
}

.container {
	max-width: 1400px !important;
}

.nv-sidebar-wrap {
	width: 15em;
	max-width: 15em !important;
}

.nv-sidebar-wrap li a {
	color: var(--nv-child-sidebar-link-color);
}

li.sidebar-new-category {
	border-top: 1px solid var(--nv-child-border-color);
	padding-top: 5px;
}

.nv-sidebar-wrap.nv-left {
	padding-top: 0;
	margin-top: 60px;
	border-right: 1px solid var(--nv-child-border-color);	
}

.nv-sidebar-wrap input.search-field {
	background-color: white;
}

ul.wp-block-latest-posts li::before {
	position: relative;
	content: '▶ ';
	font-size: 0.5em;
	margin-right: 1em;
	top: -0.5em;
}

.nv-content-wrap a:not(.button) {
	text-decoration: none !important;
}

.nv-content-wrap a:not(.button):hover {
	text-decoration: underline !important;
}

.main-page-cta .wp-block-button {
	padding: 0.1em;
}

@media (max-width: 60em) {
	.nv-sidebar-wrap {
		display: none;
	}
}

@media (min-width: 42em) {
	.main-page-cta {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.main-page-cta .wp-block-button {
		flex-grow: 1;
		flex-basis: 15%;
	}
	.main-page-cta a {
		width: 100%;
	}
}

/* Prevent overlap of language translation buttons
 * and hamburger menu button on mobile.
 */
@media (max-width: 960px) {
	.gt_switcher_wrapper {
		margin-right: 58px;
		margin-top: 10px;
	}
}
