/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* COMMON STYLES */
p, label, span{
    font-family: dm-sans, sans-serif !important;
}

p{
    color: #6b7280;
}

h1 + .av-subheading_below{
	max-width: 960px !important;
}

h1 + .av-subheading_below > p{
	line-height: 130% !important;
}

.avia_textblock > p:last-child{
    margin-bottom: 0 !important;
}

span.new-line{
    display: block;
}

.av-special-heading-tag > .new-line{
    font-family: jost, sans-serif !important;
}

h2, h3, h4, h5, h6{
    margin-bottom: 20px !important;
}

li{
	font-family: dm-sans, sans-serif !important;
	font-size: 16px !important;
	color: #6b7280 !important;
}

.not-strong{
    font-family: jost, sans-serif !important;
    font-weight: 300 !important;
}

.avia-section-no-padding .entry-content-wrapper > .flex_column:last-child{
    margin-bottom: 0 !important;
}

.custom-header .av-special-heading{
    margin-bottom: 20px;
}

.black-white-title .av-special-heading-tag, .black-white-title .av-subheading.av-subheading_below > p{
    font-size: 34px !important;
    text-transform: uppercase;
    color: #1e293b !important;
}

.black-white-title .av-subheading.av-subheading_below{
    margin-top: 16px !important;
}

.black-white-title .av-subheading.av-subheading_below > p{
    font-weight: 700 !important;
}

.logo-above-title{
    margin-bottom: 10px;
}

/* paddings */
.custom-paddings-section{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* buttons */
.btn-outline-black{
    display: flex;
    gap: 4px;
    align-items: center;
    width: fit-content;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-top: 16px !important;
    padding: 8px 16px !important;
    border: 1px solid #1e293b !important;
    font-weight: 600 !important;
}

.btn-outline-black .download-white-icon{
    display: none;
}

.btn-outline-black:hover{
    border: 1px solid #FFFFFF !important;
    background-color: #1e293b !important;
    color: #FFFFFF !important;
}

.btn-outline-black:hover .download-black-icon{
    display: none;
}

.btn-outline-black:hover .download-white-icon{
    display: block;
}

.btn{
    display: inline-block;
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    height: 41px !important;
    line-height: 41px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border: 1px solid transparent !important;
}

.btn-white{
    background-color: #FFFFFF !important;
}

.btn-white:hover{
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

@media only screen and (max-width: 767px) {
    .contenedor-botones-programa {
        display: flex !important;
        flex-direction: column !important; /* Los pone en columna (uno bajo otro) */
        gap: 20px !important;             /* Añade 20px de hueco real entre ellos */
    }
    
    /* Opcional: Esto asegura que los botones no se estiren raros */
    .contenedor-botones-programa .btn {
        display: block !important; 
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important; /* Quitamos márgenes viejos para que mande el gap */
        text-align: center !important;
    }
}

.btn-outline-white{
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

.btn-outline-white:hover{
    background-color: #FFFFFF !important;
    color: #1e293b !important;
}

.btn-dark{
    background-color: #1e293b !important;
    color: #FFFFFF !important;
    border: 1px solid transparent !important;
}

.btn-dark:hover{
    background-color: transparent !important;
    color: #1e293b !important;
    border: 1px solid #1e293b !important;
}

.btn-dark:hover svg{
    filter: brightness(0) saturate(100%) invert(15%) sepia(23%) saturate(859%) hue-rotate(178deg) brightness(93%) contrast(97%);
}

.btn-dark svg{
    margin-left: 6px;
}

.btn-full-width{
    width: 100% !important;
    text-align: center;
}

.btn-centered{
    text-align: center;
}

.description-with-button .av-special-heading{
    padding-bottom: 0 !important;
}

.description-with-button .description > p{
    margin-top: 16px !important;
    margin-bottom: 22px !important;
}

.custom-header .btn-white:hover > a{
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.btn.disabled{
	user-select: none !important;
	background-color: #64748B !important;
	pointer-events: none !important;
}

.btn.disabled:hover{
	color: #FFFFFF !important;
	border: 1px solid transparent !important;
}
/* end buttons */

/* faq */
.faq-wrapper{
    margin-top: 10px !important;
}

.faq .toggler{
    font-family: jost, sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    padding-right: 35px !important;
    padding-left: 0 !important;
    border: 0 !important;
    color: #1e293b !important;
    border-bottom: 1px solid #1e293b !important;
}

.faq > section:not(:last-child) .toggler{
    margin-bottom: 10px;
}

.faq > section:last-child .toggle_content > p:last-child{
    margin-bottom: 0 !important;
}

.faq .toggle_icon{
    right: 10px !important;
    left: unset !important;
    border: 0 !important;
}

.faq .toggle_content{
    background-color: transparent !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.faq .vert_icon, .faq .hor_icon{
    border-color: #1e293b !important;
}

.faq .vert_icon{
    height: 16px !important;
}

.faq .hor_icon{
    width: 16px !important;
    top: 7px !important;
    left: -1px;
}

.faq ul{
    margin-bottom: 0 !important;
}

#top #wrap_all .faq .toggle_content ul li{
    font-family: dm-sans, sans-serif !important;
    font-size: 16px !important;
    color: #6b7280 !important;
}

#top #wrap_all .faq .toggle_content ul li::marker{
    font-size: 1.3em;
}
/* end faq */

.cpt-title{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
}

.cpt-title .av-special-heading{
    padding-bottom: 0 !important;
}

.cpt-title .av-special-heading-tag{
    color: #1e293b !important;
}

.cpt-subtitle{
    margin-top: 18px !important;
    margin-bottom: 30px;
}

.cpt-subtitle > p{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #1e293b !important;
}

/* form */
.custom-form .form_element_half{
    width: 48%;
}

.custom-form .form_element_half:not(.first_form){
    margin-left: 4%;
}

.custom-form input[type="submit"]{
    font-family: jost, sans-serif !important;
    border: 1px solid transparent !important;
    text-transform: uppercase;
    height: 41px;
    line-height: 41px;
    padding: 0 16px !important;
    min-width: unset !important;
}

.custom-form input:not([type="submit"]):not([type="checkbox"]){
    height: 41px;
}

.custom-form input:not([type="submit"]), .custom-form textarea{
    background-color: #f4f4f5 !important;
    border: 1px solid #d4d4d8 !important;
    border-radius: 0 !important;
}

.custom-form fieldset{
    margin-top: 40px !important;
}

.custom-form, .custom-form fieldset, .custom-form fieldset > p:last-child{
    margin-bottom: 0 !important;
}

.custom-form input[type="checkbox"] + label{
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #1e293b !important;
}

.custom-form input[type="checkbox"] + label a{
    font-weight: 600 !important;
    border-bottom: 1px solid #1e293b;
}
/* end form */

/* Header */
#header_main > .container > .inner-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header_main > .container > .inner-container > .logo, #header_main > .container > .inner-container > .main_menu{
    position: relative !important;
}

#header_main > .container > .inner-container > .logo{
    max-height: 90px;
}

#header_main > .container > .inner-container > .main_menu .menu{
    display: flex;
    align-items: center;
    gap: 30px;
}

#header_main > .container > .inner-container > .main_menu .menu > .menu-item > a{
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#header_main > .container > .inner-container > .main_menu .menu > .menu-item > a > .avia-menu-text{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    color: #1e293b !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

#header_main > .container > .inner-container > .main_menu .menu ul.sub-menu{
    padding: 24px 36px;
    width: fit-content;
}

#header_main > .container > .inner-container > .main_menu .menu ul.sub-menu > .menu-item{
    width: fit-content;
}

#header_main > .container > .inner-container > .main_menu .menu ul.sub-menu > li.menu-item:not(:first-child){
    margin-top: 16px;
}

#header_main > .container > .inner-container > .main_menu .menu ul.sub-menu > .menu-item > a{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    color: #1e293b !important;
    text-transform: uppercase;
    width: fit-content;
    text-wrap: nowrap;
    background-color: unset !important;
    padding: 0 !important;
    border: 0 !important;
}

#header_main > .container > .inner-container > .main_menu .menu ul.sub-menu > .menu-item > a:hover{
    text-decoration: underline;
}

.header-background .entry-content-wrapper .avia-image-container{
    margin-bottom: 22px;
}

.header-background .entry-content-wrapper .av-subheading_below{
    margin-top: 14px;
}

.header-background .entry-content-wrapper .av-subheading_below > p{
    font-size: 20px !important;
    color: #FFFFFF;
}

/* Footer */
footer{
    border-top: 0 !important;
}

.footer .entry-content-wrapper{
    display: flex;
    justify-content: space-between;
}

.footer .entry-content-wrapper:before, .footer .entry-content-wrapper:after{
    display: none !important;
}

.footer .entry-content-wrapper > .flex_column{
    width: fit-content !important;
    margin-left: 0 !important;
}

.footer .location{
    display: flex;
    gap: 10px;
    font-family: jost, sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
}

.footer p{
    color: #FFFFFF !important;
}

.footer .footer-title{
    margin-bottom: 16px;
}

.footer .footer-title > p{
    font-family: jost, sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.footer .social-media{
    display: flex;
    gap: 16px;
    margin-top: 50px;
}

.footer .partners{
    display: flex;
    gap: 30px;
}

.footer .footer-links p{
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.footer .footer-links a{
    font-size: 14px !important;
    color: #FFFFFF !important;
}
/* End footer */

/* Socket */
/*#socket{*/
/*    font-size: 14px !important;*/
/*}*/

/*#socket > .container{*/
/*    text-align: center;*/
/*}*/

/*#socket .copyright{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    float: unset;*/
/*}*/

/*#socket .copyright .sep{*/
/*    margin-left: 10px;*/
/*    margin-right: 10px;*/
/*}*/

/*#socket .copyright img{*/
/*    margin-right: 6px;*/
/*}*/

/*#socket .copyright .phone{*/
/*    font-weight: 500 !important;*/
/*}*/

#socket{
    border-top: 1px solid #FFFFFF !important;
}

#socket .copyright{
    font-size: 12px !important;
}
/* End socket */

/* cookies consent */
#av-consent-extra-info br, #av-consent-extra-info .hr{
    display: none !important;
}

#av-consent-extra-info .tabcontainer{
    min-height: 170px !important;
    margin-top: 0 !important;
    margin-bottom: 14px;
    padding: 0 !important;
}

#top #av-consent-extra-info .av-toggle-switch input[type="checkbox"]:checked + .toggle-track{
    background: #1e293b;
}

#av-consent-extra-info .avia-button{
    font-family: jost, sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px !important;
    border-radius: 0 !important;
    background: #1e293b !important;
    border-color: #1e293b !important;
    color: #FFFFFF !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

#av-consent-extra-info li, #av-consent-extra-info p, #av-consent-extra-info .toggle-label-content{
    font-size: 14px !important;
}

#av-consent-extra-info .avia-button:hover{
    background: #FFFFFF !important;
    border-color: #1e293b !important;
    color: #1e293b !important;
}

#av-consent-extra-info .avia-cookie-consent-modal-buttons-wrap{
    padding-bottom: 0 !important;
}

#av-consent-extra-info .avia-cookie-consent-modal-buttons-wrap > .avia-button:first-child{
    margin-left: 0 !important;
}

#av-consent-extra-info .avia-cookie-consent-modal-buttons-wrap > .avia-button:not(:first-child){
    margin-left: 20px;
}

.avia-cookie-consent.avia-cookiemessage-bottom{
    display: none !important;
}
/* END COMMON STYLES */

/* HOME PAGE */

.bg-home-title .av-special-heading-tag,
.bg-home-title .av-subheading{
	background-color:#000000 !important;
	padding: 10px !important;
}

.header-home{
    background-position: center !important;
}

.header-home .av-special-heading .av-subheading_below{
    margin: 20px 0 !important;
}

.header-home .av-special-heading .av-subheading_below > p{
    color: #FFFFFF !important;
    line-height: 110% !important;
}

.home-custom-title{
    max-width: 610px !important;
    margin-top: 60px !important;
}

.header-buttons{
    display: flex;
    gap: 14px;
}

/* featured sections */
.featured-home-sections .entry-content-wrapper > .flex_column:not(:first-child){
    margin-top: 2% !important;
}

div[class*="featured-section-home-"]{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px !important;
    transition: background-size 400ms ease-in !important;
    background-size: 100% !important;
    background-position: center !important;
}

div[class*="featured-section-home-"] > .av-special-heading{
    padding: 10px 8px !important;
    width: fit-content;
    line-height: 100% !important;
    margin-top: 24px !important;
}

div[class*="featured-section-home-"] > .av-special-heading .av-special-heading-tag{
    margin-bottom: 0 !important;
}

div[class*="featured-section-home-"] > .arrow{
    display: flex;
    position: absolute !important;
    padding: 8px;
    right: 40px !important;
    bottom: 40px !important;
    border: 1px solid #FFFFFF !important;
}

div[class*="featured-section-home-"]:hover{
    background-size: 104% !important;
}

div[class*="featured-section-home-"]:hover > .arrow{
    background: #FFFFFF !important;
}

div[class*="featured-section-home-"]:hover > .arrow > svg{
    filter: brightness(0) saturate(100%) invert(10%) sepia(16%) saturate(1847%) hue-rotate(178deg) brightness(99%) contrast(87%)
}

.featured-section-home-blue{
    border: 8px solid #22d3ee !important;
}

.featured-section-home-blue > .av-special-heading{
    background-color: #22d3ee !important;
}

.featured-section-home-yellow{
    border: 8px solid #facc15 !important;
}

.featured-section-home-yellow > .av-special-heading{
    background-color: #facc15 !important;
}

.featured-section-home-red{
    border: 8px solid #e11d48 !important;
}

.featured-section-home-red > .av-special-heading{
    background-color: #e11d48 !important;
}

/* salcom */
.salcom-description{
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

.salcom-videos-wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	background-position: center center !important;
	background-size: contain !important;
	padding: 0 54px;
}

.salcom-videos-wrapper:before, .salcom-videos-wrapper:after{
	display: none;
}

.salcom-videos-wrapper > .avia-image-container{
	margin-right: 0 !important;
}

.salcom-videos-wrapper > .avia-image-container > .avia-image-container-inner, .salcom-videos-wrapper > .avia-image-container .avia-image-overlay-wrap{
	height: 100%;
	width: 100%;
}

.salcom-videos-wrapper > .avia-image-container img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.salcom-videos-wrapper .avia-video{
	margin-bottom: 0 !important;
	height: 100% !important;
}

.salcom-videos-wrapper .order-1{
	order: 1;
}

.salcom-videos-wrapper .order-2{
	order: 2;
}

.salcom-videos-wrapper .order-3{
	order: 3;
}

.salcom-videos-wrapper .order-4{
	order: 4;
}

.salcom-videos-wrapper .order-5{
	order: 5;
}

.salcom-videos-wrapper .order-6{
	order: 6;
}

.salcom-videos-wrapper .order-7{
	order: 7;
}

.salcom-videos-wrapper .order-8{
	order: 8;	
}

.salcom-videos-wrapper .order-9{
	order: 9;
}

.salcom-videos-wrapper .order-10{
	order: 10;
}

.salcom-videos-wrapper .order-11{
	order: 11;
}

.salcom-videos-wrapper .order-12{
	order: 12;
}

/* comic month */
.comic-month{
    max-width: 644px !important;
    padding: 46px 54px !important;
}

.comic-month .av-special-heading-tag, .comic-month p{
    color: #FFFFFF !important;
}

/* poster author */
.poster-section > .container > .content > .post-entry > .entry-content-wrapper{
    display: flex;
    align-items: center;
}

.poster-author-title .av-special-heading-tag{
    line-height: 120% !important;
}

/* blog */
.blog-entries{
    margin-top: 50px !important;
    margin-bottom: 60px !important;
}

.slide-entry-wrap, .slide-entry-wrap .slide-entry{
    margin-bottom: 0 !important;
}

.blog-entries .slide-entry-wrap{
    display: flex;
    justify-content: space-between;
}

.slide-entry-wrap .slide-entry.av_one_third{
    margin-left: 0;
}

.slide-entry-wrap > .slide-entry .slide-entry-title{
    font-size: 20px !important;
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}

.slide-entry-wrap > .slide-entry .slide-entry-title:hover{
    text-decoration: underline;
}

.slide-entry-wrap > .slide-entry .slide-meta-del, .slide-entry-wrap > .slide-entry .slide-meta-comments{
    display: none;
}

.slide-entry-wrap > .slide-entry .slide-meta{
    padding-bottom: 0 !important;
}

.slide-entry-wrap > .slide-entry .slide-meta .entry-category{
    font-family: jost, sans-serif !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: 1px solid #1e293b;
    padding: 2px 6px;
    margin-right: 8px;
}

.slide-entry-wrap > .slide-entry .slide-meta .entry-category:hover{
    background-color: #1e293b;
    color: #FFFFFF !important;
}

.slide-entry-wrap > .slide-entry .slide-meta .slide-meta-time{
    font-family: jost, sans-serif !important;
    font-size: 13px !important;
    color: #1e293b !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.slide-entry-wrap > .slide-entry .slide-entry-excerpt{
    font-family: dm-sans, sans-serif !important;
    font-size: 16px !important;
    color: #6b7280 !important;
    margin-top: 10px;
}

.slide-entry-wrap > .slide-entry .read-more-link{
    font-family: jost, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-top: 10px;
}

.slide-entry-wrap > .slide-entry .read-more-link > a{
    display: flex;
    align-items: center;
    gap: 8px;
}

.slide-entry-wrap > .slide-entry .read-more-link > a:hover > .read-more-link-text{
    text-decoration: underline;
}

/* END HOME PAGE */

/* REGISTRATIONS PAGE */
.stands-info > p{
    margin-top: 0 !important;
}

.registration-deadline-title{
    text-transform: uppercase;
    margin-top: 40px !important;
}

.registration-deadline-title > p{
    margin-bottom: 8px !important;
}

.registration-deadline-title strong{
    font-size: 20px !important;
}

.registration-deadline-description p{
    margin-top: 8px !important;
}

/* form */
.registrations-form .two-columns, .three-columns{
    display: grid;
    column-gap: 20px;
}

.registrations-form .two-columns{
    grid-template-columns: repeat(2, 1fr);
}

.registrations-form .three-columns{
    grid-template-columns: repeat(3, 1fr);
}

.registrations-form .data-wrapper{
    display: flex;
    gap: 110px;
    margin-bottom: 40px;
}

.registrations-form .data-wrapper .datos-fiscales, .registrations-form .data-wrapper .datos-comerciales{
    flex: 1;
}

.registrations-form .title-form{
    font-family: jost, sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #423a3c !important;
    border-bottom: 1px solid #423a3c;
    padding-bottom: 8px;
    margin-top: 0 !important;
    margin-bottom: 34px !important;
}

.registrations-form label{
    display: block;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-bottom: 14px !important;
}

.registrations-form label input::placeholder{
    font-style: italic;
}

.registrations-form label input, .registrations-form label select, .registrations-form label textarea{
    margin-top: 4px !important;
    background-color: #FFFFFF !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    color: #000 !important;
}

.registrations-form label input, .registrations-form label select{
    height: 41px !important;
}

.registrations-form label input, .registrations-form label select, .registrations-form label textarea{
    border-color: #D4D4D8 !important;
    margin-bottom: 6px !important;
}

.registrations-form input[type="file"]{
    height: auto !important;
    background-color: transparent !important;
}

.registrations-form span[data-name="archivo-adjunto"]{
    display: none !important;
}

.registrations-form label[for="archivoAdjunto"]{
    display: inline-block;
    font-family: jost, sans-serif !important;
    font-size: 14px !important;
    background-color: #1e293b !important;
    color: #FFFFFF !important;
    height: 31px !important;
    text-transform: uppercase !important;
    margin-top: 13px !important;
    margin-bottom: 10px !important;
    border: 1px solid #1e293b !important;
    padding: 4px 14px !important;
    cursor: pointer;
}

.registrations-form .input-with-clarifications{
    margin-bottom: 20px !important;
}

.registrations-form .input-with-clarifications input, .registrations-form .input-with-clarifications select{
    margin-bottom: 8px !important;
}

.registrations-form .input-with-clarifications label{
    padding-bottom: 0 !important;
}

.registrations-form .input-with-clarifications span{
    font-size: 14px !important;
    color: #6b7280 !important;
}

.registrations-form select{
    background-image: url("img/icons/flecha.svg") !important;
    background-size: 22px !important;
    background-position: right 1em top 10px !important;
}

.registrations-form select > option{
    font-style: italic;
}

.wpcf7-acceptance > .wpcf7-list-item{
    display: block;
    margin-left: 0 !important;
}

.wpcf7-acceptance > .wpcf7-list-item > label{
    padding-bottom: 0 !important;
}

.wpcf7-spinner{
    display: none !important;
}

.wpcf7-form{
    margin-bottom: 0 !important;
}

.registrations-form input[type="checkbox"]{
    display: none !important;
}

.registrations-form input[type="checkbox"] + .wpcf7-list-item-label{
    font-size: 16px !important;
}

.registrations-form input[type="checkbox"] + .wpcf7-list-item-label > a{
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.registrations-form label[for="your-consent-bases-participacion"], .registrations-form label[for="your-consent-responsable"]{
    display: inline-block; !important;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D8 !important;
    height: 21px !important;
    width: 21px !important;
    min-width: 21px !important;
    padding: 0 !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
}

.registrations-form .acceptance #your-consent-bases-participacion:checked + span.wpcf7-list-item-label > label[for="your-consent-bases-participacion"], .registrations-form .acceptance #your-consent-responsable:checked + span.wpcf7-list-item-label > label[for="your-consent-responsable"]{
    background-image: url("/wp-content/uploads/2023/07/check_saloncomic.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.wpcf7-form-control-wrap[data-name="your-consent-responsable"]{
    display: inline-block;
    margin-top: 20px;
}

.registrations-form .acceptance #your-consent-responsable + span.wpcf7-list-item-label {
    display: flex;
}

.registrations-form .acceptance label[for="your-consent-responsable"] + span{
    font-size: 14px !important;
}

.registrations-form input[type="submit"]{
    display: block;
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    background-color: #1e293b !important;
    border: 1px solid #1e293b !important;
    height: 41px !important;
    text-transform: uppercase;
    margin-top: 40px !important;
}
/* end form */
/* END REGISTRATIONS PAGE */

/* TICKETS PAGE */
.highlighted-text ul > li:not(:last-child){
    margin-bottom: 6px;
}

.highlighted-text li{
    font-family: dm-sans, sans-serif;
    color: #6b7280 !important;
    font-size: 16px;
}

.highlighted-text strong{
    font-family: jost, sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.prices-table{
    background: transparent !important;
	margin-bottom: 14px !important;
}

.prices-table td{
    font-size: 16px !important;
    border-color: #1e293b;
}

.prices-table tr > td:first-child{
    font-family: jost, sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #1e293b !important;
    text-align: left;
}

.prices-table tr > td:last-child{
    text-align: right;
}

.prices-table-exception{
    margin-bottom: 14px;
}

.tickets-description-wrapper > .container > .content > .post-entry > .entry-content-wrapper{
    display: flex;
    justify-content: space-between;
}

.tickets-description-wrapper > .container > .content > .post-entry > .entry-content-wrapper:before, .tickets-description-wrapper > .container > .content > .post-entry > .entry-content-wrapper:after{
    display: none !important;
}

.tickets-description{
    max-width: 400px;
}

.tickets-description .location{
    font-family: jost, sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.tickets-description .location svg{
    filter: brightness(0) saturate(100%) invert(12%) sepia(44%) saturate(580%) hue-rotate(177deg) brightness(95%) contrast(91%);
    vertical-align: middle;
    margin-right: 8px;
}

.tickets-description .location span{
    vertical-align: middle;
    font-weight: 500 !important;
}

.location-address > p{
    margin-top: 6px !important;
}
/* END TICKETS PAGE */

/* PRIZES PAGE */
.prizes-description{
    margin-bottom: 40px;
}

.winners-last-edition-table th{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    background-color: #6b7280 !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
}

.winners-last-edition-table th, .winners-last-edition-table td{
    text-align: left !important;
    border-color: #1e293b !important;
    padding-left: 18px !important;
}

.winners-last-edition-table tr > td{
    font-family: dm-sans, sans-serif !important;
    font-size: 16px !important;
    background-color: #FFFFFF !important;
}

.winners-last-edition-table tr:not(.avia-heading-row) > td:first-child{
    color: #1e293b !important;
    font-weight: 600 !important;
}

.winners-last-edition-table tr:not(.avia-heading-row) > td:last-child{
    color: #6b7280 !important;
}
/* END PRIZES PAGE */

/* CONTACT PAGE */
.contact-info{
    background-color: #1e293b;
    max-width: 340px;
    padding: 40px;
    margin-left: auto;
}

.contact-info > div{
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.contact-info > div:last-child{
    margin-bottom: 0 !important;
}

.contact-info svg{
    width: 20px !important;
}

.contact-info p{
    color: #FFFFFF !important;
    margin: 0 !important;
}

.contact-info a{
	font-family: dm-sans, sans-serif !important;
	font-size: 16px !important;
}

.contact-info .title{
    font-family: jost, sans-serif !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
}
/* END CONTACT PAGE */

/* BLOG PAGE */
.no-margin{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.blog-entries > .avia-content-slider-inner > .slide-entry-wrap:not(:first-child){
    margin-top: 60px !important;
}

.av-masonry-pagination{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.pagination{
    margin-top: 60px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pagination span, .pagination a{
    font-size: 16px !important;
    font-weight: 400 !important;
}

.pagination .current{
    background-color: #1e293b !important;
    color: #FFFFFF !important;
}

.pagination .inactive, .pagination .pagination-meta{
    color: #1e293b !important;
}

.pagination .current, .pagination .inactive{
    margin-right: 10px !important;
}
/* END BLOG PAGE */

/* CATEGORY PAGE */
.category-header{
    background-image: url("/wp-content/uploads/2023/09/cabacera_categoria_blog.jpg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

.category-header > .container{
    height: 600px !important;
}

.category-header .custom-title{
    display: flex;
    align-items: center;
}

.category .avia-content-slider .slide-entry-wrap .slide-entry img{
    max-height: 210px;
    object-fit: cover;
}

.category .avia-content-slider .slide-entry-wrap .slide-entry .slide-image, .category .avia-content-slider .slide-entry-wrap .slide-entry .slide-image img{
    border-radius: 0 !important;
}

.category .avia-content-slider .avia-content-slider-inner > .slide-entry-wrap:not(:first-child){
    margin-top: 60px;
}

.category .slide-entry-wrap > article:last-child{
    margin-left: 3.5% !important;
}

.category .template-blog{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.category .template-blog > .av-content-small{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sidebar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sidebar .inner_sidebar{
    margin-left: 70px;
}

.sidebar .widgettitle{
    font-size: 20px !important;
}

.sidebar .widget_categories ul > .cat-item:not(:first-child){
	margin-top: 16px !important;	
}

.sidebar .widget_categories .cat-item > a{
    font-family: jost, sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    border: 1px solid #1e293b;
    padding: 2px 4px;
}

.sidebar .widget_categories .cat-item > a:hover{
    background-color: #1e293b !important;
    color: #FFFFFF !important;
}

.sidebar .widget_recent_entries > ul > li{
    display: flex;
    gap: 14px;
    border-top: 0 !important;
}

.sidebar .widget_recent_entries > ul > li:before{
    content: url("/wp-content/uploads/2023/09/flecha_pequena.svg");
    margin-top: 4px;
}

.sidebar .widget_recent_entries > ul > li > a{
    font-family: dm-sans, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    color: #6b7280 !important;
    line-height: 120% !important;
}

.sidebar .widget_recent_entries > ul > li > a:hover{
    text-decoration: underline !important;
}
/* END CATEGORY PAGE */

/* INDIVIDUAL POST */
.single-post .av_default_container_wrap > .container{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.single-post .av_default_container_wrap .entry-content-wrapper{
    padding-right: 70px !important;
}

.single-post .av_default_container_wrap > .container > .content{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.post-title{
    padding-bottom: 0 !important;
}

.post-title .av-special-heading-tag{
    line-height: 130% !important;
}

.img-individual-post{
    float: unset !important;
    margin-right: 0 !important;
}

.img-individual-post img{
    margin-right: 0 !important;
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.single-post .meta-data-info{
    margin-top: 28px !important;
}

.single-post .meta-data-info .category-tag{
    font-family: jost, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #1e293b !important;
    border: 1px solid #1e293b !important;
    padding: 2px 4px;
    margin-right: 10px;
}

/*.single-post .meta-data-info .category-tag:hover{
    background-color: #1e293b !important;
    color: #FFFFFF !important;
}*/

.single-post .meta-data-info time{
    font-family: jost, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #1e293b !important;
}

.single-post .subtitle{
    margin-top: 46px;
}

.single-post .subtitle > p{
    font-family: jost, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e293b !important;
}
/* END INDIVIDUAL POST */

/* AUTHORS PAGE */
/*.authors .isotope-item{*/
/*    -webkit-transition: none !important;*/
/*    -moz-transition: none !important;*/
/*    -o-transition: none !important;*/
/*    transition: none !important;*/
/*}*/

.custom-masonry-grid{
    overflow: unset !important;
}

.custom-masonry-grid .av-masonry-container{
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
    row-gap: 70px;
    height: auto !important;
}

.custom-masonry-grid .av-masonry-container > .av-masonry-item-no-image:first-child{
    display: none !important;
}

.custom-masonry-grid .av-masonry-entry{
    position: relative !important;
    width: fit-content !important;
    left: unset !important;
    top: unset !important;

    /* Remove transitions from authors masonry to avoid undesired & strange events when scrolling */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform: none !important;
}

.custom-masonry-grid.authors .av-masonry-entry > .av-inner-masonry{
    max-width: 174px;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.custom-masonry-grid .av-masonry-entry figcaption{
    background-color: transparent !important;
    padding-bottom: 0 !important;
}

.custom-masonry-grid .av-masonry-entry figcaption .avia-arrow{
    display: none !important;
}

.custom-masonry-grid .av-masonry-entry figcaption .entry-title{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    text-transform: none !important;
    text-align: center;
    margin-bottom: 0 !important;
}

.custom-masonry-grid .av-masonry-entry .av-masonry-image-container{
    opacity: 1 !important;
}
/* END AUTHORS PAGE */

/* INDIVIDUAL ARTHUR  PAGE */
.author-name{
    padding-bottom: 0 !important;
}

.author-name > .av-special-heading-tag{
    margin-bottom: 0 !important;
}

.author-description > p:not(:first-child){
    margin-top: 20px !important;
}
/* END INDIVIDUAL ARTHUR  PAGE */

/* SCHEDULE DAY PAGE */
.schedule-day-masonry .av-sort-by-term > a{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    line-height: 100% !important;
    text-transform: uppercase;
    color: #1e293b !important;
    border-right: 1px solid #1e293b;
    padding-left: 20px;
    padding-right: 20px;
}

.schedule-day-masonry .av-sort-by-term > a.active_sort{
    font-weight: 600 !important;
}

.schedule-day-masonry .av-sort-by-term a:last-child {
    border: 0;
}

.schedule-day-masonry .av-sort-by-term > .text-sep{
    display: none;
}

.schedule-day-masonry .av-masonry-entry{
    width: 100% !important;
}

.schedule-day-masonry .av-masonry-entry .av-inner-masonry-content, .schedule-day-masonry .av-masonry-entry .av-inner-masonry{
    height: fit-content !important;
}

.schedule-day-masonry .av-masonry-entry .av-inner-masonry-content{
    padding: 0 !important;
}

.schedule-day-masonry .av-masonry-entry .av-inner-masonry-sizer{
    padding-bottom: unset !important;
}

.schedule-day-masonry .av-masonry-entry .av-inner-masonry{
    position: relative !important;
    overflow: unset !important;
}

.schedule-day-masonry .av-masonry-container > .av-masonry-entry:not(:last-child){
    margin-bottom: 20px;
}

.schedule-day-masonry .av-masonry-entry .avia-arrow{
    display: none !important;
}

.schedule-day-masonry .av-masonry-entry .box{
    display: flex;
    padding: 20px;
}

.schedule-day-masonry .av-masonry-entry .box .left_block{
    padding: 40px 50px 40px 30px;
    border-right: 2px solid #1e293b !important;
}

.schedule-day-masonry .av-masonry-entry .box .left_block .hour{
    font-family: jost, sans-serif !important;
    font-size: 46px !important;
    line-height: 46px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin: 0 !important;
}

.schedule-day-masonry .av-masonry-entry .box .middle_block{
    padding-left: 50px;
    padding-right: 50px;
}

.schedule-day-masonry .av-masonry-entry .box .middle_block > p{
    text-align: left !important;
}

.schedule-day-masonry .av-masonry-entry .box .middle_block > .title{
    font-family: jost, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #1e293b !important;
}

.schedule-day-masonry .av-masonry-entry .box .middle_block > .description{
    margin-top: 8px;
}

.schedule-day-masonry .av-masonry-entry .box .right_block{
    margin-left: auto;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 116px;
}

.schedule-day-masonry .av-masonry-entry .box .right_block{
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-day-masonry .av-masonry-entry .box .right_block .location{
    font-family: jost, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #1e293b !important;
}

.schedule-day-masonry .av-masonry-entry .box:hover{
    background-color: #1e293b;
}

.schedule-day-masonry .av-masonry-entry .box:hover p.hour, .schedule-day-masonry .av-masonry-entry .box:hover p.title, .schedule-day-masonry .av-masonry-entry .box:hover p.description{
    color: #FFFFFF !important;
}

.schedule-day-masonry .av-masonry-entry .box:hover .left_block{
    border-right-color: #FFFFFF !important;
}

/* Remove transitions from program masonry to avoid undesired & strange events when filter */
.schedule-day-masonry .isotope-item{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/* END SCHEDULE DAY PAGE */

/* SCHEDULE DAY PAGE */
.event-title{
    font-family: jost, sans-serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin-top: 0 !important;
    margin-bottom: 60px;
}

.event-details{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.event-details .event-details-title, .event-details-title > p{
    font-family: jost, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.event-details .event-details-title + p{
    margin-bottom: 8px !important;
}

.event-details-title > p{
    margin-top: 40px !important;
}

table.participants-table tr:not(.avia-heading-row) > td:first-child{
    font-weight: 400 !important;
    color: #6b7280 !important;
}

table.participants-table tr:not(.avia-heading-row) > td{
    color: #6b7280 !important;
}
/* END SCHEDULE DAY PAGE */

/* #DICMESCOMIC PAGE */
.dicmescomic-header ~ .dicmescomic-activity > .container > .content{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    border-top: 1px solid #1e293b !important;
}

.dicmescomic-header + .dicmescomic-activity > .container > .content{
    padding-top: 80px !important;
    border: 0 !important;
}

.dicmescomic-activity.avia-builder-el-last > .container > .content{
    padding-bottom: 80px !important;
}

.dicmescomic-activity .av-special-heading-tag{
    margin-bottom: 0 !important;
	font-weight: 500;
}

.dicmescomic-activity .date{
    margin-top: 30px;
}

.dicmescomic-activity .date ul{
    margin-bottom: 0 !important;
}

.dicmescomic-activity .date ul li{
    font-family: dm-sans, sans-serif !important;
    font-size: 16px !important;
    color: #6b7280 !important;
}

.dicmescomic-activity .date ul li > strong{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-right: 8px;
    color: #1e293b !important;
}
/* END #DICMESCOMIC PAGE */

/* PRESS PAGE */
.press-pass-title .av-special-heading-tag{
    margin-bottom: 10px !important;
}

.press-download-links .avia_textblock > ul > li{
    font-family: jost, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #1e293b !important;
}

.press-download-links .avia_textblock > ul > li:not(:first-child){
     margin-top: 6px !important;
}

.press-download-links .avia_textblock > ul > li > a:hover{
    text-decoration: underline !important;
}

.press-download-links .avia_textblock > ul img{
    margin-left: 8px;
    vertical-align: middle;
}

.press-pass-wrapper .entry-content-wrapper{
    display: flex;
    align-items: center;
}

.press-form > fieldset{
    margin-top: 0 !important;
}

.press-form input:not([type="submit"]:not([type="checkbox"])), .press-form textarea{
    background-color: #FFFFFF !important;
}
/* END PRESS PAGE */

/* COMIC EVENTS LAST EDITIONS PAGE */
.custom-masonry-grid.editions .av-masonry-entry > .av-inner-masonry{
    max-width: 221px;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.edition-poster-download{
    margin-top: 90px !important;
    margin-bottom: 10px !important;
}

.edition-tebeico-download{
    margin-top: 20px !important;
}
/* END COMIC EVENTS LAST EDITIONS PAGE */

/* EDITION INDIVIDUAL PAGE */
.edition-gallery{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 44px;
    row-gap: 40px;
}

.edition-gallery-header{
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.edition-gallery .gallery-title{
    font-family: jost, sans-serif !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin-top: 8px !important;
}

.edition-winners{
    margin-top: 60px !important;
}

.edition-winners-title > .av-special-heading-tag{
    margin-bottom: 10px !important;
}

.edition-poster-download > a{
    display: flex;
    align-items: center;
    width: fit-content;
}
/* END EDITION INDIVIDUAL PAGE */

/* UNDER MAINTENANCE PAGE */
.under-maintenance-wrapper > .container{
	padding-top: 0 !important;	
}

.under-maintenance h1{
	font-weight: 400 !important;
}

.under-maintenance .description{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.under-maintenance .description > p{
	margin: 0 !important;
	font-size: 22px !important;
}

.under-maintenance .email > p{
	font-family: jost, sans-serif !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	padding: 8px 10px;
	background-color: #facc15;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	color: #1e293b !important;
}
/* END UNDER MAINTENANCE PAGE */

@media (max-width: 1350px){
    /* EDITION INDIVIDUAL PAGE */
    .edition-gallery{
        grid-template-columns: repeat(5, 1fr);
    }

    .edition-gallery .gallery{
        max-width: 154px;
    }
    /* END EDITION INDIVIDUAL PAGE */
}

@media (max-width: 1250px){
    #header_main > .container > .inner-container{
        gap: 30px;
    }

    #header_main > .container > .inner-container > .logo svg{
        width: 100%;
    }

    #header_main > .container > .inner-container > .main_menu .menu{
        justify-content: space-between;
        gap: unset;
    }

    #header_main > .container > .inner-container > .main_menu, #header_main > .container > .inner-container > .main_menu .avia-menu{
        width: 100%;
    }
}

@media (max-width: 1160px){
    /* HOME PAGE */
    .header-home{
        position: relative !important;
        background-image: url("/wp-content/uploads/2025/10/cabecera-movil-2025.jpg") !important;
        background-size: 100% !important;
        height: 0 !important;
        padding-top: 100% !important;
    }

    .header-home > .container{
        position: absolute !important;
        top: 0 !important;
    }

    .header-home .entry-content-wrapper{
        display: flex;
        justify-content: center;
    }

    .header-home .home-custom-title{
        margin: 0 !important;
        max-width: 80% !important;
    }

    .header-home .home-custom-title .av-special-heading-tag{
        font-size: 64px !important;
    }

    .header-home .av-special-heading .av-subheading_below > p{
        font-size: 24px !important;
    }

    .header-home .header-buttons{
        gap: 20px;
    }

    .header-home .header-buttons > .btn{
        font-size: 20px !important;
        height: 44px !important;
        line-height: 44px !important;
    }
    /* END HOME PAGE */
}

@media (max-width: 1100px){
	/* HOME PAGE */
	.salcom-videos-wrapper{
		gap: 30px;
	}
	/* END HOME PAGE */
}

@media (max-width: 1032px){
	/* COMMON STYLES */
    #header_main > .container > .inner-container{
        gap: 10px;
    }
    /* END COMMON STYLES */

    /* HOME PAGE */
    .header-home .home-custom-title{
        max-width: 100% !important;
    }
    /* END HOME PAGE */
}

@media (max-width: 989px){
    /* COMMON STYLES */
    .header-background{
        background-position: center !important;
    }

    /* header */
    #header_main > .container > .inner-container > .logo{
        max-height: 70px;
    }
	
	#header_main > .container > .inner-container > .main_menu .menu{
        justify-content: right;
    }

    #av-burger-menu-ul > li > a > .avia-menu-text{
        font-family: jost, sans-serif !important;
        font-size: 16px !important;
        text-transform: uppercase;
    }

    #av-burger-menu-ul .sub-menu{
        font-family: jost, sans-serif !important;
        font-size: 16px !important;
    }

    #header_main .menu .av-hamburger .av-hamburger-inner, #header_main .menu .av-hamburger .av-hamburger-inner:before, #header_main .menu .av-hamburger .av-hamburger-inner:after{
        background-color: #1e293b !important;
    }
    /* end header */

    /* footer */
    .footer .entry-content-wrapper{
        flex-wrap: wrap;
        gap: 30px !important;
        justify-content: initial !important;
    }

    .footer .social-media{
        margin-top: 30px;
    }

    .footer .footer-links{
        margin-bottom: 0 !important;
    }
    /* end footer */
    /* END COMMON STYLES */

    /* HOME PAGE */
    .header-home .home-custom-title .av-special-heading-tag{
        font-size: 56px !important;
    }

    .header-home main{
        position: relative;
    }

    .header-home main > .post-entry{
        position: absolute;
        top: 64px;
    }

    div[class*="featured-section-home-"]{
        width: 100% !important;
        background-size: cover !important;
        margin-left: 0 !important;
        min-height: 280px !important;
    }

    div[class*="featured-section-home-"] > .av-special-heading{
        max-width: 450px;
    }
	
	/* salcom */
	.salcom-videos-wrapper{
		grid-template-columns: repeat(3, 1fr);
		background-image: unset !important;
		padding: 0 !important;
	}

    .poster-section > .container > .content > .post-entry > .entry-content-wrapper{
        display: block;
    }

    .comic-month-section{
        background-position: center !important;
    }
	
	.salcom-videos-wrapper > div[class*="order-"]{
		order: unset !important;
	}
    /* END HOME PAGE */

    /* REGISTRATIONS PAGE */
    .black-white-title .av-subheading.av-subheading_below{
        line-height: 1 !important;
        margin-top: 0 !important;
    }

    .registrations-form .data-wrapper{
        gap: 70px;
    }

    .registrations-form .two-columns, .registrations-form .three-columns{
        grid-template-columns: auto;
    }
    /* END REGISTRATIONS PAGE */

    /* TICKETS PAGE */
    .tickets-description-wrapper > .container > .content > .post-entry > .entry-content-wrapper{
        display: block;
    }

    .tickets-description{
        max-width: 100%;
    }
    /* END TICKETS PAGE */

    /* PRIZES PAGE */
    .prizes-img{
        margin-bottom: 40px !important;
    }

    .faq-wrapper{
        margin-bottom: 0 !important;
    }
    /* END PRIZES PAGE */

    /* CONTACT PAGE */
    .contact-info{
        margin-left: unset !important;
        margin-bottom: 30px;
    }
    /* END CONTACT PAGE */

    /* CATEGORY PAGE */
    .sidebar{
        display: none !important;
    }

    .category main{
        width: 100% !important;
        border: 0 !important;
    }

    .category main .entry-content-wrapper{
        padding-right: 0 !important;
    }

    .category .slide-entry-wrap > article:last-child{
        margin-left: 6% !important;
    }

    .category .avia-content-slider .avia-content-slider-inner > .slide-entry-wrap:not(:first-child){
        margin-top: 40px !important;
    }
    /* END CATEGORY PAGE */

    /* INDIVIDUAL POST */
    .single-post .av_default_container_wrap > .container > .content{
        width: 100%;
        border-right: 0 !important;
    }

    .single-post .av_default_container_wrap > .container > .content > .post-entry > .entry-content-wrapper{
        padding-right: 0 !important;
    }
    /* END INDIVIDUAL POST */

    /* AUTHORS PAGE */
    .custom-masonry-grid .av-masonry-container{
        grid-template-columns: repeat(3, max-content);
    }
    /* END AUTHORS PAGE */

    /* PRESS PAGE */
    .press-pass-wrapper .entry-content-wrapper{
        flex-direction: column;
    }

    .press-pass-wrapper .entry-content-wrapper .press-download-links{
        margin-top: 10px !important;
    }

    .press-download-links .avia_textblock > ul{
        margin-bottom:  0 !important;
    }
    /* END PRESS PAGE */

    /* EDITION INDIVIDUAL PAGE */
    .edition-poster-download{
        margin-top: 40px !important;
    }
    /* END EDITION INDIVIDUAL PAGE */
	
	/* UNDER MAINTENANCE PAGE */
	.under-maintenance .description p span.new-line{
		display: inline;
	}
	/* END UNDER MAINTENANCE PAGE */
}

@media (min-width: 768px) and (max-width: 989px){
    /* COMMON STYLES */
    .footer .entry-content-wrapper > .footer-address{
        width: 100% !important;
    }

    .footer .entry-content-wrapper > .footer-partners{
        width: 60% !important;
    }
    /* END COMMON STYLES */

    /* HOME PAGE */
    .poster-img-wrapper{
        margin-bottom: 40px !important;
    }
    /* END HOME PAGE */

    /* TICKETS PAGE */
    .schedule-title, .prices-title{
        margin-top: 40px !important;
    }
    /* END TICKETS PAGE */
}

@media (max-width: 796px){
    .header-home .home-custom-title .av-special-heading-tag{
        font-size: 48px !important;
    }

    .header-home .av-special-heading .av-subheading_below > p{
        font-size: 22px !important;
    }

	.header-home .header-buttons{
        flex-wrap: wrap;
    }
	
    .header-home .header-buttons > .btn{
        font-size: 14px !important;
    }

    .header-home > .container{
        width: 100% !important;
        max-width: 100% !important;
    }

    .header-home .home-custom-title{
        max-width: 86% !important;
    }
}

@media (max-width: 767px){
    /* COMMON STYLES */
    .faq .toggler{
        margin-bottom: 10px;
    }

    .responsive .logo svg{
        max-height: 60px !important;
    }

    .header-background > .container{
        height: 400px !important;
    }

    #top #wrap_all .all_colors h1{
        font-size: 34px !important;
    }

    #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6{
        font-size: 30px;
        line-height: 120%;
    }

    .custom-paddings-section{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .custom-header{
        background-position: center !important;
    }

    .custom-header > .container{
        height: 560px !important;
    }

    /* socket */
    #socket .copyright{
        flex-wrap: wrap;
    }

    #socket .copyright a{
        width: 100% !important;
        order: 2 !important;
    }

    #socket .copyright span:first-of-type{
        display: none !important;
    }

    /* override default CSS for tables on mobile screens. */
    div .avia-table{
        margin: 0 !important;
    }

    .avia-data-table-wrap{
        overflow: auto;
    }

    table{
        table-layout: auto !important;
    }

    table tbody{
        display: table-row-group !important;
    }

    table tbody > tr{
        display: table-row !important;
    }

    table tbody > tr > th, table tbody > tr > td{
        display: table-cell !important;
        white-space: nowrap !important;
        border: 1px solid #000000 !important;
    }

    /* footer */
    .footer .footer-title{
        margin-bottom: 4px !important;
    }

    .footer .entry-content-wrapper{
        gap: 20px !important;
    }
    /* END COMMON STYLES */

    /* HOME PAGE */
    div[class*="featured-section-home-"]{
        padding: 24px !important;
        min-height: 210px !important;
    }
	
	div[class*="featured-section-home-"]:hover{
		background-size: cover !important;
	}

    div[class*="featured-section-home-"] > .av-special-heading{
        max-width: 100%;
        width: 100%;
    }

    div[class*="featured-section-home-"] .av-special-heading-tag{
        font-size: 22px !important;
    }

    div[class*="featured-section-home-"] .arrow{
        display: none !important;
    }

    .comic-month-section{
        background: #1e293b !important;
    }

    .comic-month-section > .container{
        height: 300px !important;
        width: 100% !important;
        max-width: 85% !important;
        margin: 0 auto;
    }
	
	/* salcom */
	.salcom-videos-wrapper{
		margin-top: 20px !important;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

    .comic-month{
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .poster-author-title{
        margin-top: 20px !important;
    }

    .blog-entries{
        margin-top: 20px !important;
    }

    .blog-entries .slide-entry-wrap{
        display: block;
        justify-content: unset;
    }

    .slide-entry-wrap > .slide-entry:not(:last-child){
        margin-bottom: 20px !important;
    }
    /* END HOME PAGE */

    /* REGISTRATIONS PAGE */
    .black-white-title .av-special-heading-tag, .black-white-title .av-subheading.av-subheading_below > p{
        font-size: 25px !important;
    }

    .registrations-form .data-wrapper{
        flex-direction: column;
        gap: 40px !important;
    }

    .registrations-form input[type="checkbox"] + .wpcf7-list-item-label{
        font-size: 14px !important;
    }
    /* END REGISTRATIONS PAGE */

    /* TICKETS PAGE */
    .schedule-title{
        margin-top: 20px !important;
    }

    .prices-title{
        margin-top: 40px !important;
    }

    div .avia-table.prices-table{
        margin-bottom: 20px !important;
    }
    /* END TICKETS PAGE */

    /* PRIZES PAGE */
    .prizes-description-title > .av-special-heading-tag{
        margin-bottom: 10px !important;
    }

    .nominations-title{
        margin-bottom: 0 !important;
    }

    .nominations-title .av-special-heading{
        padding-bottom: 0 !important;
    }

    .faq-wrapper{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .after-table{
        margin-top: 20px !important;
    }

    .winners-last-edition-table td:before{
        display: none !important;
    }
    /* END PRIZES PAGE */

    /* CONTACT PAGE */
    .contact-info{
        padding: 28px;
    }

    .custom-form fieldset{
        margin-top: 0 !important;
    }

    .custom-form .form_element_half:not(.first_form){
        margin-left: unset !important;
    }

    .custom-form input[type="checkbox"] + label{
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }
    /* END CONTACT PAGE */

    /* BLOG PAGE */
    .blog-entries > .avia-content-slider-inner > .slide-entry-wrap:not(:first-child){
        margin-top: 20px !important;
    }

    .blog-entries .pagination{
        margin-top: 30px !important;
    }
    /* END BLOG PAGE */

    /* CATEGORY PAGE */
    .category-header > .container{
        height: 400px !important;
    }
    
    .category .slide-entry-wrap > article{
        width: 100% !important;
    }

    .category .slide-entry-wrap > article:last-child{
        margin-left: unset !important;
    }

    .category .avia-content-slider .avia-content-slider-inner > .slide-entry-wrap:not(:first-child){
        margin-top: 0 !important;
    }

    .category .slide-entry-wrap:not(:last-child) > article{
        margin-bottom: 30px !important;
    }

    .pagination{
        margin-top: 40px !important;
    }

    .category .template-blog{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    /* END CATEGORY PAGE */

    /* INDIVIDUAL POST */
    .single-post main{
        margin-bottom: 0 !important;
    }

    .single-post .av_default_container_wrap > .container{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .single-post .av_default_container_wrap > .container > .content{
        margin-bottom: 0 !important;
    }

    .single-post .subtitle{
        margin-top: 30px;
    }
    /* END INDIVIDUAL POST */

    /* AUTHORS PAGE */
    .header-authors{
        background-size: cover !important;
    }

    .custom-masonry-grid .av-masonry-container{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .custom-masonry-grid .av-masonry-entry{
        max-width: 80% !important;
    }
    /* END AUTHORS PAGE */

    /* AUTHOR PAGE */
    .cpt-title{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    /* END AUTHOR PAGE */

    /* SCHEDULE DAY PAGE */
    .schedule-day-masonry .av-masonry-entry .box{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .schedule-day-masonry .av-masonry-entry .box .left_block{
        order: 1;
        padding: 10px !important;
        padding-right: 12px !important;
        border: 0 !important;
    }

    .schedule-day-masonry .av-masonry-entry .box .left_block .hour{
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .schedule-day-masonry .av-masonry-entry .box .middle_block{
        order: 3;
        padding: 0 !important;
        margin-top: 6px;
    }

    .schedule-day-masonry .av-masonry-entry .box .middle_block .description{
        margin-bottom: 0 !important;
    }

    .schedule-day-masonry .av-masonry-entry .box .right_block{
        order: 2;
        margin-left: 0 !important;
        max-width: 130px;
    }

    .schedule-day-masonry .av-sort-by-term{
        display: grid;
        row-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .schedule-day-masonry .av-sort-by-term > a{
        border: 0;
    }

    .schedule-day-masonry .av-sort-by-term > a:nth-child(4n + 3){
        border-left: 1px solid;
    }
    /* END SCHEDULE DAY PAGE */

    /* #DICMESCOMIC PAGE */
    .dicmescomic-header ~ .dicmescomic-activity > .container > .content{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .dicmescomic-header + .dicmescomic-activity > .container > .content{
        padding-top: 60px !important;
    }

    .dicmescomic-activity.avia-builder-el-last > .container > .content{
        padding-bottom: 60px !important;
    }

    .dicmescomic-activity .dicmescomic-img{
        display: flex;
        justify-content: center;
        margin-bottom: 30px !important;
    }

    .dicmescomic-activity .dicmescomic-img > .avia-image-container{
        margin-right: 0 !important;
    }

    .dicmescomic-activity.avia-builder-el-last .entry-content-wrapper > .dicmescomic-img + .flex_column{
        margin-bottom: 0 !important;
    }
    /* END DICMESCOMIC PAGE */

    /* PRESS PAGE */
    .press-download-links .avia_textblock > ul > li{
        font-size: 14px !important;
    }
    /* END PRESS PAGE*/

    /* COMIC EVENTS LAST EDITIONS PAGE */
    .editions .av-masonry-entry figcaption{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* END COMIC EVENTS LAST EDITIONS PAGE */

    /* EDITION INDIVIDUAL PAGE */
    .edition-description-wrapper{
        margin-top: 20px !important;
    }

    .edition-gallery-header{
        margin-bottom: 0 !important;
    }

    .edition-gallery{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 20px;
    }

    .edition-winners{
        margin-top: 20px !important;
    }
    /* END EDITION INDIVIDUAL PAGE */

    /* SCHEDULE DAY PAGE */
    .event-title{
        line-height: 110%;
        margin-bottom: 20px !important;
    }

    .event-details{
        grid-template-columns: repeat(1, 1fr);
    }

    .event-details .event-details-title + p{
        margin-bottom: 0 !important;
    }

    table.participants-table{
        margin-top: 20px !important;
    }
    /* END SCHEDULE DAY PAGE */
	
	/* UNDER MAINTENANCE PAGE */
	.under-maintenance img{
		max-width: 150px !important;
	}
	
	#top #wrap_all .all_colors .under-maintenance h1{
		font-size: 28px !important;
	}
	
	.under-maintenance .description > p{
		font-size: 16px !important;
		line-height: 120% !important;
	}
	
	.under-maintenance .email > p{
		font-size: 20px !important;
	}
	/* END UNDER MAINTENANCE PAGE */
}

@media (max-width: 560px){
    .header-home main > .post-entry{
        top: 30px !important;
    }

    #top #wrap_all .header-home .home-custom-title .av-special-heading-tag{
        font-size: 26px !important;
    }

    .header-home .av-special-heading .av-subheading_below{
        margin: 12px 0 !important;
    }

    .header-home .av-special-heading .av-subheading_below > p{
        font-size: 16px !important;
    }
}

/* Promo carousel over header */
.header-carousel {
    display: block;
    width: 100%;
    background-color: #F9C9CB;
    position: relative;
    overflow: hidden;
    height: 30px;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    cursor: pointer;
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: scroll-left 10s linear infinite;
    position: relative;
    z-index: 1;
}

.carousel-text {
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 0 100px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

@media (max-width: 479px) {
    .header-carousel {
        height: 22px;
    }

    .carousel-text {
        line-height: 22px;
    }
}