/*
Theme Name:     e-dimosio.gr
Theme URI:      http://www.e-dimosio.gr
Description:
Author:         Andreas Rozos
Author URI:     http://www.arcsolutions.gr
Template:       newsplus
Version:        1.1.1
*/


/* ---------------------------------------------------------------
 * Your custom styles here after
 * ------------------------------------------------------------ */

h2{
    font-size: 1.6em;
}

a:hover {
    color: #b1cc43;
    text-decoration: none;
}


.entry-content p,
.entry-content ul {
    font-size: 1.1666em; /* or 14px */
}

.entry-meta {

}

.entry-meta a, .widget .entry-meta a{
    color:#555555;
}

/* Keep Home page font smaller */
.home .entry-content p,
.home .entry-content ul {
    font-size: 1em;
}

.entry-meta a, .widget .entry-meta a {
    color: #999999;
}
.fixed-menu {
    position:fixed;
    top:0;
    margin-left: 20px; /*fixed menu collapsing to the left*/
}

/* ---------------------------------------------------------------
 * Custom Pagination
 * ------------------------------------------------------------ */
#edim-pagination {
    background: white;
    cursor: default;
    /* self-clearing method: */ }

#edim-pagination ul {
    list-style: none;
}
#edim-pagination ul li {
    display: inline-block;
    float:left;
    padding: 0 2px;

}

#edim-pagination ul li:first-child, #edim-pagination ul li:last-child {
    background-color: #91AB27;
    border: 1px solid #9CB82A;
}

#edim-pagination ul li:first-child a, #edim-pagination ul li:last-child a {
    color: white;
    border:none;
}

#edim-pagination ul li a{
    border: 1px solid #9CB82A;
    color: #b1cc43;
    padding: 0.2em 0.5em;
    display: block;
    margin-right: 1px;
}

#edim-pagination ul li.active a{
    background-color: #91AB27;
    font-style: normal;
    font-weight: bold;
    color: white;

}

#edim-pagination a {
    text-decoration: none;
    }

#edim-pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
* html #edim-pagination {
    height: 1%; }
*:first-child + html #edim-pagination {
    overflow: hidden; }

/* ---------------------------------------------------------------
 * Social Links Styling
 * ------------------------------------------------------------ */

.single_social_links{
    margin-bottom: 40px;
}

.single_social_links a{
    font-size: 1.3em;
    width: 50%;
    display: inline-block;
    font-weight: 700;
}

/* ---------------------------------------------------------------
 * Floating Widgets
 * ------------------------------------------------------------ */

.fixed-widget-bar {
    position: fixed;
    top:inherit;
    bottom: 5em;
    width: auto;
    max-width: 250px;
    z-index: 99999;
    display: none;
}

.slideWidgetLeft{
    -moz-animation-name: slideWidgetLeft;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 0.5s;

    -webkit-animation-name: slideWidgetLeft;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration:  0.5s;

    animation-name: slideWidgetLeft;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration:  0.5s;
}

.fixed-widget-bar .recommended-post{
    background-color: #ffffff;
    padding: 5px;
}

.fixed-widget-bar .recommended-post>h1{
     padding: 0 0 5px 10px;
     margin: 0;
 }

.fixed-widget-bar .recommended-post>h1>.close-button{
    float: right;
    font-size: 0.5em;
    cursor: pointer;
}
.fixed-widget-bar .recommended-post>h1>.close-button:hover{
    color:darkblue;
}

.fixed-widget-bar .recommended-post article{
    background: #EDEDED;
    padding: 5px;
}

.fixed-widget-bar .recommended-post .entry-header h1{
    font-size: 1.5em;
}

@-moz-keyframes slideWidgetLeft {
    0% {
        -moz-transform: translateX(250px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-webkit-keyframes slideWidgetLeft {
    0% {
        -webkit-transform: translateX(250px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes slideWidgetLeft {
    0% {
        transform: translateX(250px);
    }
    100% {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 1140px) {
    .fixed-widget-bar {
        display: none !important;
    }
}
/* ---------------------------------------------------------------
 * Colors for Home page titles
 * ------------------------------------------------------------ */

.nd, .nd:visited,
.orismenou, .taktiko, .egriseis-theseon, .theseisdep, .idiotikos-tomeas, .kinofelis-ergasia{
    color: #fff;
    background-color: #3C71B8;
}

.orange,
.orange:visited, .ekpedefsi{
    color: #fff;
    background-color: #ff7600;
}

.forestGreen, .epichirimatikotita,
.forestGreen:visited {
    color: #fff;
    background-color: #339933;
}

.bordo,
.bordo:visited {
    color: #fff;
    background-color: #781A0F;
}

.yellowgreen,
.yellowgreen:visited {
    color: #fff;
    background-color: #e2d650;
}

.light-red,
light-red:visited{
    color: #fff;
    background-color: #FF0010;
}

.purple, .hmerides, .metaptixiaka, .seminaria, .ipotrofies,
.purple:visited {
    color: #fff;
    background-color: #7C27AB;
}

.fire-orange, .jobun,
.fire-orange:visited {
    color: #fff;
    background-color: #F7412C;
}

.cyan,
.cyan:visited{
    color: #fff;
    background-color: #3C9;
}

/* ---------------------------------------------------------------
 *      Contact form custom styles
 * ------------------------------------------------------------ */
#reCaptcha{
    margin-bottom: 30px;
}

.errorSpan{
    color: #F7412C;
    padding-top: 20px;
}

#mail_error{
    display: none;

}

/* ---------------------------------------------------------------
 *      Table Data Styles
 * ------------------------------------------------------------ */
#kox_30000_wrapper{
    margin-top:20px;
}

#kox_30000{
    margin:20px 0;
}

.dataTables_filter {

    margin-bottom: 20px;
}

.dataTable thead{
    background: #f9f9f9;
}

.dataTable thead>tr>td{
   cursor:pointer;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #D2F793 !important;
}

table.dataTable tr.odd {
    background-color: #E2F7BE !important;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #E1F7BC !important;
}

#home-menu-img {
    padding: 2px 2px 2px;
    height: 32px;
    width: 32px;
    border-right: none;
    background: url('images/home.png') no-repeat 0px -3px;
}

h3.sb-title, h2.widgettitle {
    padding-left: 4px;
    background-color: #91AB27;
    color: white !important;
    font-weight: 300;
}

.post-time{
/*
    background: url(images/calendar.png) 0 6px no-repeat;*/
}

.post-time time{
  /*  padding: 3px 20px 0 0;*/
}

.entry-meta a:hover {
    color: #5B8FD4;
}

.section-title {

    color:#323232;
    /*font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #888;*/
}

#main-nav a{
    font-family: Helvetica, Arial, sans-serif;
}



/*
#home-menu-img:hover {
    background-position: -32px 0;
}*/

.taftotita{

    width: 300px;
    float: right;
    margin: 0 0 10px 10px;
    background-color: #478DDD;
    background-color: #BED62F;
    border: 1px solid #9EB227;
}

.taftotita table{
    margin: 0;
}

.taftotita caption{
    padding:7px 25px;
    color:white;
    font-size: 14px;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,0.7);
    border-bottom: 1px solid #A5BA29;
}

.taftotita th{
    width:10%;
    border:none;
    background-color: #52A3FF;
    background-color: #ACC22B;
    font-weight: normal;
    color: white;
    vertical-align: middle;
    border-right: 1px solid #A5BA29;

}

.taftotita td{

    background-color: #ffffff;
    background-color: #4D99F0;
    background-color: #E2FF38;
    font-weight: bold;
    border:none;
    color: #717F1C;
    vertical-align: middle;
}

.icon-expires{
    height:20px;
    width:24px;
    background: url('images/taftotita.png') 0 0 no-repeat;
    display:block;
}

.icon-location{
    height:20px;
    width:24px;

    background: url('images/taftotita.png') -24px 0 no-repeat;
    display:block;
}

.icon-phone{
    height:20px;
    width:24px;

    background: url('images/taftotita.png') -48px 0 no-repeat;
    display:block;
}

.icon-address{
    height:20px;
    width:24px;

    background: url('images/taftotita.png') -72px 0 no-repeat;
    display:block;
}

.icon-info{
    height:20px;
    width:24px;

    background: url('images/taftotita.png') -96px 0 no-repeat;
    display:block;
}

.header-widget-area{
	width: 100%;
}

.home-highlight{
    padding: 10px;
    background: #F0F0F0;
}

.widget h3 a{
    color:white;
}

.menu-highlight a{
    background-color: #91AB27;
    color:#ffffff !important;
}

.menu-highlight a:hover{
    color: #91AB27 !important;
    background-color: #ffffff !important;
}

#search-bar {
    max-width: 40%;
}


.print-button{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('images/icons/printer16x16.png') no-repeat 0 0 ;
    float: right;
    margin-right: 10px;
}

ins{
    background-color: #FFFFFF !important;
}

/*---------------Calendar Widget Styles-----------------------*/

#loading {
    position: absolute;
    width: 85%;
    height: 75%;
    background: url('images/ajax-loader.gif') no-repeat center center;

}

.noselect {
    -webkit-user-select: none;
    /* Chrome/Safari */

    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
    /* IE10+ */

}
#calendar-widget {
    font-family: 'Open Sans', Helvetica, Arial;
    margin: 0 auto;
    width: 294px;
    min-height: 233px;
}
#calendar-widget .clndr {
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}
#calendar-widget .clndr .controls {
    background-color: #91AB27;
    color: white;
}
#calendar-widget .clndr .controls .clndr-previous-button,
#calendar-widget .clndr .controls .clndr-next-button {
    width: 15%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */

    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
    /* IE10+ */

    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
#calendar-widget .clndr .controls .clndr-previous-button:hover,
#calendar-widget .clndr .controls .clndr-next-button:hover {
    background-color: #738B0E;
}
#calendar-widget .clndr .controls .month {
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
#calendar-widget .clndr .days-container {
    position: relative;
    width: 294px;
    height: 263px;
    display: inline-block;
}
#calendar-widget .clndr .days-container .days {
    position: absolute;
    left: 0;
    width: 294px;
    height: 217px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    background-color: #FFF;
}
#calendar-widget .clndr .days-container .days .day,
#calendar-widget .clndr .days-container .days .empty {
    width: 42px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    text-align: center;
    color: #212121;

}
#calendar-widget .clndr .days-container .days .today{
    color: #000;
    font-weight: bold;
}
#calendar-widget .clndr .days-container .days .day.event,
#calendar-widget .clndr .days-container .days .empty.event {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    cursor: pointer;
}
#calendar-widget .clndr .days-container .days .day.event .day-number,
#calendar-widget .clndr .days-container .days .empty.event .day-number {
    padding-bottom: 4px;
    border-bottom: 2px solid #7E5CA7;
    display: inline-block;
    width: 20px;
}
#calendar-widget .clndr .days-container .days .day.event:hover,
#calendar-widget .clndr .days-container .days .empty.event:hover {
    background-color: #b8b8b8;
}
#calendar-widget .clndr .days-container .days .day.adjacent-month,
#calendar-widget .clndr .days-container .days .empty.adjacent-month {
    color: rgba(0, 0, 0, 0.3);
}
#calendar-widget .clndr .days-container .days .empty {
    height: 31px;
    vertical-align: bottom;
}
#calendar-widget .clndr .days-container .days .headers {
    background-color: #D8F26E;
    padding-top: 5px;
    padding-bottom: 5px;
}
#calendar-widget .clndr .days-container .days .headers .day-header {
    width: 42px;
    display: inline-block;
    text-align: center;
    color: #323232;
}
#calendar-widget .clndr .days-container .events {
    position: absolute;
    left: 294px;
    width: 294px;
    height: 217px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    background-color: #FFFFFF;
}
#calendar-widget .clndr .days-container .events .headers {
    position: relative;
}
#calendar-widget .clndr .days-container .events .event-header {
    width: 100%;
    background-color: #D8F26E;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #323232;
}
#calendar-widget .clndr .days-container .events .x-button {
    position: absolute;
    font-size: 80%;
    top: 7px;
    left: 20px;
    cursor: pointer;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
#calendar-widget .clndr .days-container .events .x-button:hover {
    color: white;
}
#calendar-widget .clndr .days-container .events .events-list {
    overflow: scroll;
    height: 185px;
}
#calendar-widget .clndr .days-container .events .events-list .event {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
#calendar-widget .clndr .days-container .events .events-list .event.event-hidden{
    display: none;
}
#calendar-widget .clndr .days-container .events .events-list .event .event-date{
    color:#323232;
    font-weight: bold;
}

#calendar-widget .clndr .days-container .events .events-list .event:hover {
   /* background-color: #f9f9f9;*/
}
#calendar-widget .clndr .days-container .events .events-list .event a {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: transparent;
    color: #212121;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
#calendar-widget .clndr .days-container .events .events-list .event a:hover {
    background-color: transparent;
    color: #91AB27;
}
#calendar-widget .clndr .days-container.show-events .days {
    left: -294px;
}
#calendar-widget .clndr .days-container.show-events .events {
    left: 0;
}

.pea_cook_wrapper.pea_cook_bottomright{
    width:100% !important;
    bottom:0 !important;
    margin-left:0 !important;
    right: 0 !important;
}
