.t3-header .logo {
    min-width: 228px;
    max-width: 350px;
}

.container-lg {
	background-color: #eae1d9;
}

@media (min-width: 1200px){
	.xblog .item-content {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.xblog .item-content {
		width: 100%;
	}
}

@media (min-width: 768px){
	.xblog .item-content {
		width: 100%;
	}
}



.xblog .info-content.has-thumb {
    display: none;
}

.blog-item-page .info-content .user-info {
    display: none;
}

.t3-footer {
    display: none;
}

.head-search .fa-search {
	display: none;
}

.head-search .custom {
    text-align: center;
    line-height: 96px;
    height: 96px;
    width: 96px;
	font-size: 190%;
}

@media (max-width: 767px){
	.head-search .custom {
		line-height: 64px;
		height: 64px;
		width: 64px;
	}
}

ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #73552f;
    background-color: #73552f;
    border: 6px solid #73552f;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    color: #543e22;
    background-color: #543e22;
    border: 6px solid #543e22;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
    background: #73552f;
}

ul.sigProResponsive span.sigProPseudoCaption {
    background: #73552f;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #000;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {
    color: #000;
}


