
.blog_holder article .post_image, 
.blog_holder article .post_image img, 
.blog_holder article .post_image>a {
    position: relative;
    max-height: 55vh;
    width: auto;
	display: block;
}
.blog_holder article .post_image {
	margin-left: 3%;
    margin-right: 3%;
}

body.single-post .full_section_inner.clearfix{
	width: 100%;
}

body.single-post   .title_subtitle_holder {
    min-height: 8.5vh;
    /*max-height: 9.5vh;*/
    display: block;
    overflow: hidden;
 
}
body.single-post  .wp-video{
	width: 100%;
	  min-width: 100%;
}
body.single-post .flexslider{
	width: fit-content;
    text-align: initial;
    margin: auto;
	margin-bottom: 3%;
  	margin-top: 1%;
}
.fila-stories {
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 60px;
    flex-direction: row; /* default: texto esquerda / imaxe dereita */
}

/* 50/50 */
.fila-stories p,
.fila-stories figure {
    flex: 1;
}

.fila-stories figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Filas invertidas: imaxe esquerda / texto dereita */
.fila-stories.reverse {
    flex-direction: row-reverse;
}

.flexslider .slides , 
.portfolio_slider .portfolio_slides , 
.qode_carousels .slides  {
	max-width: 50%;
    margin: auto !important;
    text-align: center;
}

.flexslider .slides img, 
.portfolio_slider .portfolio_slides img, 
.qode_carousels .slides img {
	/*width: 100%;
	width: fit-content;
	width: auto;*/
    display: block;
    aspect-ratio: 1/1;
    text-align: center;
    margin: auto;	
    max-width: 30vw;
}

body.single-post .flex-direction-nav {
	display: none;
}



/**** STORIES ****/
.page-id-58709 .button-group.filter-button-group,
.page-id-71068 .button-group.filter-button-group{
	display: none;
}
.page-id-58709  .blockpost.ozm_filter_blockpostsnoborder ,
.page-id-71068  .blockpost.ozm_filter_blockpostsnoborder {
    margin-top: 1.5%;
}
body.single-post .title_outer .title{
	background-color: transparent;
	/*max-height: 220px;*/
}
body.single-post .content .title_outer {
    height: 100%;
}
body.single-post div.full_image.img_background{
	padding-top: 20%;
    padding-bottom: 20%;
}
body.single-_designers div.container_inner{
	padding-top: 7rem;
}
body.single-post .title_holder h1{
	text-transform: none;
	/*font-size: 4rem;*/
	font-weight: normal;
	text-align: left;
}
body.single-post .title_subtitle_holder span{
	font-size: 96px;
    line-height: 100%;
}
body.single-post strong {
	color: black;
}
body.single-post .respuestadestacada,
.respuestadestacada h3{
    font-size: 4rem;
	color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
body.single-post .content.content_top_margin{
	margin-top: 135px !important;
}
body.single-post .container .container_inner,
body.single-post .title.with_title_text_bg_color h1{
	padding-top: 0px !important;
}
body.single-post .post_info,
body.single-post .qodef-post-title{
	display: none;
}
body.single-post .content .content_inner{
    margin-bottom: 2%;
}

@media (max-width: 768px) {
    .fila-stories {
        flex-direction: column !important;
    }
    
    .fila-stories p,
    .fila-stories figure {
        width: 100%;
        flex: unset;
    }

    .fila-stories figure img {
        height: auto;
    }
	
	body.single-post  .title_subtitle_holder {
		max-height: fit-content;
	}
	body.single-post .title_holder h1,
	body.single-post .title_subtitle_holder span{
		font-size: 5vh;
        margin-bottom: 1%;
        line-height: 125%;
	}
	body.single-post .title_holder h2{
		font-size: 3.5vh;
	}
	.flexslider .slides, 
	.portfolio_slider .portfolio_slides, 
	.qode_carousels .slides{
		max-width: 90%;
    	margin: auto !important;
	}
	.flexslider .slides img, 
	.portfolio_slider .portfolio_slides img, 
	.qode_carousels .slides img {
		width: 100%;
		display: block;
		max-width: 50%;
		aspect-ratio: 1/1;
		width: 100%;		
    	max-width: 90vw;
	}
}
