/****************************************
			 FOR TESTING
****************************************/

*:not(body):not(html) 
	{
  /* box-shadow:border-box;
	border:1px dashed #000;*/
	}
	
.columns
	{
/*	min-height:100px;*/
	}
	
/* end of testing */

header#site-header
	{
	margin-bottom:20px;
	padding:20px;
	}
.wrapper
	{
/*	margin-bottom:20px;*/
	}

.item-page {
    background-color: #f6f6f6;
}

/****************************************
			 CUSTOM STYLES
****************************************/

.separator_10 {
	border: medium none;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.separator_20 {
	border: medium none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.separator_30 {
	border: medium none;
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.separator_40 {
	border: medium none;
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}

.left { float:left; }
#first { background : #ccc; width:33.3%;}
#second { background: #eee; width:33.3%;}
#third { background: #bbb; width: 33.3%; }
.equal_height p{ padding:10px;  }



.card {
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid #E8E6E2;
    max-width: 300px;
    min-height: 360px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color ease-out .3s;
    -moz-transition: background-color ease-out .3s;
    -o-transition: background-color ease-out .3s;
    transition: background-color ease-out .3s;
}