/*
Theme Name: BonnieWest Divi Brand Child
Theme URI: https://www.bonniewest.com
Description: Clean rebuilt Divi child theme with safe Bonnie West branding/customizations preserved and top-level plugin/error diagnostics.
Author: Bonnie West
Author URI: https://www.bonniewest.com
Template: Divi
Version: 1.7.0
Text Domain: bonniewest-divi-brand-child
*/

/* Safe inherited frontend adjustments from the original child theme. */
#top-menu > li:last-child {
    padding-right: 0;
}

.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap {
    margin-left: 6px;
}

.et-pb-controllers {
    bottom: 0;
}

#footer-bottom {
    padding: 0;
}

.pa-inline-module .et_pb_text {
    display: inline-block !important;
}

/* Keep keyboard accessibility; remove only ugly mouse focus on active links. */
a:active {
    outline: 0;
    border: none;
}

@media (hover: hover) {
    a:hover {
        background: transparent;
        border: none;
    }
}

@media all and (max-width: 767px) {
    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
    .et_pb_column .et_pb_module {
        margin-bottom: 0;
    }
}

@media only screen
    and (device-width: 375px)
    and (device-height: 812px)
    and (orientation: landscape)
    and (-webkit-device-pixel-ratio: 3) {
    .et_pb_text_1 { display: none; }
}

@media all and (max-width: 479px) {
    p.copyright {
        font-size: 13px;
    }

    p.copyright span {
        display: block !important;
    }
}
