/* 
Theme Name: Bioparc Genève child of hello elementor
Theme URI: https://bioparc-geneve.ch
Description: Bioparc Genève is a child theme of Hello Elementor, created for Genevea's Biparc
Author: Eric DAVID
Author URI: https://www.eclecticmedia;fr
Template: hello-elementor
Version: 1.0.1
Text Domain: bioparc-geneve
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    Add your custom styles here
*/
:root {
    --color-grey: #3A3B3E;
    --color-secondary: rgb(0, 114, 111);
}

/* Link Styling */
footer a,
footer a:active,
footer a:visited,
.elementor-widget-theme-post-content a,
.elementor-widget-theme-post-content a:active
.elementor-widget-theme-post-content a:visited,
.elementor-widget-text-editor a,
.elementor-widget-text-editor a:active
.elementor-widget-text-editor a:visited {
    color: #d4a529;
}

footer a:hover,
.elementor-widget-theme-post-content a:hover,
.elementor-widget-text-editor a:hover {
    color: #FDD059;
    text-decoration: none;
}

footer a,
.elementor-widget-theme-post-content a,
.elementor-widget-text-editor a:hover {
    text-decoration: underline;
}

.form-option-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .form-option-wrapper {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
    .form-option-wrapper img {
        margin-right: 20px;
    }
}

.form-option-description p {
    font-size: 0.95em;
    margin-bottom: 0;
}

.form-option-wrapper img {
    align-self: center;
}

.yellow-background .elementor-widget-text-editor a {
    color: var(--color-grey);
    text-decoration: underline;
}

.yellow-background .elementor-widget-text-editor a:visited {
    color: var(--color-secondary);
    text-decoration: underline;
}


.yellow-background .elementor-widget-text-editor a:hover,
.yellow-background .elementor-widget-text-editor a:focus {
    text-decoration: none;
}

.yellow-background .elementor-widget-text-editor h3,
.brown-background .elementor-widget-text-editor h3{
    color: rgb(58, 59, 62)!important;
}

.green-background .elementor-widget-text-editor h3 {
    color: #fff!important;
}

@media screen and (max-width: 960px) {
    .elementor-location-header .elementor-menu-toggle > .elementor-screen-only {
        position: static;
        display: inline;
        overflow: unset;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: bold;
        padding: 2px 0 0 5px;
        height: auto;
    }
}

/*
** Forms
 */
.gform_body .button {
    border-color: var(--color-grey);
}

/*
Post Timeline
 */
.type-page .ptl-tmpl-0 .ptl-tmpl-main .ptl-right-box .ptl-date {
    color: #fff;
}
.type-page .ptl-tmpl-0 .ptl-tmpl-main .ptl-tmpl-box .ptl-top-title {
    color: rgb(58, 59, 62);
}

.type-page .ptl-tmpl-0 .ptl-tmpl-main .ptl-tmpl-box .ptl-ctn-box .ptl-footer .ptl-ctn-box-btn a {
    background-color: rgb(253, 208, 89);
    color: rgb(58, 59, 62);
}

.type-page .ptl-nav-0 .yr_list .yr_list-view .yr_list-inner .ptl-yr-list li a.active span {
    color: rgb(58, 59, 62);
}

.type-page .ptl-nav-0 .yr_list .yr_list-view .yr_list-inner .ptl-yr-list li a:hover span,
.type-page .ptl-nav-0 .yr_list .yr_list-view .yr_list-inner .ptl-yr-list li a:focus span {
    color: rgb(58, 59, 62);
}

.single .post-timeline {
    margin: 0;
    border-radius: 0;
    padding: 0;
}

/*
Animals
 */
.breadcrumb a {
    color: var(--color-grey);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--color-grey);
    text-decoration: underline;
}

/***
Customisation page protégée par mot de passe
 */
.post-password-form {
    padding: 2rem;
}

body[data-elementor-device-mode="desktop"] .post-password-form {
    padding: 15rem 10rem 10rem;
}

.post-password-form p:last-child{
    display:flex;
    align-items: flex-end;
}

#home-green-bg {
    height: 100vh;
    position: relative;
}

#launch {
    position: absolute;
    bottom: 50px;
}

.hidden-form {
    display: none;
}

@media screen and (min-width: 768px) {
    .mailpoet_page-template-default .site-main{
        padding-top: 150px;
    }
}
