/*======================================
Theme Name: Meilenweit Webdesign
Description: Design und Funktionalität für meilenweit-webdesign.de
Version: 1.0
Author: meilenweit webdesign | Julia Kleinediekmann
Author URI: https://www.meilenweit-webdesign.de/
Template: Divi
======================================*/

/**
 *	DISABLE SIDEBAR
 *	https://www.elegantthemes.com/blog/divi-resources/how-to-remove-sidebars-from-divi
 **/
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
    background: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

/**
 * Header
 */
#logo {
    height: 90px;
    max-height: none !important;
}

@media (max-width: 980px) {
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: none;
    }
}

.logo_container {
    margin-top: 5px;
    margin-left: -28px;
}

header#main-header {
    box-shadow: none;
}

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 40px;
    }
}

@media (max-width: 980px) {
    #et-info {
        display: none;
    }

    #et-secondary-menu {
        justify-content: space-between;
        display: flex !important;
        margin-bottom: 12px;
    }

    #et-secondary-menu .et_duplicate_social_icons {
    }

    #et-secondary-menu .et-cart-info {
    }
}

.cta-item a:after {
    right: 14px !important;
}

/**
 * Ordered List
 */
/*
ol {
    list-style: none !important;
}

ol > li {
    position: relative;
    min-height: 90px;
    padding: 10px 0 10px 45px;
    margin-left: 30px;
    border-left: 4px solid #F1AB8C;
}

ol li:before {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/Meilenweit/img/1.png);
    background-size: 75% 75%;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    width: 70px;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    background-color: #F5F2E6;
}

ol li:nth-child(2):before {
    background-image: url(/wp-content/themes/Meilenweit/img/2.png);
}

ol li:nth-child(3):before {
    background-image: url(/wp-content/themes/Meilenweit/img/3.png);
}

ol li:nth-child(4):before {
    background-image: url(/wp-content/themes/Meilenweit/img/4.png);
}

ol li:nth-child(5):before {
    background-image: url(/wp-content/themes/Meilenweit/img/5.png);
}

ol li:nth-child(6):before {
    background-image: url(/wp-content/themes/Meilenweit/img/6.png);
}

ol li:nth-child(7):before {
    background-image: url(/wp-content/themes/Meilenweit/img/7.png);
}

ol li:nth-child(8):before {
    background-image: url(/wp-content/themes/Meilenweit/img/8.png);
}

ol li:nth-child(9):before {
    background-image: url(/wp-content/themes/Meilenweit/img/9.png);
}
 */

/**
 * Active Campaign Form
 */
._form-branding {
    display: none;
}

._submit {
    color: #ffffff;
    padding: .3em 1em;
    border-radius: 0px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    background-color: #ca7d53;
    border: none;
    border-radius: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    cursor: pointer;
}

._submit:hover {
    background-color: #ae6035;
}

._form_element {
    margin-bottom: 30px;
}

._field-wrapper input {
    padding: .3em 1em !important;
}

.et-pb-contact-message p {
    background: #d1e3d7;
    padding: 30px !important;
    font-size: 18px;
    line-height: 1.3;
}

/**
 * WP Forms
 */
button.wpforms-submit {
    background-color: #ca7d53 !important;
    color: white !important;
}

.wpforms-field-description a {
    color: #CA7D53 !important;
}

.wpforms-confirmation-container-full {
    background-color: #d1e3d7;
    border: none;
}

/**
 * Divi fixes
 */
@media (max-width: 980px) {
    .et_pb_column.et_pb_column_empty {
        display: block;
    }
}

.et_pb_menu_0_tb_footer.et_pb_menu .et_pb_menu__menu {
    display: block !important;
}

.et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_nav_menu {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    div.et_pb_image_0_tb_body.et_pb_module {
        margin-left: 0 !important;
    }
}

.et_pb_post_content h2 {
    padding-top: 30px;
}

.et_pb_post_content h2:first-child {
    padding-top: 0;
}

.et_pb_post_content h3,
.et_pb_post_content h4 {
    padding-top: 15px
}

/**
 * Divi Helper
 */
.ms-vertical-align.et_pb_row .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 980px) {
    .ms-reverse-columns-mobile.et_pb_row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .ms-reverse-columns-mobile.et_pb_row .et_pb_column.et-last-child {
        margin-bottom: 30px;
    }
    .ms-reverse-columns-mobile.et_pb_row .et_pb_column.et-last-child {
        margin-bottom: 30px;
    }
    .ms-reverse-columns-mobile.et_pb_row .et_pb_column:first-child {
        margin-bottom: 0;
    }
}

/**
 * Divi essential modules
 */
.dnxt-blurb-wrapper > div {
    width: 50% !important;
}

.dnxte-stepflow-title {
    text-transform: none;
}

/**
 * LearnDash
 */
.ld-video {
    margin-bottom: 30px;
}

.learndash-wrapper .ld-tabs {
    margin-bottom: 30px;
    margin-top: 30px;
}

div.et_pb_post_content a.ld-button {
    color: white !important;
}

.postid-3073 .learndash-wrapper .ld-tabs {
    display: none;
}

/**
 * Comments
 */
.et_pb_comments_module .comment-content {
    background: #f5f2e6;
    padding: 15px;
    margin-bottom: 72px;
}

.et_pb_comments_module .children .comment-content {
    margin-bottom: 30px;
}

.et_pb_comments_module.et_pb_no_avatar .comment-body {
    padding-right: 0;
}

.et_pb_comments_module .comment_area .comment-reply-link {
    top: auto;
    right: 15px;
    bottom: -57px;
}

.et_pb_comments_module .comment-edit-link, .comment-respond a {
    color: #ca7d53;
}

/**
 * Active Campaign Forms
 */
._form input {
    width: 100%;
    height: 50px;
}

._form ._submit {
    text-transform: none;
    width: 100%;
}

form._form_1 {
    margin-left: 0 !important;
    padding: 0 !important;
}

form._form_11 {
    padding: 0 !important;
    margin-bottom: 25px !important;
}

._form input[type="checkbox"]{
    width: 15px;
    height: 15px;
}

._form ._checkbox-radio {
    margin-top: 10px;
}

._form ._html-code {
    font-size: 14px;
}

._form ._error-inner {
    color: red;
}

/**
 * WooCommerce
 */
.woocommerce-price-suffix {
    color: #353535;
    font-size: 14px;
    display: block;
}

.woocommerce-page.et_pb_button_helper_class a.button.alt {
    color: white !important;
}

.woocommerce-page.et_pb_button_helper_class a.button.alt:hover {
    background-color: #ca7d53 !important;
    border-radius: 50px !important;
    color: white !important;
}

.et_pb_post_content_0_tb_body.et_pb_post_content .woocommerce a.wc-backward,
.et_pb_post_content_0_tb_body.et_pb_post_content .woocommerce a.wc-forward {
    color: white !important;
}

.et_pb_post_content_0_tb_body.et_pb_post_content .woocommerce a.wc-backward:hover,
.et_pb_post_content_0_tb_body.et_pb_post_content .woocommerce .woocommerce-message a.button.wc-forward:hover,
.woocommerce a.button:hover {
    background-color: #ca7d53 !important;
    border-radius: 50px !important;
    color: white !important;
}

div.woocommerce-message {
    margin-bottom: 0;
    background: transparent !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #ca7d53 !important;
}

.woocommerce-notices-wrapper {
    background-color: #F5F2E6;
}

#et-main-area div.woocommerce-info a {
    color: white !important;
    text-decoration: underline;
}

.woocommerce-order-details .order-again {
    display: none;
}

/**
 * others
 */
.page-id-3161 .et_pb_code_inner img,
.page-id-2960 .et_pb_code_inner img {
    margin-bottom: -30px;
}

pre {
    background-color: #f0f3f6;
}
.mw-button,
div.et_pb_text a.mw-button {
    border-radius: 0px;
    color: white !important;
    text-decoration: none;
}
.mw-button:hover,
div.et_pb_text a.mw-button:hover{
    background-color: #ae6035;
    color: white !important;
}

/**
 * Vimeo & Borlabs
 */
.et_pb_code ._brlbs-cb-vimeo {
    position: absolute;
    top: 0;
}


/**
 * Support
 */
.wpsc-shortcode-container,
.wpsc-button,
#wpsc-container select {
    border-radius: 0px !important;
}

.wpsc-menu-list.my-profile,
.wpsc-menu-list.agent-profile,
.wpsc-menu-list.log-out,
.wpsc-humbargar-menu-item.my-profile,
.wpsc-humbargar-menu-item.agent-profile,
.wpsc-humbargar-menu-item.log-out {
    display: none;
}

.wpsc-thread .user-info h2 {
    padding: 0;
}

.page-id-4453 .et_pb_post_content .learndash-wrapper {
    max-width: 1360px;
    width: 80%;
    margin: auto;
}
.page-id-4453 .et_pb_post_content .learndash-wrapper .learndash-group-membership-link {
    display: none;
}

.page-id-4453 .et_pb_post_content .learndash-wrapper .ld-alert-messages:after {
    content: 'Dein Support-Zeitraum ist abgelaufen. Verlängere den Support um weiterhin Zugriff zu haben.';
    display: block;
}

/**
 * Blog Post
 */
.single-post .et_pb_post_content {
    max-width: 906px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 981px) {
    .single-post .et_pb_post_content .et_pb_row {
        width: 120%;
        margin-left: -10%;
    }
}
