/**
Theme Name: xylofournos
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xylofournos
Template: astra
*/
p,.entry-content p{
	margin-bottom:0 !important;
}
.myfooter .myfooter_heading{
   border-bottom: 1px dashed #C1A462;
}

.myfooter .footer_arrows p:before{
	font-family: "Line Awesome Free";
	font-weight:900;
	content:'\f105';
	font-size:14px;
	color:#C1A462;
	padding-right:5px;
}
.myfooter a{
	color:#fff !important;
}
.myfooter .elementor-icon-box-title,.myfooter .elementor-icon-box-title a,.myfooter a.elementor-icon.elementor-animation-{
	color:#C1A462 !important;
}
/*--------------slider--------------*/
/* Slideshow container */
.blog-slider__container {
  width: 100vw;
  position: relative;
  margin: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.slider-items{
	max-width: 390px;
    height: 607px;
    position: absolute;
    left: 8.70%;
    top: 0;
	padding: 0px 15px;
}
.blog-slider__description {
  margin-top: 20px;
	height:100px;
}

.blog-slider__description p {
    max-width: 500px;
    line-height: 21px;
    color: black;
	font-size:16px;
   /* height: 52px;*/
}

.blog-slider__container .btn {
    margin-top: 60px;
}

.blog-slider__container .btn a {
    color: #18401a;
    border: 1px solid;
    padding: 15px;
    border-radius: 25px;
    text-decoration: none;
}

.blog-slider__container .btn a:hover {
    background: #18401a;
    color: #fff;
    border: #18401a;
}

.blogSlides {
    min-height: 969px !important;
/*     align-items: flex-start;
    justify-content: center; */
    background-position: center;
    background-size: cover;
    flex-direction: column;
/*     text-align: left; */
	position:relative;
}
.overlay{
	position:absolute;
	bottom:-7px;
	width:100%;
}
.overlay img{
	width:100%;
}
.sub-menu a{
	cursor:pointer;
}
@media(max-width:1025px) {
	.blogSlides {
    min-height: 400px !important;
	}
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
/*     width: 40px; */
    margin: -1% 4%;
    padding: 8px;
    color: #999999;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 51%;
	padding-left: 14px;
}

.prev:hover, .next:hover {
    color: #fff;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 51%;
  padding: 8px;
  padding-left: 14px;
}
.prev{
  left: 0;
  border-radius: 51%;
  padding: 8px;
  padding-left: 14px;
}
@media(max-width:1679px) {
	.prev, .next {
		display:block;
	}
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
i.las.la-angle-left,i.las.la-angle-right{
	font-size:47px;
}
/*----------- header ------------*/
#myheader {
	position: absolute;
    width: 100%;
	z-index: 99;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
	top:50px !important;
}
.wpml-ls-current-language{
    position:relative;
	top:22px;
}
/*------- telos header ---------*/
.katalogos i.far.fa-file-pdf{
	padding-top:5px;
}

/*----------- carousel---------*/
.eachmyproductcat{
	border:1px dashed #c1a462;	
    padding: 10px 14px;
	border-radius: 10px;
	/*max-height: 115px;*/
}
.eachmyproductcat:hover{
	background:#c1a462;
	background-image:url(https://xylofournos.gr/wp-content/uploads/2021/04/cat-bg-hover.png);
	background-repeat:no-repeat;
	background-position: center right;
}
.eachmyproductcat:hover .myproduct_cat_name,.eachmyproductcat:hover .myproduct_cat_desc{
	color:white;
}
.eachmyproductcat:hover .myproduct_cat_name h4:before{
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  color:white;
}
blockquote{
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}
.myproduct_cat_name h4{
	font-size:24px;
	color:#222222;
	font-style: normal;
	text-transform: uppercase;
}
.myproduct_cat_desc{
	font-size:14px;
	color:#222222;
	font-style: normal;
    overflow-y: hidden;
    text-overflow: ellipsis;
    max-height: 57px;
}
.epomeno,.prohgoumeno{
    width: 100%;
    text-align: center;
	position:unset;
}
.epomeno:focus,.prohgoumeno:focus{
	outline:none !important;
}
.epomeno:after{
	content: '\f106';
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #cccccc !important;
    font-size: 36px;
    padding: 10px 14px;
}
.prohgoumeno:after{
	content: '\f107';
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #cccccc !important;
    font-size: 36px;
    padding: 10px 14px;
}
.cat{
	height:513px;
	padding: 40px 0;
}
.myitems{
	height: auto !important;
}
.myproductcarousel .swiper-button-next,.myproductcarousel .swiper-button-prev{
	background-image:none!important;
}
/*--------- banner ------------*/
.top-wave {
    position: absolute;
    top: 0px;
	z-index:2;
	background-image:url(https://xylofournos.gr/wp-content/uploads/2021/04/top-wave.png);
	background-position: 50% 50%;
	height: 65px;
    width: 100%;
	background-size:cover;
}
.bottom-wave {
    position: absolute;
    bottom: 0px;
	z-index:2;
	background-image:url(https://xylofournos.gr/wp-content/uploads/2021/04/bottom-wave.png);
	background-position: 50% 50%;
	height: 65px;
    width: 100%;
	background-size:cover;
}
.banner-overlay{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:rgb(0,0,0,0.5);
}
.banner_text{
	color:white;
	position:relative;
	font-size:60px;
	text-align: center;
	padding:70px 0;
	font-style:normal;
}

/*------- video home --------*/
.myvideo{
	position:relative;
}
.myvideo_text{
	position:absolute;
	bottom:30%;
}
/*----------elementor editon---------*/
.elementor-editor-active .blogSlides.fade{
	display:none;
}
.elementor-editor-active #myheader{
	position:initial;
}
.elementor-element-610ca27{
	margin-bottom:0 !important;
}
/*-------- zizzak ------*/
.product_box{
	display:flex;
	padding: 50px 10px;
}
.product_box:not(:first-child){
	border-top:1px dashed #c1a462;
}
.product_box_left{
	width:50%;
}
.product_box_right{
	width:50%;
}
.product_box_img{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height:600px;
}
.product_box_title h2{
	font-size:48px;
	color:#222;
}
.product_box_title h2:after{
	font-family: "Line Awesome Free";
	font-weight:900;
	content:'\f061';
	font-size:36px;
	color:#C1A462;
	padding-left:5px;
}
.product_box_desc{
	font-size:16px;
	color:#222
}
.product_box_btn{
	margin-top:30px;
}
.product_box_link{
	background:#c1a462;
	color:white !important;
	border-radius:27px;
	padding: 15px 30px;
}
.product_box_link:after{
	font-family: "Line Awesome Free";
	font-weight:900;
	content:'\f061';
	font-size:16px;
	color:#fff;
	padding-left:5px;
}
.product_box_child span{
	text-transform:uppercase;
	font-size:16px;
}
.padding{
	padding:0 15px;
}
/*--------------responsive-------------------*/
/*----------------selida proionton-----------*/
@media only screen and (max-width: 767px) {
	.product_box{
		flex-direction:column;
	}
	.product_box_right,.product_box_left{
		width:100%;
	}
	.katakorufa{
		flex-direction:column-reverse !important;
	}
}
/*------header-----*/
@media only screen and (max-width: 1025px) {
	.logotupo{
		width:33% !important;
		order:2;
	}
	.mymenu{
		width:33% !important;
		order:1;
	}
	.mysearchbar{
		width:33% !important;
		order:3;
	}
}
/*------ banner --------*/
/* @media only screen and (min-width: 1921px) {
	.mybanner-box{
	width: 50%;
    margin: 0 auto;
	}
} */
@media only screen and (max-width: 550px) {
	.banner_text{
		font-size:50px;
	}
}
/*-----video----------*/
@media only screen and (max-width: 1025px) {
.myvideo_text{
	bottom:15%;
}
}
@media only screen and (max-width: 550px) {
.myvideo_text{
	display:none;
}
}
/*-------footer--------*/
@media only screen and (max-width: 767px) {
.myfooter{
	background:#111;
	background-size:contain !important;
}
}
/* .proionta-template-default #breadcrumbs > span > span > span > a{
	display:none;
} */
