/*
Μπορείτε να προσθέσετε τον δικό σας κώδικα CSS εδώ.

Κάντε κλικ στο παραπάνω εικονίδιο βοηθείας για να μάθετε περισσότερα.
*/
.ws-pagination {
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    clear: both;
}
.ws-pagination ul {
    margin-left: 0px;
    padding-left: 0px;
}
.ws-pagination li {
    display: inline;
	margin: 0;
	padding: 0;
}
.ws-pagination li a, .ws-pagination li a:hover, .ws-pagination li.active a, .ws-pagination li.disabled {
    color: #000;
    text-decoration: none;
}
.ws-pagination li a, .ws-pagination li a:hover, .ws-pagination li.active a, .ws-pagination li.disabled {
    background-color: transparent;
    border-radius: 1px;
    cursor: pointer;
    padding: 3px 6px;
}
.ws-pagination li a:hover, .ws-pagination li.active a {
    background-color: #156499;
    color: #fff;
}
.blog-cat ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none;     text-align: right; font-family: inherit;}
.blog-cat li {/*display: inline; */ position: relative; margin: 15px 0;}
.blog-cat ul li a {
        font-size: 15px;
    text-decoration: none;
    margin: 4px 4px 4px 0;
    padding: 5px 5px 5px 5px;
    color: #3e3e3e;
    font-weight: normal;
    background: none;
    border: 1px solid #156499;
}
.blog-cat ul ul li:hover {
/* background: #252c48;*/
color: #ff0000;
}
.blog-cat ul ul li a:hover {
color: #ff0000 !important;
/*background: #252c48 !important;*/
}

.blog-cat li.current-menu-item > a { color: #ff0000 !important; font-weight: bold; } 
.blog-cat ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
       top: 23px; /* this should be the same height as the top level menu -- height + padding + borders */
    list-style: none;
    text-align: left;
       right: 4px;
 background: #156499;
    padding: 5px;
    min-width: 190px;
color: #ffffff;
z-index: 9998;
}
.blog-cat ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 190px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
margin: 4px 0 5px 0;
}
.blog-cat ul ul li a { /* target all sub menu item links */
    padding: 2px 4px; /* give our sub menu links a nice button feel */
line-height:20px;
color: #ffffff;
font-size: 14px;
    display: block;
    border: 0px solid #fff;
}
/*.blog-cat ul li a:not(:last-child):after { 
content: " \f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #3e3e3e;
}*/

.blog-cat ul ul li a:after { 
content: " >";
    font-weight: normal;
    vertical-align: middle;
    color: #a69476;
}
.blog-cat ul ul li a:only-child:after {content: ''; }
.blog-cat ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}
.editions-4 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
}
.col-editions-4 {
    width: 24%;
    /* background-color: rgba(123, 133, 136, 0.62); */
    padding: 5px;
    margin-bottom: 30px;
}
.team-red a h2 {
    /*color: #3e3e3e;*/
    font-size: 14px;
	line-height: 18px;
    padding: 5px 5px 0;
    font-family: inherit;
	margin: 0;
	    font-weight: 600;
}

.colimg  {
	background: #e8e8e8;
	min-height: 235px;
	text-align: center;
}
.colimg a img {
	margin-bottom: -5px;
}
@media screen and (max-width:768px) and (min-width:481px) {

.col-editions-4 {
    width: 49% !important;
}

}
@media screen and (max-width:480px) {

.col-editions-4 {
    width: 100% !important;
}
}
.wsc h4 {
   border-bottom: 2px solid #222222;
	color: #fff;
	font-size: 14px;
	
	margin-bottom: 20px;
}
.wsc h4 span {
  background-color: #222222;
	padding: 8px 16px;
}