.dyosa-adlabel {
	display: none;
}

.header-icons {
	display: none;
}

.header {
	background: #fff9f9;
	width: 100%
}
/*
 * POSTS
 * */
.post h1, .post h2, .post h3 {
	color: #fc7988;
	margin-top: 20px;
	margin-bottom: 20px;
}
.post .post-title {
	font-size: 1.8rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.post .post-title a {
	color: #fc7988;
}
.post p {
	margin-bottom: 1em;
}
.post div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.post img,
.post figure{
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px
}

#label_latestpost {
	position: absolute;
	transform: translatex(20%) translatey(-100%);	
}

.article.article-list.type-post .post-content.entry-content .sharedaddy {
	position: absolute;
	visibility: hidden;
	left:0;
	top:0;
}
.flex-caption .sharedaddy {
	position: absolute;
	visibility: hidden;
	left:0;
	top:0;
}

.article.article-list.type-post span a img{

}

.article.article-list.type-post article p {
	min-height: 200px;
}

.flexslider {
	min-height: 60vh;
	object-fit: cover;
	height: auto !important;
}

.flex-direction-nav li a.flex-next, .flex-direction-nav li a.flex-prev {
	background: transparent;
}

.flex-direction-nav li a.flex-next .fa, .flex-direction-nav li a.flex-prev .fa {
	color: #000;
	transition: 500ms;
}

.flex-direction-nav li a.flex-next .fa:hover, .flex-direction-nav li a.flex-prev .fa:hover {
	color: #f87e8d;
}

.flex-caption {
	position: relative !important;
	width: 100%;
	background: #feecec99;
	bottom: 0;
	transform:translate(-50%, -99%);
	padding: 3% 0%;
	opacity: 1;
	transition: 500ms;
}
.flex-caption:hover {
	background: #feecec;
}
.flex-caption h3, .flex-caption h3 a {
	color: #000;
}
.flex-caption h3:hover, .flex-caption h3 a:hover {
	color: #f87e8d;
}
.flexslider .flexslides li img {
	max-height: 680px;
	object-fit: cover;
}
.wrap {
	overflow: hidden;
}
.footer-copy {
	position: absolute;
	
	left: 0;
	box-sizing: border-box;
	
	text-align: center;
	padding: 40px 20px;
	width:100vw;
	font-size: 1em;
	color: #fc8592;
	
	background-color: #ffecec;
}

.footer-copy img {
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	padding: 10px;
}
.footer-instagram {
	position: relative;
	box-sizing: border-box;
	padding: 20px 0px;
	margin: 0;
  background: #ffecec54;
}
