/*
Theme Name:   Senaon child
Description:  Senaon Child Theme
Author:       360 Digital Bird
Author URI:   https://www.digitalbird.gr
Template:     senaon
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  senaon-child
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html,
body {
	max-width: 100vw;
	overflow-x: hidden;
	background-color:#eeeeee;
	font-family: "Manrope", sans-serif;
}

#menu-header.scrolled-head {
	background-color: #ffffff;
}

#menu-header.scrolled-head a{
	color: #000;
}

#menu-header.scrolled-head #head-book{
	color: #000;
	border-color: #000;
}

#menu-header.scrolled-head #head-book:hover {
	color: #ffffff;
	background-color: #000;
}

#menuToggle {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
/* 	top: 35px; */
	right: 25px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
#menuToggle span {
	display: flex;
	width: 40px;
	height: 6px;
	margin-bottom: 5px;
	position: relative;
	border-style: solid none;
	border-width: 2px;
	border-color: #cfaf80;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
	/* border-style: solid none solid solid; */
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	border-style: solid solid solid none;
}
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	/* background: #36383f; */
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	margin: 0;
	background: url("/wp-content/uploads/senaon-favicon.svg"),
		linear-gradient(
			0deg,
			rgba(200, 200, 200, 1) 15%,
			rgba(255, 255, 255, 1) 75%
		);
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: overlay;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(120%, 0);
	transition: transform 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style: none;
}

#menu li {
	padding: 2rem 0;
	transition-delay: 2s;
}

#menu li a {
	color: #000;
	font-size: 2rem;
	transition: font-size 0.5s;
}

#menu li:hover a {
	color: #dac188;
	font-size: 3rem;
}

#menuToggle input:checked ~ ul {
	transform: none;
}

.action-button a {
	padding: 10px 25px;
/* 	font-family: "Roboto", sans-serif; */
	font-weight: 500;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	z-index: 1;
	color: #000;
}

.action-button a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
	transition: all 0.3s ease;
}

.action-button a:hover {
	color: #ffffff;
}

.action-button a:hover:after {
	top: auto;
	bottom: 0;
	width: 100%;
}

.action-button a.home-header-top {
	border-color: white;
}

.action-button a.home-header-top:hover {
	border-color: #000;
}

.lang-select a.home-header-top.home-header-top {
	color: white;
}

#contact-form form {
	display:flex;
	flex-direction: column;
	align-items: center;
}

#contact-form form p {
	width: 100%;
	max-width: 720px;
	display: flex;
    justify-content: center;
}


#contact-form form p label {
	width: 100%;
	margin-bottom: 5px;
}

#contact-form form input,
#contact-form form textarea {
	border: solid 1px #d7d7d7;
    border-radius: 0px;
    background-color: transparent;
}

#contact-form form input[type=submit] {
	background-color: transparent;
	color: #000;
	border: solid 1px #000;
}

#contact-form form input[type=submit]:hover {
	background-color: #000;
	color: #ffffff;
}

.wpcf7-spinner {
	position: absolute;
}

#contact-form form input:focus {
	background-color: #ffffff;
	border:none !important;
}

.booking-form {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.booking-form label {
	color: #000;
}

.booking-form input,
.booking-form select {
	background-color: transparent;
	border-radius: 0px;
}

.check-in-date,
.check-out-date,
.rooms-picker,
.adults-picker,
.children-picker {
	width: 100%;
	margin: 10px auto;
}

.booking-form .check {
	width: 100%;
}

[type=submit] {
	background-color: transparent;
    color: #000;
    border: 1px solid #000;
    margin-top: 25px;
    width: 100%;
}

[type=submit]:hover {
	background-color: #000;
	color: #ffffff;
}

.wp-gr .grw-row {
	flex-direction: column;
}

.wp-gr .grw-row .wp-star path{
	fill: #F4C430;
}

.wp-gr .wp-google-rating {
	color: #F4C430 !important;
}

.wp-gr .grw-row-m .grw-header+.grw-content,
.wp-gr .grw-row-x .grw-header+.grw-content,
.wp-gr .grw-row-s .grw-header+.grw-content,
.wp-gr .grw-row-xs .grw-header+.grw-content{
	width: 100% !important;	
}

.wp-gr .wp-google-right {
	width: auto !important;
}

@media only screen and (max-width: 1025px) {
	#hfe-flyout-content-id-659ca54 {
		animation-name: opening !important;
		animation-duration: 0.5s !important;
	}
	
	.wp-gr .grw-row-x .grw-header+.grw-content .grw-review,
	.wp-gr .grw-row-s .grw-header+.grw-content .grw-review{
		flex: 0 0 50%;
	}
	
	.check-in-date,
	.check-out-date,
	.rooms-picker,
	.adults-picker,
	.children-picker {
		width: 100%;
	}
	
  .hfe-flyout-close {
    margin: 25px !important;
  }

  @keyframes opening {
    from {
      right: -400px;
    }
    to {
      right: 0px;
    }
  }

  @keyframes closing {
    from {
      right: 0px;
    }
    to {
      right: -400px;
    }
  }
}

/*Copyright footer*/
#copyright {
	display: inline-flex;
/* 	color: #C9C9C9; */
	width: 100% !important;
}
.Digital_Bird {
  display: inline-flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
.Digital_Bird > span {padding: 0 4px;color: #fee12b;}
.Digital_Bird:hover, .Digital_Bird:focus, .Digital_Bird:active {
  -webkit-animation-name: Digital_Bird;
  animation-name: Digital_Bird;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media only screen and (max-width: 1025px) {
	.title-container h1 {
		font-size: 1.75em !important;
		margin-top: 0.4em !important;
	}
	
	.more-btn span{
		font-size: 0.9em !important;
	}
}

@media only screen and (max-width: 767px) {
	.title-container {
		padding-right: 30px;
	}
	.title-container h1 {
		font-size: 1.5em !important;
		margin-top: 0.3em !important;
	}
	
	.more-btn span{
		font-size: 0.9em !important;
	}
	
	.home-food {
		display: flex;
		flex-direction: column;
	}
	
	#loc-btn {
		margin-right: 1em;
	}
	
	.more-btn,
	.more-btn-light {
		padding: 0 2em 0 0;
	}
}
