/*admin bar*/
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before,
.edit-post-fullscreen-mode-close.components-button::before {
	background-image: url(/wp-content/themes/reconomy/images/icon.png) !important;
	background-position: 0 0;
	color: rgba(0, 0, 0, 0);
	background-size: contain;
}
.components-button.edit-post-fullscreen-mode-close svg {
	display: none;
}
#wpadminbar,
.edit-post-fullscreen-mode-close.components-button,
.components-button.is-pressed.has-icon {
	background: #011e3a;
}
#adminmenu,
#adminmenu .wp-submenu,
#adminmenuback,
#adminmenuwrap,
#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu,
#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
	background: #04315d;
	color: #fff;
}

.logged-in.admin-bar #mobile-menu-modal,
.logged-in.admin-bar #search-modal {
	margin-top: 32px;
}
/* Generic CSS */
.content-area {
	display: none;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 22px;
	line-height: 30px;
	font-family: "Quicksand", sans-serif;
}
.oveflow-hidden {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

/* Titles */
.upper {
	text-transform: uppercase;
}
.big-title,
.medium-title,
.small-title,
.normal-title,
.smaller-title,
.big-text,
.sm-big-text {
	line-height: 120%;
	font-family: "Bebas Neue", cursive;
}
.vertical {
	transform: rotate(-180deg);
	writing-mode: vertical-rl;
}

/* Text */
.big-text {
	font-size: 30px;
	font-family: "Quicksand", sans-serif;
}
.sm-big-text {
	font-size: 25px;
	font-family: "Quicksand", sans-serif;
}
.grey_text {
	color: #707070;
}

/* Button */
.button {
	font-size: 18px;
	position: relative;
	padding: 15px 40px;
	display: inline-block;
	border-radius: 0 20px;
	font-weight: bold;
	font-family: "Bebas Neue", cursive;
	border: none;
}
.button.vertical {
	position: absolute;
	right: 0;
	top: 0;
	padding: 60px 15px 40px;
	border-radius: 20px 0;
	text-align: left;
	z-index: 999999999;
}
.button.vertical.scroll {
	position: fixed;
}
#floating .button::before {
	content: "\F19A";
	font-family: bootstrap-icons;
	writing-mode: vertical-rl;
	transform: rotate(90deg);
	margin-right: 10px;
	position: absolute;
	left: calc(50% - 14px);
	top: 30px;
	font-size: 20px;
}
.nostyle,
.nostyle:focus,
.nice-select.nostyle {
	background: none;
	border: none;
	color: inherit;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	width: 100%;
	height: unset;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	box-shadow: none;
}
body .nice-select .list {
	width: 100%;
	left: 0;
	top: 60px;
}
.button i {
	margin-left: 10px;
}
/*search*/
select.nostyle::-ms-expand {
	display: none;
}
.search-select::after {
	content: "\F229";
	font-family: bootstrap-icons;
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;
}
.search-button::after {
	content: "\F52A";
	font-family: bootstrap-icons;
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;
}
.search-input {
	border-radius: 20px 0;
	font-size: 20px;
	background: #fff;
}
.search-select {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.search-select select,
.search-button button {
	text-align: left;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
/* Colors */
.black_text {
	color: #000;
}

/* Backgrounds */
.light-grey-bg {
	background-color: #f5f5f5;
}

/* Reveal */
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* Z-Index */
.z-index {
	z-index: 9;
}

/* Border Radious */
.border-radious {
	border-radius: 230px 0px 230px 0px;
}
.radious-tl {
	border-top-left-radius: 50px;
}
.radious-br {
	border-bottom-right-radius: 50px;
}
.radious-tr {
	border-top-right-radius: 50px;
}
.radious-bl {
	border-bottom-left-radius: 50px;
}

/*tooltip*/
.tooltip-inner {
	background: #a22249;
	color: #fff;
	padding: 10px;
	font-size: 16px;
}
.tooltip .tooltip-arrow:before {
	border-top-color: #a22249;
}
.tooltip-inner,
.tooltip-inner a {
	color: #fff;
}
.tooltip.show {
	opacity: 1;
	z-index: 9999;
}

/* Header */
#header {
	overflow: hidden;
	position: relative;
}
#header #logo {
	padding-left: 0;
}
.custom-logo {
	height: 50px;
	width: auto;
}
#hero {
	height: 120vh;
	width: 100vw;
}
#mobile-open,
#mobile-close,
#logo {
	position: relative;
	z-index: 999;
}
/*hero title*/
#hero video {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 1;
}
#hero.hovered video {
	opacity: 1;
	visibility: visible;
}

#title {
	display: flex;
	position: relative;
	left: 0;
	top: 0;
	min-height: auto;
	justify-content: center;
	align-content: center;
	width: 100%;
	justify-items: center;
	align-items: center;
	z-index: 2;
	height: 100%;
}
#hero #title {
	position: absolute;
	left: 0;
	top: -10vh;
}
.line {
	width: 200px;
	display: inline-block;
	height: 20px;
}
.line.double-width {
	width: 450px;
}
.hover-title {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.hovered .hover-title {
	display: inline-block;
	opacity: 1;
	visibility: visible;
}
.hovered .nohover-title {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.hovered .line,
.hovered .line.double-width {
	/*width: 100%;
	position: absolute;
	*/
	background: none;
	border: 2px solid #fff;
	display: none;
}
.hovered .title-outline {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}
.hovered #second_title .title-outline {
	margin: 0 auto !important;
}
/*
.hovered #second_title .title-outline {
	margin: 0 auto !important;
}
.hovered #hover_title span {
	color: #a51b3e;
	margin-left: auto;
}
*/
.hovered #hover_title span {
	color: #a51b3e;
	margin-left: auto;
}
/* Menu */
.menu ul {
	display: flex;
	justify-content: end;
	padding-left: 0;
}
.menu li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
}
.menu a {
	color: #fff;
	text-transform: uppercase;
}

/* Mobile Menu Controls */
#mobile-open,
#mobile-close {
	display: inline-block;
	cursor: pointer;
}
.menu-line {
	display: block;
	position: relative;
	background: #fff;
	width: 40px;
	height: 3px;
}
.menu-line.center-line {
	margin: 15px 0;
}

/* Mobile Menu Modal */
#mobile-menu-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height:calc(var(--vh, 1vh) * 100);
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	overflow-y: scroll;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}
#mobile-menu-modal.open {
	z-index: 999999999;
}
#mobile-menu-modal ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
#mobile-menu-modal li {
	list-style: none;
	margin: 10px 10px;
	display: inline-block;
}
#mobile-menu-modal li a {
	color: #fff;
	font-size: 19px;
}
#mobile-menu-modal .sub-menu {
	display: none;
}
#mobile-close svg {
	width: 40px;
}
.menu-item span {
	transition: all 0.3s;
}
#mobile-menu-modal .footer-newsletter input {
	background: none;
	border: 1px solid #fff;
	padding: 15px 20px;
	font-size: 20px;
}
body .footer-newsletter .wpforms-field input {
	padding: 15px 20px;
}
#mobile-menu-modal .footer-newsletter input::placeholder {
	color: #fff;
}
#mobile-menu-modal .footer-newsletter input::placeholder {
	color: #fff;
}
.footer-newsletter.menu-newsletter .wpforms-submit-container::before {
	background: #fff;
}
#mobile-close svg,
#search-close svg {
	width: 40px;
	height: 30px;
	fill: #fff;
}
#mobile-menu-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
}
/*search modal*/
#search-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	z-index: -1;
	overflow-y: scroll;
	border-bottom-right-radius: 0;
}
#search-modal.open {
	z-index: 999999999;
}
.trendind-topics-search {
	display: flex;
	justify-content: space-evenly;
	padding-left: 0;
}
#search-open,
#search-close {
	cursor: pointer;
}
#modal_search_form {
	z-index: 99;
}
/*forms*/
body .wpforms-field input,
body .wpforms-field textarea,
body .wpforms-field select {
	padding: 10px;
	width: 100%;
}

/* ---- Custom Theme CSS ---- */

/* Paddings */
.sm-y-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.md-y-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.lg-y-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}
.xl-y-padding {
	padding-top: 200px;
	padding-bottom: 200px;
}

.sm-x-padding {
	padding-left: 50px;
	padding-right: 50px;
}
.md-x-padding {
	padding-left: 100px;
	padding-right: 100px;
}
.lg-x-padding {
	padding-left: 150px;
	padding-right: 150px;
}
.xl-x-padding {
	padding-left: 200px;
	padding-right: 200px;
}

/* Margins */
.sm-y-margin {
	margin-top: 50px;
	margin-bottom: 50px;
}
.md-y-margin {
	margin-top: 100px;
	margin-bottom: 100px;
}
.lg-y-margin {
	margin-top: 150px;
	margin-bottom: 150px;
}
.xl-y-margin {
	margin-top: 200px;
	margin-bottom: 200px;
}

.sm-x-margin {
	margin-left: 50px;
	margin-right: 50px;
}
.md-x-margin {
	margin-left: 100px;
	margin-right: 100px;
}
.lg-x-margin {
	margin-left: 150px;
	margin-right: 150px;
}
.xl-y-margin {
	margin-left: 200px;
	margin-right: 200px;
}

/* About Page */
#about_section_2 {
	margin-top: -250px;
}
#about_section_2_text {
	margin-top: 250px;
}
.userSwiper .swiper-slide {
	height: 275px;
}
.userSwiper .swiper-slide img {
	height: auto;
	width: 60%;
	opacity: 1;
}
.userSwiper .swiper-slide.swiper-slide-active img {
	height: auto;
	width: 95%;
	opacity: 1;
}
#about_section_4 .row.position-relative::before {
	content: " ";
	width: calc(100% + 30px);
	height: 2px;
	position: absolute;
	left: -15px;
	top: 135px;
	background-color: #04315d;
	z-index: -1;
}
.main_goal_text_right,
.our_team_text_right,
.methology_text_right {
	/*max-width: 45%;*/
	right: 0;
	bottom: 0;
}
.mg-nav-link {
	max-width: 33.333333%;
	width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.mg-nav-link.active > span,
.mg-nav-link:hover > span {
	color: #a22249;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.num_shape {
	max-height: 100px;
	width: auto;
	top: 5px;
	left: calc(50% - 44px);
	z-index: -1;
}
.mg-nav-link > h3 {
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.mg-nav-link.active > h3 {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#parallax_img {
	height: 875px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#partners_logo .swiper-slide img {
	height: 135px;
	margin-left: auto;
	margin-right: auto;
}
#partners_logo {
	padding-bottom: 100px;
}
.partners_logo_nav {
	width: 100px;
	height: 50px;
	left: calc(50% - 50px);
	bottom: 0;
}
.regional_right_title {
	margin-right: -20px;
}
.partners_logo_nav .swiper-button-prev {
	color: #04315d;
	left: 0;
	right: unset;
	top: 0;
}
.partners_logo_nav .swiper-button-next {
	color: #04315d;
	left: calc(100% - 54px);
	right: unset;
	top: 0;
}
#about_section_7 .nav-link:focus,
#about_section_7 .nav-link:hover,
#about_section_7 .nav-tabs .nav-item.show .nav-link,
#about_section_7 .nav-tabs .nav-link.active {
	color: #04315d;
}

/* What we do logos */
.location_left_logo {
	height: 60px;
}
.location_right_logo {
	height: 50px;
}

#mapsvg_content .row {
	margin-top: 50px;
}

/*single*/

#single_hero {
	min-height: 50vh;
	position: relative;
}
#single_hero #title {
	min-height: 50vh;
	height: 100%;
}
#post_item {
	margin-top: 0px;
}
.share-link:hover {
	opacity: 0.8;
}
#post_content_inner::before {
	content: " ";
	background: #fff;
	width: 100%;
	height: 85px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -85px;
	border-radius: 50px 0 0 0;
}
#post_sidebar::before {
	content: " ";
	width: 55px;
	height: 55px;
	background: #f5f5f5;
	position: absolute;
	border-radius: 100%;
	left: -27.5px;
	top: 0;
}
#post_sidebar::after,
#single_hero:after {
	background: #f5f5f5;
	content: " ";
	position: absolute;
	height: 100%;
	width: calc(100% + 20px);
	left: calc(100% - 20px);
	top: 0;
	z-index: -1;
}
#post_sidebar_inner::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -100px;
	height: 100px;
	width: 100%;
	background: #f5f5f5;
}
#post_sidebar *[id^='save_post-'] {
	margin-right: 20px;
}
#single_hero::after {
	width: 50%;
	left: 50%;
	z-index: -1;
}
#post_info {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: right;
	z-index: 5;
}
/*page*/
#page_hero {
	height: 70vh;
	position: relative;
}
#page_hero #title {
	height: 70vh;
}
/*archive*/
#category_hero {
	height: 80vh;
	position: relative;
}
#category_hero #title {
	height: 80vh;
}
#posts-over-hero {
	margin-top: -50px;
}
.post-content {
	width: 100%;
}
.large-item .post-image {
	height: 100%;
}
.post-image img {
	width: 100%;
	height: auto;
}
/*archive filters*/
#filters {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: right;
}
.delete_all button {
	position: relative;
	z-index: 999;
}
.filter-dropdown select {
	background: none;
	border: none;
	color: #fff;
}
.filter-dropdown {
	margin-left: 20px;
	width: 150px;
	position: relative;
	font-size: 18px;
}
.small-item.post-item .inner-post-item,
.medium-item .inner-post-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-between;
	height: 100%;
}

.post-image a {
	width: 100%;
	height: 100%;
}
.post-image.video a::after,
.post-image.audio a::after,
.post-image.file a::after {
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
}
.post-image.video a::before {
	content: "\F4F5";
	font-family: bootstrap-icons;
	position: absolute;
	font-size: 80px;
	left: calc(50% - 40px);
	top: calc(50% - 13px);
	color: #fff;
	z-index: 99;
}
.post-image.audio a::before {
	content: "\F60B";
	font-family: bootstrap-icons;
	position: absolute;
	font-size: 80px;
	left: calc(50% - 40px);
	top: calc(50% - 13px);
	color: #fff;
	z-index: 99;
}
.post-image.file a::before {
	content: "\F356";
	font-family: bootstrap-icons;
	position: absolute;
	font-size: 80px;
	left: calc(50% - 40px);
	top: calc(50% - 13px);
	color: #fff;
	z-index: 99;
}
/*save post*/
.post-image {
	position: relative;
}
.post-image *[id^='save_post-'] {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 999;
}
.post-image *[id^='save_post-'] span {
	display: none;
}
.post-image *[id^='save_post-'] {
	position: absolute;
	left: 30px;
	bottom: 30px;
	padding: 10px 15px;
	text-align: center;
	z-index: 999;
	cursor: pointer;
}
#search-modal-container .post-image *[id^='save_post-'] {
	bottom: unset;
	top: 30px;
}
.post-image i {
	margin: 0;
}
#clear-all::after {
	content: "\F5DD";
}

/*embed*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*files*/
.pdf_files li {
	list-style: none;
}

/*comments*/
.comment_loadmore,
.comment_join,
#back_to_article {
	cursor: pointer;
}
ol.comment-list {
	padding-left: 0;
	list-style: none;
}
.comment-meta.commentmetadata,
.comment-author.vcard,
.reply {
	font-size: 90%;
}
.comment p {
	margin: 0;
}
ol.comment-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
ol.children {
	list-style: none;
	border-left: 1px solid #ccc;
}
ol.comment-list li:last-child {
	border-bottom: none;
}
#author,
#comment {
	border: none;
	padding: 10px;
	border-radius: 20px 0;
	resize: none;
}
#cancel-comment-reply-link {
	font-size: 80%;
	letter-spacing: 1px;
}
/*comments expand*/
.hoodini {
	opacity: 1;
	visibility: visible;
	display: inline-block;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.hoodini.go {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
#back_to_article {
	left: -15px;
	top: 13px;
}
#post_content,
#post_sidebar {
	transition: all 0.4s linear;
}
#post_content.expanded {
	margin-left: -25vw;
}
#post_sidebar.expanded {
	width: 80vw;
}

/* Authors */
.author-image img {
	opacity: 1;
	transition: 0.3 all linear;
	cursor: pointer;
	clip-path: url(#svg_team);
	-webkit-clip-path: url(#svg_team);
}
.faded.author-image img {
	opacity: 0.6;
	transition: 0.3 all linear;
}
.author-image:not(.swiper-slide) img {
	max-height: 100px;
}

/* Page Navigation */
.page-numbers {
	display: block;
	padding-left: 0;
	list-style-type: none;
}
.page-numbers li,
.page-numbers li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 30px;
}
.page-numbers svg {
	fill: #a22249;
	margin-top: -5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.page-numbers svg:hover {
	fill: #04315d;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.page-numbers li span.page-numbers.current {
	height: 100%;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	background: linear-gradient(90deg, #708aa3 0%, #c37d94 100%) 0% 0% no-repeat padding-box;
}

/* GDPR Checkbox */
.wpforms-field-gdpr-checkbox ul {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding-left: 0;
}
.wpforms-container label.wpforms-error {
	color: #a22249;
	font-size: 16px;
}

/* Cookies */
#cookie-law-info-bar {
	z-index: 99999;
}

/*margin on hash vitit*/
#wait_approval:target {
	scroll-margin-top: 150px;
}
