/*
Theme Name: Child-Jagdverband
Theme URL: http://www.sign-studio.eu
Description: Divi Theme Anpassungen
Author: SIGN-Studio d. Andy Meraner
Author URL: http://www.sign-studio.eu
Template: Divi
Version: 1.1.0
Text Domain: jagdverband
*/ Custom CSS goes after this line

/* ---- Lang menu ---- */
.wpml-ls-slot-16.wpml-ls-current-language:hover a,
.wpml-ls-slot-16.wpml-ls-current-language a:hover,
.wpml-ls-slot-16.wpml-ls-current-language:hover,
.wpml-ls-slot-16.wpml-ls-current-language .wpml-ls-slot-16:hover {
    background: #ffffff;
}

.wpml-ls-slot-16.wpml-ls-current-language .wpml-ls-slot-16:hover a,
.wpml-ls-slot-16.wpml-ls-current-language .wpml-ls-slot-16 a:hover {
    background: rgba(0,0,0,.03);
}
/* ---- Breadcrumb ---- */
.wpseo-breadcrumb {
    text-align: center;
    line-height: 2em;
    background: #00713d;
    color: #ffffff;
}
/* ---- Hero section ---- */
.hero-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    position:relative;
    max-height: 450px;
    background: #333 no-repeat;
}

.single-post #main-content #left-area {
    padding-top: 0;
}

/* ---- Sidebar settings ---- */
.single #sidebar {
    background: #efefef;
    padding: 20px;
}

/* ---- Standard post title & post meta ---- */
.single h1.entry-title,
.attachment h1.entry-title,
.single p.post-meta {
    width: 100%;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

/* ---- Audio content ---- */
body.single .et_audio_content,
.blog .et_audio_content {
    margin-bottom: 0px !important;
    height: 300px !important;
    background-size: cover;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/audio.jpg') no-repeat center;
}

/* hide duplicate audio player */
div#mep_1 {display: none;}

/* ---- Quote box ---- */
.et_quote_content {
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('./images/quote.jpg')!important;
    background-repeat: no-repeat;
    background-size: cover;
}

/* add quotation symbols */
.et_quote_content blockquote::before,
.et_quote_content blockquote::after {
    font-family: serif;
    position: absolute;
    border-radius: 31px;
    background: rgba(255, 255, 255, .0);
    font-size: 70px;
    color: #ffffff;
}

.et_quote_content blockquote::before {
    top: 30px;
    left: 5%;
    margin-left: -16px;
    content: "\201C" !important;
}

.et_quote_content blockquote::after {
    bottom: 0;
    right: 5%;
    margin-right: -16px;
    content: "\201D" !important;
}

/* ---- Link box ---- */
.et_link_content {
    border-bottom: 8px solid #ddd;
    background-size: cover;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/link.jpg') no-repeat right;
    border-radius: 25px;
}

/* font settings within the link box */
.et_link_content a.et_link_main_url {
    font-size: 21px;
    font-weight: 600;
    color: #fff !important;
}

/* link symbol on the right side */
.et_link_content::before {
    font-family: "ETmodules";
    position: absolute;
    top: 38%;
    left: 5%;
    margin-right: -26px;
    border-radius: 31px;
    background: rgba(255, 255, 255, .0);
    font-size: 48px;
    color: #fff;
    content: "\e02c";
}

@media only screen and (min-width: 980px) {
    /* Set title font size for desktop ***/
    .single h1.entry-title {
        font-size: 65px !important;
    }

    /* ---- Video content ---- */
    /* elevate the video to overlap the hero section ***/
    .single-post.single-format-video .et_main_video_container,
    .single-post.single-format-video .et_pb_video_box:first-child {
        margin-top: -120px;
        background: #fff;
        outline: 10px solid #ffffff !important;
        z-index: 100;
    }

    /* ---- Quote Box ---- */
    /* format text */
    .single-post.single-format-quote blockquote p {
        font-size: 30px !important;
        font-weight: 600 !important;
    }

    /* ---- Gallery box ---- */
    .single-format-gallery .et_post_meta_wrapper:first-child {
        margin-top: -120px;
    }

    .et_post_gallery {
        z-index: 100;
        position: relative;
        border-top: 8px solid #fff !important;
        border-left: 8px solid #fff !important;
        background: #fff !important;
    }

    /* set background color, margins & padding for the gallery image */
    .et_gallery_item { margin: 0 0 0 0 !important;}

    .et_gallery_item {
        width: 33.3%;
        margin: 0 0 0 0 !important;
        padding-right: 8px !important;
        background: #fff !important;
        padding-bottom: 8px !important;
    }

    /* ---- Link box ---- */
    .single-format-gallery .et_post_meta_wrapper { margin-top: -100px;}
}