p,li{
    font-size: 18px;
}

#article-blog .articles-area,
.article-blog .articles-area,
#article-carousel .articles-area,
#blog-articles .articles-area {
    display:flex;
}
#article-blog .entry,
.article-blog .entry,
#article-carousel .entry,
#blog-articles .entry {
    border: 1px solid #D6D6D6;
    border-radius: 26px;
    padding: 20px;
}
#article-blog .entry-title,
.article-blog .entry-title,
#article-carousel .entry-title,
#blog-articles .entry-title {
    line-height: 30px;
    font-weight: 600;
    font-size: 22px;
}
#article-blog .entry-meta,
.article-blog .entry-meta,
#article-carousel .entry-meta,
#blog-articles .entry-meta {
    white-space: nowrap;
}
#article-blog .entry-meta li,
.article-blog .entry-meta li,
#article-carousel .entry-meta li,
#blog-articles .entry-meta li {
    color: #434951;
    font-size: 14px;
    font-weight: 400;
}
#article-blog .entry-category,
.article-blog .entry-category,
#article-carousel .entry-category,
#blog-articles .entry-category {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 400;
}

.inline-containerbc {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.inline-containerbc h4{
    margin-bottom:7px;
}

.inline-containerbc img{
    margin:0;
}

.bcmr-3 {
    margin-right: 30px;
}

/*.articles-area {*/
/*    display:flex;*/
/*}*/
/*.entry {*/
/*    border: 1px solid #D6D6D6;*/
/*    border-radius: 26px;*/
/*    padding: 20px;*/
/*}*/
/*.entry-title {*/
/*    line-height: 30px;*/
/*    font-weight: 600;*/
/*    font-size: 22px;*/
/*}*/
/*.entry-meta {*/
/*    white-space: nowrap;*/
/*}*/
/*.entry-meta li {*/
/*    color: #434951;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*}*/
/*.entry-category {*/
/*    margin: 20px 0;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*}*/

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.1);
}

.fancybox__container {
    margin: 0 !important;
    padding: 0 !important;
}

.fancybox__content {
    display: flex;
    justify-content: center;
    align-items: center;
     height: auto !important;
    background-color: #000; /* Προσαρμόσιμο ανάλογα με το θέμα */
}

body.fancybox-active {
    overflow: hidden !important; /* Εμποδίζει το scroll */
}

.a-c-active {
	padding: 6px 14px 6px 14px!important;
}
#articles-front-1 {
    width: 100%;
    height: 100%;
    padding: 10px;
}
#articles-front-1 .col-md-4 {
    width: 100%;
    height: 100%;
}
#articles-front-1 .col-md-4 .entry {
    min-height: 554px;
}
#articles-front-1 .col-md-4 .entry .entry-image img {
    min-height: 300px;
    max-height: 300px;
}
#articles-front-2 {
    width: 100%;
    height: 100%;
    padding: 10px;
}
#articles-front-2 .col-md-4 {
    width: 100%;
    height: 100%;
}
#articles-front-2 .col-md-4 .entry {
    min-height: 265px;
    max-height: 265px;
    margin-bottom: 25px;
}
#articles-front-2 .col-md-4 .entry-root {
    display: flex;
}
#articles-front-2 .col-md-4 .sub-entry {
    padding: 20px!important;
}
#articles-front-2 .col-md-4 .entry .entry-image, #articles-front-2 .col-md-4 .entry .entry-image img {
    max-width: 205px;
    max-height: 200px;
    min-width: 205px;
    min-height: 200px;
}
#articles-front-2 .col-md-4 .entry div {
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    .custom-article {
		width: 100%;
	}
    .carousel-item article {
		min-height: 350px;
	}
	.carousel-item .entry-image img {
		display: block;
  		max-height: 200px;
  		min-height: 200px;
	}
    #article-carousel {
	    display: block;
	 }
    #article-blog {
	    display: none;
	 }
	.carousel-indicators [data-bs-target] {
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background-color: #9B5DFF;
	}
    .articles-area {
        display:flex;
        flex-direction: column;
    }
    #articles-front-1 .col-md-4 .entry-root {
        display: flex;
    }
    #articles-front-1 .col-md-4 .sub-entry {
        padding: 20px!important;
    }
    #articles-front-1 {
        margin-bottom: -45px!important;
    }
    #articles-front-1 .col-md-4 .entry {
        min-height: auto;
    }
    #articles-front-2 {
        margin: 0!important;
    }
    #articles-front-2 .col-md-4 .entry .entry-image, #articles-front-2 .col-md-4 .entry .entry-image img {
        max-width: 115px;
        max-height: 110px;
        min-width: 115px;
        min-height: 110px;
    }
    #articles-front-1 .col-md-4 .entry .entry-image, #articles-front-1 .col-md-4 .entry .entry-image img {
        max-width: 115px;
        max-height: 110px;
        min-width: 115px;
        min-height: 110px;
    }
}

.global-list.shareIconspost{
            columns: 2;
        column-gap: 20px;
        list-style: none;
        padding: 0;
        display: block !important;
}
.shareIconspost li {
        margin-bottom: 12px;
}
.shareIconspost img {
        width: 100%;
        margin: 0;
}
 .widget-title1 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
 .sa-widget.arthrou .sa-post.post-style-1 {
        display: flex;
    }
    .sa-widget.arthrou .sa-post.small-post .entry-title a {
        font-size: 14px;
        line-height: 25px;
        overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    }
     .sa-post.small-post .global-list {
    padding-left: 0;
    padding-right: 0;
  }
  .sa-widget.arthrou .sa-post.small-post .entry-meta {
    margin: 0px 0px;
}
.post-style-1 .entry-thumbnail img {
    height: 88px !important;
/*    width: 82px;
    max-width: 82px;*/
}




 }
 @media only screen and (min-width: 600px)  and  (max-width: 991px){
    .sa-widget.arthrou .sa-post.post-style-1 {
        display: flex;
    }
    .sa-widget.arthrou .sa-post.small-post .entry-title a {
        font-size: 14px;
        line-height: 25px;
        overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    }



 }


 @media only screen and (min-width: 768px)  and  (max-width: 991px){
        #slider {
                display: block !important;
        }
        .min-vh-md-100 {
                min-height: 50vh !important;
        }
        .eikonahome img{
            height:100%;
        }
}
@media only screen and (min-width: 992px)  and  (max-width: 1024px){
        #logo{
                width:17%;
                margin-right: 10px;
        }
        .menu-link {
    font-size: 13px;
    padding: 10px;
    }

}
@media only screen and (min-width: 1024px)  and  (max-width: 1119px){
#logo {
    width: 12%;
        margin-right: 10px;
}
.menu-link {
    padding: 10px;
    font-size: 14px;
}

}
@media only screen and (min-width: 1120px)  and  (max-width: 1199px){
        #logo {
            width: 14%;
                margin-right: 10px;
        }
        .menu-link {
            padding: 10px;
            font-size: 14px;
        }
}
@media only screen and (min-width: 1200px)  and  (max-width: 1399px){
        #logo {
            width: 17%;
        }
}
@media only screen and (max-width: 768px) {
        #logo
        {
            width: 125px !important;
        }
        section#content\ buildmindset .container.mobile
        {
            display: block;
        }
}