/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.gallery-btn{
	display: none;
}

.elementor-icon svg {
	margin-bottom: -5px;
    height: unset!important;
}

:focus{
	outline: unset!important;
}

.padding-container{
	padding-left: 5vw!important;
	padding-right: 5vw!important;
}

.margin-container{
	margin-left: 5vw!important;
	margin-right: 5vw!important;
	width: calc(100% - 10vw)!important;
	max-width: calc(100% - 10vw)!important;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 0;
}



/* PINK CIRCLE BG 
.overflow-container{
    overflow: hidden!important;
}

.bg-circle:after{
    content: "";
    background-image: url("https://www.arroz.gr/wp-content/uploads/2023/09/bg-pink-circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 800px;
    height: 800px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
	opacity: 85%;
	pointer-events: none;
	z-index: -1;
}
/* PINK CIRCLE BG */

.book-container{
    border-radius: 100% 0;
    border-style: solid;
    border-width: 1px;
    border-color: #BB677F;
    width: 90px;
    height: 90px;
    transform: rotate(45deg);
	transition: .3s ease-out;
}

.book-container:hover{
    background-color: #BB677F;
	transition: .2s ease-in;
}

.book-container:hover .book-btn span{
    color: #fff!important;
	transition: .2s ease-in;
}

.book-btn span{    
	transition: .3s ease-out;
}

.book-btn{
	transform: rotate(-45deg)!important;
	pointer-events: none;	
}

 a.privacy-button{
    color: #fff!important;
	font-weight: bold!important;
}

.cky-notice-btn-wrapper button {
    font-size: 15px;
}

.cky-notice-group p {
    font-family: 'Roboto'!important;
	line-height: 20px!important;
}

p.cky-title {
    font-family: 'Roboto'!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
	letter-spacing: .2em!important;
}

button.cky-btn {
    font-family: 'Roboto'!important;
}


@media(min-width:1025px){
.pink-bg:after{
    content:"";
    background-color: #BB677F;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 35%;
    transition: .3s ease-out;
}

.pink-bg:hover:after{
    opacity: 0;
    transition: .2s ease-in;
}

.leafs-bg:before{
    content:"";
    background-image: url("https://www.arroz.gr/wp-content/uploads/2023/09/hover_leafs-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 480px;
    height: 380px;
    position: absolute;
    top: -55px;
    right: 10px;
    left: unset;
    opacity: 0;
    transition: .3s ease-out;
	pointer-events: none;
}

.leafs-bg:hover:before{
    opacity: 1;
    transition: .2s ease-in;
}

.greyscale-bg{
    -webkit-filter: grayscale(100%);
    transition: .3s ease-out;
}

.greyscale-bg:hover{
   -webkit-filter: unset; 
   transition: .2s ease-in;
}
}

@media(max-width:1450px){
    .leafs-bg:before{
		width: 400px;
		height: 300px;
		top: -45px;
		right: 0px;
	}
	
	.bg-circle-right:after{
		width: 600px;
		height: 600px;
	}
}

@media(max-width:1024px){
	.bg-circle:after{
		width: 400px;
		height: 400px;
	}
}

@media(max-width:767px){
.cky-notice-group p {
    font-family: 'Roboto'!important;
	line-height: 20px!important;
	text-align: center!important;
}

p.cky-title {
    font-family: 'Roboto'!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
	letter-spacing: .2em!important;
	text-align: center!important;
}
	
.cky-consent-container {
    width: 100%!important;
}
	
.cky-box-bottom-left {
    bottom: 0!important;
    left: 0!important;
}

.cky-consent-container .cky-consent-bar {
    border-radius: 0!important;
}
}
