/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Author:       Alexopoulos Aristotelis @ EcontentSys
 Template:     generatepress
 Version:      0.1
*/


.top-bar {
display: none;
}

/*mystyle*/
.home #main {
	background: #fff;
}
#video-col2 {
  position: absolute;
  top: 30%;
  left: 15%;
	/*background-color: #02020240;*/
	width: 100%;
  max-width: 550px;
}
#video-col2 .elementor-widget:not(:last-child) {
  margin-block-end: 10px;
}
#video-col2 p{
margin-bottom: 0px;
}

#section-prod .img-title {
  position: absolute;
  bottom: 4px;
  max-width: 95.5%;
  text-align: center;
  left: 2.2%;
}

#section-prod .img-title p{
padding: 10px;
}

#footer-widgets {
  background-color: #d9d9d9;
}
.footer-widgets a{
	color:#000;
}

.widget ul li{
	border-bottom: none;
}

.foo span {
  display: block;
}
.foo a {
  color: #000;
}
.copyright-bar a {
  color: #da251d;
}
#section-mirror img{
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
	opacity: 0.2;
}
#section-mirror{
	height: 156px;
  margin-bottom: 50px;
	overflow-y: hidden;
	filter: blur(1px);
}
#section-mirror p {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
	padding: 10px;
}
#section-mirror .img-title-mirror{
	position: absolute;
  top: 4px;
  max-width: 95.5%;
  text-align: center;
  left: 2.2%;
}
/*responsive*/

/*header*/
@media only screen and (max-width: 1024px){
	.site-logo{
margin-bottom: 0;		
	}
	.header-image.is-logo-image {
  width: 100%;
  max-width: 50px;
 }
	.main-navigation .main-nav ul li a{
		line-height: 30px;
		padding-left: 10px;
      padding-right: 10px;

	}
	.inside-header {
  padding: 10px;
}
	.top-bar .widget_nav_menu > div > ul{
		font-size: 13px;
	}
.top-bar .widget_nav_menu li.contact-top-menu a {
  padding-left: 20px;
	}
.top-bar .widget_nav_menu li.contact-top-menu-2 a {
  padding-left: 30px;
	background-size: 24px;
	}
	
	.top-bar .widget_nav_menu li.lang-select-top-menu a {
		padding-left: 35px;
	background-size: 25px;
	}

	#video-col2{
		top: 22%;
  left: 10%;
		max-width: 300px;
	}
	#video-col1 .elementor-video{
min-height: 500px;		
	}

}

@media only screen and (max-width: 768px){
.top {
  display: none;
}
.top-bar .widget_nav_menu li.contact-top-menu a {
    padding-left: 0;
    background-size: 20px;
  }
.menu-toggle {
  line-height: 34px;
}
.top-bar .widget_nav_menu li {
	margin: 0 3px;
}
}