/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOG-PAGES------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*
.page-content-blog {}
*/
.page-content-blog-grey h3 {
	color: rgba(0,113,188,1.00);
}

.page-content-blog .title .filter-post {
	float: right;
}

.page-content-blog .title select {
	background-color: rgba(195,152,107,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 0.8rem;
	padding: 0.4rem 0.5rem;
	margin-left: 15px;
	border:0;
	border-radius: 5px;
}

.page-content-blog .title select option {
	background-color: rgba(242,242,242,1.00);
	color:rgba(25,69,83,1.00);
}

.page-content-blog a.post {
	display: block;
	float: left;
	width: 100%;
	/*text-align: center;*/
	/*background-color: rgba(255,255,255,1.00);*/
	/*padding: 0 0 1em;*/
	/*border-radius: 5px;*/
	border-top: 1px solid rgba(212,212,212,1.00);

}

.page-content-blog a.post .img-post {
	width: 100%;
	/*height: 25vh;*/
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-content-blog a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.page-content-blog a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.page-content-blog .overlayer .label {
	background-color: rgba(0,113,188,1.00);
	position: absolute;
	top:1em;
	left: 1em;
	padding: 0.6em 1em;
	font-weight: 500;
}

.page-content-blog a.post .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.85rem;
	display: inline-block;
	padding: 0.2rem 0.7rem;
	border-radius: 3px;
}

.page-content-blog a.post .label-post-green {
	background-color: rgba(1,130,15,1.00);
}

.page-content-blog a.post .label-post-black {
	background-color: rgba(50,50,50,1.00);
}


.page-content-blog a.post p.post-list-title {
	/*font-size: 1.5rem;*/
	margin: 0.5rem 0 0;
	/*min-height: 5em;*/
	font-weight: 700;
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.page-content-blog a.post p.post-list-date {
	color: rgba(10,10,10,1.00);
	font-size: 0.90rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
	/*border-top: 1px solid rgba(212,212,212,1.00);*/
}

@media (max-width:767px) {
	.page-content-blog a.post p.post-list-title {
		font-size: 1.1rem;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.page-content-blog a.post p.post-list-title {
		font-size: 1.1rem;
	}
}


@media (min-width:992px) and (max-width:1199px) {
	.page-content-blog a.post p.post-list-title {
		font-size: 1.1rem;
	}
}

@media (min-width:1200px) {
	.page-content-blog a.post p.post-list-title {
		font-size: 1.5rem;
	}
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------NO-CONTENT-PAGE-------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.page-content-blog .no-content-page {
	float: left;
	width: 100%;
	padding: 2em;
	margin: 1em 0;
	background-color: rgba(242,242,242,1.00);
	text-align: center;
	border-radius: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*-------------------------------PAGE-BLOG-TOP---------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.page-blog-top {
	background-color: rgba(0,113,188,1.00);
	background-image: linear-gradient(90deg,rgba(1,71,137,1.00) 0%,rgba(0,113,188,1.00) 50%);
	padding: 0.5em 0;
	text-align: center;
}

.page-blog-top-green {
	background-color: rgba(1,130,15,1.00);
	background-image: linear-gradient(90deg,rgb(0,65,7,1.00) 0%,rgb(1,130,15,1.00) 50%);
}

.page-blog-top-black {
	background-color: rgba(30,30,30,1.00);
	background-image: linear-gradient(90deg,rgb(30,30,30,1.00) 0%,rgb(50,50,50,1.00) 50%);
}


.page-blog-top h1 {
	font-size: 2rem;
	color: rgba(255,255,255,1.00);
	margin: 0;
	text-transform: uppercase;
}

.page-blog-top h2 span {
	font-weight: 100;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------PAGE-BLOG-AUTOR-------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.page-blog-autor .autor-info {
	padding-left: 1rem;
	padding-right: 1rem;
	float: left;
	width: 100%;
	background-color: rgba(0,113,188,1.00);
	background-image: linear-gradient(90deg,rgba(1,71,137,1.00) 0%,rgba(0,113,188,1.00) 50%);
	border-radius: 5px;
}

.page-blog-autor-black .autor-info {
	padding-left: 1rem;
	padding-right: 1rem;
	float: left;
	width: 100%;
	background-color: rgba(30,30,30,1.00);
	background-image: linear-gradient(90deg,rgba(30,30,30,1.00) 0%,rgba(50,50,50,1.00) 50%);
	border-radius: 5px;
}


.page-blog-autor .autor-info .img-post {
	width: 100%;
	max-width: 160px;
	border-radius: 200px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid rgba(255,255,255,1.00);
}

.page-blog-autor .autor-info h3 {
	color: rgba(255,255,255,1.00);
}

.page-blog-autor .autor-info p {
	font-size: 0.9rem;
	color: rgba(255,255,255,1.00);
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255,255,255,1.00);
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------HEADLINE-BLOCK--------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.headline-block-news a.post {
	display: block;
	float: left;
	width: 100%;
    background-color: rgba(0,113,188,1.00);
    background-image: linear-gradient(90deg,rgb(1,71,137,1.00) 0%,rgb(0,113,188,1.00) 50%);
	border-radius: 5px;
}

.headline-block-news a.post-green {
	background-color: rgba(1,130,15,1.00);
	background-image: linear-gradient(90deg,rgb(0,65,7,1.00) 0%,rgb(1,130,15,1.00) 50%);
}

.headline-block-news a.post .img-post {
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width:768px) and (max-width:991px) {
	.headline-block-news a.post .img-post {
		border-radius: 5px 0 0 5px;
	}	
}

.headline-block-news a.post .img-post .overlayer {
	background-color: rgba(255,255,255,0);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
}

.headline-block-news a.post:hover .img-post .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.headline-block-news a.post .img-post .label {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background-color: rgba(0,113,188,1.00);
	padding: 0.5rem 0.7rem;
	display: inline-block;
	border-radius: 5px;
}

.headline-block-news a.post .img-post .label-green {
	background-color: rgba(1,130,15,1.00);
}

.headline-block-news .content-title {
	padding: 1rem 0;
	min-height: 10.5rem;

}

.headline-block-news .post-list-title {
	/*font-size: 1.5rem;*/
	font-weight: 700;
	margin: 0;
	color: rgba(255,255,255,1.00);
}

.headline-block-news .post-list-date {
	font-size: 0.8rem;
	color: rgba(255,255,255,1.00);
}

@media (max-width:767px) {

	.headline-block-news .content-title {
		min-height: auto;
	}

	.headline-block-news .post-list-title {
		font-size: 1.1rem;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.headline-block-news .post-list-title {
		font-size: 1.5rem;
	}
}


@media (min-width:992px) and (max-width:1199px) {
	.headline-block-news .post-list-title {
		font-size: 1.5rem;
	}
}

@media (min-width:1200px) {

.headline-block-news .content-title {
	padding: 1rem 0;
	min-height: 10.3rem;

}	
	.headline-block-news .post-list-title {
		font-size: 1.62rem;
	}
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------HEADELINE-SIDE-BLOCK--------------------------------*/
/*-----------------------------------------------------------------------------------*/
.headline-side {
	float: left;
}

.headline-side a.post {
	display: block;
	float: left;
	width: 100%;
}

.headline-side a.post .img-post {
	width: 100%;
	border-radius: 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.headline-side a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.headline-side a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.headline-side .overlayer .label {
	background-color: rgba(25,69,83,1.00);
	position: absolute;
	top:1em;
	left: 1em;
	padding: 0.6em 1em;
	font-weight: 500;
}

.headline-side a.post .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	border-radius: 3px;
}

.headline-side a.post .label-post-green {
	background-color: rgba(1,130,15,1.00);
}

.headline-side a.post .post-list-title {
	/*font-size: 1.1rem;*/
	margin: 1rem 0 0;
	font-weight: 700;
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.headline-side a.post p.post-list-date {
	color: rgba(100,100,100,1.00);
	font-size: 0.85rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
}

@media (max-width:767px) {

	.headline-side a.post .post-list-title {
		font-size: 1rem;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.headline-side a.post .post-list-title {
		font-size: 1rem;
	}	
}


@media (min-width:992px) and (max-width:1199px) {

	.headline-side a.post .col-md-fix-img {
		padding-right: 0 !important;
	}

	.headline-side a.post .mb-md-fix {
		margin-bottom: 1.1rem !important;
	}

	.headline-side a.post .post-list-title {
		font-size: 1rem;
	}
}

@media (min-width:1200px) {


	.headline-side a.post .mb-md-fix {
		margin-bottom: 1.4rem !important;
	}


	/*.page-content-blog a.post p.post-list-title {
		font-size: 1.5rem;
	}*/
}


/*-----------------------------------------------------------------------------------*/
/*-------------------------------HEADLINE-BLOCK-FIVE --------------------------------*/
/*-----------------------------------------------------------------------------------*/

.headline-block .breaking-news {
	background-color: rgba(70,70,70,1.00);
	color: rgba(255,255,255,1.00);

	font-weight: 700;
}

.headline-block .breaking-news a {
	color: rgba(255,255,255,1.00);
	padding: 0.7rem 0.5rem 0.7rem 0;
	display: block;
}

.headline-block .breaking-news span {
	background-color: rgba(0,113,188,1.00);
	background-image:  linear-gradient(45deg,rgb(1,71,137,1.00) 0%,rgb(0,113,188,1.00) 50%);
	padding: 0.7rem 1rem;
	text-transform: uppercase;
	margin-right: 1rem;
}

.headline-block-five-news a.post {
	display: block;
	float: left;
	width: 100%;
}

.headline-block-five-news a.post .img-post {
	width: 100%;
	height: auto;
	border-radius: 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.headline-block-five-news a.post .img-post .overlayer {
	background-color: rgba(255,255,255,0);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
}

.headline-block-five-news a.post:hover .img-post .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.headline-block-five-news .content-title {
	padding: 1rem 0;

}

.headline-block-five-news .post-list-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

.headline-block-five-news .post-list-title-biggest {
	font-size: 3rem;
	line-height: 1;
}


.headline-block-five-news-topic {
	float: left;
}

.headline-block-five-news-topic a.post {
	background-image: url(../img/overlayer/bg-li.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.8rem 0.8rem;
	padding: 1rem 0 1rem 2rem;
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(212,212,212,1.00);
}

.headline-block-five-news-topic a.post .post-list-title {
	font-size: 1rem;
	font-weight: 700;
	color: rgba(50,50,50,1.00);
}

@media (max-width:767px) {

	.headline-block .breaking-news {
		border-radius: 5px;
		background-color: rgba(0,113,188,1.00);
		background-image:  linear-gradient(45deg,rgb(1,71,137,1.00) 0%,rgb(0,113,188,1.00) 50%);
	}

	.headline-block .breaking-news span {
		display: none;
	}

	.headline-block .breaking-news a {
		padding:  0.5rem 1rem;
	}

	.headline-block-five-news-topic {
		margin-top: 1.25rem;
		margin-bottom: 0 !important;
		border-bottom: 1px solid rgba(212,212,212,1.00);
	}

	.headline-block-five-news .content-title {
		padding: 0;
		margin-top: 1.25rem;
	
	}

	.headline-block-five-news .post-list-title {
		font-size: 1.1rem;
	}

	.headline-block-five-news .post-list-title-biggest {
		font-size: 1.7rem;
		line-height: 1.2;
		background-color: rgba(245,245,245,1.00);
		text-align: center;
		padding: 5rem 1rem;
		border-radius: 5px;
	}

	.headline-block-five-news-topic a.post .post-list-title {
		font-size: 1rem;
	}

}

@media (min-width:768px) and (max-width:991px) {

	.headline-block .breaking-news {
		border-radius: 5px;
		background-color: rgba(0,113,188,1.00);
		background-image:  linear-gradient(45deg,rgb(1,71,137,1.00) 0%,rgb(0,113,188,1.00) 50%);
	}

	.headline-block .breaking-news span {
		display: none;
	}

	.headline-block .breaking-news a {
		text-align: center;
		font-size: 0.85rem;
		padding:  1rem;
	}

	.headline-block-five-news-topic {
		margin-top: 2rem;
	}

	.headline-block-five-news .content-title {
		padding: 0 0 0 1rem;
	}



	.headline-block-five-news .post-list-title {
		font-size: 1.7rem;
	}

	.headline-block-five-news .post-list-title-biggest {
		font-size: 1.7rem;
		line-height: 1.2;
		background-color: rgba(245,245,245,1.00);
		text-align: center;
		padding: 5rem 1rem;
		border-radius: 5px;
	}

	/*FIX .CONTENT-TITLE PADDING*/

	.headline-block-seven-aside .headline-block-five-news .content-title {
		padding: 0;
	
	}

}

@media (min-width:992px) and (max-width:1199px) {

	.headline-block .breaking-news a {
		font-size: 0.9rem;
	}

	.headline-block-five-news .post-list-title-biggest {
		font-size: 1.7rem;
	}


}



/*-------------------------------HEADLINE-BLOCK-FIVE

/*-----------------------------------------------------------------------------------*/
/*-------------------------------POST-SINGLE-----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.page-content-blog-single {
	min-height: auto;
}

.page-content-blog-single .title h1 {
	padding-bottom: 1rem;
	color: rgba(50,50,50,1.00);
	border-bottom: 1px solid rgba(242,242,242,1.00);
}

.page-content-blog-single .title h1::before {
	display: none;
}

.page-content-blog-single .meta {
	font-size: 0.9rem;
	color: rgba(50,50,50,1.00);
}

.page-content-blog-single .meta p {
	margin-bottom: 0.5em;

}

.page-content-blog-single .meta span {
	color: rgba(0,113,188,1.00);
	font-weight: 600;
}

.page-content-blog-single .meta-green span {
	color: rgba(1,130,15,1.00);
}

.page-content-blog-single .meta-black span {
	color: rgba(50,50,50,1.00);
}


.page-content-blog-single .meta i {
	margin-right: 0.5rem;
}

.page-content-blog-single .shared-post {
	font-size: 0.9rem;
	color: rgba(50,50,50,1.00);
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------POST-TAGS-------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*
.page-content-blog .post-tags {
	margin-bottom: 2em;
}

.page-content-blog .post-tags h3 {
	background-color: rgba(29,113,184,1.00);
	padding: 0.5em 0;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.page-content-blog .post-tags .content-tags {
	padding: 1em;
	border: 1px solid rgba(212,212,212,1.00);
	border-radius: 0 0 5px 5px;
	border-top: 0;
}

.page-content-blog .post-tags .content-tags a {
	font-size: 0.8rem;
	background-color: rgba(0,95,176,1.00);
	color: rgba(255,255,255,1.00);
	padding: 0.7em 1em;
	margin: 0.3em;
	border-radius: 3px;
	display: inline-block;
}

.page-content-blog .post-tags .content-tags a:hover {
	background-color: rgba(17,47,83,1.00);
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------POST-SINGLE-TAGS------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.page-content-blog-single .post-tags {
	float: left;
}

.page-content-blog-single .post-tags a {
	font-size: 0.8em;
	font-weight: 700;
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	padding: 0.7em 1em;
	margin: 0.3em;
	border-radius: 3px;
	display: inline-block;
}

.page-content-blog-single .post-tags-green a {
	background-color: rgba(1,130,15,1.00);
}

.page-content-blog-single .post-tags-black a {
	background-color: rgba(50,50,50,1.00);
}

.page-content-blog-single .post-tags a:hover {
	opacity: 0.8;
}

.shared-post-bottom {
	border-top: 1px solid rgba(242,242,242,1.00);
	padding-top: 1rem;
}

.shared-post-bottom p.mote {
	font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------POST-RELATERD---------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.post-related .title {
	font-weight: bold;
}

.post-related a.post {
	display: flex;
	width: 100%;
	height: auto;
	color: rgba(50,50,50,1.00);
	border-top: 1px solid rgba(212,212,212,1.00);

}

.post-related picture {
	width: 50%;
	position: relative;
}

.post-related picture::after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	background-color: rgba(255,255,255,0.0);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;	
}

.post-related a.post:hover picture::after {
	background-color: rgba(255,255,255,0.3);
}

.post-related picture img {
	object-fit:cover;
	width: 100%;
	/*height: 25vh;*/
}

.post-related picture .label {
	background-color: rgba(0,113,188,1.00);
	position: absolute;
	top:1rem;
	left: 1rem;
	padding: 0.6em 1em;
	font-weight: 700;
}

.post-related .content-info {
	display: block;
	width: 50%;
	margin-left: 15px;
}

.post-related .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.85rem;
	display: inline-block;
	padding: 0.2rem 0.7rem;
	border-radius: 3px;
}

.post-related .label-post-black {
	background-color: rgba(50,50,50,1.00);
}

.post-related p.post-list-title {
	margin: 0.5rem 0 0;
	font-weight: 700;
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.post-related p.post-list-date {
	color: rgba(10,10,10,1.00);
	font-size: 0.90rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
}

@media (max-width:767px) {

	.post-related .title {
		font-size: 1.37rem;
	}

	.post-related a.post {
		display: block;
	}

	.post-related picture img {
		height: 30vh;
		width: 100vw;
		max-width: 100vw;
		margin-left: -15px;
	}

	.post-related p.post-list-title {
		font-size: 1.1rem;
	}

	.post-related .content-info {
		margin-left: 0;
		margin-top: 1rem;
		width: 100%;
	}
	
}

@media (min-width:768px) and (max-width:991px) {

	.post-related .title {
		font-size: 1.5rem;
	}

	.post-related picture img {
		height: 22vh;
	}

	.post-related p.post-list-title {
		font-size: 1.1rem;
	}
}

@media (min-width:992px) and (max-width:1199px) {

	.post-related .title {
		font-size: 2rem;
	}

	.post-related picture img {
		height: 19vh;
	}
	
	.post-related p.post-list-title {
		font-size: 1.1rem;
	}
}

@media (min-width:1200px) {

	.post-related .title {
		font-size: 2rem;
	}

	.post-related picture img {
		height: 21vh;
	}

	.post-related p.post-list-title {
		font-size: 1.5rem;
	}
	
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------POST-MORE-POPULAR-----------------------------------*/
/*-----------------------------------------------------------------------------------*/


.page-content-blog .post-more-popular {
	margin-bottom: 1em;
}

.page-content-blog .post-more-popular h3 {
	background-color: rgba(29,113,184,1.00);
	padding: 0.5em 0;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.page-content-blog .post-more-popular .content-post {
	padding: 1em 1em 1.6em;
	border: 1px solid rgba(212,212,212,1.00);
	border-radius: 0 0 5px 5px;
	border-top: 0;
}

.page-content-blog .post-more-popular .content-post a {
	padding: 1em 0;
	color: rgba(80,80,80,1.00);
	display: block;
	border-bottom: 1px solid rgba(212,212,212,1.00);
}

.page-content-blog .post-more-popular .content-post p {
	color: rgba(100,100,100,1.00);
	margin-top: 1em;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------SIDEBAR-MENU----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.page-content-blog .sidebar-menu {
	margin-bottom: 1em;
}

.page-content-blog .sidebar-menu h3 {
	background-color: rgba(29,113,184,1.00);
	padding: 0.5em 0;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.page-content-blog .content-sidebar-menu {
	padding: 1em 1em 1.6em;
	border: 1px solid rgba(212,212,212,1.00);
	border-radius: 0 0 5px 5px;
	border-top: 0;
}

.page-content-blog .content-sidebar-menu ul li a {
	border-bottom: 1px solid rgba(212,212,212,1.00);
	color: rgba(17,47,83,1.00);
	font-weight: 700;
	padding: .6em 0;
	display: block;
	margin-bottom: 0.2em;
}

.page-content-blog .content-sidebar-menu ul li a:hover {
	opacity: 0.8;
}

.page-content-blog .content-sidebar-menu-mobile {
	padding: 1em 1em 1.6em;
	border: 1px solid rgba(212,212,212,1.00);
	border-radius: 0 0 5px 5px;
	border-top: 0;
	width: 100%;
}

.page-content-blog .content-sidebar-menu-mobile select {
	width: 100%;
	padding: 0.5em;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOG-ARCHIVE-AUTOR----------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*
.page-content-archive-autor {}
*/
.page-content-archive-autor .content-block-posts .title .filter-post {
	float: right;
}

.page-content-archive-autor .content-block-posts .title select {
	background-color: rgba(195,152,107,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 0.8rem;
	padding: 0.4rem 0.5rem;
	margin-left: 15px;
	border:0;
	border-radius: 5px;
}

.page-content-archive-autor .content-block-posts .title select option {
	background-color: rgba(242,242,242,1.00);
	color:rgba(25,69,83,1.00);
}

.page-content-archive-autor .content-block-posts a.post {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(212,212,212,1.00);

}

.page-content-archive-autor .content-block-posts a.post .img-post {
	width: 100%;
	border-radius: 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-content-archive-autor .content-block-posts a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.page-content-archive-autor .content-block-posts a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.page-content-archive-autor .content-block-posts .overlayer .label {
	background-color: rgba(25,69,83,1.00);
	position: absolute;
	top:1em;
	left: 1em;
	padding: 0.6em 1em;
	font-weight: 500;
}

.page-content-archive-autor .content-block-posts a.post .label-post {
	color: rgba(0,113,188,1.00);
	font-weight: 700;
	font-size: 0.9rem;
	display: inline-block;
	padding: 0;
	border-radius: 3px;
}

.page-content-archive-autor .content-block-posts a.post p.post-list-title {
	font-size: 1.5rem;
	margin: 1rem 0 0;
	font-weight: 700;
	color: rgba(40,40,40,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.page-content-archive-autor .content-block-posts a.post p.post-list-date {
	color: rgba(100,100,100,1.00);
	font-size: 0.85rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
}


.page-content .content-block-posts-related {
	background-color: rgba(242,242,242,1.00);
	float: left;
	padding: 1rem;
	border-radius: 5px;
}

.page-content .content-block-posts-related .sidebar-title h4 {
	color: rgba(0,113,188,1.00);
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOG-BLOCK-POSTS-RELATED----------------------------*/
/*-----------------------------------------------------------------------------------*/

.page-content .content-block-posts-related a.post {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(212,212,212,1.00);
	margin-left: -15px;
	margin-right: -15px;

}

.page-content .content-block-posts-related a.post .img-post {
	width: 100%;
	border-radius: 200px;
	border-radius: 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-content .content-block-posts-related a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.page-content .content-block-posts-related a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.page-content .content-block-posts-related  a.post p.label-post {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.5rem;

}

.page-content .content-block-posts-related  a.post p.post-list-title {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 700;
	color: rgba(40,40,40,1.00);
}




.page-content-archive-autores {}
/*
.page-content-archive-autores a.post .img-post {
	border-radius: 500px;
}
*/
/*-----------------------------------------------------------------------------------*/
/*-------------------------------ADJUSTS-ARIAMTEA.CSS--------------------------------*/
/*-----------------------------------------------------------------------------------*/
.playfair {
	font-family: 'Playfair Display', serif;
	text-shadow: 0 0 0.5px rgba(0,0,0,0.6);
	text-rendering: geometricPrecision;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------SIDEBAR-CONTENT-BLOCK-------------------------------*/
/*-----------------------------------------------------------------------------------*/

.sidebar-content-block {
	display: block;
	float: left;
	width: 100%;
	background-color: rgba(242,242,242,1.00);
	padding: 1.5rem;
	border-radius: 7px;
}

.sidebar-content-block .sidebar-title {
	font-weight: 700;
}

.sidebar-content-block ul {
	display: block;
}

.sidebar-content-block-wpp li:last-child {
	border: 0;
}

.sidebar-content-block li a {
	display: block;
}

.sidebar-content-block .post-title {
	color: rgba(50,50,50,1.00);
	font-weight: 700;
}

.sidebar-content-block .post-date {
	color: rgba(50,50,50,1.00);
	font-size: 1rem;
	margin-top: 1rem;

}

@media (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {}


@media (min-width:992px) and (max-width:1199px) {

	.sidebar-content-block {
		padding: 1rem;
	}

	.sidebar-content-block .sidebar-title {
		font-size: 1.5rem;
	}

	.sidebar-content-block .post-title {
		font-size: 1.2rem;
	}

}

@media (min-width:1200px) {

	.sidebar-content-block .sidebar-title {
		font-size: 2rem;
	}

	.sidebar-content-block .post-title {
		font-size: 1.2rem;
	}

}














.headline-block-three .headline-post-title-biggest {
	color: rgba(50,50,50,1.00);
}

.headline-block-three .headline-post-title-biggest a.post {
	color: rgba(50,50,50,1.00);
}

.headline-block-three .headline-post-title-biggest p.post-list-title {
	font-weight: 700;
	line-height: 1;
}


.headline-block-three .headline-grid-wrapper a.post {
	position: relative;
	display: block;
	background-color: rgba(212,212,212,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	height: 100%;
	border-radius: 0.4rem;
	overflow: hidden;

}

.headline-block-three .headline-grid-wrapper .img-post {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	height: 100%;

}

.headline-block-three .headline-grid-wrapper .img-post .overlayer {
	background-color: rgba(255,255,255,0);
	background-image: linear-gradient(0deg,rgb(0,0,0,1.00) 0%,rgb(0,0,0,0.1) 70%);	
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	display: block;
	height: 100%;	
}

.headline-block-three .headline-grid-wrapper a.post:hover .img-post .overlayer {
	background-color: rgba(255,255,255,0.15);
}


.headline-block-three .headline-grid-wrapper .content-title {
	position: absolute;	
	bottom: 0;
	left: 0;
	padding: 1rem;
}

.headline-block-three .headline-grid-wrapper .label-post {
	background-color: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
    display: inline-block;
    padding: 0.3rem 0.7rem;
    border-radius: 3px;
}

.headline-block-three .headline-grid-wrapper .post-list-title {
	font-weight: 700;
	margin: 0;
	text-shadow: 1px 1px  rgba(0,0,0,1.00);

}

@media (max-width:767px) {

	.headline-block-three .headline-post-title-biggest p.post-list-title {
		font-size: 1.5rem;
		line-height: 1.2;
		background-color: rgba(245,245,245,1.00);
		padding: 1rem;
		margin-left: 15px;
		margin-right: 15px;
		border-radius: 0.4rem;
	}

	.headline-block-three .headline-grid-wrapper .post-list-title {
		font-size: 1.3rem;
	}
	
}

@media (min-width:768px) and (max-width:991px) {

	.headline-block-three .headline-post-title-biggest p.post-list-title {
		font-size: 2.5rem;
	}

	.headline-block-three .headline-grid-wrapper a.post .post-list-title {
		font-size: 1.3rem;
	}

}

@media (min-width:992px) and (max-width:1199px) {

	.headline-block-three .headline-post-title-biggest p.post-list-title {
		font-size: 3rem;
	}

	.headline-block-three .headline-grid-wrapper a.post .post-list-title {
		font-size: 1.5rem;
	}

	.headline-block-three .headline-grid-wrapper a.post-first .post-list-title {
		font-size: 2rem;
	}
	
}

@media (min-width:1200px) {

	.headline-block-three .headline-post-title-biggest p.post-list-title {
		font-size: 3.75rem;
	}

	.headline-block-three .headline-grid-wrapper a.post .post-list-title {
		font-size: 1.5rem;
	}

	.headline-block-three .headline-grid-wrapper a.post-first .post-list-title {
		font-size: 2.5rem;
	}
	
}