@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Light.ttf);
}
body {
font-family:'Roboto';

}
 .evein-list {
   display: block;
 }

 .evein-list-post {
   overflow: hidden;
   background: white;
   -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
   margin-right: 1em;
   margin-bottom: 1em;
   width: 100%;
 }
.date {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
}


 .evein-list-post:hover {
   -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
 }

 .evein-list-post:hover .evein-image {
   opacity: 0.8;
 }

 .evein-list-post .evein-image, .evein-list-post .evein-content {
   display: inline-flex;
   position: relative;
   -moz-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .evein-list-post .evein-image {
   float: left;
    width: 300px;
    height: 190px;
    background-size: cover;
    background-position: top;
   
 }
 .evein-link-url{
  display: flex;
  text-decoration: none;
 }

 .evein-list-post .evein-image .time {
   width: auto;
   text-align: center;
   color: #444;
   font-size: 16px;
   font-weight: bold;
 }

 .evein-list-post .evein-content {
   padding: 0.5em 0.5em;
   width: 100%;
   -moz-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
   box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
   height: 150px;
   display: block;
 }

 .evein-list-post .evein-content:before {
   content: '';
   position: absolute;
   background: white;
   width: 10px;
   height: 10px;
   top: 20%;
   left: -5px;
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   -moz-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
   box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
 }

 .evein-list-post .evein-content h1 {
  display:inline;
 }

 .evein-list-post .evein-content a {
   text-decoration: none!important;
 }

 .evein-list-post .evein-content p {
  line-height: 1.5;
 }

 .evein-list-post .evein-content .meta .icon-comment {
   font-size: 0.7em;
   line-height: 2;
   margin-top: auto;
 }

 [class^="icon-"]:before {
   margin-right: 0.5em;
   color: #3498db;
 }

 img {
   max-width: 100%;
   height: auto;
 }

 /* Button CSS */
 .evein-btn-div {
   right: 2%;
   position: absolute;
   bottom: 2%;
 }

 .events-in-btn {
   appearance: none;
   border: 1px solid rgba(27, 31, 35, .15);
   border-radius: 6px;
   box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
   box-sizing: border-box;
   cursor: pointer;
   display: inline-block;
   font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   padding: 6px 16px;
   position: relative;
   text-align: center;
   text-decoration: none;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   vertical-align: middle;
   white-space: nowrap;
 }

 .events-in-btn:focus:not(:focus-visible):not(.focus-visible) {
   box-shadow: none;
   outline: none;
 }

 .events-in-btn:hover {
   background-color: #2c974b;
 }

 .events-in-btn:focus {
   box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
   outline: none;
 }

 .events-in-btn:disabled {
   background-color: #94d3a2 !important;
   border-color: rgba(27, 31, 35, .1);
   color: rgba(255, 255, 255, .8);
   cursor: default;
 }

 .events-in-btn:active {
   background-color: #298e46!important;
   box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
 }
 .evein-label-btn {
  width: max-content;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  margin-bottom: 2px;
}

.page-numbers{
  padding: 8px 16px;
  text-decoration: none;
}
.current{
  background-color: #4CAF50;
  color: white;
}
.evein-not-found{
  text-align: center;
}