.awa-grid-masonry .grid-sizer,
.awa-grid-masonry .grid-item {
	width: calc(100% / 3);
	position: relative
}

.awa-grid-masonry .grid-sizer img,
.awa-grid-masonry .grid-item img {
	width: 100%
}

.awa-grid-masonry .grid-sizer .content,
.awa-grid-masonry .grid-item .content {
	position: absolute;
	width: calc(100% - 60px);
	left: 30px;
	bottom: 50px;
	padding: 40px 90px 40px 40px;
	background-color: rgba(255, 255, 255, 0.85);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-grid-masonry .grid-sizer .category,
.awa-grid-masonry .grid-item .category {
	margin-bottom: 10px;
	font-weight: 800;
	color: #f54ea2;
	line-height: 16px;
	font-size: 13px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-grid-masonry .grid-sizer .title,
.awa-grid-masonry .grid-item .title {
	font-weight: 800;
	margin: 0;
	color: #111111;
	font-size: 24px;
	line-height: 30px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-grid-masonry .grid-sizer .title a,
.awa-grid-masonry .grid-item .title a {
	text-decoration: none
}

.awa-grid-masonry .grid-sizer .title:hover,
.awa-grid-masonry .grid-item .title:hover {
	opacity: .7
}

.awa-grid-masonry .grid-sizer .link-icon,
.awa-grid-masonry .grid-item .link-icon {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	right: 35px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: 50%;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease
}

.awa-grid-masonry .grid-sizer .link-icon::before,
.awa-grid-masonry .grid-item .link-icon::before {
	content: "\f178";
	font-family: FontAwesome;
	color: #111;
	top: 50%;
	position: absolute;
	left: 50%;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.awa-grid-masonry .grid-sizer .link-icon:hover,
.awa-grid-masonry .grid-item .link-icon:hover {
	border: 2px solid #111
}

.awa-grid-masonry .grid-sizer:hover .content,
.awa-grid-masonry .grid-item:hover .content {
	opacity: 1;
	pointer-events: visible
}

.awa-grid-masonry .grid-item.big {
	width: calc(100% / 3 * 2)
}

@media only screen and (max-width: 1199px) {
	.awa-grid-masonry .grid-sizer,
	.awa-grid-masonry .grid-item {
		width: calc(100% / 2)
	}
	.awa-grid-masonry .grid-item.big {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.awa-grid-masonry .grid-sizer,
	.awa-grid-masonry .grid-item {
		width: 100%
	}
	.awa-grid-masonry .grid-sizer img,
	.awa-grid-masonry .grid-item img {
		width: 100%
	}
	.awa-grid-masonry .grid-item.big {
		width: 100%
	}
}

@media only screen and (max-width: 480px) {
	.awa-grid-masonry .grid-sizer .content,
	.awa-grid-masonry .grid-item .content {
		bottom: 10px;
		left: 10px;
		padding: 20px 70px 20px 20px;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px)
	}
	.awa-grid-masonry .grid-sizer .title,
	.awa-grid-masonry .grid-item .title {
		font-size: 20px;
		line-height: 1.3
	}
	.awa-grid-masonry .grid-sizer .link-icon,
	.awa-grid-masonry .grid-item .link-icon {
		right: 15px
	}
}

.grid-blog-wrapp {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.grid-blog-wrapp .grid-blog-item {
	padding: 0 15px;
	width: 33.33%
}

.grid-blog-wrapp .grid-blog-item .item-media {
	overflow: hidden
}

.grid-blog-wrapp .grid-blog-item .item-media img {
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-ms-transform: translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px)
}

.grid-blog-wrapp .grid-blog-item .item-media:hover img {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px)
}

.grid-blog-wrapp .grid-blog-item .content {
	padding: 30px 0 0
}

.grid-blog-wrapp .grid-blog-item .content .category-item {
	display: flex
}

.grid-blog-wrapp .grid-blog-item .content .category {
	color: #f54ea2;
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	letter-spacing: 0.2px
}

.grid-blog-wrapp .grid-blog-item .content .category::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #dfdede;
	margin: 0 10px
}

.grid-blog-wrapp .grid-blog-item .content .date {
	color: #999999;
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	letter-spacing: 0.2px
}

.grid-blog-wrapp .grid-blog-item .content .title {
	font-size: 24px;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 800;
	padding: 10px 0 0;
	letter-spacing: 0.2px;
	color: #444
}

.grid-blog-wrapp .grid-blog-item .content .title:hover {
	opacity: .7
}

.grid-blog-wrapp .grid-blog-item .content .a-btn-4 {
	margin: 30px 0 20px
}

.grid-blog-wrapp .grid-blog-item .content a {
	text-decoration: none
}

@media only screen and (max-width: 991px) {
	.grid-blog-wrapp .grid-blog-item {
		width: 50%
	}
}

@media only screen and (max-width: 767px) {
	.grid-blog-wrapp .grid-blog-item {
		width: 100%;
		margin-bottom: 30px
	}
	.grid-blog-wrapp .grid-blog-item .content {
		text-align: center
	}
	.grid-blog-wrapp .grid-blog-item .content .category-item {
		justify-content: center
	}
	.grid-blog-wrapp .grid-blog-item .content .title {
		font-size: 20px
	}
}

.awa-grid-masonry-gutter {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px
}

.awa-grid-masonry-gutter .grid-item {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-bottom: 100%
}

.awa-grid-masonry-gutter .grid-item .content {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85);
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	left: 15px;
	top: 15px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-grid-masonry-gutter .grid-item .content .link-icon {
	position: absolute;
	background-color: transparent;
	top: 15px;
	width: 50px;
	height: 50px;
	right: 15px;
	margin: 0;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease
}

.awa-grid-masonry-gutter .grid-item .content .link-icon:hover {
	right: 10px
}

.awa-grid-masonry-gutter .grid-item .content .link-icon::before {
	content: "\f178";
	font-family: FontAwesome;
	color: #111;
	top: 50%;
	position: absolute;
	left: 50%;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.awa-grid-masonry-gutter .grid-item .content-item {
	bottom: 0;
	top: auto;
	position: absolute;
	padding: 40px 30px
}

.awa-grid-masonry-gutter .grid-item .content .category {
	color: #f54ea2;
	margin-bottom: 10px;
	font-weight: 800
}

.awa-grid-masonry-gutter .grid-item .content .title {
	font-weight: 800;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	color: #111111;
	letter-spacing: 0.2px;
	transition: all 700ms ease
}

.awa-grid-masonry-gutter .grid-item .content .title:hover {
	opacity: .7
}

.awa-grid-masonry-gutter .grid-item .content a {
	text-decoration: none
}

.awa-grid-masonry-gutter .grid-item:hover .content {
	opacity: 1;
	pointer-events: visible
}

.awa-grid-masonry-gutter .grid-item.big {
	grid-column: 2/4;
	grid-row: 1/3
}

@media only screen and (max-width: 991px) {
	.awa-grid-masonry-gutter {
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr)
	}
	.awa-grid-masonry-gutter .grid-item.big {
		grid-column: 1/3;
		grid-row: 2/3
	}
}

@media only screen and (max-width: 767px) {
	.awa-grid-masonry-gutter {
		grid-template-columns: 1fr
	}
	.awa-grid-masonry-gutter .grid-item {
		grid-column: 1/2
	}
	.awa-grid-masonry-gutter .grid-item.big {
		grid-column: 1/2
	}
}

@media only screen and (max-width: 480px) {
	.awa-grid-masonry-gutter .grid-item .content .title {
		font-size: 20px;
		line-height: 1.3
	}
}

.awa-grid-post-list-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px
}

.awa-grid-post-list-2 .grid-item a {
	text-decoration: none
}

.awa-grid-post-list-2 .grid-item .category {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 12px;
	background-color: #f54ea2;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .2px;
	text-decoration: none
}

.awa-grid-post-list-2 .grid-item .title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 23px 0 20px;
	padding: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
	color: #444444
}

.awa-grid-post-list-2 .grid-item .date {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	font-weight: 800;
	text-transform: lowercase;
	display: inline-block;
	padding: 0 12px 0 0
}

.awa-grid-post-list-2 .grid-item .description {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	display: block;
	margin: 0;
	margin-top: 30px;
	padding: 0 0 22px
}

@media only screen and (max-width: 767px) {
	.awa-grid-post-list-2 {
		grid-template-columns: 1fr
	}
	.awa-grid-post-list-2 .grid-item {
		text-align: center
	}
}

.grid-awa-portfolio-3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: -25px;
	grid-gap: 30px
}

.grid-awa-portfolio-3 .grid-item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative
}

.grid-awa-portfolio-3 .grid-item:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/3;
	padding-bottom: 100%
}

.grid-awa-portfolio-3 .grid-item:nth-child(4) {
	grid-column: 3/5;
	grid-row: 2/3
}

.grid-awa-portfolio-3 .grid-item:nth-child(5) {
	grid-column: 1/3;
	grid-row: 3/4
}

.grid-awa-portfolio-3 .grid-item:nth-child(6) {
	grid-column: 3/5;
	grid-row: 3/5;
	padding-bottom: 100%
}

.grid-awa-portfolio-3 .grid-item .content-wrap {
	background-color: #f15922;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -15px;
	top: 15px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.grid-awa-portfolio-3 .grid-item .content {
	bottom: 0;
	top: auto;
	position: absolute;
	padding: 40px 15px 40px 40px
}

.grid-awa-portfolio-3 .grid-item .title {
	font-weight: 800;
	margin: 0;
	color: #111111;
	font-size: 24px;
	line-height: 30px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.grid-awa-portfolio-3 .grid-item .title a {
	color: #fff;
	text-decoration: none
}

.grid-awa-portfolio-3 .grid-item .category {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 800
}

.grid-awa-portfolio-3 .grid-item:hover .content-wrap {
	opacity: 1;
	pointer-events: visible
}

@media only screen and (max-width: 767px) {
	.grid-awa-portfolio-3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(1) {
		grid-column: 1/3;
		grid-row: 1/3;
		padding-bottom: 100%
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(4) {
		grid-column: 1/3;
		grid-row: 3/4;
		padding-bottom: 50%
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(5) {
		grid-column: 1/3;
		grid-row: 4/5;
		padding-bottom: 50%
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(6) {
		grid-column: 1/3;
		grid-row: 5/7;
		padding-bottom: 100%
	}
}

@media only screen and (max-width: 480px) {
	.grid-awa-portfolio-3 {
		display: grid;
		grid-template-columns: 1fr
	}
	.grid-awa-portfolio-3 .grid-item {
		padding-bottom: 100%;
		grid-column: 1
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(1) {
		grid-column: 1;
		padding-bottom: 100%
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(4) {
		grid-column: 1;
		grid-row: 4/5;
		padding-bottom: 100%
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(5) {
		grid-column: 1;
		grid-row: 5/6;
		padding-bottom: 100%
	}
	.grid-awa-portfolio-3 .grid-item:nth-child(6) {
		grid-column: 1;
		grid-row: 6/8;
		padding-bottom: 100%
	}
}

.awa-portfolio-urban .grid-sizer,
.awa-portfolio-urban .grid-item {
	width: calc(100% / 3 - 20px);
	padding-bottom: calc(100% / 3 - 20px);
	margin-bottom: 30px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.awa-portfolio-urban .grid-sizer .overlay,
.awa-portfolio-urban .grid-item .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.85);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-portfolio-urban .grid-sizer .content,
.awa-portfolio-urban .grid-item .content {
	position: absolute;
	padding: 40px 30px;
	bottom: 0;
	top: auto;
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-portfolio-urban .grid-sizer .category,
.awa-portfolio-urban .grid-item .category {
	margin: 0 0 15px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #f54ea2;
	font-size: 13px;
	line-height: 16px
}

.awa-portfolio-urban .grid-sizer .title,
.awa-portfolio-urban .grid-item .title {
	font-weight: 800;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-portfolio-urban .grid-sizer .title:hover,
.awa-portfolio-urban .grid-item .title:hover {
	opacity: .7
}

.awa-portfolio-urban .grid-sizer a,
.awa-portfolio-urban .grid-item a {
	text-decoration: none
}

.awa-portfolio-urban .grid-sizer .link-icon,
.awa-portfolio-urban .grid-item .link-icon {
	opacity: 0
}

.awa-portfolio-urban .grid-sizer .link-icon::before,
.awa-portfolio-urban .grid-item .link-icon::before {
	z-index: 1;
	position: absolute;
	content: "\f067";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	min-width: 40px;
	min-height: 40px;
	padding: 5px 5px 0 0;
	right: 0
}

.awa-portfolio-urban .grid-sizer .link-icon::after,
.awa-portfolio-urban .grid-item .link-icon::after {
	width: 0;
	position: absolute;
	right: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #f54ea2 transparent transparent;
	content: ""
}

.awa-portfolio-urban .grid-sizer:hover .overlay,
.awa-portfolio-urban .grid-item:hover .overlay {
	opacity: 1
}

.awa-portfolio-urban .grid-sizer:hover .content,
.awa-portfolio-urban .grid-item:hover .content {
	opacity: 1
}

.awa-portfolio-urban .grid-sizer:hover .link-icon,
.awa-portfolio-urban .grid-item:hover .link-icon {
	opacity: 1
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-urban .grid-sizer,
	.awa-portfolio-urban .grid-item {
		width: calc(100% / 2 - 15px);
		padding-bottom: calc(100% / 2 - 15px)
	}
}

@media only screen and (max-width: 320px) {
	.awa-portfolio-urban .grid-sizer,
	.awa-portfolio-urban .grid-item {
		width: 100%;
		padding-bottom: 100%
	}
}

.filters-button-group {
	text-align: right;
	margin-bottom: 90px
}

.filters-button-group .button {
	position: relative;
	margin: 0 15px;
	padding: 0;
	color: #222;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0.2px;
	background: none;
	border: none;
	margin-bottom: 6px
}

.filters-button-group .button::before {
	content: '';
	position: absolute;
	height: 8px;
	width: 0;
	bottom: 3px;
	left: 0;
	z-index: -1;
	background-color: #F15922;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease
}

.fabout::before{
	content: '';
	position: absolute;
	height: 100% !important; 
	width: 0;
	bottom: 0px !important;
	left: 0;
	z-index: -1;
	background-color: #F15922;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease	
}

.filters-button-group .button:hover {
	opacity: 1
}

.filters-button-group .button:hover::before {
	width: 100%
}

.filters-button-group .button.active::before {
	position: absolute;
	top:0px;
	width: 100%;
	background:#f15922;
	height: 100%;
	padding: 12px 20px;
	color:white;
	border :1px solid #f15922;
}

@media only screen and (max-width: 1199px) {
	.filters-button-group {
		margin-bottom: 50px
	}
}

@media only screen and (max-width: 767px) {
	.filters-button-group {
		margin-bottom: 30px
	}
}

.grid-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px
}

.grid-products .grid-item {
	text-align: center;
	margin-bottom: 50px
}

.grid-products .prod-list {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 27px
}

.grid-products .prod-list::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.grid-products .prod-list:hover::after {
	opacity: .6
}

.grid-products .prod-list:hover .content {
	opacity: 1
}

.grid-products .content {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
	opacity: 0
}

.grid-products .add-to-cart {
	font-size: 18px;
	color: #222222;
	font-weight: 800;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease
}

.grid-products .add-to-cart::before {
	content: '';
	position: absolute;
	height: 15px;
	width: 100%;
	bottom: -6px;
	left: 0;
	top: auto;
	z-index: -1;
	background-color: #ffdd65;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease
}

.grid-products .add-to-cart:hover::before {
	height: -webkit-calc(100% + 9px);
	height: calc(100% + 9px)
}

.grid-products .link {
	font-size: 13px;
	line-height: 20px;
	font-weight: 800;
	color: #222;
	display: inline-block;
	margin-top: 10px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	letter-spacing: .2px
}

.grid-products .sale,
.grid-products .new {
	position: absolute;
	top: 20px;
	right: 0;
	bottom: auto;
	left: auto;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .2px;
	font-weight: 800;
	color: #fff;
	padding: 0 10px;
	z-index: 1
}

.grid-products .sale {
	background-color: #d5382c
}

.grid-products .new {
	background-color: #09d4de
}

.grid-products .title {
	padding: 0;
	margin: 0;
	color: #222;
	letter-spacing: .2px;
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.6
}

.grid-products .price {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .2px;
	color: #f54ea2;
	margin-top: 10px
}

.grid-products .price span {
	letter-spacing: normal;
	font-weight: 600;
	color: #999;
	margin-bottom: 0
}

.grid-products a {
	text-decoration: none
}

@media only screen and (max-width: 991px) {
	.grid-products {
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (max-width: 767px) {
	.grid-products {
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 650px) {
	.grid-products {
		display: grid;
		grid-template-columns: 1fr
	}
}

.awa-portfolio-full {
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.awa-portfolio-full .grid-item {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative
}

.awa-portfolio-full .grid-item:nth-child(4) {
	grid-row: span 2
}

.awa-portfolio-full .grid-item:hover .content {
	opacity: 1
}

.awa-portfolio-full .grid-item:hover .category {
	top: 0
}

.awa-portfolio-full .grid-item:hover .overlay {
	opacity: 1
}

.awa-portfolio-full .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
	opacity: 0;
	word-wrap: break-word
}

.awa-portfolio-full .overlay {
	background-color: #f54ea2;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.awa-portfolio-full .title {
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	position: relative;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2em
}

.awa-portfolio-full .title a {
	color: #ffffff;
	text-decoration: none
}

.awa-portfolio-full .category {
	position: relative;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 800;
	top: 24px;
	transition: all .3s ease
}

@media only screen and (max-width: 480px) {
	.awa-portfolio-full {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 320px) {
	.awa-portfolio-full {
		grid-template-columns: 1fr
	}
}

.awa-portfolio-tile-masonry .grid-sizer,
.awa-portfolio-tile-masonry .grid-item {
	width: calc(100% / 4)
}

.awa-portfolio-tile-masonry .content {
	text-align: center;
	padding: 15px 0
}

.awa-portfolio-tile-masonry .title {
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	letter-spacing: 0.2px;
	margin: 0;
	webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.awa-portfolio-tile-masonry .title:hover {
	opacity: .7
}

.awa-portfolio-tile-masonry .img-wrapp {
	overflow: hidden
}

.awa-portfolio-tile-masonry img {
	width: 100%;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-portfolio-tile-masonry img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.awa-portfolio-tile-masonry a {
	text-decoration: none
}

@media only screen and (max-width: 1199px) {
	.awa-portfolio-tile-masonry .grid-sizer,
	.awa-portfolio-tile-masonry .grid-item {
		width: calc(100% / 3)
	}
}

@media only screen and (max-width: 480px) {
	.awa-portfolio-tile-masonry .grid-sizer,
	.awa-portfolio-tile-masonry .grid-item {
		width: calc(100% / 2)
	}
}

@media only screen and (max-width: 320px) {
	.awa-portfolio-tile-masonry .grid-sizer,
	.awa-portfolio-tile-masonry .grid-item {
		width: 100%
	}
}

.awa-portfolio-info .grid-sizer,
.awa-portfolio-info .grid-item {
	width: calc(100% / 4 - 23px);
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px
}

.awa-portfolio-info .grid-item:hover .search-icon {
	opacity: 1
}

.awa-portfolio-info .content {
	padding: 10px 30px 24px;
	background-color: #fff;
	text-align: center;
}

.awa-portfolio-info .grid-item--hide {
	display: none
}

.awa-portfolio-info .category {
	font-size: 13px;
	line-height: 18px;
	color: #f54ea2;
	font-weight: 800;
	letter-spacing: 0.2px
}

.awa-portfolio-info .title {
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: 24px;
	color: #222222;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin: 10px 0 0;
	padding: 0;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease
}

.awa-portfolio-info .title:hover {
	opacity: .7
}

.awa-portfolio-info .search-icon {
	position: absolute;
	/*top: 50%;*/
	top: 34%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	display: inline-block;
	width: 55px;
	height: 55px;
	/*margin:35px 45px 10px 10px;*/
	line-height: 55px;
	/*right:0;*/
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 340ms ease;
	-moz-transition: all 340ms ease;
	-ms-transition: all 340ms ease;
	transition: all 340ms ease
}

.awa-portfolio-info .search-icon::before {
	content: "\F002";
	font-family: FontAwesome
}

.awa-portfolio-info a {
	text-decoration: none
}

@media only screen and (max-width: 992px) {
	.awa-portfolio-info .grid-sizer,
	.awa-portfolio-info .grid-item {
		width: calc(100% / 3 - 20px)
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-info .grid-sizer,
	.awa-portfolio-info .grid-item {
		width: calc(100% / 2 - 15px)
	}
	.awa-portfolio-info .content {
		text-align: center
	}
}

@media only screen and (max-width: 480px) {
	.awa-portfolio-info .grid-sizer,
	.awa-portfolio-info .grid-item {
		width: 100%
	}
}

.filters-portfolio-info {
	text-align: center;
	margin: 0;
	padding: 75px 0 25px
}

.filters-portfolio-info .button {
	z-index: 1;
	font-size: 1.3em;
	border: 1px solid #F15922;
	padding: 5px 10px;
}

.filters-portfolio-info .button::before {
	z-index: -1
}

@media only screen and (max-width: 992px) {
	.filters-portfolio-info {
		padding: 70px 0 50px
	}
}

@media only screen and (max-width: 767px) {
	.filters-portfolio-info {
		padding: 30px 0 0
	}
}

.awa-portfolio-modern .grid-sizer,
.awa-portfolio-modern .grid-item {
	width: calc(100% / 3 - 20px)
}

.awa-portfolio-modern .grid-item {
	position: relative;
	margin-bottom: 30px
}

.awa-portfolio-modern .grid-item:hover .content {
	opacity: 1
}

.awa-portfolio-modern .grid-item:hover .overlay {
	opacity: 1
}

.awa-portfolio-modern .content {
	position: absolute;
	padding: 15px 15px 35px 35px;
	bottom: 0;
	transition: all 700ms ease;
	opacity: 0
}

.awa-portfolio-modern .category {
	font-weight: 800;
	color: #f54ea2;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	font-size: 13px;
	line-height: 16px;
	z-index: 1;
	letter-spacing: 0.2px
}

.awa-portfolio-modern .title {
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	-webkit-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-moz-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-ms-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78)
}

.awa-portfolio-modern .title a {
	color: #ffffff;
	z-index: 1
}

.awa-portfolio-modern .title:hover {
	opacity: .7
}

.awa-portfolio-modern .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 700ms ease;
	opacity: 0
}

.awa-portfolio-modern img {
	width: 100%
}

.awa-portfolio-modern a {
	text-decoration: none
}

@media only screen and (max-width: 1200px) {
	.awa-portfolio-modern .grid-sizer,
	.awa-portfolio-modern .grid-item {
		width: calc(100% / 2 - 15px)
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-modern .grid-sizer,
	.awa-portfolio-modern .grid-item {
		width: 100%
	}
	.awa-portfolio-modern .grid-item {
		margin-bottom: 15px
	}
}

.awa-portfolio-full-screen .grid-sizer,
.awa-portfolio-full-screen .grid-item,
.awa-portfolio-full-screen-2 .grid-sizer,
.awa-portfolio-full-screen-2 .grid-item {
	width: calc(100% / 4)
}

.awa-portfolio-full-screen .grid-item,
.awa-portfolio-full-screen-2 .grid-item {
	padding-bottom: calc(100% / 4);
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.awa-portfolio-full-screen .grid-item:hover .overlay,
.awa-portfolio-full-screen-2 .grid-item:hover .overlay {
	opacity: 1
}

.awa-portfolio-full-screen .grid-item:hover .icon-link,
.awa-portfolio-full-screen-2 .grid-item:hover .icon-link {
	top: 0
}

.awa-portfolio-full-screen .grid-item:hover .category,
.awa-portfolio-full-screen-2 .grid-item:hover .category {
	top: 0
}

.awa-portfolio-full-screen .grid-item:hover .content,
.awa-portfolio-full-screen-2 .grid-item:hover .content {
	opacity: 1
}

.awa-portfolio-full-screen .big,
.awa-portfolio-full-screen-2 .big {
	padding-bottom: calc(100% / 2)
}

.awa-portfolio-full-screen .content,
.awa-portfolio-full-screen-2 .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15px 0 30px;
	-webkit-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-moz-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-ms-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	opacity: 0
}

.awa-portfolio-full-screen .title,
.awa-portfolio-full-screen-2 .title {
	webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	position: relative;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	letter-spacing: 0.2px
}

.awa-portfolio-full-screen .title:hover,
.awa-portfolio-full-screen-2 .title:hover {
	opacity: .7
}

.awa-portfolio-full-screen .category,
.awa-portfolio-full-screen-2 .category {
	font-weight: 800;
	top: 24px;
	-webkit-transition: top 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-moz-transition: top 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	transition: top 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	position: relative;
	font-size: 13px;
	line-height: 16px;
	color: #222222;
	letter-spacing: 0.2px
}

.awa-portfolio-full-screen .icon-link,
.awa-portfolio-full-screen-2 .icon-link {
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
	position: relative;
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	color: #222222;
	text-transform: uppercase;
	width: 100%;
	top: 36px
}

.awa-portfolio-full-screen .overlay,
.awa-portfolio-full-screen-2 .overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.awa-portfolio-full-screen a,
.awa-portfolio-full-screen-2 a {
	text-decoration: none
}

.filters-portfolio-full-screen {
	text-align: center;
	margin: 0;
	padding: 70px 0 40px
}

@media only screen and (max-width: 992px) {
	.filters-portfolio-full-screen {
		padding: 50px 0 20px
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-full-screen .grid-sizer,
	.awa-portfolio-full-screen .grid-item {
		width: calc(100% / 3)
	}
	.awa-portfolio-full-screen .grid-item {
		padding-bottom: calc(100% / 3)
	}
	.awa-portfolio-full-screen .big {
		padding-bottom: calc(100% / 1.5)
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-full-screen .grid-sizer,
	.awa-portfolio-full-screen .grid-item {
		width: calc(100% / 3)
	}
	.awa-portfolio-full-screen .grid-item {
		padding-bottom: calc(100% / 3)
	}
	.awa-portfolio-full-screen .big {
		padding-bottom: calc(100% / 1.5)
	}
	.filters-portfolio-full-screen {
		padding: 40px 0 10px
	}
}

@media only screen and (max-width: 480px) {
	.awa-portfolio-full-screen .grid-sizer,
	.awa-portfolio-full-screen .grid-item,
	.awa-portfolio-full-screen-2 .grid-sizer,
	.awa-portfolio-full-screen-2 .grid-item {
		width: calc(100% / 2)
	}
	.awa-portfolio-full-screen .grid-item,
	.awa-portfolio-full-screen-2 .grid-item {
		padding-bottom: calc(100% / 2)
	}
	.awa-portfolio-full-screen .big,
	.awa-portfolio-full-screen-2 .big {
		padding-bottom: 100%
	}
}

@media only screen and (max-width: 320px) {
	.awa-portfolio-full-screen .grid-sizer,
	.awa-portfolio-full-screen .grid-item,
	.awa-portfolio-full-screen-2 .grid-sizer,
	.awa-portfolio-full-screen-2 .grid-item {
		width: 100%
	}
	.awa-portfolio-full-screen .grid-item,
	.awa-portfolio-full-screen-2 .grid-item {
		padding-bottom: 100%
	}
	.awa-portfolio-full-screen .big,
	.awa-portfolio-full-screen-2 .big {
		padding-bottom: 100%
	}
}

.awa-portfolio-full-screen-2 .grid-sizer,
.awa-portfolio-full-screen-2 .grid-item {
	width: calc(100% / 3)
}

.awa-portfolio-full-screen-2 .grid-item {
	padding-bottom: calc(100% / 3)
}

.awa-portfolio-full-screen-2 .big {
	padding-bottom: calc(100% / 1.5)
}

@media only screen and (max-width: 480px) {
	.awa-portfolio-full-screen-2 .grid-sizer,
	.awa-portfolio-full-screen-2 .grid-item {
		width: calc(100% / 2)
	}
	.awa-portfolio-full-screen-2 .grid-item {
		padding-bottom: calc(100% / 2)
	}
	.awa-portfolio-full-screen-2 .big {
		padding-bottom: 100%
	}
}

@media only screen and (max-width: 320px) {
	.awa-portfolio-full-screen-2 .grid-sizer,
	.awa-portfolio-full-screen-2 .grid-item {
		width: 100%
	}
	.awa-portfolio-full-screen-2 .grid-item {
		padding-bottom: 100%
	}
	.awa-portfolio-full-screen-2 .big {
		padding-bottom: 100%
	}
}

.awa-portfolio-printerest .grid-sizer,
.awa-portfolio-printerest .grid-item {
	width: calc(100% / 4 - 38px)
}

.awa-portfolio-printerest .grid-item {
	position: relative;
	margin-bottom: 50px;
	overflow: hidden
}

.awa-portfolio-printerest .grid-item--hide {
	display: none
}

.awa-portfolio-printerest .grid-item:hover .content {
	transform: translateY(1px)
}

.awa-portfolio-printerest img {
	width: 100%
}

.awa-portfolio-printerest .content {
	position: absolute;
	bottom: 0;
	padding: 23px 15px 10px;
	background-color: #fff;
	width: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	-moz-transition: -moz-transform .4s ease-in-out;
	transition: transform .4s ease-in-out
}

.awa-portfolio-printerest .title {
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin: 0 0 10px;
	-webkit-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-moz-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	-ms-transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78);
	transition: all 320ms cubic-bezier(0.7, 0.01, 0.31, 0.78)
}

.awa-portfolio-printerest .title a {
	text-decoration: none
}

.awa-portfolio-printerest .title:hover {
	opacity: .7
}

.awa-portfolio-printerest .category {
	color: #f54ea2;
	font-size: 13px;
	line-height: 16px;
	font-weight: 800
}

@media only screen and (max-width: 1199px) {
	.awa-portfolio-printerest .grid-sizer,
	.awa-portfolio-printerest .grid-item {
		width: calc(100% / 3 - 33px)
	}
}

@media only screen and (max-width: 991px) {
	.awa-portfolio-printerest .grid-sizer,
	.awa-portfolio-printerest .grid-item {
		width: calc(100% / 2 - 25px)
	}
	.awa-portfolio-printerest .content {
		text-align: center
	}
	.awa-portfolio-printerest .title {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-printerest .grid-sizer,
	.awa-portfolio-printerest .grid-item {
		width: 100%
	}
	.awa-portfolio-printerest .grid-item {
		margin-bottom: 15px;
		padding: 0 10px
	}
}

.awa-portfolio-classic .grid-sizer,
.awa-portfolio-classic .grid-item {
	width: calc(100% / 3 - 20px)
}

.awa-portfolio-classic .grid-item {
	position: relative;
	margin-bottom: 30px
}

.awa-portfolio-classic .grid-item .content-wrapp {
	background-color: #f54ea2;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -15px;
	top: 15px;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.awa-portfolio-classic .grid-item img {
	width: 100%
}

.awa-portfolio-classic .grid-item .content {
	position: absolute;
	bottom: 0;
	padding: 40px 30px
}

.awa-portfolio-classic .grid-item .category {
	color: #ffdd65;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800
}

.awa-portfolio-classic .grid-item .title {
	position: relative;
	font-size: 30px;
	line-height: 38px;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin: 0 0 5px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-portfolio-classic .grid-item .title:hover {
	opacity: .7
}

.awa-portfolio-classic .grid-item .title a {
	color: #fff;
	text-decoration: none
}

.awa-portfolio-classic .grid-item:hover .content-wrapp {
	opacity: 1
}

@media only screen and (max-width: 991px) {
	.awa-portfolio-classic .grid-sizer,
	.awa-portfolio-classic .grid-item {
		width: calc(100% / 2 - 15px)
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-classic .grid-sizer,
	.awa-portfolio-classic .grid-item {
		width: 100%
	}
	.awa-portfolio-classic .grid-item {
		padding: 0 5px
	}
}

.single-image {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px
}

.single-image .grid-item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.single-image .grid-item:nth-child(1) {
	grid-column: 1/3
}

@media only screen and (max-width: 991px) {
	.single-image {
		grid-template-columns: 1fr
	}
	.single-image .grid-item:nth-child(1) {
		grid-column: 1
	}
	.single-image .grid-item:nth-child(1) {
		background: none
	}
}

.single-image-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px
}

.single-image-2 .grid-item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

@media only screen and (max-width: 767px) {
	.single-image-2 {
		grid-template-columns: 1fr
	}
	.single-image-2 .grid-item:nth-child(1) {
		grid-column: 1
	}
	.single-image-2 .grid-item:nth-child(2) {
		display: none
	}
}

.grid-load-more .awa-portfolio-grid-transform {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px
}

.grid-load-more .awa-portfolio-grid-transform .grid-item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-bottom: 100%
}

.grid-load-more .awa-portfolio-grid-transform .grid-item.grid-item--hide {
	display: none
}

.grid-load-more .awa-portfolio-grid-transform .grid-item:hover .content-wrap {
	opacity: 1;
	pointer-events: visible
}

.grid-load-more .awa-portfolio-grid-transform .content-wrap {
	background-color: #f54ea2;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -15px;
	top: 15px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.grid-load-more .awa-portfolio-grid-transform .content {
	bottom: 0;
	top: auto;
	position: absolute;
	padding: 40px 15px 40px 40px
}

.grid-load-more .awa-portfolio-grid-transform .title {
	font-weight: 800;
	margin: 0;
	color: #111111;
	font-size: 24px;
	line-height: 30px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.grid-load-more .awa-portfolio-grid-transform .title a {
	color: #fff;
	text-decoration: none
}

.grid-load-more .awa-portfolio-grid-transform .category {
	color: #ffdd65;
	margin-bottom: 10px;
	font-weight: 800
}

.grid-load-more .btn-wrapp {
	text-align: center
}

.grid-load-more .btn-wrapp .a-btn {
	margin-top: 100px;
	margin-bottom: 10px
}

@media only screen and (max-width: 991px) {
	.grid-load-more .awa-portfolio-grid-transform {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 767px) {
	.grid-load-more .awa-portfolio-grid-transform {
		grid-template-columns: 1fr
	}
	.grid-load-more .btn-wrapp .a-btn {
		margin-top: 50px
	}
}

.awa-portfolio-4 .grid-sizer,
.awa-portfolio-4 .grid-item {
	width: calc(100% / 4 - 23px)
}

.awa-portfolio-4 .gutter-sizer {
	width: 20px
}

.awa-portfolio-4 .grid-item {
	padding-bottom: calc(100% / 4 - 23px);
	margin-bottom: 30px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.awa-portfolio-4 .grid-item.big {
	width: calc(100% / 2 - 15px);
	padding-bottom: calc(100% / 2 - 15px)
}

.awa-portfolio-4 .grid-item:hover .content {
	opacity: 1
}

.awa-portfolio-4 .content {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	left: 15px;
	top: 15px;
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-portfolio-4 .content .link-icon {
	position: absolute;
	background-color: transparent;
	top: 15px;
	width: 50px;
	height: 50px;
	right: 15px;
	margin: 0;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease
}

.awa-portfolio-4 .content .link-icon:hover {
	right: 10px
}

.awa-portfolio-4 .content .link-icon::before {
	content: "\f178";
	font-family: FontAwesome;
	color: #111;
	top: 50%;
	position: absolute;
	left: 50%;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.awa-portfolio-4 .content-item {
	bottom: 0;
	top: auto;
	position: absolute;
	padding: 40px 30px
}

.awa-portfolio-4 .content .category {
	color: #f54ea2;
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 13px;
	line-height: 16px
}

.awa-portfolio-4 .content .title {
	font-weight: 800;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	color: #111111;
	letter-spacing: 0.2px;
	transition: all 700ms ease
}

.awa-portfolio-4 .content .title:hover {
	opacity: .7
}

.awa-portfolio-4 .content a {
	text-decoration: none
}

@media only screen and (max-width: 1200px) {
	.awa-portfolio-4 .grid-sizer,
	.awa-portfolio-4 .grid-item {
		width: calc(100% / 4 - 12px)
	}
	.awa-portfolio-4 .grid-item {
		padding-bottom: calc(100% / 4 - 12px);
		margin-bottom: 15px
	}
	.awa-portfolio-4 .grid-item.big {
		width: calc(100% / 2 - 10px);
		padding-bottom: calc(100% / 2)
	}
}

@media only screen and (max-width: 991px) {
	.awa-portfolio-4 .grid-sizer,
	.awa-portfolio-4 .grid-item {
		width: calc(100% / 2 - 8px)
	}
	.awa-portfolio-4 .grid-item {
		padding-bottom: calc(100% / 2 - 8px)
	}
	.awa-portfolio-4 .grid-item.big {
		width: calc(100% / 2 - 8px);
		padding-bottom: calc(100% / 2 - 8px)
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-4 .grid-sizer,
	.awa-portfolio-4 .grid-item {
		width: 100%
	}
	.awa-portfolio-4 .grid-item {
		padding-bottom: 100%
	}
	.awa-portfolio-4 .grid-item.big {
		width: 100%;
		padding-bottom: 100%
	}
}

.awa-portfolio-lima {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px
}

.awa-portfolio-lima .img-wrapp {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.awa-portfolio-lima .big {
	grid-row: span 2
}

.awa-portfolio-lima .big .img-wrapp {
	padding-bottom: calc(200% + 30px)
}

.awa-portfolio-lima .grid-item {
	position: relative;
	overflow: hidden
}

.awa-portfolio-lima .grid-item:hover .content {
	transform: translateY(0)
}

.awa-portfolio-lima .grid-item:hover .img-wrapp {
	transform: translateY(-40px)
}

.awa-portfolio-lima .content {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #f54ea2;
	padding: 15px 0 25px;
	text-align: center;
	transform: translateY(100%);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.awa-portfolio-lima .title {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
	font-weight: 800
}

.awa-portfolio-lima .title a {
	color: #ffffff
}

.awa-portfolio-lima .title:hover {
	opacity: .7
}

.awa-portfolio-lima .category {
	font-size: 15px;
	line-height: 20px;
	font-weight: 800
}

.awa-portfolio-lima .category a {
	color: #ffdd65
}

.awa-portfolio-lima a {
	text-decoration: none
}

@media only screen and (max-width: 991px) {
	.awa-portfolio-lima {
		grid-gap: 15px
	}
}

@media only screen and (max-width: 767px) {
	.awa-portfolio-lima {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (max-width: 480px) {
	.awa-portfolio-lima {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 320px) {
	.awa-portfolio-lima {
		grid-template-columns: 1fr
	}
	.awa-portfolio-lima .big {
		grid-row: span 2
	}
	.awa-portfolio-lima .big .img-wrapp {
		padding-bottom: 100%
	}
}

.awa-portfolio-praia {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px
}

.awa-portfolio-praia .grid-item {
	position: relative;
	overflow: hidden
}

.awa-portfolio-praia .grid-item:hover .content {
	transform: translateY(0)
}

.awa-portfolio-praia .grid-item:hover .img-wrapp {
	transform: translateY(-100%)
}

.awa-portfolio-praia .img-wrapp {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.awa-portfolio-praia .content {
	position: absolute;
	height: 101%;
	width: 100%;
	bottom: 0;
	background-color: #f54ea2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px;
	transform: translateY(100%);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center
}

.awa-portfolio-praia .title {
	font-weight: 800;
	font-size: 24px;
	line-height: 30px
}

.awa-portfolio-praia .category {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400
}

.awa-portfolio-praia .title a,
.awa-portfolio-praia .category a {
	color: #fff;
	text-decoration: none
}

@media only screen and (max-width: 480px) {
	.awa-portfolio-praia {
		grid-template-columns: repeat(2, 1fr)
	}
	.awa-portfolio-praia .content {
		padding: 0
	}
}

@media only screen and (max-width: 320px) {
	.awa-portfolio-praia {
		grid-template-columns: 1fr
	}
}

.awa-post-dacca {
	display: flex;
	flex-wrap: wrap
}

.awa-post-dacca .grid-item {
	position: relative;
	transform-style: preserve-3d
}

.awa-post-dacca .grid-item:hover {
	z-index: 2
}

.awa-post-dacca .grid-item:hover .content {
	opacity: 1
}

.awa-post-dacca .grid-item:hover .overlay {
	opacity: 1
}

.awa-post-dacca .grid-item:hover .title,
.awa-post-dacca .grid-item:hover .category {
	transform: scale(1)
}

.awa-post-dacca .grid-item .overlay {
	background-color: rgba(22, 22, 22, 0.65);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: all 0.4s ease;
	opacity: 0
}

.awa-post-dacca .grid-item .content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 30px;
	transform: translateZ(20px);
	transition: all 0.4s ease;
	opacity: 0;
	pointer-events: none
}

.awa-post-dacca .grid-item .title,
.awa-post-dacca .grid-item .category {
	transform: scale(0.8);
	transition: all 0.4s ease
}

.awa-post-dacca .grid-item .title a,
.awa-post-dacca .grid-item .category a {
	color: #fff;
	text-decoration: none
}

.awa-post-dacca .grid-item .img-wrapp {
	padding-bottom: 450px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.awa-post-dacca .grid-item .title {
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	margin: 0
}

.awa-post-dacca .grid-item .category {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 30px;
	font-weight: 600
}

.awa-post-dacca .grid-item .link {
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	top: 0
}

.awa-post-3d-cover {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px
}

.awa-post-3d-cover .grid-item {
	position: relative
}

.awa-post-3d-cover .grid-item:hover .content-wrapp {
	opacity: 1;
	-webkit-transform: perspective(1550px) rotateY(0);
	-moz-transform: perspective(1550px) rotateY(0);
	-ms-transform: perspective(1550px) rotateY(0);
	transform: perspective(1550px) rotateY(0)
}

.awa-post-3d-cover .grid-item:hover .img-wrapp {
	webkit-transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg);
	-moz-transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg);
	-ms-transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg);
	transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg)
}

.awa-post-3d-cover .grid-item .hover-wrapp {
	overflow: hidden
}

.awa-post-3d-cover .grid-item .content-wrapp {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 630ms ease;
	-moz-transition: all 630ms ease;
	-ms-transition: all 630ms ease;
	transition: all 630ms ease;
	opacity: 0;
	background-color: rgba(22, 22, 22, 0.65);
	-webkit-transform: perspective(1550px) rotateY(-60deg);
	-moz-transform: perspective(1550px) rotateY(-60deg);
	-ms-transform: perspective(1550px) rotateY(-60deg);
	transform: perspective(1550px) rotateY(-60deg);
	-webkit-transform-origin: 0 50% 0;
	-moz-transform-origin: 0 50% 0;
	-ms-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0
}

.awa-post-3d-cover .grid-item .img-wrapp {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	webkit-transition: all 2500ms ease;
	-moz-transition: all 2500ms ease;
	-ms-transition: all 2500ms ease;
	transition: all 2500ms ease;
	-webkit-transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0);
	-moz-transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0);
	-ms-transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0);
	transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0)
}

.awa-post-3d-cover .grid-item .content {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%)
}

.awa-post-3d-cover .grid-item .title a,
.awa-post-3d-cover .grid-item .category a {
	color: #fff;
	text-decoration: none
}

.awa-post-3d-cover .grid-item .title {
	font-size: 25px;
	line-height: 30px;
	font-weight: 800;
	margin: 0;
	padding: 0 15px;
	letter-spacing: .2px
}

.awa-post-3d-cover .grid-item .category {
	letter-spacing: 1px;
	margin: 9px 0 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400
}

.awa-post-3d-cover .grid-item .icon-warapp {
	position: absolute;
	right: 0;
	bottom: 0
}

.awa-post-3d-cover .grid-item .icon-link::before {
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	float: left;
	width: 45px;
	height: 45px;
	margin: 0 -1px 0 0;
	border-width: 1px 1px 0;
	border-style: solid;
	transition: all 340ms ease;
	color: #fff
}

.awa-post-3d-cover .grid-item .icon-link:first-of-type::before {
	content: '\F0B2'
}

.awa-post-3d-cover .grid-item .icon-link:last-of-type::before {
	content: '\F0C6'
}

@media only screen and (max-width: 880px) {
	.awa-post-3d-cover {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 767px) {
	.awa-post-3d-cover {
		grid-template-columns: 1fr
	}
}

.awa-post-heart {
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.awa-post-heart .grid-item {
	position: relative
}

.awa-post-heart .grid-item .img-wrap {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.awa-post-heart .grid-item .content-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 30px 15px 15px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: translate3d(25px, 0px, 0px);
	-moz-transform: translate3d(25px, 0px, 0px);
	-ms-transform: translate3d(25px, 0px, 0px);
	transform: translate3d(25px, 0px, 0px);
	opacity: 0
}

.awa-post-heart .grid-item .title,
.awa-post-heart .grid-item .category {
	font-weight: 800;
	white-space: normal
}

.awa-post-heart .grid-item .title a,
.awa-post-heart .grid-item .category a {
	color: #fff;
	text-decoration: none
}

.awa-post-heart .grid-item .title {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px
}

.awa-post-heart .grid-item .category {
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.2px
}

.awa-post-heart .grid-item .link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-color: rgba(22, 22, 22, 0.65);
	-webkit-transition: all 700ms ease !important;
	-moz-transition: all 700ms ease !important;
	-ms-transition: all 700ms ease !important;
	transition: all 700ms ease !important;
	opacity: 0
}

.awa-post-heart .grid-item:hover .content-wrap {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	opacity: 1
}

.awa-post-heart .grid-item:hover .link {
	opacity: 1
}

@media only screen and (max-width: 767px) {
	.awa-post-heart {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 480px) {
	.awa-post-heart {
		grid-template-columns: 1fr
	}
}

.awa-post-quito .grid-sizer,
.awa-post-quito .grid-item {
	width: calc(100% / 3 - 20px);
	position: relative
}

.awa-post-quito .grid-item {
	margin-bottom: 30px
}

.awa-post-quito .grid-item:hover a {
	opacity: 1
}

.awa-post-quito .grid-item:hover a i {
	opacity: 1;
	-webkit-transform: perspective(250px) scale3d(1, 1, 1);
	-moz-transform: perspective(250px) scale3d(1, 1, 1);
	-ms-transform: perspective(250px) scale3d(1, 1, 1);
	transform: perspective(250px) scale3d(1, 1, 1)
}

.awa-post-quito .img-wrap {
	position: relative
}

.awa-post-quito .img-wrap img {
	width: 100%
}

.awa-post-quito .img-wrap a {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: rgba(22, 22, 22, 0.65);
	opacity: 0;
	-webkit-transition: all 400ms ease !important;
	-moz-transition: all 400ms ease !important;
	-ms-transition: all 400ms ease !important;
	transition: all 400ms ease !important
}

.awa-post-quito .img-wrap a i {
	font-size: 30px;
	line-height: 38px;
	font-family: Muli;
	color: #ffffff;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: all 500ms cubic-bezier(0.39, 1.89, 0.55, 1.45);
	-moz-transition: all 500ms cubic-bezier(0.39, 1.89, 0.55, 1.45);
	-ms-transition: all 500ms cubic-bezier(0.39, 1.89, 0.55, 1.45);
	transition: all 500ms cubic-bezier(0.39, 1.89, 0.55, 1.45);
	-webkit-transform: perspective(250px) scale3d(0.8, 0.8, 1);
	-moz-transform: perspective(250px) scale3d(0.8, 0.8, 1);
	-ms-transform: perspective(250px) scale3d(0.8, 0.8, 1);
	transform: perspective(250px) scale3d(0.8, 0.8, 1);
	opacity: 0
}

.awa-post-quito .content-wrap {
	padding: 28px 24px 30px;
	text-align: center
}

.awa-post-quito .content-wrap .title {
	font-weight: 800;
	font-size: 24px;
	line-height: 28px;
	color: #222222;
	letter-spacing: 0.2px;
	margin: 0;
	padding: 22px 20px 0
}

.awa-post-quito .content-wrap .desc {
	font-size: 15px;
	line-height: 24px;
	color: #999999;
	font-weight: 400;
	margin: 0;
	padding: 22px 0 0
}

.awa-post-quito a {
	text-decoration: none
}

@media only screen and (max-width: 991px) {
	.awa-post-quito .grid-sizer,
	.awa-post-quito .grid-item {
		width: calc(100% / 2 - 15px);
		position: relative
	}
}

@media only screen and (max-width: 991px) {
	.awa-post-quito .grid-sizer,
	.awa-post-quito .grid-item {
		width: calc(100% / 2 - 15px);
		position: relative
	}
}

@media only screen and (max-width: 767px) {
	.awa-post-quito .grid-sizer,
	.awa-post-quito .grid-item {
		width: 100%;
		position: relative
	}
	.awa-post-quito .content-wrap {
		padding: 28px 15px 30px
	}
}

.awa-post-lisbia {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px
}

.awa-post-lisbia .grid-item {
	position: relative
}

.awa-post-lisbia .grid-item:hover .content-wrap {
	opacity: 1
}

.awa-post-lisbia .grid-item:hover .content-wrap .title,
.awa-post-lisbia .grid-item:hover .content-wrap .desc,
.awa-post-lisbia .grid-item:hover .content-wrap .category {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.awa-post-lisbia .img-wrap {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.awa-post-lisbia .content-wrap {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	padding: 35px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	pointer-events: none;
	text-align: center;
	opacity: 0
}

.awa-post-lisbia .content-wrap .title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transform: translate3d(0px, -20px, 0px);
	-moz-transform: translate3d(0px, -20px, 0px);
	-ms-transform: translate3d(0px, -20px, 0px);
	transform: translate3d(0px, -20px, 0px)
}

.awa-post-lisbia .content-wrap .title a {
	color: #222222
}

.awa-post-lisbia .content-wrap .desc {
	font-size: 15px;
	line-height: 18px;
	color: #999999;
	font-weight: 300;
	display: block;
	margin: 0 0 20px;
	padding: 8px 4px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transform: translate3d(0px, 20px, 0px);
	-moz-transform: translate3d(0px, 20px, 0px);
	-ms-transform: translate3d(0px, 20px, 0px);
	transform: translate3d(0px, 20px, 0px)
}

.awa-post-lisbia .content-wrap .category {
	font-weight: 800;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transform: translate3d(0px, 20px, 0px);
	-moz-transform: translate3d(0px, 20px, 0px);
	-ms-transform: translate3d(0px, 20px, 0px);
	transform: translate3d(0px, 20px, 0px)
}

.awa-post-lisbia .content-wrap .category a {
	color: #f54ea2
}

.awa-post-lisbia .full-img {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute
}

.awa-post-lisbia a {
	text-decoration: none
}

@media only screen and (max-width: 991px) {
	.awa-post-lisbia {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px
	}
}

@media only screen and (max-width: 767px) {
	.awa-post-lisbia {
		grid-template-columns: 1fr;
		grid-gap: 15px
	}
}

.awa-post-male {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px
}

.awa-post-male .grid-item {
	position: relative;
	overflow: hidden
}

.awa-post-male .grid-item:hover .img-wrap {
	webkit-transform: perspective(550px) translate3d(0%, 100%, 0px) rotateX(-60deg);
	-moz-transform: perspective(550px) translate3d(0%, 100%, 0px) rotateX(-60deg);
	-ms-transform: perspective(550px) translate3d(0%, 100%, 0px) rotateX(-60deg);
	transform: perspective(550px) translate3d(0%, 100%, 0px) rotateX(-60deg)
}

.awa-post-male .grid-item:hover .content-wrap {
	-webkit-transform: perspective(550px) translate3d(0, 0, 0) rotateX(0);
	-moz-transform: perspective(550px) translate3d(0, 0, 0) rotateX(0);
	-ms-transform: perspective(550px) translate3d(0, 0, 0) rotateX(0);
	transform: perspective(550px) translate3d(0, 0, 0) rotateX(0)
}

.awa-post-male .img-wrap {
	padding-bottom: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transform: perspective(550px) translate3d(0, 0, 0) rotateX(0);
	-moz-transform: perspective(550px) translate3d(0, 0, 0) rotateX(0);
	-ms-transform: perspective(550px) translate3d(0, 0, 0) rotateX(0);
	transform: perspective(550px) translate3d(0, 0, 0) rotateX(0)
}

.awa-post-male .content-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 30px;
	background-color: #f54ea2;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-webkit-transform: perspective(550px) translate3d(0%, -100%, 0px) rotateX(60deg);
	-moz-transform: perspective(550px) translate3d(0%, -100%, 0px) rotateX(60deg);
	-ms-transform: perspective(550px) translate3d(0%, -100%, 0px) rotateX(60deg);
	transform: perspective(550px) translate3d(0%, -100%, 0px) rotateX(60deg);
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.awa-post-male .title a,
.awa-post-male .category a {
	text-decoration: none;
	color: #fff
}

.awa-post-male .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin: 0 0 5px
}

.awa-post-male .category {
	font-size: 13px;
	line-height: 18px;
	font-weight: 800;
	margin: 0 0 10px
}

.awa-post-male .full-img {
	position: absolute;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	display: block;
	bottom: 22px;
	right: 22px;
	z-index: 3;
	width: 20px;
	height: 20px;
	-webkit-transition: all 340ms ease;
	-moz-transition: all 340ms ease;
	-ms-transition: all 340ms ease;
	transition: all 340ms ease;
	text-decoration: none
}

.awa-post-male .full-img:before {
	font-family: FontAwesome;
	content: '\F08E';
	color: #fff
}

@media only screen and (max-width: 767px) {
	.awa-post-male {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (max-width: 690px) {
	.awa-post-male {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 480px) {
	.awa-post-male {
		grid-template-columns: 1fr
	}
}

.awa-post-list-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px
}

.awa-post-list-2 .grid-item {
	margin-top: 30px
}

.awa-post-list-2 .grid-item .category a {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 12px;
	background-color: #f54ea2;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .2px
}

.awa-post-list-2 .grid-item .title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 17px 0 20px;
	padding: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease
}

.awa-post-list-2 .grid-item .title:hover {
	opacity: .7
}

.awa-post-list-2 .grid-item .date {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	font-weight: 800;
	text-transform: lowercase
}

.awa-post-list-2 .grid-item .desc {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin: 30px 0 0;
	padding: 0 0 22px
}

.awa-post-list-2 a {
	text-decoration: none
}

@media only screen and (max-width: 767px) {
	.awa-post-list-2 {
		grid-template-columns: 1fr
	}
}

.awa-post-list-1-full .grid-sizer,
.awa-post-list-1-full .grid-item {
	width: calc(100% / 3 - 20px)
}

.awa-post-list-1-full .grid-item {
	margin-bottom: 30px
}

.awa-post-list-1-full .img-wrapp {
	overflow: hidden
}

.awa-post-list-1-full .img-wrapp img {
	webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-ms-transform: translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px)
}

.awa-post-list-1-full .img-wrapp img:hover {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px)
}

.awa-post-list-1-full .content-wrapp {
	padding-top: 30px
}

.awa-post-list-1-full .content-wrapp .category,
.awa-post-list-1-full .content-wrapp .date {
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	letter-spacing: 0.2px;
	color: #f54ea2
}

.awa-post-list-1-full .content-wrapp .category::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #dfdede;
	margin: 0 10px
}

.awa-post-list-1-full .content-wrapp .date {
	color: #999999
}

.awa-post-list-1-full .content-wrapp .title {
	position: relative;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.2px;
	display: block;
	margin: 0;
	padding: 10px 0 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
	margin-top: 5px;
	font-weight: 800
}

.awa-post-list-1-full .content-wrapp .title a {
	color: #444444;
	text-decoration: none
}

.awa-post-list-1-full .content-wrapp .title:hover {
	opacity: .7
}

.awa-post-list-1-full .content-wrapp .a-btn-4 {
	font-size: 19px;
	font-weight: 800;
	margin: 30px 0 20px;
	color: #444444
}

@media only screen and (max-width: 991px) {
	.awa-post-list-1-full .grid-sizer,
	.awa-post-list-1-full .grid-item {
		width: calc(100% / 2 - 15px)
	}
}

@media only screen and (max-width: 767px) {
	.awa-post-list-1-full .grid-sizer,
	.awa-post-list-1-full .grid-item {
		width: 100%
	}
}

.landing-grid {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr)
}

.landing-grid .grid-item .img-wrapp {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	position: relative;
	transition: 0.3s
}

.landing-grid .grid-item .img-wrapp .full-link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0
}

.landing-grid .grid-item .img-wrapp::before {
	content: '';
	color: #bbb;
	width: 100%;
	height: 30px;
	padding: 0 8px;
	display: block;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #ebebeb
}

.landing-grid .grid-item .img-wrapp::after {
	content: '';
	background: #f5f5f5;
	position: absolute;
	width: calc(100% - 50px);
	border-radius: 3px;
	height: 10px;
	top: 10px;
	left: 40px
}

.landing-grid .grid-item .img-wrapp img {
	height: 170px;
	object-fit: cover;
	object-position: 50% 0;
	width: 100%;
	transition: object-position 3s ease-in
}

.landing-grid .grid-item .content {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.01) !important;
	position: relative;
	min-height: 1px;
	display: block;
	padding: 20px
}

.landing-grid .grid-item .content .title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 0
}

.landing-grid .grid-item .content .title a {
	color: #444;
	text-decoration: none
}

.landing-grid .grid-item:hover .img-wrapp {
	transform: translateY(-4px)
}

.landing-grid .grid-item:hover .img-wrapp img {
	object-position: 50% 100%
}

@media only screen and (max-width: 991px) {
	.landing-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 480px) {
	.landing-grid {
		grid-template-columns: 1fr
	}
}


/*# sourceMappingURL=the_grid.min.css.map */