/*-------- All Grids ----------*/
.gh-grid {
  position: relative;
  overflow: hidden;
  display: block;
  clear: both;
  width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
  text-align: left;
}
.gh-grid-item-full {
  position: relative;
	height: 480px;
	margin-bottom: 30px
}
.gh-grid-item-big {
  position: relative;
	height: 280px;
	margin-bottom: 30px
}
.gh-grid-item-small {
  position: relative;
  margin-bottom: 30px;
}
.gh-post-category a {
    display: inline-block;
    background: #ff3700;
    color: #fff;
    padding: 0 10px;
    font-family: Poppins;
    font-size: 12px;
}
.gh-post-author:before {
    content: "\f464";
    font-family: tqicons;
    padding-right: 5px;
    vertical-align: bottom;
}
.gh-post-date:before {
    content: "\f554";
    font-family: tqicons;
    padding-right: 5px;
    vertical-align: bottom;
}

.gh-grid-item-info {

}
.gh-grid-item-big-info, .gh-grid-3 .gh-grid-item-small-info, .gh-grid-item-full-info {
  position: absolute;
	bottom: 30px;
  left: 30px;
  right: 30px;
	margin-top: 10px;

}
.gh-grid-item-small-info {
	margin-top: 10px;
}
.editors-choice-light {
	position: absolute;
	top: 30px;
	left: 30px;
  color: #fff;
  border: 1px solid #fff;
  padding: 1px 10px;
	font-size: 11px;
}
.editors-choice-light:before {
	content: '\f3c9';
	font-family: 'tqicons';
	margin-right: 4px;
}
/*--------- Media Screen --------*/
@media only screen and (max-width: 800px) {

}
@media only screen and (min-width: 801px) {
.gh-grid-item-big {
  display: inline-block;
	float: left;
	width: calc(50% - 14px);
	margin-right: 30px;
	margin-bottom: 30px
}
.gh-grid-item-small {
	display: inline-block;
	float: left;
	width: calc(25% - 23px);
	margin-right: 30px;
}
.gh-grid-3 :nth-child(3), .gh-grid-5 :first-child {
	margin-right: 30px !important;
}
.gh-grid-3 .gh-grid-item-big {
	width: calc(50% - 15px);
}
.gh-grid-item-huge {
  display: inline-block;
	width: calc(50% - 17px);
}
.gh-grid-2 .gh-grid-item-small {
  height: 280px;
}
}

.gh-grid-item-full img {
	object-fit: cover;
	width: 100%;
	height: 480px;
}
.gh-grid-item-big img {
	object-fit: cover;
	height: 280px;
	width: 100%;
  margin: 0;
}
.gh-grid-item-small img {
	width: 100%;
	object-fit: cover;
  	margin: 0;
}
.gh-grid-item-small h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.gh-grid-item-big h3, .gh-grid-item-huge h3 {
	margin-bottom: 5px;
}
.gh-img-container {
    position: relative;
    width: 100%;
}
.gh-post-author {
    font-size: 12px;
    float: left;
    margin-right: 10px;
    color: #777;
}
.gh-post-date {
  font-size: 12px;
  color: #777;
}
.gh-post-category {
    position: absolute;
    left: 0;
    bottom: 7px;
}
/*-------- Grid Style 1 --------*/
.gh-grid-item-small, .gh-grid-item-huge {
  height: auto;
  margin-bottom: 30px;
}


/*-------- Grid Style 2 --------*/
.gh-grid-2 :nth-child(3), .gh-grid-3 :nth-child(3), .gh-grid-1 :nth-child(4), .gh-grid :last-child, .gh-grid-3 :nth-child(2) {
	margin-right: 0;
}

/*-------- Grid Style 3 --------*/

.gh-grid-3 .gh-grid-item-small img {
	height: 100%;
}
.gh-grid-3 .gh-grid-item-small h3 {
	font-size: 16px;
}
.gh-grid-3 .gh-post-author {
	margin-right: 10px;
}
.gh-grid-3 a, .gh-grid-3 .gh-post-date, .gh-grid-3 .gh-post-author, .gh-grid-item-big-info a, .gh-grid-item-big-info .gh-post-date, .gh-grid-item-big-info .gh-post-author, .light-text {
	color: #fff !important;
}

/*-------- Grid Style 4 --------*/
.grid-4-full-title {
  font-size: 40px;
}
/*-------- Grid Style 5 -----------*/
