/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */



body,html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #d2d2d4;
}
::-webkit-scrollbar-thumb {
  background: #4c4c4c;
}
::selection {
    background: #4c4c4c;
    color: white;
}

::-moz-selection {
    background: #4c4c4c;
    color: white;
}

.title-with-line{
  position: relative;
  display: inline-block;
}

.title-with-line::after{
  content: "";
  position: absolute;
  left: 0;
 
  bottom: 0px;
  height: 2px;
  width: 260px;
  background: #000;

  transform: scaleX(0);
  transform-origin: left;
}

/* Παίζει ΜΙΑ φορά */
.title-with-line.animate::after{
  animation: lineReveal 2.5s ease forwards;
}

@keyframes lineReveal{
  0%   { transform: scaleX(0); transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: left; }
}











/* Shortcode Breadcrumb Style */
.cactus-breadcrumbs {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 8px 16px;
    background: transparent;
    display: inline-block;
	text-transform: uppercase;
}


.cactus-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cactus-breadcrumbs li {
    display: inline-flex;
    align-items: center;
}

.cactus-breadcrumbs a,
.cactus-breadcrumbs span {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.cactus-breadcrumbs a:hover {
    text-decoration: underline;
}

.cactus-breadcrumbs__sep {
    margin: 0 6px;
    color: #fff;
}






/*hide the title of the images on lightbox - projects*/
.elementor-slideshow__footer {
    display: none;
}



