#p_grid_row .white-panel header {
	margin: 10px 0 5px;
}
#p_grid_row .cat-post-excerpt-more {
	font-style:italic;
}
.category-widget-cont h4 {
    padding: 12px 15px;
    cursor: pointer;
    margin: 5px 0;
    border: 1px solid #E5E5E5;
}
.category-widget-cont h4:first-child {
	margin-top: 10px;
}
.category-widget-cont h4:last-of-type {
	margin-bottom: 10px;
}
.category-widget-cont h4:after {
	float:right;
	font-family: "dashicons";
	content: '\f140';
	-ms-transform: translate(-1px,1px);
	-webkit-transform: translate(-1px,1px);
	-moz-transform: translate(-1px,1px);
	transform: translate(-1px,1px);
	-ms-transition: all 600ms;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
    transition: all 600ms;
}
.category-widget-cont h4.open:after {
	-ms-transition: all 600ms;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
    transition: all 600ms;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.category-widget-cont > div {
	display:none;
}
.category-widget-cont > div.open {
	display:block;
}

#p_grid_row {
	position: relative;
	max-width: 100%;
	width: 100%;
	-ms-transition: all 600ms;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	transition: all 600ms;
	visibility:hidden;
}
#p_grid_row img,
#p_grid_row a.cat-post-thumbnail {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
	margin:0 auto;
}
#p_grid_row .white-panel {
	position: absolute;
	background: white;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding: 15px;
}
#p_grid_row .white-panel h1,
#p_grid_row .white-panel h3
 {
	font-size: 1.2rem;
	margin-bottom:0.25rem;
}
#p_grid_row .white-panel p {
	font-size: 1rem;
}
#p_grid_row .white-panel a p {
	color:#333;
}
#p_grid_row .white-panel a p span.cat-post-excerpt-more {
	color:#3777a4;
}
#p_grid_row .white-panel h1 a {
	color: #A92733;
}
#p_grid_row .white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cat-post-thumbnail {margin: 5px 10px 5px 0; display: block;}
#p_grid_row .cat-post-thumbnail {
	margin: 0;
}

#list_row .white-panel,
#list_row .cat-post-everything-is-link {
	display: block; /* or inline-flex */
	overflow:hidden;
}
#list_row .white-panel {
	padding:10px 10px 20px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 45px;
}
#list_row .white-panel a.cat-post-everything-is-link {
	padding:0 0 45px 170px;
	position: relative;
	min-height: 170px;
	
}
#list_row .cat-post-thumbnail {
	width:150px;
	position: absolute;
	left:0;
	top:0;
}
#list_row header {
	clear: none;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2;
    word-wrap: break-word;
	margin: 0 0 10px 0;
	color: #020202;
}
#list_row p {
	/* clear:both; */
	padding: 5px 0 10px 0;
	color:#3d3d3d;
	
}
#list_row .cat-post-excerpt-more {
	color: #3777a4;
}

#list_row header:after {
	background: #3777a4;
    content: "";
    display: block;
    margin: 15px 0 30px;
    margin: 0.9375rem auto 1.875rem;
    width: 100px;
    height: 3px;
}



