.posts-list{margin-bottom: 0;}
.posts-list .summary-title > span,
.posts-list .summary-title > a,
.posts-list .list-title > span,
.posts-list .list-title > a,
.posts-list .entry-title > span,
.posts-list .entry-title > a{color: #000;}

/* Hierarchical structure */

.child-header{
	margin-top: 30px; 
}
.child-header > h2{
	font-size: 18px;
	text-transform: uppercase;
}
.child-header > h2 > span,
.child-header > h2 > a{
	color: #333;
	display: block;
}
.child-header > h2 > img,
.child-header > h2 > img{
	height: 64px;
	width: 64px;
	float: left;
}

/* List type Default */

.grid-thumb,
.stripe-thumb{position: relative;}
.grid-thumb .data,
.stripe-thumb .data{
	height: 70px;
	width: 70px;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #fff;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}
.related-conteiner{ border-bottom: 1px solid #ededed; overflow: hidden; }
.related-conteiner .list-content p.summary{display: none;}

@media screen and (max-width: 767px){
	.list-content > .list-title{ display: table;	}
	.list-content > .list-title > a{ 
		display: table-cell;
		vertical-align: middle;
	}
	.list-content > .list-title > a.mobile-image{
		padding-right: 15px;
		width: 110px;
		height: auto;
	}
	.stripe-thumb{
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* Simple list */

.portfolio-item .utility-link,
.gr-item .utility-link,
.ul-post-list .utility-link{
	position: relative;
	top: auto;
	right: auto;
	text-align: right;
}
.ul-post-list .utility-link:before{
	height: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #999;
	z-index: -1;
}
.list-item{
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.list-item .list-title{ margin-top: 0; }
.list-item .list-content > p{ color: #999; }
.portfolio-item .summary .data,
.list-item .list-content .data{
	padding: 5px 0;
	text-align: left;
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
}
.portfolio-item .summary .data{text-align: center;}
.portfolio-item .summary .data > span,
.list-item .list-content .data > span{
	margin-right: 5px;
}
#secondary .ul-post-list .utility-link{
	margin-top: 15px;
	text-align: left;
}
#secondary .list-item{border-color: #ededed;}
#secondary .list-item .list-content .data,
#secondary .list-item .list-content .entry-meta{ display: none; }

/* grids */

.square{
	display: block;
	width: 100%;
}
.square img{
	width: 100%;
	height: auto;
}

.summary-title{
	margin: 15px 0 10px 0;
	font-size: 18px;
	max-width: 100%;
}
.gr-item .summary{
	padding: 10px 0;
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

.summary-title > a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gr-item .summary{
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.gr-item .summary .utility-link{
	margin: 10px 0;
}
.product .summary-title > a{
	white-space: normal;
}

/* Grid items Blog */

.gr-item-blog{margin-bottom: 30px;}
.jcarousel li.gr-item-blog{
	margin-bottom: 0;
	padding: 0 15px;
}
.gr-item-blog > .article-box{
	padding: 10px 10px 10px 100px;
	border: 1px solid #ededed;
	background-color: #fff;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.gr-item-blog > .article-box.alt{
	padding: 52px 10px 10px  120px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1);
	border: none;
}
.gr-item-blog > .article-box .data,
.gr-item-blog > .article-box .grid-thumb-blog{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	z-index: 2;
}
.gr-item-blog > .article-box.alt .grid-thumb-blog{
	top: auto;
	bottom: -50px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.gr-item-blog > .article-box .grid-thumb-blog img{
	width: 100%;
	height: auto;
}
.gr-item-blog > .article-box .data{
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-color: #333;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 1;
	opacity: 0;
	color: #fff;
}
.gr-item-blog > .article-box .data > p:nth-child(odd){
	line-height: 21px;
}
.gr-item-blog > .article-box:hover .data{
	top: 80px;
	opacity: 1;
}
.gr-item-blog > .article-box:hover{
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	border-color: #ddd;
}

.gr-item-blog .utility-link{
	bottom: 10px;
	top: auto;
	right: 10px;
}
.gr-item-blog .alt .utility-link{
	top: 10px;
	bottom: auto;
}
.gr-item-blog > .article-box .gr-content{
	height: auto;
	overflow: hidden;
	position: relative;
}
.gr-item-blog > .article-box .summary > p{color: #999;}
.gr-item-blog > .article-box.alt .summary > p{
	line-height: 1.5;
	height: auto;
}
.gr-item-blog > .article-box.alt .gr-content{height: auto;}
.gr-item-blog > .article-box.alt .gr-content .summary-content{
	overflow: hidden;
	position: relative;
}
.gr-item-blog > .article-box.alt .gr-content:after{display: none;}
.gr-item-blog > .article-box.alt .summary > p:after{ display: none; }
.gr-item-blog > .article-box.alt .summary-title{ margin-top: 30px; }
.gr-item-blog > .article-box.alt .summary-title > a{
	font-size: 21px;
	font-weight: 300; 
}
.gr-item-blog > .article-box.alt .summary-title > span:before,
.gr-item-blog > .article-box.alt .summary-title > a:before{
	content: '—';
	margin-right: 5px;
	display: inline-block;
}

/* Portfolio */

.portfolio-item{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 3;
}
.portfolio-item > .portfolio-thumb{
	margin: 5px;
}
.jcarousel li.portfolio-item{
	margin-bottom: 0;
	padding: 0 15px;
}
.portfolio-item .summary{
	text-align: center;
	padding: 30px;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}
.portfolio-item .summary a{
	color: #fff;
}
.portfolio-item:hover .summary{
	opacity: 1;
}

.portfolio-item .utility-link > span a{
	color: #666;
	background-color: #fff;
}
.portfolio-item .utility-link > span a > i{
	color: #666;
}
.portfolio-item .utility-link > span a:hover > i{
	color: #333;
}
.portfolio-item .utility-link > span a > .sr-only{
	background-color: #fff;
	color: #333;
}
.portfolio-item .utility-link > span a > .sr-only:after{
	border-left-color: #fff;
}

/* Partners */

.partner-thumb{ 
	padding: 10px;
	position: relative;
}
.partner-thumb .square{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: auto;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partner-thumb .square img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.partner-thumb .place-spacer{
	width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
}

/* Super banner */

.super-banner{ padding: 0 !important; }
.super-banner .banner-box{
	position: relative;
	overflow: hidden;
	background-color: #000;
	margin: 5px;
}
.tax-item{padding: 10px !important;}
.super-banner .banner-box img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}
.super-banner .container img{
	width: 128px;
	height: auto;
	display: block;
	margin: auto;
}
.super-banner:hover .banner-box img{
	opacity: 0.4;
	-moz-transform: scale(1.2) rotate(0deg);
	-webkit-transform: scale(1.2) rotate(0deg);
	-o-transform: scale(1.2) rotate(0deg);
	-ms-transform: scale(1.2) rotate(0deg);
	transform: scale(1.2) rotate(0deg);
}
.super-banner .container{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 10%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.super-banner.fixed-banner{background-color: transparent;}
.super-banner.fixed-banner .container{opacity: 1;}
.tax-item .super-banner .container,
.super-banner:hover .container{
	opacity: 1;
}
.super-banner .container > h3{
	font-size: 32px;
	color: #fff;
	margin: 15px 0;
}
@media screen and (max-width: 991){
	.super-banner .container > h3{
		font-size: 26px;
	}
}
@media screen and (max-width: 991){
	.super-banner .container > h3{
		font-size: 22px;
	}
}
.super-banner .container > h3 > a{
	color: #fff;
}
.super-banner .container > p{
	color: #fff;
	font-size: 18px;
}
.super-banner.fixed-banner .container > p{color: inherit;}

.super-banner .fancy-media{
	position: relative;
	margin: 15px auto;
	display: block;
	height: 96px;
	width: 96px;
	line-height: 90px;
	text-align: center;
	background-color: transparent;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 26px;
	text-indent: 3px;
}

.super-banner .banner-btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* STAFF */

.posts-list.staff{padding-bottom: 10px; }
.posts-list.staff .staff-item{
	text-align: center;
	margin: 90px 0 30px 0;
	position: relative;
}
.posts-list.staff .staff-item .summary{
	padding: 15px;
}
.posts-list.staff .staff-item > *{
	position: relative;
	z-index: 2;
}
.posts-list.staff .staff-item:after{
	content: "";
	position: absolute;
	border-top: 4px solid #333;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	background-color: #fff;
	z-index: 1;
}
.posts-list.staff .staff-item > img,
.posts-list.staff .staff-item > a > img{
	margin-top: -50px;
	width: 110px;
	height: 110px;
	border: 4px solid #ededed;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.posts-list.staff .staff-item > p.role{
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
}
.contacts-list > dt{text-align: left;}
.contacts-list > dt.issocial{
	width: auto;
	clear: none;
	margin-top: 15px;
}
.staff .entry-content .block-title{
	margin-top: 59px;
}

/* Column */

.featured-item{
	padding: 0 7px;
	margin: 15px 0;
}
.featured-item .featured-img > img{
	width: 100%;
	height: auto;
}
.featured-item .utility-link{
	top: auto;
	bottom: 15px;
}
.featured-item .utility-link > span > a{
	background-color: transparent;	
	border: 2px solid #fff;
	line-height: 28px;
}
.featured-item .featured-caption{
	position: absolute;
	bottom: 0;
	left: 7px;
	right: 7px;
	padding: 15px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}
.featured-item .featured-caption > p{
	margin-bottom: 15px;
	font-size: 13px;
}
.featured-item .featured-caption a{color: #fff;}
.featured-item .featured-caption .block-title{
	border-color: #fff;
	margin-bottom: 15px;
	margin-top: 0;
	padding-top: 0;
}
.posts-list.column{
	margin-right: -7px;
	margin-left: -7px;
}

/* static block */

.static-block .block-container{ padding: 20px; }
.static-block .block-container > img{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
.static-block .block-container > h3{
	padding-bottom: 32px;
	position: relative;
}
.static-block .block-container > h3:after{
	content: "";
	height: 2px;
	width: 48px;
	background-color: #333;
	position: absolute;
	bottom: 13px;
	left: 0;
}
.text-center .static-block .block-container > h3:after{
	left: 50%;
	margin-left: -24px;
}
.static-block .block-container > p{
	font-size: 18px;
	font-style: italic;
}
.static-block .block-container.centered{text-align: center;}
.static-block .block-container.centered > h3:after{
	margin-left: -24px;
}
.static-block .block-container .buttons-set .button{
	padding: 0;
	text-transform: uppercase;
	background-color: transparent;
	opacity: 1;
	color: inherit;
	letter-spacing: 0;
}

/* Minimal list */

.posts-list .list-group-item > .item-block{
	display: table;
	width: 100%;
}
.posts-list .list-group-item > .item-block > .post-link,
.posts-list .list-group-item > .item-block > .utility-link{
	display: table-cell;
	vertical-align: middle;
}
.posts-list .list-group-item > .item-block > .utility-link{width: 160px}

.staff-alt .gr-item-blog{
	margin-bottom: 40px !important;
}