
/*===UNIVERSAL STYLES===*/
body {
    padding-top:0;
    font:16px/28px'Lato', Arial, sans-serif;
}

a {
    color:#003d7d;
}

a:hover, a:focus, a:active {
    text-decoration:none;
}

.table-responsive {
    overflow-x:scroll !important;
}

h1 {
    font:bold 45px 'Roboto Condensed', Arial, sans-serif;
    color:#003d7d;
    text-transform: uppercase;
    /*z-index:-1 !important;*/
    position:relative;
    /*margin-bottom:0;*/
}

h4 {
    font:bold 20px 'Roboto Condensed', Arial, sans-serif;
    color:#c41230;
    text-transform: uppercase;
    margin-bottom:2px;
}

.vis-hidden {
    visibility:hidden;
    height:0;
}

.visible-under-599 {
    display:none;
}

#main article footer {
    clear:both;
}

#fancybox-close {
    margin-right:-27px;
}

#back-to-top {
    background: #eee;
    border-radius: 4px;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    padding: 10px 15px;
    position: fixed;
    text-align: center;
    line-height: 14px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    color:#656565;
    cursor:pointer;
}

#back-to-top i {
    font-size: 15px;
}

footer {
    clear:both !important;
}

/*===HEADER===*/
.topheader {
    margin-top:20px;
}

.navbar {
    margin-bottom:0;
}

.userinfo {
    text-align:right;
    font:13px 'Lato', Arial, sans-serif;
    color:#8d8d8d;
    text-transform:uppercase;
}

.userinfo a {
    color:#ababab;
}

.navbar-right {
    margin-bottom:-30px;
}

.navbar-default {
    background-color:transparent;
    border:none;
}

.navbar-brand {
    height:auto;
    padding:0;
}

.navbar-form .form-group {
    position:relative;
    z-index:100 !important;
}

ul.nav.navbar-nav {
    font:300 18px "Roboto Condensed";
    color:#2c2c2c;
    text-transform: uppercase;
    float:left;
}

.dropdown-menu li a {
    font:300 18px "Roboto Condensed";
    color:#fff !important;
    text-transform: uppercase;
}

.dropdown-menu li a:hover {
    background-color:#edf2f7 !important;
    color:#2c2c2c !important;
}

ul.nav.navbar-nav li, ul.nav.navbar-nav li a {
    color: #ffffff;
}

ul.nav.navbar-nav li a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, ul.dropdown-menu, ul.nav.navbar-nav li.active a {
    background-color:#b82439;
    color:#fff;
}

ul.dropdown-menu {
    border:none;
    border-radius:0;
}

.open > .dropdown-menu {
    z-index:9999;
    position:absolute;
}

li.hidden-loggedout {
    height: 0;
    visibility: hidden;
}

body.logged-in li.hidden-loggedout {
    height: auto;
    visibility: visible;
}

.mobile-nav {
    /* background-color:#003d7d; */
    margin-top:12px;
}

.mobile-nav .menu-label {
    font:bold 18px 'Roboto Condensed', Arial, sans-serif;
    color:#fff;
    display:inline-block;
    margin-top: 10px;
    float:right;
}

.navbar-toggle {
    border:none;
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}

.navbar-toggle .icon-bar {
    border-radius:3px;
    height:4px;
    width:33px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top:6px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:transparent;
}

.navbar-collapse {
    margin-top:10px;
}

/*===LAYERSLIDER===*/
.home-ls a {
    color:#fff;
}

/*===HOMEPAGE FEATURE BLOCKS===*/
.featuredblock, .smblock {
    margin-top:30px;
}

.featuredblock-inner, .smblock-inner {
    overflow:hidden;
}

.homefeatblocks h3 {
    margin-bottom:0;
}

.featuredblock h3, .featuredblock a, .smblock h3, .smblock a {
    color:#fff;
    font-family:'Roboto Condensed', Arial, sans-serif;
    font-weight:bold;
    text-align:center;
    margin-top:0;
    text-transform:uppercase;
}

.featuredblock h3, .featuredblock a {
    font-size:30px;
    padding:2px 0;


}

.smblock h3, .smblock a {
    font-size:26px;
    padding:5px 0;
}

.featuredblock h3, .featuredblock a {
    background-color:#c41230;
}

.smblock h3, .smblock a {
    background-color:#003d7d;
}

.featuredblock img, .smblock img {
    transform: scale(1, 1);
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    margin-bottom:-1px;
}

.featuredblock:hover img, .smblock:hover img {
    transform: scale(1.05, 1.05);
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}

.featuredblock:hover h3 {
    background-color:#003d7d;
    transition: background 0.3s ease 0s;
}

.smblock:hover h3 {
    background-color:#c41230;
    transition: background 0.3s ease 0s;   
}

/*===HOMEPAGE===*/
.headline {
    text-align:center;
}

.headline-sm {
    color:#003d7d;
    font:bold 34px 'Roboto Condensed', Arial, sans-serif;
    display:block;
}

.headline-lg {
    color:#c41230;
    font:bold 65px 'Roboto Condensed', Arial, sans-serif;
    display:block;
    text-transform: uppercase;
    margin:-12px 0 -15px;
}

a.headline-btn {
    color:#fff;
    background-color:#c41230;
    font:bold 23px 'Roboto Condensed', Arial, sans-serif;
    border-radius:3px;
    display:inline-block;
    padding:5px 10px;
    margin-top:5px;
}

.main-content {
    margin-top:20px;
}
.main-content h2 {
    color:#003d7d;
    font:bold 43px 'Roboto Condensed', Arial, sans-serif;
    text-transform:uppercase;
}

.main-content p {
    font:18px/30px 'Lato', Arial, sans-serif;
    color:#202020;
}

.main-content a {
    background-color:#c41230;
    color:#fff;
    font:bold 24px 'Roboto Condensed', Arial, sans-serif;
    border-radius:3px;
    padding:4px 15px 5px;
    margin-top:5px;
    display:inline-block;
}

.main-content a:hover {
    background-color:#003d7d;
    transition: background 0.3s ease 0s;
}

/*===CATEGORY PAGE===*/
h1.page-title {
    margin-bottom:30px;
}

.catbanner {
    height:250px;
    width:100%;
    margin-bottom:30px;
    background-position: center top;
    background-size: cover;
}

.catbanner h1 {
    text-align:center;
    color:#fff;
    font-size:64px;
    text-shadow:1px 1px 8px #000;
    /*z-index:1 !important;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}

form.woocommerce-ordering {
    display:none !important;
}

/*sidebar*/
#sidebar1.hidden-xs {
    padding-left:0;
    margin-top:-9px;
}

.widget_product_categories h4.widgettitle {
    font:bold 24px 'Roboto Condensed', Arial, sans-serif;
    color:#003e7d;
    text-transform: uppercase;
    margin-top:0;
}

ul.product-categories {
    list-style-type: none;
    padding-left: 0;
}

ul.product-categories li a {
    font:14px 'Lato', Arial, sans-serif;
    color:#242424;
    text-transform: uppercase;
}

ul.product-categories li {
    line-height:15px;
    padding:5px 0;
}

ul.product-categories li.current-cat > a, ul.product-categories li:hover > a {
    color:#c51231;
}

ul.product-categories li.current-cat > a {
    font-weight:bold;
}

ul.product-categories li ul.children {
    display:none;
}

ul.product-categories li.current-cat ul.children, ul.product-categories li.current-cat-parent ul.children {
    display:inherit !important;
    list-style-type: none;
    padding-left:10px;
}

ul.product-categories li.current-cat ul.children li a, ul.product-categories li.current-cat-parent ul.children li a {
    font-size:12px;
}

/*product grid*/
.the-products {
    padding-right:0;
}

body.post-type-archive-product ul.products li.product-category, body.tax-product_cat ul.products li.product-category { /*this is for Masonry*/
    width:32% !important;
    margin-right:0 !important;
    margin-bottom:10px !important;
}

.gutter-sizer {
    width:10px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow:none;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
    box-shadow:none;
}

h3.product-sku {
    color:#003d7d;
    font:bold 27px 'Roboto Condensed', Arial, sans-serif !important;
    text-transform:uppercase;
    padding:0 !important;
    text-align:center;
}

h5.product-title {
    color:#484848;
    font:15px 'Lato', Arial, sans-serif;
    text-align:center;
    margin:0 !important;
}

ul.products li.product a.button {
    display:none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom:30px !important;
}

/*making title appear on hover on Our Products pg*/
body.post-type-archive-product ul.products li.product-category a img, body.tax-product_cat ul.products li.product-category a img {
    margin-bottom:0;
}

body.post-type-archive-product ul.products li.product-category h3, body.tax-product_cat ul.products li.product-category h3 {
    background-color:#c51231;
    position: absolute;
    bottom:0;
    width:100%;
    display:none;
    font:19px 'Roboto Condensed', Arial, sans-serif;
    color:#fff;
    text-transform: uppercase;
    padding:5px 10px;
}

i.align-right {
    float:right;
    margin-top:4px;
}

body.post-type-archive-product ul.products li.product-category:hover h3, body.tax-product_cat ul.products li.product-category:hover h3 {
    display:block;
}

mark.count {
    display:none !important;
}

.woocommerce-pagination {
    /*clear: both;*/
    float: right;
}

/*===SINGLE PRODUCT PAGE===*/
div.product {
    margin-top: 20px;
}

.sku {
    font:28px 'Roboto Condensed', Arial, sans-serif;
    color:#c41230;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: -8px;
}

.woocommerce-main-image.zoom.col-xs-10 {
    padding-left:0;
}

.woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails {
    padding:0;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float:none;
    margin-right:0;
}

.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
    margin-bottom:25px;
}

.summary.entry-summary {
    margin-top: -18px;
}

.prodmeta.col-md-6 {
    padding-left: 0;
    margin-top:-51px;
}

.prodmeta h4 {
    margin-top:0;
}

.prodbtns.col-md-6 {
    padding-right: 0;
    float:right;
}

.prodbtns .btn {
    background-color: #c41230;
    color: #fff;
    font:bold 25px 'Roboto Condensed', Arial, sans-serif;
    text-transform:uppercase;
    display: block;
    float: right;
    margin-bottom: 7px;
    width: 250px;
    padding:5px;
}

.item-desc {
    margin-bottom:20px;
}

.single_variation_wrap {
    display: block !important;
    height:auto !important;
}

.single_add_to_cart_button.button.alt {
    visibility:hidden !important;
    float:right !important;
    background:#c41230 !important;
    border:none !important;
    color: #fff !important;
    font: bold 25px 'Roboto Condensed',Arial,sans-serif !important;
    text-shadow:none !important;
    padding: 5px !important;
    text-transform: uppercase !important;
    border-radius:4px !important;
    width:250px !important;
    margin-bottom:7px !important;
}

body.logged-in .single_add_to_cart_button.button.alt {
    visibility:visible !important;
}

.price, .amount, .shopswatchinput, .product_list_widget ins { /*this affects other pages aside from the single product page as well - hides price throughout site*/
    display:none !important;

}

.woocommerce #content div.product form.variations_form.cart {
    margin-bottom:0;
    display:inline;
}

.wcvaswatchlabel {
    border:1px solid #444;
}

.single_variation_wrap {
    /*display: none !important; /*hides the Add to Cart feature when a color variation swatch is clicked*/
}

table.variations tr:nth-of-type(2), table.variations tr:nth-of-type(3), .quantity.buttons_added, body.single-product .quantity {
    float: left;
    height: 0;
    margin-left: -9999px !important;
}

.variations .label {
    text-align:left !important;
}

.variations .label label {
    color: #c41230;
    font: bold 20px 'Roboto Condensed',Arial,sans-serif;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.variations td.label, .variations td.value {
    display:block;
}

.product_meta {
    display:none;
    clear:both;
}

label[for="pa_embellishment"], select#pa_embellishment { /*hide embellishment dropdown when not using color swatches*/
    display:none;
}

.at4-icon.aticon-facebook, .at4-icon.aticon-twitter, .addthis_button_pinterest .at_PinItButton, .at4-icon.aticon-email {
    background-position:0 !important;
    width:35px !important;
    height:35px !important;
    float:left !important;
    margin-right:2px !important;
    background-color:transparent !important;
    background-size:35px !important;
}

.at4-icon.aticon-facebook {
    background-image:url('images/icn-fb.png') !important;
}

.at4-icon.aticon-twitter {
    background-image:url('images/icn-twit.png') !important;
}

.addthis_button_pinterest .at_PinItButton {
    background-image:url('images/icn-pint.png');
}

.at_PinItButton:hover {
    background-position:0 !important;
}

.at4-icon.aticon-email {
    background-image:url('images/icn-email.png') !important;
}

/*pricing table*/
.pricingtable tr td {
    padding:5px 0 5px 3px !important;
}

.pricingtable tr:nth-of-type(1) {
    background-color: #e0e3e8 !important;
}

.pricingtable tr:nth-of-type(2n) {
    background-color: #f8f9fb;
}

.pricingtable tr:nth-of-type(2n+1) {
    background-color: #ecf0f3;
}

.pricecode {
    display:none !important;
}

body.logged-in .pricecode {
    display:block !important;
}

.setup-info {
    margin-top: 20px;
}

.setup-fee {
    margin-right: 2px;
}

.setup-fee, .setup-code {
    float: left;
}

.setup-code {
    display:none !important;
}

body.logged-in .setup-code {
    display:inline-block !important;
}

/*=== ESTIMATE SHIPPING ===*/
body.woocommerce-cart .woocommerce-message {
    display: none;
}

.cart_totals {
    width:auto !important;
    float:none !important;
}

.cart-collaterals {
    float: left;
    width: 40% !important;
}

.shop_table.cart {
    float: right;
    width: 60% !important;
}

.cart_totals h2 {
    font:bold 37px 'Roboto Condensed', Arial, sans-serif;
    color:#003d7e;
    text-transform: uppercase;
}

.shipping-calculator-form {
    display:block !important;
}

body.woocommerce-cart .button {
    background-color: #003d7e !important;
    color: #fff !important;
    font:bold 22px 'Roboto Condensed',Arial,sans-serif !important;
    padding: 7px 15px !important;
    width:auto !important;
}

.woocommerce-shipping-calculator {
    margin-bottom: 30px;
}

.your-estimate {
    font-size: 20px;
    font-weight:bold;
}

.shipping .amount {
    color: #c41230;
    display: block !important;
    font-size: 30px;
}

/*===FAQ PAGE===*/
h2.faq-catname {
    color: #003d7e;
    font:bold 29px 'Roboto Condensed',Arial,sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

h3.qa-faq-title {
    margin-bottom: 7px;
    margin-top: 7px;
    border-top:1px solid #ccc;
    padding-top:11px;
}

.qa-category .qa-faq:first-of-type h3 {
    border:none;
    padding-top:0;
}

h3 a.qa-faq-anchor {
    color:#2d2d2d;
    font: bold 18px 'Lato', Arial, sans-serif;
}

.qa-faq-anchor i.fa {
    font-size:15px;
}

body.single-qa_faqs .addthis-btns {
    display:none;
}

/*===CURRENT SPECIALS & CASE STUDIES===*/
.item-block img {
    width:100%;
    height:auto;
}

.special-title {
    color: #003d7d;
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

/*===CONTACT/TEAM===*/
h3.contactpg {
    color: #c41325;
    font:bold 24px 'Roboto Condensed', Arial, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#wpmtp-wrapper ul.wpmtp-three-columns .wpmtp-column {
    margin-left:0;
    margin-right:2%;
}

.wpmtp-post-image {
    float: left;
    margin-right:12px !important;
    max-width:100px;
    max-height:120px;
    margin-bottom:60px !important;
}

.wpmtp-post-body {
    text-align: left !important;
}

#wpmtp-wrapper h3.wpmtp-post-title {
    color:#003d7d;
    font-size:19px;
}

#wpmtp-wrapper h5.wpmtp-position {
    color:#c41230;
}

.wpmtp-meta {
    display: block;
}

.wpmtp-meta.wpmtp-meta-location {
    line-height: 20px;
    margin-bottom: 8px;
}

/*===BLOG===*/
h2.post-title {
    margin-top:0;
    margin-bottom:5px;
    font-family:"Roboto Condensed",Arial,sans-serif;
    font-weight:bold;
    text-transform: uppercase;
}

#main p.meta {
    font-style:normal;
    font-size:14px;
}

body.blog #main article img {
    margin-bottom:15px;
}

/*single post*/
h1.single-title {
    margin: 0;
}

body.single-post .addthis-btns {
    display:none !important;
}

/*archives*/
.post_content .more-link {
    background-color:#c51231 !important;
    color:#fff !important;
    display:block !important;
    width:100px !important;
    border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    padding: 5px;
    text-align: center;
}

/*===STATIC PAGE===*/
.page-header {
    border-bottom:none;
}

h1.statich1 {
    margin-top:10px;
    margin-bottom:30px;
}

#sidebar2 {
    padding-left:0;
    float:left;
}

#sidebar2 h4.widgettitle {
    color:#c41230;
    font-size:20px;
    font-weight:bold;
}

.widget ul {
    list-style-type: none;
    padding-left: 0;
}

ul.product_list_widget li img {
    width:auto !important;
    float:none !important;
    margin:5px 0 !important;
}

ul.product_list_widget a {
    color: #003d7d;
}

#sidebar2 .widget {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 9px;
}

#sidebar2 .widget:last-of-type {
    border-bottom:0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
    padding:0;
}

body.page-template-default #main, body.page-template-logged-in #main, body.page-template-curr-specials #main, body.page-template-case-studies #main {
    float:right;
}

/*===SEARCH===*/
body.search h3.product-sku {
    margin-top:3px;
    /*font:bold 23px 'Lato', Arial, sans-serif !important;*/
}

body.search .product {
    padding:0 15px !important;
}

body.search .post_content a {
    display: none;
}

/*===FOOTER===*/
#inner-footer hr {
    border-color:#242424;
}

h4.widgettitle {
    font:21px 'Roboto Condensed', Arial, sans-serif;
    color:#202020;
    text-transform:uppercase;
    margin-bottom:0;
    margin-top:0;
}

#widget-footer a {
    font:15px 'Lato', Arial, sans-serif;
    color:#575757;
    display:inline-block;
    padding:5px 0;
}

a.footer-social {
    background-color: #003d7d;
    height: 45px;
    width: 45px;
    border-radius:2px;
}

.footer-social i {
    color: #fff;
    font-size: 33px;
    margin: 2px 0 0 9px;
}

footer p {
    font-size:12px;
}

#text-3 img {
    margin-right: 15px;
}

/*=========================================================MEDIA QUERIES=========================================================*/

/*hides .mobile-nav on 768+*/
@media screen and (min-width:768px) {
    .mobile-nav {
        display:none;
    }
}

@media screen and (max-width:1199px) {
    /*universal*/
    h1 {
        font-size:42px;
    }

    /*header*/
    .navbar-header {
        float:none !important;
    }

    ul.nav.navbar-nav {
        float:none;
        margin-top:0;
        /*margin-bottom:-10px;*/
    }

    /*product cat pg*/
    .catbanner {
        height:392px;
    }

    /*single product*/
    .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
        margin-bottom: 20px;
    }

    /*blog/static pg*/
    #sidebar2 h4.widgettitle {
        font-size:17px;
    }

    /*team page*/
    .wpmtp-post-image {
        margin-bottom:0 !important;
    }
}

@media screen and (max-width:991px) {
    /*header*/
    ul.nav.navbar-nav {
        font-size:14px;
    }

    .dropdown-menu li a {
        font-size:14px;
    }

    /*homepage*/
    .featuredblock h3, .featuredblock a {
        font-size:27px;
    }

    .smblock h3, .smblock a {
        font-size: 17px;
    }

    .main-content {
        margin-top:40px;
    }

    .main-content h2 {
        font-size:40px;
    }

    .main-content p {
        font-size:17px;
        line-height:29px;
    }

    .main-content a {
        font-size:25px;
    }

    /*product cat pg*/
    .widget_product_categories h4.widgettitle {
        font-size:21px;
    }

    .catbanner {
        height:300px;
        width:719px;
    }

    /*product grid*/
    body.post-type-archive-product ul.products li.product-category, body.tax-product_cat ul.products li.product-category { /*this is for Masonry*/
        width:32% !important;
        margin-right:0 !important;
        margin-left:0;
    }

    .gutter-sizer {
        width:10px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float:left !important;
        clear:none !important;
        margin-left:24px;
        margin-right:0;
        width:29%;
    }

    /*single product*/
    .prodbtns.col-md-6 {
        padding-left: 0;
        float:none;
    }

    .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
        margin-bottom:14px;
    }

    .prodbtns .btn, .single_add_to_cart_button.button.alt {
        width:100% !important;
    }

    /*est shipping*/
    .cart-collaterals {
        width: 49% !important;
    }

    .shop_table.cart {
        width: 49% !important;
    }

    /*blog/statig pg*/
    body.blog #main {
        padding-left:0;
    }

    #sidebar2 {
        display:none;
    }

    body.page-template-default #main, body.page-template-logged-in #main, body.page-template-curr-specials #main, body.page-template-case-studies #main {
        float:none;
    }

    /*footer*/
    h4.widgettitle {
        font-size:14px;
    }

    a.footer-social {
        height:35px;
        width:35px;
    }

    .footer-social i {
        font-size: 27px;
        margin: 0 0 0 6px;
    }

    /*misc*/
    .clear.above991 {
        clear:none !important;
    }
}

@media screen and (max-width:768px) {
    /*product cat pg*/
    .widget_product_categories h4.widgettitle {
        font-size:19px;
    }

    ul.product-categories li a {
        font-size:13px;
    }

    /*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width:30%;
        clear:none !important;
        float:left !important;
        margin-left:18px;
    }*/

    /*single product*/
    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        float:left;
        width:48%;
    }

    .images {
        margin-right: 25px;
    }
}

@media screen and (max-width:767px) {
    /*header*/
    ul.nav.navbar-nav {
        font-size:18px;
    }

    .navbar-brand {
        float:none;
    }

    .navbar-right {
        margin-bottom:0;
        margin-top:0;
    }

    .navbar-form {
        border:none;
    }

    .mobile-nav {
        margin-top:0;
    }

    .navbar-collapse.navbar-responsive-collapse.collapse.in {
        border-top: 0 none;
        margin-top: 0;
    }

    .navbar-collapse.navbar-responsive-collapse.collapse.in a {
        color:#fff;
    }

    /*home page*/
    .featuredblock img, .smblock img {
        width:100%;
    }

    /*product cat pg*/
    .catbanner {
        height:auto;
        width:auto;
        background-image:none !important;
    }

    .catbanner h1 {
        color:#c51231;
        font-size:49px;
        text-shadow:none;
        top:0;
        transform:none;
    }

    /*single product*/
    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        float:none;
        width:100%;
    }

    .images {
        margin-right:0px;
    }

    .prodmeta.col-md-6 {
        margin-top:10px;
        margin-bottom:20px;
    }

    /*est shipping*/
    .cart-collaterals {
        width: 100% !important;
        float:none;
    }

    .shop_table.cart {
        width: 100% !important;
        float:none;
    }

    /*pagination*/
    .woocommerce-pagination {
        clear:both;
        float:none;
    }
}

@media screen and (max-width:650px) {
    .featuredblock h3, .featuredblock a {
        font-size:22px;
    }

    .smblock h3, .smblock a {
        font-size: 16px;
    }
}

@media screen and (max-width:599px) {
    /*universal*/
    .col-xxs {
        width:100%
    }

    .visible-under-599 {
        display:block !important;
    }

    /*header*/
    .navbar-brand {
        display:block;
        max-width:244px;
        margin:0 auto;
    }

    .userinfo {
        text-align: center;
        margin-top:10px;
    }

    /*homepage*/
    .featuredblock h3, .featuredblock a, .smblock h3, .smblock a {
        font-size:35px;
    }

    /*product cat pg*/
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width:29%;
    }

    /*product grid*/
    .col-sm-10.the-products {
        padding-left:0;
    }

    .ourproductsbanner {
        background-image: url("images/products-mobile-header.jpg");
        background-size: cover;
        height: 220px;
        margin-bottom: 20px;
    }

    .ourproductsbanner h1 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        text-align:center;
        color:#fff;
        text-shadow:1px 1px 8px #000;
    }

    body.post-type-archive-product ul.products li.product-category, body.tax-product_cat ul.products li.product-category { /*this is for Masonry*/
        width:100% !important;
        margin-right:0 !important;
        margin-left:0;
    }

    .gutter-sizer {
        width:0;
    }

    body.post-type-archive-product ul.products li.product-category, body.tax-product_cat ul.products li.product-category {
        position:static !important;
    }

    body.post-type-archive-product ul.products li.product-category a img, body.tax-product_cat ul.products li.product-category a img {
        display:none;
    }

    body.post-type-archive-product ul.products li.product-category h3, body.tax-product_cat ul.products li.product-category h3 {
        display:block !important;
        position:static;
        border-radius:3px;
        font-size:26px;
    }

    /*single product*/
    .pricingtable-outer {
        overflow-x: scroll;
        width: 100%;
    }

    .pricingtable {
        width: 600px;
    }

    /*footer*/
    #text-2, #text-5 {
        display:none;
    }

    #widget-footer {
        text-align:center;
    }

    h4.widgettitle {
        font-size:22px;
    }

    #widget-footer a {
        font-size:20px;
    }

    .footer-social i {
        margin:0;
    }
}

@media screen and (max-width:568px) {
    /*universal*/
    h1.page-title {
        margin:40px 0 -30px;
    }

    /*header/nav*/
    .mobile-nav .menu-label {
        margin-top:15px;
    }

    /*homepage*/
    .headline-lg {
        margin:5px 0 -5px;
    }

    .featuredblock h3, .smblock h3 {
        padding-top: 8px;
    }

    /*products*/
    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        float:left !important;
        /*clear:both !important;*/
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width:27%;
    }

    /*blog*/
    body.blog h1.page-title {
        margin:20px 0 30px;
    }

    /*static pg*/
    h1.statich1 {
        margin:13px 0 10px;
    }

    body.page-template-default #main {
        padding:0;
    }
}


@media screen and (max-width:480px) {
    /*header*/
    .navbar-brand {
        max-width:175px;
    }

    .navbar-brand > img {
        max-width:175px;
    }

    /*homepage*/
    .featuredblock h3, .featuredblock a, .smblock h3, .smblock a {
        font-size: 26px;
    }

    .main-content h2 {
        font-size:30px;
    }

    .main-content p {
        font-size: 15px;
        line-height: 27px;
    }

    /*product cat pg*/
    .ourproductsbanner {
        margin-top:-30px;
    }

    ul.products {
        height:auto !important;
    }
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width:100%;
        margin-left:0;
        float:none !important;
    }

    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        float:none !important;
    }

    /*product grid*/
    body.post-type-archive-product ul.products li.product-category, body.tax-product_cat ul.products li.product-category { /*this is for Masonry*/
        width:100% !important;
        margin-right:0 !important;
        margin-left:0;
    }

    .gutter-sizer {
        width:0;
    }
}

@media screen and (max-width:320px) {
    h1 {
        font-size: 32px;
    }

    /*single product*/
    .sku {
        font-size:22px;
    }

    .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
        margin-bottom: 11px;
    }
}

/** Fix for product images disappearing **/
.product.has-default-attributes.has-children > .images {
	opacity: 1 !important;
}

/** Primal Additions **/
#menu-website-map li {
	list-style: square;
	color: #999;
	margin-left: -20px;
}


/* @group Website Map - Products by Category */

.products-by-category {
	margin-top:  2em;
}

.products-by-category > h4 {
	color: #999;
	font-size: 1em;
	font-weight: normal;
}

.products-by-category > ul {
	padding: 0;
}

.products-by-category li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.products-by-category > ul > li {
	border-top: 2px solid #CCC;
	margin-top: 1em;
}

.products-by-category > ul > li > ul.children {
	padding-left: 0;
}

.products-by-category li ul h4 a {
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}

.products-by-category .products {
	padding-left: 20px;
}
.products-by-category .products li {
	display: list-item;
	list-style: square;
	color: #CCC;
}

.products-by-category .sku {
	font-size: 0.95em;
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;
}

.products-by-category .sku:before {
	content: '#';
}

/* @end */
.prml-pricing-tables {
	padding-bottom: 80px;
}


.prml-pricing-tables .tabs {
	padding: 0;
	border-bottom: 2px solid #003d7c;
}

.prml-pricing-tables .tabs li {
	display: inline-block;
	margin-right: 5px;
}

.prml-pricing-tables .tabs li a {
	display: block;
	background: #EEE;
	padding:  2px 10px;
	border:  1px solid #003d7c;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.prml-pricing-tables .tabs li.selected a {
	background: #003d7c;
	color: #FFF;
}

.prml-pricing-tables .tab-content .prml-tab {
	display: none;
}

.prml-pricing-tables .tab-content .prml-tab.currency-usa {
	display: block;
}

.prml-pricing-tables .pricing-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.prml-pricing-tables .pricing-table th {
	background-color: #dcebfb;
}

.prml-pricing-tables .pricing-table th,
.prml-pricing-tables .pricing-table td {
	padding: 1px 4px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.prml-pricing-tables .pricing-table tr:nth-child(even) td {
	background: #EEE;
}

.prml-pricing-tables .pricing-table tr:hover td {
	background: #fdfab4;
}

.prml-pricing-tables .embellishment { width: 30%; }
.prml-pricing-tables .area { width: 16%; }
.prml-pricing-tables .qty { width: 9%; text-align: right; }
.prml-pricing-tables .code { width: 9%;  text-align: center; }

.prml-pricing-tables h5 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 1em;
	margin: 0;
}

.prml-pricing-tables .set-up-charges {
	min-width: 200px;
}

.prml-pricing-tables .set-up-charges td:nth-child(2) {
 	text-align: right;
}


.pricingtable-outer:before {
	/*content: 'PREVIOUS PRICING TABLE (TO BE CONVERTED TO USD/CAD PRICING)';
	color: #c4112f;*/
}
.pricingtable-outer,
.setup-info {

}

.prml-pricing-tables tr.saving td {
    color: #b4292e;
    font-weight: bold;
}

/* Custom Magnifier download links */
ul.yith_magnifier_gallery > li {
    padding: 10px 3px;
}

ul.yith_magnifier_gallery a,
ul.yith_magnifier_gallery a img {
    margin: 0 !important;
}

a.yith_magnifier_thumbnail {

}

a.yith_magnifier_thumbnail:hover {
    outline: 2px solid rgba(0, 61, 125, 0.5);
}

a.yith_magnifier_thumbnail:focus,
a.yith_magnifier_thumbnail:active {
    outline: 2px solid #003d7d;
}

ul.yith_magnifier_gallery a.download,
.images a.download.single {
    text-align: center;
    background: #EEE;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    padding: 1px 5px;
    font-size: 0.8em;
    font-weight: 700;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    text-transform: uppercase;

}

.images img {
    margin: 0 !important;
}

.images a.download.single {
    display: inline-block;
    padding: 1px 15px;
}

ul.yith_magnifier_gallery a.download:hover,
ul.yith_magnifier_gallery a.download:focus,
.images a.download.single:hover,
.images a.download.single:focus {
    background: #003d7d;
    color: #FFF;
}

ul.yith_magnifier_gallery a.download:active,
.images a.download.single:active {
    background: #c41230;
    color: #FFF;
}



#partners-top{
    background:#000;color:#fff;
}
@media screen and (max-width: 759px) {
    #partners-top{padding:0 0 ;}
}
#partners-top .wrap{
    margin: 0 auto;
    max-width:770px;
}
#partners-top .partners-container{
    display:flex;align-items:center;justify-content:space-around;align-content:center;min-height:65px;margin:auto;
}
#partners-top .partners-container .visit-text{
    text-transform:uppercase;line-height:120%;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }

#partners-top .partners-container div:nth-child(2) img,
#partners-top .partners-container div:nth-child(3) img,
#partners-top .partners-container div:nth-child(4) img{
    width:90px;height:auto;margin:0 0 0 0;
}
@media screen and (max-width: 759px) {
    #partners-top .partners-container{
        min-height:30px;
    }
    #partners-top .partners-container .item{
        flex-grow:1;
    }
    #partners-top .partners-container .item a{
        display:block;text-align:center;border-left:1px solid #6f6f6f;
    }
    #partners-top .partners-container .item:nth-child(2) a{
        border-left:none;
    }
    #partners-top .partners-container .item.visit-text{
        display:none;
    }
    #partners-top .partners-container img{
        margin:5px 0 !important;
    }
}


body.page-template-case-studies #main.col-md-10 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}

body.page-template-case-studies #main.col-md-10 > div {
	flex: 1 0 33%;
	float: none;
	padding-bottom: 1em;
}

@media screen and (max-width: 759px) {
	body.page-template-case-studies #main.col-md-10 > div {
		line-height: 1.2em;
		flex: 1 1 49%;
	}

}

.cad-note {
    font-size: 9pt;
    font-style: italic;
    color: #939393;
}



body.page-id-2682 .specials.wpui-tabbed .tabs {
  justify-content: flex-start; }

body.page-id-2682 .specials.wpui-tabbed {
  /** Radio buttons that track selection */ }
  body.page-id-2682 .specials.wpui-tabbed.info {
    margin-top: 2em; }
  body.page-id-2682 .specials.wpui-tabbed .state {
    position: absolute;
    left: -10000px;
   }
  body.page-id-2682 .specials.wpui-tabbed .tabs {
    display: flex;
    flex-direction: row;
    align-content: flex-start; }
    body.page-id-2682 .specials.wpui-tabbed .tabs .tab {
      border: 1px solid #ccc;
      border-bottom: none;
      margin-left: 0.5em;
      margin-bottom: 0;
      padding: 0.5em 1.5em;
      vertical-align: bottom;
      background-color: #fff;
      color: #063376;
      cursor: pointer; }
  body.page-id-2682 .specials.wpui-tabbed .panels {
    background-color: #fff;
    
    border-top: 1px solid #a2a2a2; }
    body.page-id-2682 .specials.wpui-tabbed .panels > .panel {
      display: none;
    }

.wpui-tabbed .tabs > label:hover {
  background: #cb364f; }


#rdo-usa[aria-selected] ~ .tabs #tab-usa,
#rdo-canada[aria-selected] ~ .tabs #tab-canada,
#rdo-usa:checked ~ .tabs #tab-usa,
#rdo-canada:checked ~ .tabs #tab-canada {
  background-color: #063376;
  color: #fff;
  border-color: #063376;
  cursor: default;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

#rdo-usa[aria-selected] ~ .panels #panel-usa,
#rdo-canada[aria-selected] ~ .panels #panel-canada,
#rdo-usa:checked ~ .panels #panel-usa,
#rdo-canada:checked ~ .panels #panel-canada {
	display: block;
}
  



body.page-id-2682 ul.specials-list {
	margin: 0;
	padding: 0;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

body.page-id-2682 ul.specials-list li {
	list-style: none;
	padding: 20px 15px 20px 15px;
}

body.page-id-2682 ul.specials-list li img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	body.page-id-2682 ul.specials-list li {
		flex: 0 0 33%;
	}
	body.page-id-2682 ul.specials-list li:nth-child(3) {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	body.page-id-2682 ul.specials-list li {
		flex: 0 0 50%;
		padding: 20px 10px 0;
	}
	
	body.page-id-2682 ul.specials-list li:nth-child(1) {
		padding-left: 0;
	}
	
	body.page-id-2682 ul.specials-list li:nth-child(2) {
		padding-right: 0;
	}
}