/*
Theme Name: Théâtre des Fonds de Tiroirs
Theme URI: https://www.infotft.com
Description: Ceci est un thème personnalisé aux besoins du Théâtre des Fonds de Tiroirs.
Author: Pina Data
Author URI: https://www.pinadata.com
Template: hello-elementor
Version: 1.0.0
Text Domain: infotft
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

/* General */
h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title, h4.elementor-heading-title, h5.elementor-heading-title, h6.elementor-heading-title {
    line-height: 1.2;
}
a.tft__button {
    display: inline-block;
    color: #fff;
    background-color: var( --e-global-color-primary );
    padding: 13px 32px;
}
a.tft__button:hover {
    background-color: var( --e-global-color-accent );
}

/* Single Productions */
.single-production__top--content {
    text-align: center;
}
.single-production__top--content .tft__button > a {
    display: inline-block;
    color: #000;
    background-color: var( --e-global-color-accent );
    padding: 15px 32px;
}
.single-production__top--content .tft__button > a:hover {
    color: #fff;
    background-color: #000;
}
.tft__tickets--date {
    display: inline-block;
    background: #E7E6D5;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
    font-style: italic;
}
.single__production--drama-2 {
    margin-top: 60px;
}
.single__production--drama-2 h2 {
    text-align: center;
    margin-bottom: 60px;
}
.single__production--drama-2 img {
    width: 100%;
    margin-bottom: 30px;
}

/* Theatrography */
.tft__production {
    border-bottom: 2px solid #000;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.tft__production h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
.tft__production .tft__theater {
    display: block;
    color: #595536;
    font-size: 24px;
    font-weight: 600;
}
.tft__production a.tft__button {
    margin-top: 30px;
}
