/*** RESET ***/
:root{
	--gw800: #FF2E70;
	--gw700: #FF9000;
	--gw600: #FFC600;
	--gw500: #00B4BD;
	--gw400: #9366DD;
	--gw300: #89F262;
	--gw200: #19E4FF;

	/* Neutral palette */
	--neutralWhite: #FFFFFF;
	--neutral100: #F8F8F8;
	--neutral200: #E7EAED;
	--neutral300: #b8b8b8;
	--neutral400: #707070;
	--neutral500: #000000;

	/* Custom palette */
	--aquaGreen500:#4dcdcc;
	--aquaGreen600:#467f88;
	--green500:#237b3a;
	--blue400:#469cf2;
	--blue500:#0027ff;
	--orange500: #d97a44;
	--violet500: #ab0ab4;
	--red500: #ba2f28;
	--pink500: #e84287;
	--gold500: #cca74e;

	--primaryColor: var(--blue400);
	--secondaryColor: var(--neutral500);

	--primaryFont: "Lato", sans-serif;
	--secondaryFont: "Hind", sans-serif;

	--wp--preset--font-size--small: 12px;
	--wp--preset--font-size--medium: 16px;
	--wp--preset--font-size--large: 24px;
	--wp--preset--font-size--x-large: 36px;
	--wp--preset--font-size--xx-large: 50px;
	
	--wp--preset--spacing--20: 30px;
	--wp--preset--spacing--30: 50px;
	--wp--preset--spacing--40: 70px;
	--wp--preset--spacing--50: 90px;
	--wp--preset--spacing--60: 110px;
	--wp--preset--spacing--70: 150px;
	--wp--preset--spacing--80: 200px;

	--headerHeight: 100px;
}

*{
	box-sizing: border-box;
}
html,body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:100%;
}

body{
	line-height: 100%;
	font-family: var(--primaryFont);
	color: var(--neutral500);
	background: var(--neutralWhite);
}
#page_wrapper{
	overflow: hidden;
}
h1,
h2,
h3,
h4,
h5{
	margin: 0 0 10px 0;
	line-height: 100%;
}
p{
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 150%;
}
ul, ol{
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 20px 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul:empty,
ol:empty,
li:empty,
p:empty{
	display: none;
}
img{
	max-width: 100%;
	border:none;
	outline:none;
}
a{
	color: currentColor;
}
a, a:hover{
	text-decoration:none
}
input,
select,
textarea,
button{
	font-family: var(--primaryFont);
	outline: none;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}

/*** WP BLOCKS ***/

/* PADDING */
.padding-all-preset-spacing-0{
	padding: 0;
}
.padding-all-preset-spacing-20{
	padding: var(--wp--preset--spacing--20);
}
.padding-all-preset-spacing-30{
	padding: var(--wp--preset--spacing--30);
}
.padding-all-preset-spacing-40{
	padding: var(--wp--preset--spacing--40);
}
.padding-all-preset-spacing-50{
	padding: var(--wp--preset--spacing--50);
}
.padding-all-preset-spacing-60{
	padding: var(--wp--preset--spacing--60);
}
.padding-all-preset-spacing-70{
	padding: var(--wp--preset--spacing--70);
}
.padding-all-preset-spacing-80{
	padding: var(--wp--preset--spacing--80);
}
.padding-top-preset-spacing-0{
	padding-top: 0;
}
.padding-top-preset-spacing-20{
	padding-top: var(--wp--preset--spacing--20);
}
.padding-top-preset-spacing-30{
	padding-top: var(--wp--preset--spacing--30);
}
.padding-top-preset-spacing-40{
	padding-top: var(--wp--preset--spacing--40);
}
.padding-top-preset-spacing-50{
	padding-top: var(--wp--preset--spacing--50);
}
.padding-top-preset-spacing-60{
	padding-top: var(--wp--preset--spacing--60);
}
.padding-top-preset-spacing-70{
	padding-top: var(--wp--preset--spacing--70);
}
.padding-top-preset-spacing-80{
	padding-top: var(--wp--preset--spacing--80);
}
.padding-bottom-preset-spacing-0{
	padding-bottom: 0;
}
.padding-bottom-preset-spacing-20{
	padding-bottom: var(--wp--preset--spacing--20);
}
.padding-bottom-preset-spacing-30{
	padding-bottom: var(--wp--preset--spacing--30);
}
.padding-bottom-preset-spacing-40{
	padding-bottom: var(--wp--preset--spacing--40);
}
.padding-bottom-preset-spacing-50{
	padding-bottom: var(--wp--preset--spacing--50);
}
.padding-bottom-preset-spacing-60{
	padding-bottom: var(--wp--preset--spacing--60);
}
.padding-bottom-preset-spacing-70{
	padding-bottom: var(--wp--preset--spacing--70);
}
.padding-bottom-preset-spacing-80{
	padding-bottom: var(--wp--preset--spacing--80);
}

/* GRADIENT */
.gradient-gw400-to-gw700{
	background: linear-gradient(120deg, var(--gw400) 0%, var(--gw700) 100%);
}
.gradient-gw400-to-gw700-revert{
	background: linear-gradient(120deg, var(--gw700) 0%, var(--gw400) 100%);
}

/* COLUMNS */
.wp-block-columns.row{
	gap: 0;
}
.wp-block-columns:last-child{
	margin-bottom: 0;
}
.wp-block-column[class*="col-"],
.wp-block-columns.row .wp-block-column {
	flex-basis: unset !important;
	flex-grow: unset !important;
}
.wp-block-columns.row{
	flex-wrap: wrap !important;
}
.boxes_grid .wp-block-column{
	display: flex;
}

/* IMAGES */
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
	border-radius: 8px;
}
.wp-block-video{
	border-radius: 8px;
	overflow: hidden;
}
.wp-block-video:last-child{
	margin-bottom: 0;
}

/* QUOTES */
.wp-block-quote{
	margin: 30px 0;
	padding: 0 0 0 30px;
	border-left: 4px solid var(--neutral300);
}
.wp-block-quote p{
	color: var(--neutral400);
	opacity: 0.8;
}

/* SEPARATORS */
.wp-block-separator{
	width: 100%;
	max-width: 1170px;
	margin:10px auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-separator.has-neutral-100-background-color{
	border-color: var(--neutral100);
}
.wp-block-separator.has-neutral-200-background-color{
	border-color: var(--neutral200);
}
.wp-block-separator.has-neutral-300-background-color{
	border-color: var(--neutral300);
}
.wp-block-separator.has-neutral-400-background-color{
	border-color: var(--neutral400);
}
.wp-block-separator.has-neutral-500-background-color{
	border-color: var(--neutral500);
}
.wp-block-separator.has-neutral-800-background-color{
	border-color: var(--neutral500);
}

/*** TEXT COLORS ***/
/* GW Palette */
.text-color---gw800{
	color: var(--gw800);
}
.text-color---gw700{
	color: var(--gw700);
}
.text-color---gw600{
	color: var(--gw600);
}
.text-color---gw500{
	color: var(--gw500);
}
.text-color---gw400{
	color: var(--gw400);
}
.text-color---gw300{
	color: var(--gw300);
}
.text-color---gw200{
	color: var(--gw200);
}

/* Neutral Palette */
.text-color---neutralWhite{
	color: var(--neutralWhite);
}
.text-color---neutral100{
	color: var(--neutral100);
}
.text-color---neutral200{
	color: var(--neutral200);
}
.text-color---neutral300{
	color: var(--neutral300);
}
.text-color---neutral400{
	color: var(--neutral400);
}
.text-color---neutral500{
	color: var(--neutral500);
}

/* Custom Palette */
.text-color---aquaGreen500{
	color: var(--aquaGreen500);
}
.text-color---aquaGreen600{
	color: var(--aquaGreen600);
}
.text-color---green500{
	color: var(--green500);
}
.text-color---blue400{
	color: var(--blue400);
}
.text-color---blue500{
	color: var(--blue500);
}
.text-color---orange500{
	color: var(--orange500);
}
.text-color---violet500{
	color: var(--violet500);
}
.text-color---red500{
	color: var(--red500);
}
.text-color---pink500{
	color: var(--pink500);
}
.text-color---gold500{
	color: var(--gold500);
}

/* Primary and Secondary Colors */
.text-color---primaryColor{
	color: var(--primaryColor);
}
.text-color---secondaryColor{
	color: var(--secondaryColor);
}

/*** BACKGROUND COLORS ***/
/* GW Palette */
.bg-color---gw800{
	background-color: var(--gw800);
}
.bg-color---gw700{
	background-color: var(--gw700);
}
.bg-color---gw600{
	background-color: var(--gw600);
}
.bg-color---gw500{
	background-color: var(--gw500);
}
.bg-color---gw400{
	background-color: var(--gw400);
}
.bg-color---gw300{
	background-color: var(--gw300);
}
.bg-color---gw200{
	background-color: var(--gw200);
}

/* Neutral Palette */
.bg-color---neutralWhite{
	background-color: var(--neutralWhite);
}
.bg-color---neutral100{
	background-color: var(--neutral100);
}
.bg-color---neutral200{
	background-color: var(--neutral200);
}
.bg-color---neutral300{
	background-color: var(--neutral300);
}
.bg-color---neutral400{
	background-color: var(--neutral400);
}
.bg-color---neutral500{
	background-color: var(--neutral500);
}

/* Custom Palette */
.bg-color---aquaGreen500{
	background-color: var(--aquaGreen500);
}
.bg-color---aquaGreen600{
	background-color: var(--aquaGreen600);
}
.bg-color---green500{
	background-color: var(--green500);
}
.bg-color---blue400{
	background-color: var(--blue400);
}
.bg-color---blue500{
	background-color: var(--blue500);
}
.bg-color---orange500{
	background-color: var(--orange500);
}
.bg-color---violet500{
	background-color: var(--violet500);
}
.bg-color---red500{
	background-color: var(--red500);
}
.bg-color---pink500{
	background-color: var(--pink500);
}
.bg-color---gold500{
	background-color: var(--gold500);
}

/* Primary and Secondary Colors */
.bg-color---primaryColor{
	background-color: var(--primaryColor);
}
.bg-color---secondaryColor{
	background-color: var(--secondaryColor);
}

/*** GRAVITY FORMS ***/
.gform_description:empty,
.gform_heading{
	display: none !important;
}

/*** MISC ***/
.wp-element-button,
.button{
	--btnColor: var(--blue400);
    --btnColorHover: var(--blue500);
    --btnTextColor: var(--neutralWhite);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--btnColor);
    color: var(--btnTextColor);
    border-radius: 99px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 35px;
    line-height: 20px;
    transition: all 0.3s;
}
.wp-element-button:hover,
.button:hover{
	background: var(--btnColorHover);
}
.is-style-outline .wp-element-button,
.outline_button.button{
	background: none;
	border:1px solid var(--btnColor);
	color: var(--btnColor);
}
.is-style-outline .wp-element-button:hover,
.outline_button.button:hover{
	background: var(--btnColor);
	color: var(--btnTextColor);
}
.is-style-big_button .wp-element-button{
	font-size: 20px;
    padding: 20px 60px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.section_title,
.is-style-section_title{
	position: relative;
	font-weight: 600;
	font-size: 40px;
	color: currentColor;
	margin-bottom: 20px;
	padding-right: 60px;
	text-transform: uppercase;
}
.is-style-section_title:not(.no_underline)::after{
	content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
}
.is-style-section_title:not(.no_underline)::before{
	content: '';
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}
.is-style-section_subtitle,
.section_subtitle{
	font-size: 22px;
    font-weight: bolder;
}
.is-style-section_title_v2{
	font-family: var(--secondaryFont);
    font-weight: lighter;
    letter-spacing: 0.4vw;
    font-size: 35px;
}
.is-style-section_title_v3{
	position: relative;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 13px;
    padding-right: 60px;
}
.is-style-section_title_v3 strong{
	margin-left: 100px;
	font-weight: 600;
}
.is-style-section_title_v3:not(.no_underline)::after{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
}
.is-style-section_title_v3:not(.no_underline)::before{
	content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.is-style-column_title{
	position: relative;
	text-transform: uppercase;
    font-family: var(--secondaryFont);
    font-weight: 500;
    font-size: 24px;
}
.is-style-column_title::before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
}

/*** HEADER ***/
#header_social_bar{
	height: 35px;
    background-color: var(--aquaGreen500);
    color: #FFF;
}
#header_wrapper{
	height: var(--headerHeight);
	position: relative;
}
#header{
	position: absolute;
	top:0;
	left:0;
	background: var(--neutral500);
	color: var(--neutralWhite);
	z-index: 99;
}
.float_active #header{
	position: fixed;
	top: 0;
}
.admin-bar.float_active #header{
	top: 32px;
}
#header_main{
	height: var(--headerHeight);
}
#header_blog_title{
	font-size: 35px;
    letter-spacing: 3px;
    font-weight: 300;
}
#header_megalogo{
	padding:40px 0
}
#header_logo{
	display: inline-block;
	width: 500px;
	max-width: 100%;
}
#header_social_bar .wp-block-social-links{
	font-size: 20px;
}
#header_actions > *{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
}
#header_search input{
	position: absolute;
	top:0;
	right:0;
	width: 40px;
    height: 40px;
	padding: 0 15px;
	color: transparent;
    background-color: transparent;
    background-image: url(../images/search.svg);
    background-size: 25px;
    background-position: center right 10px;
    background-repeat: no-repeat;
	font-size: 18px;
    border: none;
	border-radius: 5px;
    color: var(--neutralWhite);
    cursor: pointer;
	transition: all 0.3s;
}
#header_search input::placeholder{
	color:transparent;
}
#header_search input:focus::placeholder{
	color: var(--neutralWhite);
}
#header_search input:focus{
	width: 200px;
	background-color:var(--neutral400);
	color: var(--neutralWhite);
}

#secondary_menu_trigger{
	position: relative;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
#secondary_menu_trigger::before{
	content: '';
	position: absolute;
	top:calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
#secondary_menu_trigger i{
	position: relative;
	width: 100%;
	height: 20px;
}
#secondary_menu_trigger i::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
#secondary_menu_trigger i::after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.secondary_menu_open #secondary_menu_trigger::before{
	opacity: 0;
}
.secondary_menu_open #secondary_menu_trigger i::before{
	transform: rotate(45deg) translateX(8px) translateY(5px);
}
.secondary_menu_open #secondary_menu_trigger i::after{
	transform: rotate(-45deg) translateX(8px) translateY(-5px);
}

#secondary_menu_overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.secondary_menu_open #secondary_menu_overlay{
	opacity: 1;
	visibility: visible;
}
#header_secondary{
	position: absolute;
    top: var(--headerHeight);
    right: 0;
    width: 400px;
    height: calc(100dvh - var(--headerHeight));
    background-color: var(--neutral500);
    color: var(--neutralWhite);
    padding: 30px;
    z-index: 99;
    transition: all 0.3s;
    transform: translateX(100%);
    overflow-y: auto;
}
.secondary_menu_open #header_secondary{
	transform: translateX(0);
}
#header_secondary_menu{
	font-size: 20px;
    line-height: 100%;
    gap: 20px;
}

/*** HEADER MENU ***/
#header_menu{
	list-style: none;
    gap: 25px;
    font-weight: 300;
    font-size: 18px;
}

/*** MOBILE MENU ***/
#mobile_menu_wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	color: var(--neutralWhite);
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.menu_open #mobile_menu_wrapper{
	opacity: 1;
	visibility: visible;
}
#mobile_menu{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	line-height: 150%;
	gap: 20px;
}
#menu_trigger{
	position: relative;
	width: 25px;
	height: 16px;
	cursor: pointer;
}
#menu_trigger::after{
	content: '';
	position: absolute;
	top:calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.menu_open #menu_trigger::after{
	transform: translateX(100%);
	opacity: 0;
}
#menu_trigger i{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#menu_trigger i::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.menu_open #menu_trigger i::before{
	transform: translate(0px, 5px) rotate(45deg);
}
#menu_trigger i::after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.menu_open #menu_trigger i::after{
	transform: translate(0px, -8px) rotate(-45deg);
}

/*** FOOTER ***/

#footer{
	background: var(--neutral300);
    padding: 70px 0;
}
.footer_podcast{
	max-width: 400px;
	margin: 0 auto;
}
.widgets_area h4,
.footer_copyrights{
	font-size: 22px;
}
.footer_categories ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_categories li{
	color:var(--blue400);
	font-size: 22px;
    line-height: 130%;
}
.footer_categories li:hover{
	color:var(--blue500);
}
#footer .wp-block-social-links{
	font-size: 32px;
}
.footer_category{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 22px;
}

#about_section{
	overflow: hidden;
}
.special_box{
	position: relative;
	z-index: 3;
}
.special_box::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--neutral500);
    width: calc(100vw - 700px);
    height: 100%;
    z-index: -1;
    border-radius: 30px;
}

/*** MODAL ***/
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.modal.modal_open{
	opacity: 1;
	visibility: visible;
}
.modal_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 600px;
	padding: 30px;
	background-color: var(--neutralWhite);
	border-radius: 15px;
}
.modal-dialog a:not(.button){
	color:var(--blue500);
	text-decoration: underline;
}


/*** CARDS SLIDER ***/
.cards_slider .swiper-slide{
	padding:30px 0
}
/*** POSTS CARDS ***/
.simple_post_card{
	aspect-ratio: 1 / 1.3;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px 30px;
    color: #FFF;
}

.simple_post_card .category{
	font-size: 14px;
	color: var(--neutralWhite);
}
.simple_post_card .card-title{
	font-size: 30px;
}
.category_tag{
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	color: var(--neutralWhite);
}
.wp-block-post .category_tag{
	padding: 2px 10px;
	font-size: 12px;
}

.overlayed_image{
	position: relative;
}
.overlayed_image .wp-block-image:first-child{
	width: 50%;
}
.overlayed_image .wp-block-image:last-child{
	width: 50%;
    position: absolute;
    right: 80px;
    top: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
.fullwidth_post_card .wp-block-post-title{
	text-transform: uppercase;
    font-family: var(--secondaryFont);
    font-weight: 500;
    font-size: 35px;
}
.fullwidth_post_card .wp-block-post-date{
	font-size: 20px;
    font-weight: 300;
}

.horizontal_post_card .wp-block-post-title,
.cover_post_card .wp-block-post-title{
	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
}
.cover_post_card .wp-block-post-date{
	font-size: 13px;
	opacity: 0.7;
}
.video_thumb{
	position: relative;
	cursor: pointer;
}
.video_thumb::before{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition: all 0.3s;
}
.video_thumb::after{
	content: '';
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-image: url(../images/play.svg);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3;
	transition: all 0.3s;
}
.video_thumb:hover::before{
	opacity: 0;
}
.video_thumb:hover::after{
	transform: translate(-50%, -50%) scale(1.2);
}
.video_open::before,
.video_open::after{
	display: none;
}

.archive_header_section{
	aspect-ratio: 10 / 3;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    color: #FFF;
    position: relative;
    max-height: 400px;
    width: 100%;
}
.archive_header_section::after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.archive_header_section .container{
	position: relative;
	z-index: 2;
}
.archive_title{
	position: relative;
	text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 1vw;
	padding-bottom: 20px;
}
.archive_title::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--neutralWhite);
}
.archive_page_grid{
	padding:90px 0
}

.author_avatar {
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.author_name {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.25rem !important;
}

.author_title {
    font-size: 0.9rem;
    color: #6c757d !important;
}

.author_bio {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #495057;
}

.social_link {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.social_link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.social_link i {
    font-size: 1rem;
}

.post_content_wrapper{
	padding: 70px 0;
}
.post_content_wrapper .post_image img{
	border-radius: 15px;
}
.page_content{
	color:var(--neutral400)
}
.post_date{
	font-size: 18px;
	opacity: 0.6;
	margin-bottom: 20px;
}
.page_title{
	font-size: 55px;
	margin-bottom: 30px;
}
.author_label{
	font-size: 18px;
	font-weight: 300;
	color:var(--neutral400);
}

.hemeroteca_grid p{
	line-height: 100%;
}
.hemroteca_number{
	font-family: var(--secondaryFont);
}

.fom_wrapper .gform_footer{
	justify-content: center;
	margin-top: 30px !important;
}
.fom_wrapper .gform_footer .gform_button{
	background: #6b4796;
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
}
.fom_wrapper .gform_wrapper.gravity-theme .gfield_label{
	font-size: 23px;
    font-weight: 300;
	display: block;
	margin-bottom: 10px;
	line-height: 100%;
}
.fom_wrapper .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 20px;
}
.fom_wrapper .gform_wrapper.gravity-theme input[type=tel], 
.fom_wrapper .gform_wrapper.gravity-theme input[type=text], 
.fom_wrapper .gform_wrapper.gravity-theme input[type=email]{
	font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #6b4796;
}
.email_contact_1{
	border-bottom: 1px solid currentColor;
    font-size: 20px;
    padding-bottom: 5px;
    color: #6b4796;
    font-weight: 300;
}
.email_contact_2{
	border-bottom: 1px solid currentColor;
    font-size: 20px;
    padding-bottom: 5px;
    color: #ed69a0;
    font-weight: 300;
}

.wp-block-image{
	margin-block: 25px;
}
.wp-element-caption{
	font-weight: 400;
	font-size: 14px;
	opacity: 0.7;
}
.tag_link{
	padding: 8px 12px;
	border-radius: 5px;
	background-color: var(--neutral500);
	color: var(--neutralWhite);
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

@media(max-width:1370px) {
	.wp-elements-bdae879d91ad5d71278b63be4a150237{
		font-size: 60px !important;
	}
	.wp-container-core-group-is-layout-4b827052 .wp-block-heading:nth-child(1),
	.wp-container-core-group-is-layout-4b827052 .wp-block-heading:nth-child(2){
		font-size: 40px !important;
	}
	.wp-container-core-group-is-layout-4b827052 .wp-block-heading:nth-child(3){
		font-size: 60px !important;
	}
	.wp-container-core-group-is-layout-4b827052 .wp-block-heading:nth-child(4){
		font-size: 75px !important;
	}
	
}
@media(max-width:992px) {
	.container{
		max-width: 700px;
	}
	.wp-block-columns.is-layout-flex {
		flex-direction: column;
	}

	#header_blog_title {
		font-size: 23px;
		line-height: 110%;
	}
	.simple_post_card {
		padding: 10px 15px;
	}
	.simple_post_card .card-title {
		font-size: 20px;
	}
	.is-style-section_title_v2 {
		font-size: 25px;
		line-height: 130%;
	}
	.about_section_content{
		padding-right:0 !important;
		padding-bottom:0 !important;
	}
	.overlayed_image{
		margin-block-end: 100px !important;
	}
	.fullwidth_post_card{
		--wp--preset--spacing--40:30px;
		min-height: 400px !important;
	}
	.fullwidth_post_card .wp-block-post-title {
		font-size: 26px;
	}
	.archive_title {
		font-size: 30px;
	}
	.archive_header_section {
		aspect-ratio: 10 / 8;
	}
	.page_title {
		font-size: 33px;
	}
	#footer .wp-block-social-links {
		font-size: 20px;
		justify-content: center;
	}
	#hemeroteca_intro_text p{
		font-size: 22px !important;
	}
	.hemroteca_number,
	.hemroteca_number p{
		font-size: 40px !important;
	}
	#header_logo{
		max-width: 70%;
	}
}