/* ======================================  Start Accordion Blog   ========================================= */

.accordion-blog-trigger {
    background: #f1f1f1;
    color: #333;
    padding: 7px;
    margin-top: 10px;
    cursor: pointer;
}
.accordion-blog-content {
    background: white;
    overflow: hidden;
    transition: max-height 0.5s ease 0s;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 0px 0px;
    padding: 7px;
    margin-bottom: 20px;
}

/* ======================================  End Accordion Blog   ========================================= */


/* ======================================  Layout   ========================================= */
.blog-page.blog-post-view .column.main ,
.blog-category-view.page-layout-2columns-right .column.main ,
.blog-page-list.blog-search-index .column.main ,
.blog-index-index.page-layout-2columns-right .column.main {
	width: calc(100% - 530px);
}
.blog-page.blog-post-view .sidebar ,
.blog-category-view.page-layout-2columns-right .sidebar,
.blog-page-list.blog-search-index .sidebar ,
.blog-index-index.page-layout-2columns-right .sidebar {
    width: 490px;
    padding: 0 !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blog-page.blog-post-view .sidebar ,
  .blog-category-view.page-layout-2columns-right .sidebar,
  .blog-page-list.blog-search-index .sidebar ,
  .blog-index-index.page-layout-2columns-right .sidebar {
    width: 300px;
    padding: 0 !important;
  }
  .blog-page.blog-post-view .column.main ,
  .blog-category-view.page-layout-2columns-right .column.main ,
  .blog-page-list.blog-search-index .column.main ,
  .blog-index-index.page-layout-2columns-right .column.main{
    width: calc(100% - 315px) !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
    .blog-page.blog-post-view .sidebar,
    .blog-category-view.page-layout-2columns-right .sidebar,
    .blog-page-list.blog-search-index .sidebar ,
    .blog-index-index.page-layout-2columns-right .sidebar {
        width: 250px;
        padding: 0 !important;
    }
    .blog-page.blog-post-view .column.main ,
    .blog-category-view.page-layout-2columns-right .column.main ,
    .blog-page-list.blog-search-index .column.main ,
    .blog-index-index.page-layout-2columns-right .column.main {
        width: calc(100% - 265px) !important;
    }
}
@media(min-width: 577px) and  (max-width:768px) {
    .blog-page.blog-post-view .column.main ,
    .blog-category-view.page-layout-2columns-right .column.main ,
    .blog-page.blog-post-view .sidebar,
    .blog-category-view.page-layout-2columns-right .sidebar,
    .blog-page-list.blog-search-index .column.main ,
    .blog-page-list.blog-search-index .sidebar ,
    .blog-index-index.page-layout-2columns-right .column.main ,
    .blog-index-index.page-layout-2columns-right .sidebar {
        width: calc(50% - 10px ) !important;
        flex-grow: 1;
        flex-basis: 100%;
        width: 50%;
        padding: 0 !important;
    }

    .blog-page.blog-post-view .column.main ,
    .blog-category-view.page-layout-2columns-right .column.main ,
    .blog-page-list.blog-search-index .column.main ,
    .blog-index-index.page-layout-2columns-right .column.main {
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-right:5px;
    }

    .blog-page.blog-post-view .sidebar ,
    .blog-category-view.page-layout-2columns-right .sidebar,
    .blog-page-list.blog-search-index .sidebar ,
    .blog-index-index.page-layout-2columns-right .sidebar {
        float: right !important;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        clear: right;
         margin-left:5px;
    }
}
@media(min-width: 321px) and  (max-width:576px) {
    .blog-page.blog-post-view .column.main ,
    .blog-category-view.page-layout-2columns-right .column.main ,
    .blog-page.blog-post-view .sidebar ,
    .blog-category-view.page-layout-2columns-right .sidebar,
    .blog-page-list.blog-search-index .column.main ,
    .blog-page-list.blog-search-index .sidebar ,
    .blog-index-index.page-layout-2columns-right .column.main ,
    .blog-index-index.page-layout-2columns-right .sidebar {
        width: 100%;
    }
}
@media(max-width: 320px) {
    .blog-page.blog-post-view .column.main ,
    .blog-category-view.page-layout-2columns-right .column.main ,
    .blog-page.blog-post-view .sidebar ,
    .blog-category-view.page-layout-2columns-right .sidebar,
    .blog-page-list.blog-search-index .column.main ,
    .blog-page-list.blog-search-index .sidebar ,
    .blog-index-index.page-layout-2columns-right .column.main ,
    .blog-index-index.page-layout-2columns-right .sidebar {
        width: 100%;
    }
} 
/*--------------------- / layout */

/* ======================================  Index   ========================================= */
.blog-index-index.page-layout-2columns-right .custom-slider , 
.blog-index-index.page-layout-2columns-right .column.main .page-title-wrapper {
	display:none
}
/*--------------------- / index */

/* ======================================  Post content   ========================================= */
.post-view {
    background-color:#fff;
    -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
}
.post-holder {
    border:none;
    margin-bottom: 0px;
}

/* Category - Title -Short description */
.nb-main-info-container {
    display: inline-block;
    vertical-align: top;
}
.nb-main-info-container .item.post-categories a:not(:first-child)::before {
    display: inline-block; 
    content: ' | ';
    color:#b9b9b9;
    margin:0px 10px;
}
.nb-main-info-container .item.post-categories {
    
}
.nb-main-info-container .item.post-categories a {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa9a9;
    margin-bottom:10px;
}
.nb-post-title {  
    font-size: 130%;
    font-size: 121%;
    font-weight: bold;
    color: #333;
    vertical-align: top;
	padding-bottom: 10px;
}
.nb-post-short-desc{
    margin-top: 10px;
}
.post-holder .nb-main-info-container .nb-post-short-desc{
    display:none;
}

.post-content .post-description .post-text-hld p + img {
    margin-top:0px;
}
.post-ftimg-hld.nb-blog-post-img {
    display: inline-block;
}
.nb-blog-post-img img {
    border-radius: 6px;
    -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    margin: 0px 20px 20px 0;
    height: 150px;
    height:auto;
    width: 267px;
}
.nb-blog-read-duration {
    position: absolute;
    display: inline-flex;
    top: -20px;
    right: -20px;
    padding: 10px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 6px;
    color: #6d6e71;

    display:none;
}
.nb-blog-read-duration .nb-blog-read-duration-inner{
    text-align: center;
    width: 25px;
}
.nb-blog-read-duration:before{
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: table-cell;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 32px;
    color: #6d6e71;
    font-weight: 900;
    font-size: 31px;
    margin-right: 5px;
    vertical-align: middle;
}
.nb-blog-read-duration .nb-blog-minutes-num{
    font-weight: bold;
    font-size:18px;
    line-height: 1;
}
.nb-blog-read-duration .nb-blog-minutes-txt{
    font-size:11px;
}
.nb-post-content.post-content h6 {
    border-left: 4px solid #9e1925;
    color: #616161;
    font-size: 22px;
    padding-left: 10px;
    margin: 15px 0px;
}
.nb-post-content.post-content img {
    border-radius: 6px;  
    -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);  
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16); 
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
}
@media(min-width:992px){
    .nb-main-info-container {
        width: calc(100%);
    }
}


/* Post Bottom Info */
.nb-post-bottom {
    background-color: #f1f1f1;
    display: table;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    margin-top:20px;
}
.nb-post-bottom .item.post-author,
.nb-post-bottom .item.post-posed-date  {
    display: table-cell;
    width: 50%;
}
.nb-post-bottom .item.post-posed-date {
  text-align:right;
}
.item.post-author i {
    color:#616161;
}
.nb-post-content.post-content a, 
.item.post-author a {
    color: #1976D2 ;
}
.nb-post-content.post-content a:hover,
.item.post-author a:hover {
    color: #1565C0 ;
}

/* Social*/
.nb-post-bottom-social {
    display: table;
    margin-top:20px;
    width: 100%;
}
.nb-post-bottom-social .nb-social-label{
    float: right;
    margin-right: 10px;
}
.nb-post-like, 
.nb-post-bottom-social .addthis_toolbox.addthis_default_style {
    display:table-cell;
    vertical-align: middle;
    width: 50%;
}
.nb-post-like .fb-like.fb_iframe_widget span > iframe {
    width:auto !important;
}
.nb-post-bottom-social .addthis_toolbox.addthis_default_style a {
   float:right;
}
.nb-post-bottom-social .at-icon-wrapper ,
.nb-post-bottom-social .at-icon-wrapper svg {
    width:25px !important;
    height:25px !important;
    border-radius: 4px;
}
.nb-post-bottom-social .addthis_toolbox a {
    margin-bottom:0px;
}
/*--------------------- / post content */


/* ====================================== Sidebar  ========================================= */
.widget.block.blog-search .block-content {
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    padding: 0px;
}
.widget.block.blog-search .block-content .field.search {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.widget.block.blog-search .block-content input#blog_search {
    height: 50px;
    border: none;
    max-width: 900px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.widget.block.blog-search .block-content .action.search {
    height: 50px;
    line-height: 50px;
    background-color: #1976d2;
    color: #fff;
    border: none !important;
    position: static;
    margin: 0;
    padding: 0;
    width: 54px;
    text-align: center;
    opacity: 1 !important;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}
.widget.block.blog-search .block-content .action.search:hover {
    background-color: #1565C0;
}
.widget.block.blog-search .block-content .action.search:active {
    background-color: #0D47A1;
}
.widget.block.blog-search .block-content .actions {
    display: table-cell;
    vertical-align: top;
}
.widget.block.blog-search .block-content .action.search:before {
    content: none;
}
.widget.block.blog-search .block-content .action.search:after {
    content: '\e954';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 24px;
}

/* Kατηγορίες */
.widget.block.block-recent-posts .block-title {
    padding-left:20px;
    padding-right:20px;
}
.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 0px;
    padding: 0;
	margin-top: 0px;
	margin-bottom: 12px;
}
.widget.block-categories li {
    display: inline-flex;
}
.widget.block-categories li a {
    border: 2px solid #434343;
    color: #434343;
    padding: 9px 15px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-flex;
    margin-right: 9px;
}
.widget.block-categories li a.active{
    border: 2px solid #1976d2;
    color: #1976d2;
}
.widget.block-categories li a:focus {
	text-decoration:none;
}
.widget.block-categories li a:hover {
	border-color: #1976D2;
	color: #1976D2;
	text-decoration: none;
}
.widget.block-categories li a:focus {
	text-decoration: none;
}


/* Τελευταία άρθρα */
.widget.block.block-recent-posts {
    padding-left:0px;
    padding-right:0px;
}
.sidebar .block.block-recent-posts .block-content {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
.sidebar .block.block-recent-posts .block-content .item:first-child {
    border-top: 1px solid #ddd; 
}
.sidebar .block.block-recent-posts .block-content .item {
    border-bottom: 1px solid #ddd;
    padding: 8px 20px 0px;
}
.sidebar .block.block-recent-posts .block-content .item .post-item-date {
    text-align:right;
    margin: 8px 0px;
}
.sidebar.sidebar-additional .widget.block.block-recent-posts.block-list-posts .post-image {
    min-height: unset;
}
.sidebar.sidebar-additional .widget.block.block-recent-posts.block-list-posts .block-content .item .post-image { 
    height:38px;
}
.sidebar.sidebar-additional .widget.block.block-recent-posts.block-list-posts .block-content .item .post-image {
    display: none;
}

/* Custom block */
.page-wrapper .sidebar .widget.block.blog-custom .block-static-block {
    box-shadow:none;
    padding: 0;
    margin-bottom: 0px !important;
}
.sidebar .block-recent-posts a.post-item-link {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}
.sidebar .block-recent-posts a.post-item-link:hover {
    color: #121212;
}

/* --------------------- / sidebar   */



/* ====================================== Category Page  ========================================= */
/* --- Banner */
.blog-category-view.page-layout-2columns-right .custom-slider {
	/* padding: 20px 0px; */
}
.blog-index-index.page-layout-2columns-right .owl-stage-outer ,
.page-layout-2columns-right .owl-carousel .owl-stage-outer {
    border-radius:10px 
}
.blog-index-index.page-layout-2columns-right .owl-carousel .owl-item:after ,
.page-layout-2columns-right .owl-carousel .owl-item:after {
	content:"";
    position: absolute;
    max-width: 100%!important;
    height: 100%!important;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media (min-width:1200px) {
    .blog-index-index.page-layout-2columns-right .owl-carousel .owl-item:after ,
    .page-layout-2columns-right .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.30), rgba(8, 8, 8, 0.40), rgba(183, 183, 183, 0.20), rgba(248, 248, 248, 0) 70vw);
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .blog-index-index.page-layout-2columns-right .owl-carousel .owl-item:after ,
    .page-layout-2columns-right .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.30), rgba(8, 8, 8, 0.40), rgba(183, 183, 183, 0.20), rgba(248, 248, 248, 0) 80vw);
    }
}
@media (min-width:768px) and (max-width:991px) {
    .blog-index-index.page-layout-2columns-right .owl-carousel .owl-item:after ,
    .page-layout-2columns-right .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(183, 183, 183, 0.20), rgba(248, 248, 248, 0) 80vw);
    }
}
@media (max-width:767px) {
    .blog-index-index.page-layout-2columns-right .owl-carousel .owl-item:after ,
    .page-layout-2columns-right .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(183, 183, 183, 0.20), rgba(248, 248, 248, 0) 100vw);
    }
}
@media (max-width:767px) {
    .blog-index-index.page-layout-2columns-right .owl-carousel .owl-item:after ,
    .page-layout-2columns-right .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(8, 8, 8, 0.20), rgba(248, 248, 248, 0) 100vw);
    }
}
.blog-index-index.page-layout-2columns-right .owl-carousel .banner-item .content_slider .banner-title ,
.page-layout-2columns-right .owl-carousel .banner-item .content_slider .banner-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
  
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    clear: both;
}
.category-content .owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 120px);
	transform:translate(-50%,-50%);
	z-index: 1;
	color: #fff;
}
.category-content .owl-carousel .banner-item .content_slider .buttons{
	display:none;
}

.blog-index-index.page-layout-2columns-right .owl-carousel .banner-item .content_slider .buttons a.action.primary ,
.category-content  .owl-carousel .banner-item .content_slider .buttons a.action.primary  {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #1976D2;
    padding: 10px 20px;
    border-radius: 4px;
    color: #ffffff;
    margin: 10px 0px 0px 0px;
}
@media(max-width:900px){
	.blog-category-view.page-layout-2columns-right .custom-slider {
        display:none;
	}
}
/* / banner */

.nb-search-block-search-post ,
.nb-search-block-categories {
    margin-top:30px ;
}
.row.nb-blog-cat-up-row:after {
    /* content:''; */
    border-bottom:1px solid #333;
    width:100%;
    margin: 30px 15px;
}
.row.nb-blog-cat-up-row .widget.block.block-categories .block-title  ,
.row.nb-blog-cat-up-row .widget.block.block-categories .block-title strong {
    font-weight: 700;
    text-transform: inherit;
    font-size: 114.285%;
}

.row.nb-blog-cat-up-row  .widget.block.block-categories .block-title {
    display: none;
}

.widget.block.blog-search.nb-search-block-categories .block-content input#blog_search ,
.nb-search-block-categories select.nb-select {
    height:50px;
}

/* select */
.dropdown.nb-select {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 50px;
	padding-left: 20px;
	padding-right: 30px;
	border: 1px solid #ddd;
	color: #666666;
	background-color:#fff;
	background: url("../images/bg-select.svg") no-repeat center right #ffffff !important;
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-weight: normal;
}
.dropdown.nb-select:focus {
    border-radius: 0px;
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
}
.nb-blog-dropdown-menu.dropdown-menu.show {
    padding: 10px;
}
.nb-blog-dropdown-menu.dropdown-menu.show a {
   color:#333;
   font-size:14px;
   display:block;
}

.post-holder,
.post-content.post-custom,
.post-description , 
a.nb-card-grid-link  {
    height: 100%;
}

.nb-post-grid-wrapper .post-content.post-custom .post-description .post-info-blog {
    background-color: #fff;
    -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    position: relative;
}
.nb-post-grid-wrapper .post-content.post-custom .post-description .nb-card-grid-link:hover .post-info-blog {
    box-shadow: 0px 2.5px 9px rgba(0, 0, 0, 0.16);
   -moz-box-shadow: 0px 2.5px 9px rgba(0, 0, 0, 0.16);
   -webkit-box-shadow: 0px 2.5px 9px rgba(0, 0, 0, 0.16);
   -o-box-shadow: 0px 2.5px 9px rgba(0, 0, 0, 0.16);
}

.nb-post-grid-wrapper .nb-card-grid-link:hover {
    color: #222;
}

.nb-post-grid-wrapper .nb-card-grid-link:hover {
    color: #222;
}

.nb-post-grid-wrapper .post-content.post-custom .post-description .post-info-blog .post-categories {
   display: block;
}
.nb-post-grid-wrapper .post-content.post-custom .post-description .post-info-blog .post-categories span {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa9a9;
    margin-bottom: 10px;
}
.nb-post-grid-wrapper .post-content.post-custom .post-description .post-info-blog .post-categories span:not(:first-child)::before {
    display: inline-block; 
    content: ' | ';
    color:#b9b9b9;
    margin:0px 10px;
}
.nb-post-grid-wrapper .post-holder .post-header .post-info {
    padding: 0 ;
}
.nb-post-grid-wrapper .post-list .post-header .post-title {
    max-width:100%;
    margin-top:8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px;
    line-height: 1.4;
}
.nb-post-grid-wrapper .post-list .post-header .post-title span {
    font-size: 114.285%;
    font-weight: 600;
    color: #222;
}
.nb-post-grid-wrapper .post-content.post-custom .post-description .post-info-blog .post-text-hld {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* to specify the number of lines you want the text to run through... */
    -webkit-line-clamp: 3;
    /* hide the overflowing text, i.e, texts that did not fit in to the box */
    overflow: hidden;
    color:#888888;
    margin-bottom: 25px;
}

.nb-post-grid-wrapper .nb-blog-read-duration {
    padding: 5px;
}
.nb-post-grid-wrapper .nb-blog-read-duration .nb-blog-read-duration-inner {
    width: 20px;
}
.nb-post-grid-wrapper .nb-blog-read-duration:before {
    line-height: 27px;
    font-size: 19px;
}
.nb-post-grid-wrapper .nb-blog-read-duration .nb-blog-minutes-num {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
}
.nb-post-grid-wrapper .nb-blog-read-duration .nb-blog-minutes-txt {
    font-size: 8px;
    line-height: 0.5;
}

.blog-date-author-container {
    display: table;
    width: 100%;
}
.nb-post-grid-wrapper .nb-post-date {
    text-align: right;
    color: #aaa9a9;
    font-size:12px;
    /* position: absolute; */
    /* bottom: 20px; */
    /* right: 20px; */

    display: table-cell;
}
.nb-post-grid-wrapper .nb-post-author {
    /* position:absolute; */
    /* bottom:20px; */
    text-align: left;
    color: #aaa9a9;
    font-size:12px;
    width: 50%;

    display: table-cell;
}
.post-list-wrapper.nb-post-grid-wrapper .post-content .post-description img {
    display: none;
}
.nb-main-info-container .item.post-categories {
    padding-bottom: 20px;
}

/* --------------------- / category page   */