/**
 * ------------------------------------------------------------------------
 * Custom.css for JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2016 Lindenburg - IT-Plus All Rights Reserved.
 * Author: Erik Lindenburg - Lindenburg - IT-Plus
 * Websites:  http://www.it-plus.nl
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

/* Logo Image ---*/
.logo-image,
.logo-text {
  background: #690;
  border-bottom: 5px solid #474747 !important;
  float: left;
  height: 40px;
  position: relative;
  width: 120px;
  z-index: 1000;
  text-align: center;
}

 
.logo-image h1 {
  color: #fff;
  display: block;
  height: 40px !important;
  margin: 0px !important;
  padding: 0 !important;
  width: 120px !important;
}
.logo-image h1 a {
  background: url(../images/logo.png) no-repeat 0px 0px;
  display: block;
  text-indent: -999em;
  width: 120px !important;
  height: 40px !important;
}



.masonry .corner-stamp {
  float: left !important;
  max-width: 100%;
}

/* Item Readmore ---*/
.item:hover .readmore a {
  background: #CCC !important;
  border-color: #000 !important;
  color: #000 !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

 
/* Orange Style ---*/
.item.orange .item-inner {
  background: #E4792E;
  border-color: #E4792E;
  color: #FFF;
}

.item.orange .header h2 a {
  color: #FFF;
}

.item.orange:hover h2 a {
  color: #FFF;
}

.item.orange .article-info,
.item.orange .article-hit,
.item.orange .jac-add-button {
  color: #F6D1B8;
}

.item.orange .article-info a,
.item.orange .article-hit a,
.item.orange .jac-add-button a {
  color: #fff;
}

.item.orange .article-info a:hover,
.item.orange .article-hit a:hover,
.item.orange .jac-add-button a:hover {
  text-decoration: underline;
}

.item.orange .footer {
  background-color: #D7482C;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.item.orange .footer .article-info,
.item.orange .footer .article-hit,
.item.orange .footer .jac-add-button,
.item.orange .footer a {
  color: #fff;
}

.item.orange .readmore a {
  border: 1px solid #F6D1B8;
}

/* Blue Style ---*/
.item.blue .item-inner {
  background: #0095CE !important;
  border-color: #0095CE !important;
  color: #FFF;
}

.item.blue .header h2 a {
  color: #FFF;
}

.item.blue:hover h2 a {
  color: #FFF;
}

.item.blue .article-info,
.item.blue .article-hit,
.item.blue .jac-add-button {
  color: #D4EDF7 !important;
}

.item.blue .article-info a,
.item.blue .article-hit a,
.item.blue .jac-add-button a {
  color: #fff;
}

.item.blue .article-info a:hover,
.item.blue .article-hit a:hover,
.item.blue .jac-add-button a:hover {
  text-decoration: underline;
}

.item.blue .footer {
  background-color: #205A98 !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.item.blue .footer .article-info,
.item.blue .footer .article-hit,
.item.blue .footer .jac-add-button,
.item.blue .footer a {
  color: #fff !important;
}

.item.blue .readmore a {
  border: 1px solid #D4EDF7;
}


/* Green Style ---*/
.item.green .item-inner {
  background: #35A147;
  border-color: #35A147;
  color: #FFF;
}

.item.green .header h2 a {
  color: #FFF;
}

.item.green:hover h2 a {
  color: #FFF;
}

.item.green .article-info,
.item.green .article-hit,
.item.green .jac-add-button {
  color: #BADFC1;
}

.item.green .article-info a,
.item.green .article-hit a,
.item.green .jac-add-button a {
  color: #fff;
}

.item.green .article-info a:hover,
.item.green .article-hit a:hover,
.item.green .jac-add-button a:hover {
  text-decoration: underline;
}

.item.green .footer {
  background-color: #11502D;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.item.green .footer .article-info,
.item.green .footer .article-hit,
.item.green .footer .jac-add-button,
.item.green .footer a {
  color: #fff;
}

.item.green .readmore a {
  border: 1px solid #BADFC1;

}