.aw-gredient{
		background-image: linear-gradient(to right, rgba(240, 123, 165, 1), rgba(152, 117, 171, 1), rgba(107, 121, 163, 1));
	}
	.aw-header{
		padding:80px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
	}
	.aw-header>h1{
		font-size: 80px;
		margin-bottom: 0px;
		margin-top: 40px !important;
		font-family: 'Anton';
		letter-spacing: 2px;
	}

	.aw-container{width: 90%;margin: auto;margin-top: 30px}

	.aw-post{
		display: flex;
		flex-direction: row;
		width: 100%;
		margin-bottom: 50px;
		flex-wrap: wrap;
		border:1px solid #ddd;

	}
	.aw-post>.aw-img{
		max-width:30%;
		overflow: hidden;
		width: 250px;
	}
	.aw-post>.aw-content{
		width: 70%;
		padding:20px 15px;
	}
	.aw-post>.aw-content>h2{
		text-transform: uppercase;
		font-weight: 400;
		font-size:35px !important;
		font-family: 'Anton';
		letter-spacing: 2px;
	}
	.aw-post>.aw-content>a>h2 {
		text-transform: uppercase;
		font-weight: 400;
		font-size:35px !important;
		font-family: 'Anton';
		letter-spacing: 2px;
		color: black;
		text-decoration: none;
		margin-bottom: 10px;
	}

	.aw-post>.aw-content>a {
		text-decoration: none;
	}

	.aw-post>.aw-content>a:hover {
		color: black;
		text-decoration: underline;
		text-decoration-color: black;
	}

	h1,h2,h3{margin-top:0px !important;font-family: "Anton",sans-serif;letter-spacing: 1px;
    font-weight: 500;}
	.aw-post>.aw-content>p{
		color: #585858;font-size: 18px;
			display: contents !important;
	}
	.aw-post>.aw-content>.aw-more{
		background: linear-gradient(to right, #ea7aa5, #9975ab, #7178a4) !important;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		font-size:18px !important;
	}
	.aw-post>.aw-content>.aw-tags{
			margin-top: 15px;
		}
	.aw-post>.aw-content>.aw-tags>a{
		white-space: nowrap;
    line-height: 40px;
    background-image: linear-gradient(to right,#ea7aa5,#9975ab,#7178a4);
    background-size: contain;
    padding: 2px 8px;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none!important;
	}


	@media screen and (max-width: 768px) {
		.aw-post>.aw-img{
			width: 300px;
			max-width: 30%;
		}
		.aw-post>.aw-content{
			width: 70%;
		}
		.aw-post>.aw-content>h2{
			font-size: 20px;
		}
		.aw-post>.aw-content>p{
			font-size: 16px;
		}
	}

	@media screen and (max-width: 550px) {

		.aw-post>.aw-content>a>h2 {
			font-size: 30px !important;
		}

		.category .aw-header {
			padding-top: 15px !important;
			padding-bottom: 50px !important;
			padding-left: 0;
			padding-right: 0;
		}

		.category .aw-header>h1{
			font-size: 50px;
		}

		.search .aw-header {
			padding-top: 40px !important;
			padding-bottom: 30px !important;
			padding-left: 0;
			padding-right: 0;
		}

		.search .aw-header>h1{
			margin-top: 0 !important;
			font-size: 40px;
			margin-bottom: 10px;
		}

		.search .aw-header>h3{
			font-size: 25px;
		}
		
		.aw-post{flex-direction: column;}
		.aw-post>.aw-img{
			max-width: 100%;
			width: 100%;
			height: 250px;
		}
		.aw-post>.aw-content{
			width: 100%;
		}
		.aw-post>.aw-content>h2{
			text-transform: uppercase;
			font-weight: 400;font-size: 32px

		}
		.aw-post>.aw-content>p{
			color: #585858;
			font-size: 18px;
		}

		.aw-container{width: 90%;margin: auto;margin-top: 30px}
	}
	h2::before,h1::before{display: none !important}
	.nav-links{
		width: 100% !important;
		margin: 0 !important;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px !important;
	}
	.nav-links>.prev,.nav-links>.next{
		line-height: 40px;
		height: 40px !important;
		background-image: linear-gradient(to right, #ea7aa5, #9975ab, #7178a4);
		background-size: contain;
		padding: 0 8px !important;
		color: #fff !important;

		font-weight: 600;
		text-transform: uppercase;

	}
	.nav-links>.prev:hover,.nav-links>.next:hover{text-decoration: none}
	.page-numbers{height: 40px !important;line-height: 40px;padding: 0 !important;color:#888 !important;}
	.current{
		background-image: linear-gradient(to right, #ea7aa5, #9975ab, #7178a4);
    width: 40px;
    text-align: center;
    color: #fff !important;
	}
	a.page-numbers{color:#999 !important;}






	.aw-gredient{
		background-image: linear-gradient(to right, rgba(240, 123, 165, 1), rgba(152, 117, 171, 1), rgba(107, 121, 163, 1));
	}
	.aw-header{
		padding:80px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
	}
	.aw-header>h1{
		font-size: 80px;margin-bottom: 0px;margin-top: 40px !important
	}

	.aw-container{width: 90%;margin: auto;margin-top: 50px}

	.aw-post{
		display: flex;
		flex-direction: row;
		width: 100%;
		margin-bottom: 50px;
		flex-wrap: wrap;
		border:1px solid #ddd;

	}
	.aw-post>.aw-img{
		max-width:30%;
		overflow: hidden;
		width: 250px;
	}
	.aw-post>.aw-content{
		width: 80%;
		padding:30px 15px;
		padding-left: 20px;
	}
	.aw-post>.aw-content>h2{
		text-transform: uppercase;
		font-weight: 400;
		font-size:35px !important;
	}
	h1,h2,h3{margin-top:0px !important;font-family: "Anton",sans-serif;letter-spacing: 1px;
    font-weight: 500;}
	.aw-post>.aw-content>p{
		color: #585858;font-size: 18px;
			display: contents !important;
	}
	.aw-post>.aw-content>.aw-more{
		background: linear-gradient(to right, #ea7aa5, #9975ab, #7178a4) !important;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		font-size:18px !important;
	}
		.aw-post>.aw-content>.aw-tags{
			margin-top: 15px;
		}
	.aw-post>.aw-content>.aw-tags>a{
		white-space: nowrap;
    line-height: 40px;
    background-image: linear-gradient(to right,#ea7aa5,#9975ab,#7178a4);
    background-size: contain;
    padding: 2px 8px;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
		text-decoration: none!important;
		padding-top: 5px;
		padding-bottom: 5px;
	}


	@media screen and (max-width: 768px) {
		.aw-post>.aw-img{
			width: 300px;
			max-width: 30%;
		}
		.aw-post>.aw-content{
			width: 70%;
		}
		.aw-post>.aw-content>h2{
			font-size: 20px;
		}
		.aw-post>.aw-content>p{
			font-size: 16px;
		}
	}

	@media screen and (max-width: 550px) {

		.aw-post>.aw-content>.aw-tags {
			display: flex;
			flex-wrap: wrap;
		}

		.aw-post>.aw-content>.aw-tags>a {
			font-size: 15px;
			flex-grow: 0;
			flex-shrink: 0;
			line-height: 35px;
			padding-top: 2px;
			padding-bottom: 2px;
		}
		
		.aw-post{flex-direction: column;}
		.aw-post>.aw-img{
			max-width: 100%;
			width: 100%;
			height: 250px;
		}
		.aw-post>.aw-content{
			width: 100%;
		}
		.aw-post>.aw-content>h2{
			text-transform: uppercase;
			font-weight: 400;font-size: 32px

		}
		.aw-post>.aw-content>p{
			color: #585858;
			font-size: 18px;
		}

		.aw-container{width: 90%;margin: auto;margin-top: 30px}
	}
	h2::before,h1::before{display: none !important}
	.nav-links{
		width: 100% !important;
		margin: 0 !important;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px !important;
	}
	.nav-links>.prev,.nav-links>.next{
		line-height: 40px;
		height: 40px !important;
		background-image: linear-gradient(to right, #ea7aa5, #9975ab, #7178a4);
		background-size: contain;
		padding: 0 8px !important;
		color: #fff !important;

		font-weight: 600;
		text-transform: uppercase;

	}
	.nav-links>.prev:hover,.nav-links>.next:hover{text-decoration: none}
	.page-numbers{height: 40px !important;line-height: 40px;padding: 0 !important;color:#888 !important;}
	
	a.page-numbers{color:#999 !important;}
	.current{
		background-image: linear-gradient(to right, #ea7aa5, #9975ab, #7178a4);
    width: 40px;
    text-align: center;
    color: #fff !important;
	}

	.excerpt-dots {
		margin-left: -4px;
		margin-right: 5px;
		font-size: 18px;
	}