/*
 Theme Name:   Blogway WHN
 Theme URI:    https://womenshistorynetwork.org
 Description:  Blogway child theme for WHN
 Author:       Hywel Jones
 Author URI:   https://jones5websolutions.com
 Template:     blog-way-plus
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, stylish, two-columns, three-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  blogway-whn
*/

table.yesborder,td.yesborder, th.yesborder {
    border: 1px solid #b8d6c3;
    border-collapse: collapse;
}
.whn_table {
    font-family: segoe ui,Arial,sans-serif;
    font-size: 1.1em;
    background-color: #f5f3e5;
    border: 1px solid #b8d6c3;
    border-collapse: collapse;
}
.whn_panel {
    font-family: segoe ui,Arial,sans-serif;
    font-size: 1.1em;
    background-color: #f5f3e5;
    padding: 4px;
    border: 1px solid #b8d6c3;
}
.whn_table th {
    background-color: #b8d6c3;
    border: 1px solid #b8d6c3;
    border-collapse: collapse;
}
.whn_table td {
    border: 1px solid #b8d6c3;
    border-collapse: collapse;
}
.whn_table .admin th {
    color: #f5f3e5;
}
.undertab {
    color: #ffffff;
}
.whn_form {
    padding: 4px;
}
.style2 {color: #E20070}
.j5w {
    color: #21af91;
    font-weight: bold;
}
.whn_table_next {
    font-family: segoe ui,Arial,sans-serif;
    font-size: 1em;
    background-color: #f6f4ed;
}
.whn_table a {
    color: #611380;
}
.myborder table, .myborder td {
    border: 2px solid #999999;
    border-collapse: collapse;
}

.light-whn-green {
    background-color: #b8d6c3;
}
.lighter-whn-green {
    background-color: #c9ffdd;
}

.whn_shadow {
    box-shadow: 10px 10px 5px #666666;
}
#TabbedPanels1 table a {
    color: #611380;
}
/*   <style type="text/css">
       .ui-widget-content a {
           color: #611380;
       }
       table,td {
           border: 1px solid #ADD6BB;
           border-collapse: collapse;
       }
       #Layer2 .WHNDBbox .no-border table {
           margin-bottom: 0px;
           margin-top: 0px;
           padding-bottom: 10px;
           padding-top: 10px;
       }
       td.no-border {
           border: 0px;
       }
   </style>
   */

input[type=checkbox] {
    transform: scale(1.5);
}

/* WooCommerce customization */
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width:200px;
    font-size: 17px;
    line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 20px;
    background-color: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0,0,0,0.1);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0,0,0,0.07);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
}
