/* 
Theme Name:		 Batzios
Theme URI:		 http://www.redhost.gr/
Description:	 Batzios Theme
Author:			   RedHost
Author URI:		 https://www.redhost.gr/
Template:		   flash
Version:		   1.0.0
Text Domain:	 batzios
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700|Jura:400,700|Source+Sans+Pro:400,600&subset=greek');

body {
  /* font-family: 'Source Sans Pro', sans-serif !important; */
   font-family: 'Comfortaa', cursive !important;
  /* font-family: 'Jura', sans-serif !important; */
}
.transparent.header-sticky .header-bottom {
  border: 0;
}
.transparent.header-sticky #site-navigation .menu-toggle .fa,
.transparent.header-sticky #site-navigation ul li a {
  font-weight: bold;
  font-size: 1.1em;
}
h3.service-title-wrap {
  text-transform: uppercase;
}
.service-image-wrap img {
  width: auto;
}
.credits {
  float: right;
}
.credits-text {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
.credits-text a {
  color: #bcbaba;
}

#preloader span {
  background: #77C151;
}
@-webkit-keyframes preloader {
  0% {
    background: #77C151;
  }
  25% {
    background: #FFF;
  }
  50% {
    background: #77C151;
  }
  100% {
    background: #77C151;
  }
}

@keyframes preloader {
  0% {
    background: #77C151;
  }
  25% {
    background: #FFF;
  }
  50% {
    background: #77C151;
  }
  100% {
    background: #77C151;
  }
}

@media (max-width: 600px) {
  .credits {
    float: none;
  }
  .credits-text {
    font-size: 0.8em;
  }
}

#flash-breadcrumbs {
    display: none;
}
