/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

#post-comments * {box-sizing: border-box;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

/* Styles For All Blocks*/
.c-count {margin-bottom: 15px;font-weight: 700;padding-bottom: 10px;font-size: 16px;border-bottom: 1px solid #bbbbbb;color: #222;}
.c-img {width: 48px;position: absolute; left: 0;top: 0;z-index: 5;}
.c-img img {width: 100%;}
.c-reply, .c-comment {position: relative;margin-bottom: 18px;}
/*.c-replyform, .c-post {margin-left: 25px;}*/
.c-allcomments,
.c-allcomments:visited {display: block;width: 100%;font-weight: 700;font-size: 14px;color: #fff;background: #1979c3;margin-top: 24px;line-height: 40px;text-align: center;border-radius: 3px;transition: 200ms cubic-bezier(.08,.52,.52,1) background-color;text-decoration: none;}
.c-allcomments:hover {background-color: #e2e2e2;color: #fff;text-decoration: none;}

/* Reply Form */
.c-replyform textarea,
.c-replyform input {color: #222;background: #fff !important;display: block;}
.c-replyform textarea {padding: 8px;height: 70px;border: 1px solid #bbbbbb;}
.c-replyform.no-active textarea {border-bottom: 1px solid #bbbbbb;height: 60px;}
.c-replyform textarea:focus,
.c-replyform input:focus {box-shadow:none;}
.c-replyform button {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.c-replyform button:hover {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}

/* Message */
.c-replyform div.mage-error[generated] {display: none!important;}
.c-replyform .mage-error {background-color: #fff3f3!important;border-color:#d5d6da;}

/* Form */
.c-replyform .c-btn-hld {margin-top: 20px;}
.c-replyform.no-active .c-btn-hld {display: none;}
.c-replyform .c-btn-hld .lr-hld {
    display: -webkit-flex;display: -ms-flexbox;display: flex;
    -webkit-justify-content: center;-ms-flex-pack: justify;justify-content: space-between;
}
.c-replyform .left-hld,
.c-replyform .right-hld {
    width: 49%;padding: 0;-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;
}
@media screen and (max-width: 480px) {
    .c-replyform .c-btn-hld {
        display: -webkit-flex;display: -ms-flexbox;display: flex;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform .lr-hld {
        -webkit-order: 0;-ms-flex-order: 0;order: 0;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform form .c-btn-hld .input-box {
        -webkit-order: 1;-ms-flex-order: 1;order: 1;
    }
    #recaptcha-append-to {
        -webkit-order: 2;-ms-flex-order: 2;order: 2;
    }
    .c-replyform button {
        -webkit-order: 3;-ms-flex-order: 3;order: 3;
    }
    .c-replyform .left-hld {padding: 0 0 20px 0;}
}


/* Button */
.c-replyform button {display: inline-block;color: #fff;background-color: #4db2ec;border: none;border-radius: 0;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;margin-top: 20px;}
.c-replyform button:hover {color: #ffffff;background-color: #222222;}
.c-replyform button.cancel {background-color: #f6f7f9;border-color: #ced0d4;color: #4b4f56;}
.c-replyform button.cancel:hover {background-color: #e9ebee;}


.c-replyform form .c-btn-hld .input-box {width: 100%;text-align: left;padding: 6px 0;display: inline-block;float: left;margin: 20px 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry {float: left;margin: 2px 10px 0 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry.mage-error {
    -webkit-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    -moz-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    box-shadow: 0 0 5px 0 rgb(250, 166, 166);
}

/* Comment */
.c-comments {margin-top: 20px;border-top: 1px solid #ddd;padding-top: 30px;padding-left: 25px;}
.c-comments .c-comment {border-bottom: 1px dashed #eee;}
.c-comments .c-comment:last-child{border-bottom: none}
.c-post .p-info {margin-bottom: 10px;}
.c-post .p-name {font-weight: 700;/*color: #222222;*/display: inline-block;margin-right: 10px;font-size: 14px;line-height: 20px;}
.c-post .publish-date {font-size: 11px;color: #bbbbbb;display: inline-block;line-height: 20px;}
.c-post .p-actions {padding: 8px 0 10px;}
.c-post .p-actions {font-size: 12px;}
.c-post .p-actions a {color: #bbbbbb;}
.c-post .p-actions a:hover {text-decoration: underline; }
.c-post .p-actions span {color: #90949c;}

/* Post's replies and reply form */
.p-replies {border-left: 1px dotted #bdbdbd; padding-left: 10px;}
.p-replies .c-img {width: 36px;}
.p-replies .c-post, .p-replies .c-replyform {margin-left: 20px;}
.p-replies .c-comment {margin-bottom: 10px;}
.p-replies .c-more {background: #d7eaf9;padding: 5px;font-size: 12px;border-radius: 3px;margin-bottom: 10px;}
.p-replies .c-more a {color: #4267b2; font-weight: 700; font-size: 11px;}
.p-replies .c-more a:hover {text-decoration: underline;}
.p-replies .c-more i{width: 0;height: 0;border-left: 3px solid rgba(0, 0, 0, 0);border-right: 3px solid rgba(0, 0, 0, 0);border-top: 3px solid #768196;vertical-align: middle;margin-left: 3px;position: relative;top: 7px;}

/* MSP recaptcha */
#post-comments .c-replyform .c-btn-hld #msp-recaptcha-container {margin-top: 20px;}

@media screen and (max-width: 450px) {
    .c-img {width: 38px;}
    .c-post {font-size: 13px;}
    .c-post .p-actions {font-size: 11px;}
    .c-reply, .c-comment {position: relative;margin-bottom: 18px;}
    .c-replyform, .c-post {margin-left: 0}
    .p-replies {padding-left: 5px;}
    .p-replies .c-img {width: 28px;}
    .p-replies .c-post, .p-replies .c-replyform {margin-left: 34px;}
    .p-replies .c-more a {font-size: 10px;padding: 3px;}
    .c-replyform .left-hld,
    .c-replyform .right-hld {float:none;width: 100%;}
}

.widget.block.block {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding-bottom: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;

}

.widget.block.block .block-title {
    background-color: transparent; 
    color: black; 
}
.tag-content {
    background-color: transparent; 
    color: black; 
}


.widget.block.block-tagclaud {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.widget.block.block-tagclaud .block-title {
    background-color: transparent; 
    color: black; 
}

.tagclaud-hld {
    background-color: transparent !important; 
    color: black; 
}


.tagclaud-hld {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    padding: 10px 0;
}

.tagclaud-hld span {
    display: inline-block;
    background-color: transparent; /* White background for each tag */
    color: black !important; /* Black text color */
    padding: 5px 10px; /* Adds padding inside each tag for better appearance */
    text-align: center;
    white-space: nowrap; /* Prevents text wrapping inside each tag */
    font-size: 12px !important; /* Set uniform font size for all tags */
}

.tagclaud-hld a {
    color: black !important; 
    text-decoration: none; 
}

.tagclaud-hld a:hover {
    text-decoration: underline !important;
    color: black !important; 
}




.accordion {
    background-color: transparent !important; 
    color: black; 
}

.category-content {
    background-color: transparent; 
    color: black; 
}

.subcategory-links-wrapper {
    background-color: transparent !important; 
    color: black; 
}

.subcategory-links {
    background-color: transparent !important; 
    list-style-type: none; 
    padding: 0; 
}


.blog-page .columns,
.blog-page-list .columns {
    display: flex;
    justify-content: center; 
    padding: 0 20px;
}

.blog-page .column.main {
    max-width: 850px; 
    margin-top: 40px !important;
}

.blog-page-list .column.main {
    margin-top: 50px !important;
}

.blog-page .sidebar.sidebar-additional{
    margin-top: 38px !important;
    max-width: 250px !important;
}

.blog-page-list .sidebar.sidebar-additional .block-content{
    padding:10px 0px !important
}
.blog-page-list .sidebar.sidebar-additional .widget.block.block .accordion{
    padding:10px 0px !important
}
.blog-page-list .sidebar.sidebar-additional .widget.block.block .block-title{
    padding:15px 0px !important
}

.blog-page.blog-page-list .breadcrumbs{
  max-width: 1200px !important;
  margin: auto auto !important;
}

.blog-page-list .post-list li:hover:hover img{
    transform: none !important
}

.blog-page-list .post-list li img{
    height: 519px;
    width: 780px;
    object-fit: cover;
    display: block;
}
.blog-page-list .post-content-wrapper{
    max-width: 780px !important;
}

.blog-page .date-box div {
    font-family: Averta !important;
}

.blog-page p {
    font-family: "Averta" !important;
    font-size: large !important;
    line-height: 1.4 !important;
}

.blog-page h1{
    font-family: "Averta" !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.blog-page.blog-post-view .breadcrumbs{
     max-width: 1200px !important;
}

.blog-page.blog-post-view h2{
    font-family: "Averta" !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.blog-page.blog-page-list h2{
    font-family: "Averta" !important;
    font-size: 2.0em !important;
    font-weight: 600 !important;
}

.blog-page .post-read-more  a{
    font-family: "Averta" !important;
}


.blog-page-list .breadcrumbs strong{
    font-weight: bold !important;
    color: black !important
}

.blog-page-list .post-text-hld div{
    font-family: Averta !important;
    font-size: medium !important;
}

.blog-page .post-read-more{
    font-family: Averta!important;
    color: black !important;
    font-size:13px !important
}

.blog-page .post-read-more:hover {
    text-decoration: underline;
}

/* Sidebar styling */
.blog-page .sidebar,
.blog-page-list .sidebar {
    flex: 0 0 25%; 
    margin-left: 20px; 
}

.blog-page.blog-post-view .page-main{
    background-image: url(/pub/media/wysiwyg/blogBgImage.jpg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1720px;
    margin: 0 auto;
    background-color: #f7f7f7;
}

.blog-page .post-view .post-holder{
   background: transparent !important;
   border: none !important
}


.blog-post-view .page-title:after{
    display: none !important;
}

.blog-post-view .page-main > .page-title-wrapper .page-title{
    display: none !important;
}

.blog-post-view .post-view .post-header {
    position: relative;
    border-bottom: none !important;
    padding:10px 0 !important
}

.blog-post-view .breadcrumbs strong{
    font-weight: bold !important;
    color: black !important
}

.blog-page-list .post-list .post-info .item{
    margin-bottom: 0px !important;
}


.blog-page.blog-category-view #maincontent{
    background-image: none !important;
    background-color: transparent !important;
}

.blog-page-list.blog-category-view .page-title-wrapper{
    display: block !important;
    max-width: 78% !important;
    margin: auto auto !important
}

.blog-page-list.blog-category-view .breadcrumbs{
    max-width: 100% !important;
    margin-bottom: 20px !important;
}
.blog-page-list.blog-category-view h2 {
    font-size: 20px !important;
}

.blog-page-list.blog-category-view .post-list li img{
    height: 405px !important;
}

.blog-page-list.blog-category-view .post-content-wrapper{
    max-width: 772px !important;
}

.blog-page-list #maincontent {
    background-image: url(/pub/media/wysiwyg/blogBgImage.jpg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1720px;
    margin: 0 auto;
    background-color: #f7f7f7;
}
.blog-page-list .tagclaud-hld{
    padding:0px !important
}



/* gia mikres othones */
@media(max-width:400px ){
    .blog-page .item.post-posed-date span::before{
        margin-right: 5px !important;
    }
    .blog-page .post-list-wrapper .item.post-posed-date{
        margin-left:0px !important;
        margin-right:7px !important
    }
    .blog-page .post-list-wrapper .item.post-categories{
        margin-right: 2px !important;
    }
}

/* Responsive */
@media (max-width: 700px) {
    .blog-page .columns,
    .blog-page-list .columns {
        flex-direction: column; 
    }
    .blog-page
     .columns {
        flex-direction: column; 
        align-items: center;
    }

    .blog-page .column.main,
    .blog-page .sidebar {
        width: 100%;
        padding: 0; 
    }
    .blog-page .column.main,
    .blog-page-list .column.main,
    .blog-page .sidebar,
    .blog-page-list .sidebar {
        width: 100%; 
        padding: 0;
    }
    .post-ftimg-hld img {
        max-width: 100% !important; 
}

.blog-page .sidebar.additional {
    display: block;
    margin-left: auto; 
}

.post-list .post-content{
    padding-bottom: 20px;
}

.post-list .post-holder, 
.post-view .post-holder {
    border: none !important;
    background: transparent !important; 
    padding: 20px; 
    box-shadow: none !important; 
    border-radius: 0 !important;
}

.blog-post-view .post-view .post-header{
    border-bottom:none !important;
    padding:5px 0 !important;
    margin-top:10px
}

.post-ftimg-hld img {
    transform: none !important;
    transition: none !important;
    max-height: 406px;
    max-width: 773px ;
}
.post-read-more{
    color:black !important;
}

.post-text-hld {
    font-style: normal;
    font-weight: 400;
    color: #777 !important;
    font-size: medium;
    font-family: "Averta", sans-serif;
 }

.post-text-hld h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.5rem;
    margin-top: 2.25rem;
    margin-bottom: 1.8rem;
    }    

.post-text-hld p{
   font-style: normal;
   font-weight: 400;
   color: #777;
   font-size: medium;
   font-family: "Averta", sans-serif;
}

.post-ftimg-hld:hover img {
    transform: none !important;
    transition: none !important;
}

.blog-page-list .post-list-wrapper .post-list li img{
    height: 170px !important ;
    
}



.blog-page.blog-post-view .page-main {
    background-image: url('/pub/media/wysiwyg/blogBgImage.jpg') !important;
    background-size:contain; /* Stretch the background image to fill both width and height */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    max-width: 1720px; /* Set a max width for the page wrapper */
    margin: 0 auto; 
    background-color: #f7f7f7;
    }


   
    .blog-page.blog-post-view .post-ftimg-hld img {
      height:100%;
      max-height:200px !important
    }

    .blog-page .sidebar.sidebar-additional {
        max-width: 250px;
        width: 100%;  
        margin-top:50px
    }

  
    
    .blog-page.blog-post-view .sidebar .block-recent-posts .item {
        border-bottom: none !important; 
    }

  

    .blog-page.blog-post-view .page-title-wrapper {
        display: none !important;
    }
    .blog-post-view .page-title:after{
        display:none !important;
    }
    
    .item.blog_category strong{
        font-weight: 700 !important;
        font-family: "Averta";
        color: #000
    }

    .blog-post-view .breadcrumbs{
        width: 90% !important;
        margin: auto auto;
    }

    .blog-page-list .page-main{
        padding-top: 0px !important
    }
    .blog-page .post-list-wrapper .post-header .post-info{
        margin-top:0px !important
    }


    @media (max-width: 800px) {
        .blog-index-index .page-title {
            margin-bottom: 0px !important;
            margin-top:10px !important
        }
        .blog-page-list .post-content-wrapper{
            padding-left:10% !important
        }
        .blog-page-list .date-box{
            left: 0px !important;
            top:0px !important;
            font-family: Averta Regular;
        }
        .blog-page-list .post-list-wrapper .post-holder{
            padding:0px 0px 0px 22px !important
        }

        .blog-page-list .post-holder .post-holder .post-info .post-posed-date{
            margin-right: 8px !important;
        }
        
        .blog-page-list .breadcrumbs{
            margin-top: 0px !important;
            margin-bottom: 25px !important;
        }

        .blog-page.blog-post-view .post-holder{
            margin-left: 60px !important;
            margin-bottom: 0px !important;
        }

        .blog-page.blog-post-view .sidebar.sidebar-additional{
            width: 100% !important;
            max-width: 100% !important; 
            margin-left: 0px !important;
            margin-top:0px !important
        }

    }
    
    .blog-page-list .post-content-wrapper{
        padding-left:80px
    }
}

/* tablet  */
@media (min-width: 740px) and (max-width: 1024px) and (min-height:450px) { 

    .blog-page-list .post-list li img{
        height: auto !important;
    }
    .blog-page-list .post-list-wrapper{
        padding-left: 45px !important;
    }

}