 /* Arxiki */ 

.header{
  background:#414042;
  color:white;
}

 /* Arxiki */ 

 /* kanoume tin grammi katw apo tis katigories menu pio entones */ 

 .container-header .metismenu > li > a::after{
    content: "";
    opacity: .5;
    background: 0 0;
    height: 2px;
    margin: auto;
    transition: all .2s,background-color .2s;
    display: block;
    position: absolute;
    bottom: 0;
 }

/* kanoume tin grammi katw apo tis katigories menu pio entones */ 

/* Yposelido */ 

.footer{
  background:#414042;
}

/* Yposelido */ 


/* My banner */ 

.my-banner .custom {
 height: 500px;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 flex-direction: column;
 gap: 15px;
}

.my-banner .custom::after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: #00000040;
}

.my-banner .title {
text-align: center;
font-weight: 500;
font-size: 2.5rem;
padding: 4px 0;
border: 1px solid #fff;
border-width: 2px 0 2px 0;
z-index: 1;
  }

/* My banner */ 

/* titlos banner */ 

.styled-header {
  background-color: #424242;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid white;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* titlos banner */ 
  

/* telephone & adress */ 


.header-left,
.header-right {
  display: flex;
  align-items: center;
  text-align: center;
  width: 20%;
  justify-content: center;
}

.moduletable.contact-details.adress {
  display: flex;
  align-items: center;
  text-align: center;
  width: 20%;
  justify-content: center;
}

.contact-details a {
  text-decoration:unset;
}

/* telephone & adress */ 


/* menu */ 

.grid-child.container-nav {
  display: flex;
  justify-content: center;
  }

/* menu */ 

/* arthra */ 

.blog .blog-item .page-header h2 {
 font-size: 20px;
 }

.blog .blog-item .page-header a {
  text-decoration:unset;
  color:initial; 
  }

.blog .blog-item .item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  }

.blog .blog-item .readmore {
  margin-top: auto;
  margin-bottom: 1rem;
  }

  .blog .blog-item .item-image img
 {
 height: 250px;
 object-fit: cover;
}


/* arthra */ 


/* arthra, services */ 

.com-content-category-blog ul,
.services .com-content-article ul {
 list-style: none;
 padding: 0;
 }

/* exoume mono ta li */
.sxetika-arthra .mod-list > li ul li,
.com-content-category-blog li,
.services .com-content-article li {
 display:flex;
 flex-direction:row;
 align-items: center;
 margin-bottom: 8px
}

/* exoume mono ta li */


/* exoume mono ta before */
.sxetika-arthra .mod-list > li ul li:before,
.com-content-category-blog li:before,
.services .com-content-article li:before {
 content:"";
 background-image: url(/images/icons/arrow.svg);
 background-repeat: no-repeat;
 min-width:20px;
 min-height: 20px;
 margin-right: 8px;
 display:inline-flex;
}

/* exoume mono ta before */

/* arthra, services */ 


/* apokripsi stoixeiou */
.services.view-category .sxetika-arthra {
  display:none;
}

/* apokripsi stoixeiou */

/* peirazoume ton titlo twn proteinomenwn arthrwn */

.sxetika-arthra  .newsflash-title a{
  padding: 0 10px;
  text-decoration: none;
  color: initial;
}

/* peirazoume ton titlo twn proteinomenwn arthrwn */
  

/* peirzoume tis eikones */

.sxetika-arthra .newsflash-image {
  max-height: 220px;
  overflow: hidden;
  order: -1;
  margin-top: -1px;
  margin-bottom: 10px;
  }


/* peirzoume tis eikones */

/* dimiourgia boxed */

.sxetika-arthra .mod-list > li {
  box-shadow: 0 0 2px #3339421a,0 2px 5px #33394214,0 5px 15px #33394214,inset 0 3px 0 var(--cassiopeia-color-primary);
    background-color: #fff;
  }
/* dimiourgia boxed */


/* dimiourgia btn */

.btn .icon-chevron-right {
  display: none;
  }

.btn {
 color: #333;
 background: unset;
 position: relative;
 border: 1px solid #333; 
}

.btn:active,
.btn:hover {
 color: #333;  
 background: unset;
 position: relative; 
 border-color: transparent !important; 
}


.btn:after,
.btn:before {
 height: 1px;
 background: #333;
 content: "";
 display: block;
 position: absolute;
 transition: all 280ms ease-in-out !important;
 left: 50%;
 right: 50%;
 bottom: 0px;
}


.btn:after{
 top:auto;
 bottom:0;  
}


.btn:before {
 top:0;
 bottom: auto;
}

.btn:hover:after,
.btn:hover:before {
 left: 0;
 right: 0;
}


/* dimiourgia btn */


/* kinita kai tablet */

/* media screen 992 */
 @media only screen and (max-width: 992px){
    .container-nav .moduletable,
    .container-nav .moduletable .navbar-collapse,
    .container-nav .moduletable .navbar-collapse.mod-list {
    width:100%; 
    }


    .mobile-menu .navbar-collapse  {
    position: absolute;
    top: 41px;
    background: rgb(65, 64, 66);
    width: 95vw !important;
    margin: 0px;
    left: -1vw;
    right: 0px;
    padding: 5px 10px;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 4px;
    max-width: 500px;
    }

    .mobile-menu .mod-menu{
    width: 100%;
    }

    .mobile-menu .navbar-collapse li a{
    overflow: hidden;
    text-overflow: ellipsis;
    }

    .informations {
    order: -1;
    }

    .my-banner .title {
    font-size: 1.5rem;
    }

    .my-banner .custom {
    height: 300px;
    }

    .logo-top img{
    height: 100px;
    width: 100%;
    }

    .blog .blog-item .item-content {
    padding-top:15px;
     }

    .grid-child.container-nav{
    padding:0;
    }

 }

/* kinita kai tablet */