/*** Write your CSS structure here. ***/
.woocommerce-product-gallery .shadow {
    box-shadow: none;
}

.border-b {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 21px;
}
.pdf-list {
    clear:both;
    margin: 15px 0 0 0;
    padding: 0;
}
.pdf-list ul {
    list-style-type: none;
}
.pdf-list li {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.pdf-list li .fa {
    font-size: 30px;
    margin-right: 8px;
}

.author.vcard {
    display: none;
}

.top-bar .contact-info a {
    color: #b3b3b3;
}

/* Adjustments to products - Bechwebb 2024 */
.product-footer
{
    display: none;
}

.vc_row .product-footer
{
    display: block;
}

.product-footer .product-button
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 12px 24px;
    background-color: #123f6e;
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    text-align: center;
}

/*
.sidebar
{
    display: none!important;
}
*/
.wpb_wrapper h1
{
    font-size: 40px;
    font-family: 'Raleway';
    margin-bottom: 20px;
    margin-top: 0;
}

.wpb_wrapper h2
{
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.wpb_wrapper p
{
    margin-bottom: 16px;
}

.wpb_wrapper ul
{
    font-size: 18px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
}

.wpb_wrapper ul li
{
    margin-bottom: 10px;
}

.wpb_single_image.wpb_content_element
{
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px)
{
    .wpb_single_image.wpb_content_element
    {
        margin-top: 0;
    } 
}

.wpb_wrapper .large-text p
{
    font-size: 22px;
    margin-bottom: ;
}

.wpb_wrapper h3, .wpb_wrapper a h3 {
    color: #123f6d!important;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.site-footer .widget_nav_menu li.current_page_item>a, .site-footer .widget_nav_menu li.current-menu-item>a, .site-footer a:not(.btn):hover
{
    color: #fff!important;
    text-decoration: underline;
}

@media only screen and (max-width: 600px)
{
    .site-footer .so-widget-sow-image .sow-image-container
    {
        justify-content: center;
    }
}

.widget_nav_menu ul.sub-menu {
    margin-left:20px;
}
