/* BG Light */
.big-thumbs-bg-light .big-thumbs{
	background-color: #F6F6F6;
}
/* TODO: Confirm styling */
.big-thumbs-bg-light.big-thumbs-bg-white .big-thumbs{
	background-color: #FFF;
}
.big-thumbs-bg-transparent.big-thumbs-bg-white .big-thumbs,
.big-thumbs-bg-light.big-thumbs-bg-transparent.big-thumbs-bg-white .big-thumbs{
	background: transparent;
}
.big-thumbs-bg-light .big-thumbs-title{
	color: #000;
	text-align: center;
}
.big-thumbs-bg-light .big-thumbs-description{
	color: #000;
	text-align: center;
}
.big-thumbs-bg-light .big-thumbs-post-default .big-thumbs-post-title{
	color: #000;
	font-size: 22px;
}
.big-thumbs-bg-light  a.text-link.big-thumbs-post-link{
	color: #000;
}
.big-thumbs-bg-light .big-thumbs-post-full a.text-link.big-thumbs-post-link{
	color: #fff;
}
.big-thumbs-bg-light .big-thumbs-text-wrap{
	justify-content: center;
}

.home.big-thumbs{
	background-color: #171C1F;
  padding-top: 60px;
}
.center.big-thumbs{
	text-align: center;
}
.big-thumbs{
	padding-bottom: 60px;
}
.home.big-thumbs.section{
	padding: 90px 0;
	margin-bottom: 0;
}
.big-thumbs.section{
}
.big-thumbs-text-content-wrap{
	margin-right: 30px;
	margin-bottom: 60px;
}
.home .big-thumbs-title{
	color: #fff;
}
.big-thumbs-title{
}
.home .big-thumbs-description{
	color: #A9A9A9;
}
.big-thumbs-description{
	text-align: left;
	margin-top: 15px;
}

.big-thumbs-post-link-wrap {
	text-align: left;
}
.big-thumbs-post-full a.text-link.big-thumbs-post-link{
	color: #fff;
}
a.text-link.big-thumbs-post-link{
	color: #fff;
}

.big-thumbs-posts-wrap .row {
	margin-right: -15px;
	margin-left: -15px;
	width: calc(100% + 15px + 15px);
	justify-content: center;
}
.big-thumbs-posts-wrap [class*="col-"]{
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

/* Post style - default */
.big-thumbs-post-default{
	position: relative;
	display: block;
	width: 100%;
}
.big-thumbs-post-default .big-thumbs-post-img-wrap{
	padding-bottom: 15px;
}
.big-thumbs-post-default .big-thumbs-post-country{
	text-transform: uppercase;
	text-align: left;
	color: #888888;
	font-size: 12px;
}
.big-thumbs-post-default .big-thumbs-post-description{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}
.home .big-thumbs-post-default .big-thumbs-post-title{
	color: #fff;
	font-size: 22px;
}
.big-thumbs-post-default .big-thumbs-post-title{
	margin-bottom: 0;
	text-align: left;
}
.home .big-thumbs-post-default .big-thumbs-post-description{
	color:#87868B;
}
.big-thumbs-post-default .big-thumbs-post-description{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* 1.6 em based on the line-height from core css */
	line-height: 1.6em;
	height: 7em;
}

/* Post style - full */

.big-thumbs-post-full{
	position: relative;
	clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 120px), calc(100% - 60px) 100%, 0 100%, 0 0);
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% calc(100% - 120px), calc(100% - 60px) 100%, 0 100%, 0 0);

}
.big-thumbs-post-full .big-thumbs-post-content{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: calc(100% - 15px - 15px);
	height: calc(100% - 15px - 15px);
	margin: 15px;
}

.big-thumbs-post-full .big-thumbs-post-img-wrap{
	position: relative;
	width: 100%;
}
.big-thumbs-post-full .big-thumbs-post-country{
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
}
.big-thumbs-post-full .big-thumbs-post-title{
	overflow-wrap: break-word;
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	max-height: calc(100% - 2em);
	top: 50%;
	transform: translateY(calc(-50% + 15px));
	left: 0;
	width: 100%;
	text-align: left;
	font-size: 36px;
}
.big-thumbs-post-full .big-thumbs-post-link{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}
.big-thumbs-post-full a.text-link.big-thumbs-post-link:hover{
	border-bottom: solid 2px transparent;
}

.big-thumbs .filter-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
  padding-bottom: 30px;
  border-bottom: solid 1px #AAAAAA;
  margin-bottom: 60px;
}

.big-thumbs .filter-container ul {
  margin: 0px;
  font-size: 18px;
  text-align: left;
  color: #857777;
  padding: 0px;
}

.big-thumbs .filter-container li {
  border: solid 2px #C2BBBA;
  min-width: 135px;
  display: inline-block;
  text-align: center;
  padding: 5px 0px;
  margin: 0px;
  margin-right: 20px;
	cursor: pointer;
}

.big-thumbs .filter-container li:hover {
	background:#C2BBBA;
  min-width: 135px;
  display: inline-block;
  text-align: center;
  padding: 5px 0px;
  margin: 0px;
  margin-right: 20px;
	cursor: pointer;
}

.big-thumbs .filter-container li.active {
  background:#C2BBBA;
  color: black;
}

.big-thumbs .filter-container p {
  color: #4B4B4B;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
  margin-bottom: 10px;
}

.big-thumbs .filter-container div:last-child {
  position: relative;
  min-width: 15%;
}

.big-thumbs .filter-container div:last-child p {
  position: absolute;
  color: #857777;
  text-transform: none;
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  bottom: 0;
  right: 0;
}

.big-thumbs-post {
	margin-bottom: 30px;
}

.big-thumbs-post.cta-block {
	border: solid 2px #E6E6E6;
    padding: 30px;
    min-height: 420px;
}

.big-thumbs-post.cta-block h3 {
	font-size: 32px;
	text-align: left;
}

.big-thumbs-post.cta-block p {
	font-size: 14px;
	text-align: left;
	margin: 0px;
}

.big-thumbs-post.cta-block .cta-block-button {
    width: 100%;
    text-align: center;
	margin-top: 30px;
	color: #000;
}

.big-thumbs-loadmore-wrap{
	padding: 50px 0;
}

.filters-mobile-header-container {
	display: none;
}

/* Site design width */
@media only screen and ( max-width: 1280px ){
	.home.big-thumbs.section{
		padding: 60px 30px;
		margin-bottom: 0;
	}

	.big-thumbs.section{
		padding: 60px 30px;
		margin-bottom: 0;
	}

}
@media only screen and ( max-width: 1180px ) {
	.home .big-thumbs-post-default .big-thumbs-post-title {
		font-size: 1em;
	}
}
/* Tablet */
@media only screen and ( max-width: 768px ){
	.big-thumbs-posts-wrap-inner .col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.big-thumbs-posts-wrap-inner .big-thumbs-post.cta-block h3 {
		font-size: 0.8em;
	}

	.big-thumbs-post.cta-block {
		padding: 10px;
	}

	.big-thumbs-post.cta-block .cta-block-button {
		padding: 10px;
	}

	.big-thumbs-post-title-wrap .big-thumbs-post-full .big-thumbs-post-title{

		font-size: 0.875em;
	}
	.big-thumbs-post-country{
		font-size: 0.750em;
	}
	.big-thumbs-post-description{
		display: none;
	}
	.big-thumbs-title{
		margin-bottom: 0;
		font-size: 1.750em;
	}
	.big-thumbs.section{
		padding-bottom: 60px;
	}
	.big-thumbs-text-content-wrap{
		margin-right: 0;
	}

	.big-thumbs-bg-light .big-thumbs-post-default .big-thumbs-post-title{
		color: #000;
		font-size: 14px;
		font-weight: 700;
	}

	.big-thumbs-post-default .big-thumbs-post-country{
		font-size: 0.750em;
		font-weight: 700;
	}

	.filters-mobile-header-container {
		display: flex;
		margin-bottom: 15px;
		padding: 15px;
		border: solid 1px #a7a7a7;
	}

	.filters-mobile-header-container p {
		flex: 1;
		margin: 0px;
	}

	.big-thumbs .filter-container {
		background: #F6F6F6;
		border: solid 1px #a7a7a7;
		padding: 15px;
		margin-top: -15px;
		display: none;
	}

	.big-thumbs .filter-container.active {
		display: block;
	}

	.big-thumbs .filter-container li {
		display: block;
		margin: 20px 0px;
	}

	.big-thumbs .filter-container div:last-child {
		width: 100%;
		height: 50px;
		display: block;
		text-align: center;
	}

}

/* Mobile */
@media only screen and ( max-width: 640px ){

}
