/*
Theme Name:     brandisawyer
Theme URI:      http://Brandisawyer.com
Template:       kadence
Author:         Tom Fidgen
Author URI:     n/a
Description:    Brandisawyer isn’t just another website; it is a one-stop site for getting some of the best advice on woodworking tools, sincere and accurate reviews, buying guides, and lots of other informative tips.
Version:        1_0_15
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* table css */
.skb-qtable0m5 thead {
    display: flex;
    width: 100%;
}
.skb-qtable0m5 * {
    box-sizing: initial;
}
.skb-qtable0m5 thead tr {
    width: inherit;
    background: #49494b;
    border: none;
}
.skb-qtable0m5 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #e6e6e6;
}
.skb-qtable0m5 thead th:first-child {
    height: auto;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
 /*   font-family: verdana;*/
    color: #fff;
}
.skb-qtable0m5 thead th:first-child>* {
    font-size: inherit;
    margin: inherit;
    line-height: 1.25;
    letter-spacing: -1px;
	    color: #fff;
}
.skb-qtable0m5 tbody {
    display: flex;
    flex-direction: column;
}
.skb-qtable0m5 td {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 7px;
    box-sizing: border-box;
    border: 0;
}
.skb-qtable0m5 td.title h3 {
    width: inherit;
    text-align: center;
    padding: 15px 0 8px 10px;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: .5rem;
    color: #222;
}
.skb-qtable0m5 td.title {
    width: 100%;
}
.skb-qtable0m5 td.image {
    position: relative;
}
.skb-qtable0m5 td.image div {
    position: absolute;
    top: -20px;
    left: -10px;
    color: #000;
    box-shadow: 0 1px 3px #e84200;
    border: 2px solid #e84200;
    padding: 0 20px;
    font-weight: 600;
    font-size: 12px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 1.6;
/*    font-family: open sans,Helvetica,Arial,sans-serif;*/
}
.skb-qtable0m5 td.image div:before {
    display: block;
    width: 10px;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: -12px;
    content: "";
    border-bottom: 23px solid transparent;
    border-right: 9px solid #f54336;
}
.skb-qtable0m5 td.info {
    flex: 1;
}
.skb-qtable0m5 td.info ul {
    margin: 0;
    padding: 0;
}
.skb-qtable0m5 td.info ul li {
    padding: 3px 15px;
    padding-left: 30px;
    list-style: none;
    background-image: url(https://toolassociate.com/wp-content/uploads/2021/03/check-icon.png);
    background-repeat: no-repeat;
    background-size: 15px 16px;
    color: #10233d;
    line-height: 1.3em;
    text-align: left;
    background-position: 5px 7px;
    margin-bottom: .25rem;
    word-break: break-word;
}
.skb-qtable0m5 td.link a {
    background-color: #e84200;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: .2px;
    border-radius: 6px;
    padding: 10px 8px;
    width: 90%;
    max-width: 300px;
    text-align: center;
    transition: .2s linear;
    line-height: 1.6;
}
.skb-qtable0m5 td.image a:hover, .skb-qtable0m5 td.link a:hover {
    opacity: .75;
}
.key-features-sec ul li:before {
    content: "";
    display: inline-block;
    background-size: cover !important;
   content: "";
    display: inline-block;
    background-size: cover !important;
    position: relative;
    width: 23px;
    height: 19px;
    background: url(https://toolassociate.com/wp-content/uploads/2021/03/check-icon.png);
    margin-bottom: -1px;
    margin-right: 15px;
}
.key-features-sec ul {
    margin: 0;
    padding: 0;
}
.key-features-sec ul li {
    list-style: none;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 10px;
}
.key-features-sec {
    padding-bottom: 40px;
}
.content-area {
    margin-top: 20px;
    margin-bottom: 30px;
}
.toptext p {
    margin-bottom: 25px;
}
ul.icon-list-items.inline-items {
    margin-top: 25px;
}

@media (max-width: 768px) {
.skb-qtable0m5 tr {
    flex-direction: column;
}
}