/*
Theme Name: FirstFrame Child
Theme URI: https://firstframe.qodeinteractive.com
Description: A child theme of FirstFrame
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: firstframe
Template: firstframe
*/
/*
.qodef-header--standard #qodef-page-header {
	background-color: rgba(0,0,0,0.3) !important;
}
.qodef-header--standard #qodef-page-header-inner {
	border:none !important;
}
*/
.qodef-header-navigation > ul > li.menu-item > a > .qodef-menu-item-text {
	text-shadow: 2px 2px 4px #000000;
}
.qodef-header-navigation > ul > li.current-menu-item > a > .qodef-menu-item-text {
	--qode-line-color: #f60365 !important;
}
.qodef-header-navigation > ul > li > a > .qodef-menu-item-text {
	padding: 0 8px !important;
	opacity: 0;
	border: 0;
	--qode-line-color: transparent;
	transition: color .2s ease-out,background-color .2s ease-out,background-position .9s cubic-bezier(.49,.9,.13,.89),border-color .2s ease-out;
	background: linear-gradient(to right,var(--qode-line-color) 0,var(--qode-line-color) 100%),linear-gradient(to right,#f60365 2px,transparent 2px,transparent calc(50% + 2px),#f60365 calc(50% + 2px));
	background-size: 2px 100%,210% 100%;
	background-position: 0,200%;
	background-repeat: no-repeat;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li.lang-item a {
	color: #ca0b64 !important;
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info .qodef-info--date,
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info .qodef-info--category {
	display:none;
}