/*
Theme Name: orkestra
Theme URI: 
Author: òrkestra
Author URI: https://web
Description: òrkestra media agency official theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orkestra
Tags: 
*/

header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:997;
    background:transparent;
}
/*
header.scrolled {
    background: var(--wp--preset--color--base);
    color:  var(--wp--preset--color--contrast)!important;
}

header.scrolled .has-base-color {
	filter: invert(1);
}
*/

#navigation {
    width: 0px;
    background: var(--wp--preset--color--secondary);
    height: 100vh;
    position: fixed;
    top: 0;
    display:none;
}

#container-header{
	height:0!important;
}

a{text-decoration: none !important;}
strong{font-weight: 700 !important}
/* NAVIGATION */
.orkestra-text-shadow{
    text-shadow:0 0 15px rgba(0,0,0,1);
}
@media screen and (max-width: 991px) {
  /* hamburger button */
  .wp-block-navigation__responsive-container-open  {
    display: block !important;
  }

 /* full menu */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }
}
.orkestra-menu {
	background-color:rgba(0,0,0,0.6) !important;
   -webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
}
.orkestra-menu a:hover{
    text-decoration:none;
}
.orkestra-submenu {
	background-color:transparent !important;
	border: none !important;
	margin-top: 0px !important;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg{
	margin-top:0;
}
/*.wp-block-site-logo img {
	width: 180px!important;
}*/
.orkestra-submenu ul li{
	background-color: var(--wp--preset--color--primary) !important;	
	-webkit-transition: all 0.4s linear;
  	-moz-transition: all 0.4s linear;
  	-ms-transition: all 0.4s linear;
  	-o-transition: all 0.4s linear;
  	transition: all 0.4s linear;
}
.orkestra-submenu ul li:hover{
	background-color: var(--wp--preset--color--accent) !important;
}
.orkestra-submenu ul li span{
	color:var(--wp--preset--color--secondary) !important;
	font-weight:400 !important;
}
@media (min-width:992px){
	.orkestra-submenu ul li:first-child{
		margin-top: 21px !important;
		padding:2px 0 0 0 !important;
	}
	.orkestra-submenu ul li:last-child{
		border-radius: 0 0 15px 15px;
		padding:0 0 2px 0 !important;
	}
}
.is-menu-open{
	background-color:var(--wp--preset--color--primary) !important;
	border-radius:15px;
	bottom: auto !important;
	margin-left: 15px;
	margin-right: 15px;
}
.is-menu-open a, .is-menu-open button{
	font-size: var(--wp--preset--font-size--medium) !important;
	color:var(--wp--preset--color--secondary) !important;
	font-weight:700 !important;
}

@media (max-width:991px){
	.orkestra-submenu {
		margin-top: 5px !important;
	}
	.is-menu-open ul li span{
		color:var(--wp--preset--color--secondary) !important;
		font-weight:700 !important;
	}
	.is-menu-open ul li ul li span{
		font-weight:400 !important;
	}
	.is-menu-open svg {
		fill: var(--wp--preset--color--secondary) !important;
	}
	.is-menu-open div div{
		margin:10px !important;
		padding-top:10px !important;
		padding-bottom: 10px !important;
	}
}

/* ELEMENTS */
.orkestra-cover-title{
	text-shadow:0 0 15px var(--wp--preset--color--sussidiary);
}
.orkestra-zindex{
	z-index:99;
	position:relative;
}
/* BLOCK MOBILE PADDING */
@media (max-width:599px){
	.orkestra-mobile-padding{
		padding-top:72px !important;
		padding-bottom:72px !important;
	}
}
/* TEXT ALIGN CENTER MOBILE */
@media (max-width:599px){
	.orkestra-text-center-mobile{
		justify-content:center !important;
	}
}

/* BUTTONS */
.orkestra-header-button a{
	width:120px;
}
@media (max-width:599px){
    .orkestra-header-button a {
        width: 100px;
        font-size:12px !important;
        padding:12px 10px !important;
    }
}
/* h2 WHITE TEXT COLOR */
.orkestra-strong{
	color:var(--wp--preset--color--contrast) !important;
}
.orkestra-strong strong{
	color:var(--wp--preset--color--base);
	font-weight:400;
}
/* TEXT WITH BORDERS */
.orkestra-border-left{
	border-style:solid;
	border-width:0 0 0 2px;
	margin:16px 0 !important;
	padding: 0 0 0 16px !important;
}
.orkestra-border-left.corporate{
	border-color:var(--wp--preset--color--primary);
}
.orkestra-border-left.white{
	border-color:var(--wp--preset--color--base);
}
.orkestra-border-left.black{
	border-color:var(--wp--preset--color--secondary);
}

/* HOMEPAGE HERO */
.orkestra-home-hero{
	position:relative;
}

/* LINKABLE HERO */
.orkestra-linkable-hero a{
	text-decoration:none;
	position:relative;
}
.orkestra-linkable-hero a:after{
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		content:"";
}
@media (max-width:599px){
	.orkestra-linkable-hero{
		 aspect-ratio: 3 / 4 !important;
	}
}

/* MEDIA AND TEXT */
.orkestra-media-text-image>figure{
	height:0;
	overflow:hidden;
	position:relative;
	padding-bottom:140%;
}
.orkestra-media-text-image>figure img{
	position:absolute;
	top:0;
	left:50%;
	transform:translatex(-50%);
	width:auto;
	height:100%;
}
@media (max-width:599px){
	.orkestra-media-text-image>figure{
		padding-bottom:70%;
	}
	.orkestra-media-text-image>div{
		padding:0 15px !important;
	}
}

/* SCROLLABLE */
.orkestra-scrollable{
	display: flex !important;
	flex-wrap: nowrap !important;
    overflow: auto !important;
	position:relative;
}
::-webkit-scrollbar {
  height: 6px;
}
::-webkit-scrollbar-track {
  background: var(--wp--preset--color--secondary);
	width: 5px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5); 
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background:var(--wp--preset--color--primary); 
}

@media (max-width:599px){
	.orkestra-scrollable-mobile-only{
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow: auto !important;
		position:relative;
		padding-bottom:36px;
	}
	.orkestra-scrollable-container:before,
	.orkestra-scrollable-container:after{
		display:none;
	}
	.orkestra-scrollable>div:first-child{
		margin-left:18px;
	}
	.orkestra-scrollable>div:last-child{
		margin-right:18px;
	}
}
/* scrollable itemes */
.orkestra-scrollable.milestones>div{
	min-width:330px;
}
.orkestra-scrollable.boxkit>div{
	min-width:260px;
}
.orkestra-scrollable.accessories>div{
	min-width:440px;
}
.orkestra-scrollable.news>li{
	min-width:440px;
}
.orkestra-inflight-magazine{
	min-height:57%;
}
@media (max-width:599px){
	.orkestra-scrollable.milestones>div{
		min-width:280px;
	}
	.orkestra-scrollable.boxkit>div{
		min-width:240px;
	}
	.orkestra-scrollable.accessories>div{
		min-width:280px;
	}
	.orkestra-scrollable.news>li{
		min-width:300px;
	}
	.orkestra-scrollable-mobile-only>div,
	.orkestra-scrollable-mobile-only>li{
		min-width:280px;
	}
	.orkestra-scrollable-mobile-only.team>div{
		aspect-ratio: 9/16 !important;
	}
	.orkestra-inflight-magazine{
		min-height:56%;
	}
}

/* FAQ */
.orkestra-accordion{
    padding: 12px;
}
.orkestra-accordion > summary{
	margin-left:44px;
}
.orkestra-accordion > summary:before{
	transition: all 0.2s linear;
	content:"+";
	display:block;
	width:24px;
	height:24px;
	font-size:34px;
	line-height: 0.8;
	float:left;
	margin:0 10px 0 -34px;
	font-weight:700;
	color:var(--wp--preset--color--secondary);
}
.orkestra-accordion[open]{
	background-color:var(--wp--preset--color--quaternary);
	border-radius:16px;
	margin-bottom:24px;
}
.orkestra-accordion[open] > summary:before{
	content:"-";
}
.orkestra-accordion p{
	color:var(--wp--preset--color--secondary) !important;
	transition: color 0.4s linear;
	margin-left:44px;
}
.orkestra-accordion[open] p{
	color:var(--wp--preset--color--contrast) !important;
}
.orkestra-accordion[open] > summary:first-of-type {
    list-style-type: none;
	list-style-image: none;
}
.orkestra-accordion > summary:first-of-type {
    list-style-position: inside;
	list-style-type: none;
	list-style-image: none;	
}
details summary::-webkit-details-marker {
  display: none;
}