/*
 Theme Name:   EXCA THEME
 Theme URI:    https://we-june.com
 Description:  Template for EXCA.EU
 Author:       WE JUNE Agency
 Author URI:   https://we-june.com
 Version:      2.0.0
*/

@import url('assets/css/custom-style.css');

/*
   * CSS - Version: 2.0.1
*/

@media screen AND (max-width:768px) {
	header #navigation li {
		text-align: right;
		padding: 5px 0;
	}
	header nav ul.menu > li ul.sub-menu {
		position: relative;
		border-left: none;
		border-right: 2px solid #000000;
		margin-right: 10px;
	}
	header nav ul.menu > li:first-child ul.sub-menu {
		display: block;
		opacity: 1;
	}
}

section#exca_head figure img {
    max-height: 165px;
}