/*
Theme Name: Gite du Cros
Description: Theme enfant de Drento
Author: Julien MARQUE- JMDev
Author URI: https://jmdev.fr
Template: drento
Version: 0.1.0
*/

.main-navigation li a:not(:last-child)::after {
	position: absolute;
	right: 25%;
	bottom: 6%;
}

.socialLine{
	display: none !important;
}

.main-sidebar-box span, .main-sidebar-box span::before, .main-sidebar-box span::after {
  display: block;
  height: 3px;
  top: 10px;
  left: 0px;
  background: transparent;
  transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}

.main-sidebar-box {
	font-size: 1.4rem;
	width: 60px;
	top: 3.5rem !important;
    right: 2.5em;
	line-height: 40px;
	text-decoration: underline solid khaki 3px;
}

.main-sidebar-box.sidebar-open {
  display: none;
}