/* Style for plugin OT CPT List Filter */

#ot-filter input[type=radio]{
	display: none;
}
#ot-filter label{
	cursor: pointer;
}
#ot-filter label img{
	width: 50px;
	margin: 0 7px;
}
#ot-filter input[type=radio]:checked+label {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
#post-response{
	margin-top: 30px;
}
.post-summary.multi-cols{
	display: table;
	width: 100%;
}
.post-summary .col{
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.post-summary .col-5{
	width: 5%;
}
.post-summary .col-10{
	width: 10%;
}
.post-summary .col-20{
	width: 20%;
}
.post-summary .col-30{
	width: 30%;
}
.post-summary .col-40{
	width: 40%;
}
.post-summary .col-50{
	width: 50%;
}
.post-summary .col-60{
	width: 60%;
}
.post-summary .col-70{
	width: 70%;
}
.post-summary .col-80{
	width: 80%;
}
.post-summary .row>.col:nth-child(2){
	margin: 0 3%;
}
.post-summary .row{
	margin-bottom: 40px;
}
.post-summary {
    margin-bottom: 30px;
}
.post-summary a img{
	border-radius: 20px !important;
	height: 170px;
}
#post-response h2{
	text-transform: uppercase;
	color : #277B7C;
	font-size: 2.25rem;
}
.post-summary h3{
	line-height: 16px;
	width: 81%;
    display: inline-block;
    text-align: left;
}
.post-summary h3 a{
	color : #277B7C;
	margin: 0;
	font-size: 16px;
}
.post-summary .geos,
.post-summary .links{
	text-align: right;
}
.post-summary .links{
	margin-top: 10px;
}
.post-summary span{
	color: #78C0A8;
}
.post-summary a.know{
	background-color: #78C0A8;
    color: #277B7C;
    padding: 5px 20px;
    border-radius: 5px;
}
.post-summary a.map{
	background-color: #95DAD8;
    color: #074045;
    padding: 5px 20px;
    border-radius: 5px;
}
.post-summary img{
	border-radius: 20px;
}

/* Style Home post */
#home-posts .hpost,
#apropos-posts .hpost{
	width: 30%;
	background-color: #78C0A8;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
}
#home-posts .hpost:nth-child(2),
#apropos-posts .hpost:nth-child(2){
	margin: 0 4%;
}
#home-posts .hpost img,
#apropos-posts .hpost img {
	border-radius: 20px;
}
#home-posts .hpost h3,
#apropos-posts .hpost h3 {
	font-size: 20px;
	color: #074045;
}
#home-posts .hpost p,
#apropos-posts .hpost p{
	text-align: center;
	color: #074045;
}
#home-posts .hpost a.readmore,
#apropos-posts .hpost a.readmore{
	background-color: #096068;
    color: white;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 10px;
    display: inline-block;
}