/*
 Theme Name:     Dolen Cymru Theme
 Author:         Gavin Preece - Orangdrop Design
 Author URI:     https://www.orangedrop.co.uk/
 Template:       Divi
 Version:        1.0.0
*/
/* General styles 
------------------------------------------------------- */

#logo {
    max-height: 94%;
}

blockquote {
    border-color: #FFBA5A !important;
}

#et_top_search {
    display: none;
}

/* Homepage styles 
------------------------------------------------------- */

/* Footer styles 
------------------------------------------------------- */
#text-3 a {
    color: #ffba5a !important;
    text-decoration: underline;
}

#custom_html-3 a {
    color: #ffba5a !important;
    text-decoration: underline;
}

#main-footer {
    border-top: 3px solid #ffba5a;
}

.contact-details .fa {
    margin-right: 10px;
    color: #ffba5a;
}

.contact-details .lower-address {
    margin-left: 25px;
}

/* Team Members 
------------------------------------------------------- */

.team-member-wrap {
    border: solid 2px;
    padding: 1em;
    background-color: #EFEFEF;
    text-align: center;
    margin-bottom: 2em;
}

.team-member-name {
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 1em;
}

.team-member-position {
    font-style: italic;
}

.title-center {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8822E;
}

.single-team-member .et_pb_text_inner {
    border: solid 3px #E8822E;
    padding: 2em !important;
    overflow: hidden;
}

.single-team-member #comment-wrap {
    display: none;
}

/* Media queries -------------- */

@media only screen and (max-width: 600px) {

    .et_pb_module.et_pb_signup_0.et_pb_newsletter_layout_top_bottom.et_pb_newsletter.et_pb_subscribe.clearfix.et_pb_text_align_left.et_pb_bg_layout_dark.et_pb_newsletter_description_no_content.et_had_animation {
        padding-right: 2em !important;
    }

    .wp-image-1761 {
        display: none;
    }

    .et_pb_column.et_pb_column_1_2.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        padding-left: 2em;
        padding-right: 2em;
    }

    .et-db #et-boc .et-l .et_pb_text_5 h2 {
        padding-right: 2em !important;
    }

    .form-wrap {
        margin-left: 0em;
        margin-right: 4em !important;
    }

    .et_pb_column.et_pb_column_4_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-left: 2em;
        margin-right: 4em !important;
    }

    .et-db #et-boc .et-l .et_pb_row_2.et_pb_row {
        padding-left: 2em;
        padding-right: 2em;
    }
    .et_pb_module.et_pb_signup_0.et_pb_newsletter_layout_top_bottom.et_pb_newsletter.et_pb_subscribe.clearfix.et_pb_text_align_left.et_pb_bg_layout_dark.et_pb_newsletter_description_no_content.et_had_animation {
        max-width: 97%;
        min-height: 830px;
    }

}

/* Fix the divi overspill ----------------------- */

html, body {
  overflow-x: hidden!important;
}
body {
  position: relative!important;
}