/*
 Theme Name:   Cadi
 Theme URI:    
 Description:  Cadi theme
 Author:       Daniel van der Mierden
 Author URI:   http://high-teck.com
 Template:     nirvana
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  cadi
*/
ul {
	list-style-position:inside !important;
	margin-left:20px !important;
}

.entry-content blockquote {
	margin:0;
}

#footer2 em { display: none;}

#gwolle_gb label {
	display:inline-block;
	width:150px;
}

#cryout_ajax_more_trigger {
	background-color: #a6474c;
	color: #FFF3F4;
	width: 80%;
	border: 1px solid #a6474c;
}
#cryout_ajax_more_trigger:hover {
	background-color: #FFF3F4;
	color: #a6474c;
	border: 1px solid #a6474c;
}
.archive article {
	clear:both !important;
}
article.achievement {
	margin-bottom:2em;
	min-height:48px;
	float:left;
}
.achievement_row {
	width:100%;
	clear:both;
	min-height:48px;
}
.achievement_date {
	width:126px;
	float:left;
}
.achievement_entry {
	max-width: calc(720px - 140px);
	float:left;
	margin-left:1em;
}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #A6474C;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0 2px 0 #FFF3F4;
}
time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #A6474C;
}

time.icon span
{
  font-size: 2em;
  letter-spacing: -0.05em;
  padding-top: 1.1em;
  color: #2f2f2f;
}


blockquote:before {
    position: relative;
    left: 0;
    top: -4px;
    content: '\e80f';
    font-family: 'elusive';
    font-size: 14px;
    z-index: 0;
    color:#F5D1D3;
}

blockquote p { 
	margin:0;
	padding: 0 5px 0 5px;
	display:inline-block;
	font-style:italic;
	color:#a6474c;
}

blockquote footer {
	font-style: normal;
	font-weight:normal;
	font-size:14px;
}