/*
Theme Name:         Social History Society
Theme URI:          https://www.socialhistory.org.uk/
Description:        Official theme for The Social History Society
Version:            1.1
Author:             d[esign]Void, enhancements by H.Jones
Author URI:         https://jones5websolutions.com
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.woocommerce .woocommerce-MyAccount-navigation {
    width: 0%;
  }

.woocommerce .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
  }

.dropdown-menu > .active > a {
    color: white !important;
    background-color: #be2d11 !important;
}
.dropdown-menu a {
    color: #811f0c !important;
    background-color: white;
}

.dropdown-menu a:hover {
    color: white !important;
     background-color: #811f0c !important;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#social {
    background-color: #1b617e !important;
}

.img-border { border: 1px solid #ddd; border-radius: 4px; }

.shs-banner {
    margin-top: 5px;margin-bottom: 10px; padding-bottom: 10px; background-color: #be2d11; color: white; border-radius: 5px;
}

.shs-background { background-color: #EEE; }