/*
Theme Name: Verdict
Theme URI: productosdigitales.mx
Template: Extra
Author: Productos Digitales
Author URI: https://productosdigitales.mx
Description: Child of Divi Theme's Extra
Version: 4.9.11.1629230927
Updated: 2021-08-17 15:08:47

*/

/* Removed 'Site in test mode' notice from leaky paywall
 * It won't go away otherwise until payments enabled */
.leaky-paywall-test-mode-wrapper {
	display: none;
}

/* Disabled subscription buttons in /subscriptions
 * Leave until payments enabled */
#payed-subscriptions-table .et_pb_pricing_table_button {
    opacity: 0.3;
}
#payed-subscriptions-table .et_pb_pricing_table_button:hover {
    cursor: default;
}

.register-button {
	background-color: #ef404e !important;
    color: white!important;
}
.et_fixed_nav .et-fixed-header #main-header{
    position: static;
}

.archive.category .festival_premium a {
    display:block;
    
}
.archive.category .festival_premium a .festival_img {
    width:100%;
    margin-bottom: 20px;
}
.archive.category .festival_info h3, .archive.category .festival_general p, .archive.category .festival_general h3 {
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.archive.category .festival_info p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


    #content-area > div > div.et_pb_section.et_pb_section_0.et_section_specialty > div > div.et_pb_column.et_pb_column_1_4.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_center.et_pb_bg_layout_light > div > p:nth-child(2) {
        display: none;
    }

    h1.dynamic-title {
        font-size: 26pt;
        padding-bottom: 10px !important;
    }