/* # Easylogic helix ultimate css custom style
   # For EFAXANTHIS Template
   # Sept 2024 
   # Please do not edit if you do not know exactly what you want to do in advance. 
   # Changes to the file have a direct impact on the appearance of the website.
   # Παρακαλείστε να μην κάνετε επεξεργασία εάν δεν γνωρίζετε εκ των προτέρων τι ακριβώς θέλετε να κάνετε.
   # Οι αλλαγές στο αρχείο επιρρεάζουν άμεσα την εμφάνιση της ιστοσελίδας
*/

a:hover {color: #333 !important;}
a {color: #b54f40 !important;}
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    background-color: #13130d;
    border-top: 2px solid transparent;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header .logo {
    height: 104px;
}

#sp-menu {
    padding-left: 0;
}
/* .sp-megamenu-parent {
    display: flex!important;
    width: calc(100% - 75px);
} */
.sp-megamenu-parent > li {
    flex: auto;
    text-align: center;
}
.sp-megamenu-parent > li li {
    text-align: left;
}
.sp-megamenu-parent > li:last-child {
    border-right: 0;
}
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 17px 11px !important;
    color: #fff;
    position: relative;
    font-weight: 300;
    text-transform: uppercase !important;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
      padding-left: 6px!important;
  padding-right: 20px !important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 8px!important;
}
 .sp-megamenu-parent > li li a:before {
    content: '\2713';
    left: -25px; 
    width: 20px;
    position: relative;
    /* color: #001659; */
   color: #b54f40 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
} 

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 16px !important;
    color: #c7b4b3 !important;
    text-decoration: none;
    font-weight: 500;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #776261 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.sp-megamenu-parent .sp-mega-group > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: max-content;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
    width: max-content;
}

/* blog */
.article-introtext img {
    vertical-align: middle;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 0;
}

@media (max-width: 991px) {
  #sp-logo{
    width:100%;
}

#sp-logo .sp-column{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
  }

#offcanvas-toggler{
    height:100%;
}

.burger-icon{
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
}

 #offcanvas-toggler .burger-icon span {
  width: 55px;
  height: 5px;
  display: block;
  background: #b54f40;
  border-radius: 10px;
   margin: 2px 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1.1rem;
    padding: 0.125rem 0;
    position: relative;
    line-height: 40px;
}
.offcanvas-active .burger-icon>span:nth-child(3), #modal-menu-toggler.active .burger-icon>span:nth-child(3) {
    transform: translate(0, -26px) rotate(41deg);
}

.pagination>.active>a, .pagination>.active>span {
    border-color: #b54f40;
    background-color: #b54f40;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    margin-left: 2px;
}
/* Article category view */
.article-intro-image.float-left {
  width: 100%;
  max-height: 340px;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #b54f40;
}
.article-list .article {
  position: relative;
  margin-bottom: 30px;
  padding: 35px 0px 20px 38px !important;
  border: 1px solid #dbcbcb;
  border-radius: 3px;
}
.article-introtext {
  padding: 0 25px 10px 0px !important;
}
.article-list .article:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition: all 0.3s ease-in-out;
}

/* Article details view */

.article-details {
  position: relative;
  display: flex;
  flex-direction: column;
}
.article-details .article-header {
  position: relative;
  order: 1;
}
div[itemprop="articleBody"] {
  order: 2;
}
.article-details .article-full-image {
  margin-bottom: 2rem;
  order: 3;
}
.breadcrumb {
  padding: 0.75rem 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border-bottom: 2px #cacaca dotted;
}
.fa-location-dot::before, .fa-map-marker-alt::before {
  margin-right: 10px;
}
/* slider */
.camera_caption > div {
  padding: 20px 20px;
  height: 100%;
}
.camera_caption_title {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}
.camera_caption > div {
  background: rgba(2, 2, 2, 0.36);
}