/*
Theme Name: Tactics360
Theme URI: http://www.360Tactics.net
Description: 360Tactics Starting Theme
Version: 1.0.64
Author: Jordan Stephens
Author URI: http://www.360tactics.net/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
Bitbucket Theme URI: https://bitbucket.org/team360tactics/olsons_gaskets_wp_theme.git
Bitbucket Branch: ecommerce
*/

/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */



html {
    font-family: "Montserrat";
    background: #fff;
}
body {
    margin: 35px auto 0 auto;
	background: none;
}

.site-header,
.site-main {
    margin: 0 auto;
    max-width: 1600px;
}

.banner {
    padding: 0 18px 11px;
	/*! overflow: auto; */
	position: relative;
}

.banner a {
	outline: none;
	border: none;
	/*! position: relative; */
	/*! width: 100%; */
	display: block;
	/*! text-align: center; */
	color: #fd3500;
}

#logo {
	/*! max-width: 65%; */
    /*! margin: 0 auto; */
	display: block;
	/*! min-width: 313px; */
	max-width: 100%;
}

#headerContact {
	text-align: right;
	color: #000;
    padding-top: 13px;
    text-transform: none;
	justify-self: start;
}


.grid-block-item-contactinfo h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.0em;
    font-family: "Montserrat", "Open Sans";
    /*! font-weight: 900; */
}

.grid-block-item-contactinfo h2:last-of-type {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
    font-family: "Montserrat";
}

.grid-block-item-contactinfo a {
    /*! font-weight: normal; */
    display: inline-block;
    /*! margin: 0 0 0 .5rem; */
    padding: 0;
    font-size: 2rem;
    /*! text-shadow: 1px 1px 5px #000; */
    text-decoration: none;
    /*! border-bottom: solid 3px #fd3500; */

    /*! box-shadow: 0px 3px 4px -4px #000; */
    line-height: 2.5rem;
    font-family: "Montserrat";
    font-weight: 900;
    clear: both;
    width: auto;
    text-decoration: underline 4px;
}

.grid-block-item-contactinfo .fa-phone {
    padding: 0 .5rem 0 0;
    font-size: 2.3rem;
    line-height: 2.3rem;
    font-weight: 900;
    color: #FD3500;
    vertical-align: middle;
}

.grid-block-item-contactinfo a:hover {
    color: #D52C00;
}


/* Grid Blocks */

.grid-block {
    display: grid;
}

.grid-block-banner {
    grid-template-columns: repeat( 3, 1fr);
    grid-template-areas: "search logo headeraddress";
}

.grid-block-item-search {
    grid-area: search;
    align-self: center;
    justify-self: end;
}

.grid-block-item-logo {
    grid-area: logo;
    justify-self: center;
}

.grid-block-item-contactinfo {
    grid-area: headeraddress;
}




/* Navigation */
nav {
    position: relative;
    background: #000;
    overflow: visible;
    display: block;
    height: 3rem;
}

nav ul {

    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    max-width: 1224px;
    margin: 0 auto;
    max-height: 3rem;
}

nav .nav li {
    margin: 0;
    padding: 0;
    width: 16.666666666%;
    position: relative;
    list-style-type: none;
    display: block;
    float: left;
    text-align: center;
    max-height: 3rem;
    overflow: visible;
}

nav .nav .subnav li {
    max-height: unset;
}

nav .nav li a {
    display: block;
    position: relative;
    z-index: 1000;
    color: #ddd;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: arial;
    line-height: 3rem;	
    /*! padding: 1rem 0; */
}

nav .nav .subnav li a {
    font-size: .8rem;
    line-height: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.parentMenu:hover .subnav {
    z-index: 2;
    background: url('images/nav-background.png');
    overflow: auto;
    position: relative;
    display: block;

    background: #000;
}

.subnav li {
    float: none;
    clear: both;
    min-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #fd3500;
    max-height: unset;
}

.subnav li:last-child {
    border-bottom: 0;
}

.subnav a.doubleLine {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

nav ol {
    margin: 0;
}

ul.subnav {
    display: none;
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    border: solid 1px #fd3500;
    border-top: none;
	z-index: -1;
	position: absolute;
	height: 100%;
    font-size: 1.3rem;
    overflow: visible;
    /*! min-height: 100%; */
    /*! position: relative; */
    max-height: unset;

    border-radius: 0;
    border: none;
    border-bottom: solid 6px #fd3500;
    box-shadow: 0 0 12px -2px #000;
}

.mobile-nav-actions {
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    text-transform: uppercase;
    display: none;
}

.mobile-nav-actions .mobile-nav-activate {
    color: #fff;
    text-decoration: none;
    line-height: 24px;
}

.mobile-nav-actions .hamburger-nav-icon {
    float: right;
    font-size: 24px;
    line-height: 28px;
    display: block;
    color: #fd3500;
    overflow: auto;
}

.mobile-nav-actions .mobile-nav-activate:hover {
    color: #FD3500;
}

.mobile-nav-actions .mobile-nav-activate.hamburger-nav-icon:hover {
    color: #fff;
}

.sideNav li {
    list-style-type: none;
    margin: 0 0 5px 0;
}

.blog .sideNav li {
    background: #1a1a1a;
    padding: 1rem;
    border-left: solid 9px #fd3500;
}

.sideNav img {
    position: absolute;
    top: 0px;
    opacity: 0.1;
    z-index: 1;
}

.sideNav {
    min-height: 300px;
    z-index: 10000;
    position: relative;
}

.blog .sideNav {
    min-height: 0;
}

.sideNav a {
    z-index: 20000;
    position: relative;
}

.blog .sideNav a {
    color: #ddd;
    text-decoration: none;
    font-family: "Open Sans";
    font-weight: bold;
}

.sideNav a:hover {
    color: #fd3500;
    text-decoration: none;
}

.page-home #navHome,
.page-about #navAbout,
.page-products #navProducts,
.page-gasket-gossip #navGasketGossip,
.page-faq #navFaq,
.page-contact #navContact,
.nav li a.active,
.nav li a:hover {
    color: #fd3500;
}

/* END NAVIGATION */

/* BUTTONS */
.button {
    background: #FD3500;
    /*! background: #323955; */
    /*! background: #181E2E; */
    padding: 1rem 2rem.75rem 2rem;
    text-decoration: none;
    color: #fff;
    /*! color: #FD3500; */
    border-radius: 10px;
    box-shadow: 0px 1px 3px #000;
    /*! background: #941E00; */
    /*! background: #D92D00; */
    /*! background: #AF2400; */
    background: #D52C00;
    /*! background: #000; */
    border: solid 2px #fff;
}

.button:hover {
    color: #fff;
    box-shadow: 0 0 3px #000;
    background: #323955;
    text-decoration: none;

}

.single-gasket_product article a {
    display: inline-block;
    width: auto;
    padding: 0;
    clear: both;
    min-width: 0;
    max-width: 12rem;
    margin-top: 1rem;
    text-decoration: none;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #fd3500;
    font-weight: 900;
}

.single-gasket_product article a:hover {
    color: #fd3500;
    font-weight: 900;
    text-decoration: none;
}
/*
.single-gasket_product a::after {
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: 900;
    padding-left: .5rem;
    vertical-align: middle;
}
*/

.home-product-cta {
    padding: 10px 40px;
    margin: 0 0 15px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr) );
    grid-column-gap: 3rem;
    grid-row-gap: 20px;
    position:relative;
    justify-items: center;
}

.home-product-cta > div {
    /*! position:relative; */
    /*! text-align: center; */
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    /*! padding: 2rem; */
    background: #FD3500;
    color: #fff;

    border-top: 3px solid #fd3500;
    border-bottom: 3px solid #FD3500;
}

.home-product-cta > div P {

    /*! text-align: center; */
    /*! font-weight: 600; */
    text-align: left;
    color: #ddd;
}

.home-product-cta .button {
    position:relative;
    overflow: hidden;
    display: inline-block;
    line-height: 2rem;
    background: none;
    border: none;
    box-shadow: none;
    justify-self: end;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #FD3500;
    font-weight:normal;
    /*! border-bottom: solid 3px #FD3500; */
    border-radius: 0;
    font-family: "League-Gothic";
    letter-spacing: 1px;
    font-size: 1.75rem;
    text-transform: uppercase;    
}

.home-product-cta .button::after {
    content: "\f0a9";
    font-family: "FontAwesome";
    font-weight: 900;
    padding-left: 1rem
}

.home-product-cta .button:hover {
    color: #fff;
}

.home-product-cta .cta-wrap {
    background: #1a1a1a;
    align-self: stretch;
    padding: 1rem;    
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.home-product-cta i {
    font-size: 5rem;
    /*! padding-bottom: 5px; */
    /*! padding-right: 1rem; */
    align-self: center;
    color: #fff;
    justify-self: center;
}

.home-product-cta .button br {
    display: none;    
}

/* FORMS */
.successTactics {
    border: solid 1px #fd3500;
    color: #fd3500!important;
    -webkit-box-shadow: 0 0 10px #fd3500;
       -moz-box-shadow: 0 0 10px #fd3500;
            box-shadow: 0 0 10px #fd3500;
}

.tactics-error {
    border: 1px solid #900;
    color: #a00!important;
    -webkit-box-shadow: 0 0 10px #a00;
       -moz-box-shadow: 0 0 10px #a00;
            box-shadow: 0 0 10px #a00;
}

.tactics-error,
.successTactics {
    color: #fff; 
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px;

}

.done,
.innerBox form {
    padding: 16px;
    background: #eee;
    border: 3px solid #fd3500;
    margin-top: 1rem;
}

.innerBox form ul.formBlock {
    display: block;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0;

}

.innerBox form ul li {
    margin: 0 0 10px 0px;
    list-style-type: none;
    display: block;
}

.innerBox form label {
    width: 200px;
    display: inline-block;
}

.innerBox form .highlight {
    border: dashed 2px red;
    background: #eee;
}


.innerBox form li.req {
    color: #fd3500;
}

.innerBox form h3 {
   margin: 30px 0 15px 0;
   display: block;
   float: none;
   clear: left;
}

.innerBox form #additionalInfoLbl {
    display: block;
    clear: both;
    width: 100%;
    margin: 2rem 0 0 0;
}

.innerBox form textarea {
    width: 100%;
    padding: 3px;
    font-family: "Open Sans";
    font-size: .85rem;
}

.innerBox select#country {
    width: 217px;
    padding: 3px;
}

.innerBox select {
    padding: 3px;
    font-family: "Open Sans";
    font-size: .85rem;
}

.innerBox form #submit {
    float: right;
    font-family: "League-Gothic";
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: .25rem 2rem;
    background:#fd3500;
    color:#fff;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

.innerBox form #submit:hover {
    background: #000;
    color: #fd3500;
}

.innerBox form .chkbox {
    display: block;
    width: 200px;
    float: left;
    height: 100%;
    overflow: auto;
    margin: 0 0 5px 0;
    
}
.innerBox form .chkboxGroup {
    display: block;
    overflow: auto;
    float: left;
    height: 100%;
    overflow: auto;
}

.innerBox form #manifoldBox {
    display: inline-block;
    padding-bottom: .5rem;    
}

.innerBox form #manifoldSetLbl {
    width: auto;
    margin: 0 0 0 4px;

}

.innerBox form .formBlock,
.innerBox form .inStock {
    overflow: auto;
}

.innerBox form .inStock_other {
    display: inline-block;
    margin: 10px 0 0 0;  
}

.innerBox form input[type="text"] {
    width: 209px;
    padding: 3px;
    font-family: "Open Sans";
    font-size: .85rem;
}

.page-contact .contact-methods {
    font-weight: bold;
    color: #fd3500;
    line-height: 2rem;
}

.page-contact .contact-methods strong {
    color: #1a1a1a;
    width: 70px;
    display: inline-block;
}

/* Gasket Filter Forms */
.filter-controls {
    margin: 0 auto;
    text-align: center;
}

.filter-controls form h3 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    text-align: left;
}

.filter-controls form {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;

}
.filter-controls p {
    display: inline-block;
    margin: 0;
    overflow: auto;
    width: 27%;
    margin: 1% 3%;
}

.filter-controls form label {
    width: auto;
    display: block;
    clear: both;
    float: none;
}

.filter-controls form input,
.filter-controls form select {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    margin-top: .3em;
}

/* Sidebar Filter Controls */
.sb-filter-controls form {
    border: none;
    box-shadow: none;
    background: none;
    max-width: 200px;
}

.sb-filter-controls p {
    margin: 0 0 1.5em 0;
}
.sb-filter-controls form label {
    display: block;
}

.sb-filter-controls form input,
.sb-filter-controls form select {
    width: 100%;
    display: block;
    margin-top: .3em;
}

.sb-filter-controls form input[type="submit"],
.sb-filter-controls form input[type="reset"]{
    width: auto;
    display: inline-block;
}

/* END FORMS ------------------------------------------------------------------------------- */
/* GAKSET FILTERS PAGE ***************/
.gasket-results .gasket-count-container {
    padding: 0;
    margin-top: -16px;  
    font-size: 1rem;  
}

.gasket-results aside {
    border-left: solid 2px #eee;
}

.gasket-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 3rem;
}

.gasket-results .gasket-product,
.search .gasket-product {
    display: block;
    clear: both;
    margin: 1em 0rem 1rem;
    /* border-bottom: solid 2px #efefef; */
    padding: 0;
    overflow: auto;
    background: #eee;
    padding: 2rem 4rem;
}

.gasket-results .gasket-product h3,
.search .gasket-product h3 {
    line-height: 1.3rem;
}

.search .gasket-product {
    margin: 1rem 0 3rem;
}

.gasket-product a.read-more,
.search.search-results .gasket-product a.read-more {
    padding-top: 2rem;
    font-family: "Open Sans";
    /*
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 1.1rem;
    */
}

.gasket-results .gasket-product div:first-of-type,
.search .gasket-product div:first-of-type {  
    float: left;
    max-width: unset;
    width: 100%;
}

.gasket-results .gasket-product img,
.search .gasket-product img {
    margin: .5em 1em 1em 0;
    height: auto;
    min-width: 172px;
    width: auto;
    float: left;
}

.gasket-results .gasket-product p,
.search .gasket-product p {
    text-align: left;
}

.gasket-results .gasket-product p:first-of-type,
.search .gasket-product p:first-of-type {
    margin-top: 15px;
}

.search .gasket-product p:first-of-type {
    margin-top: 0;
}

.gasket-results .gasket-product p a,
.search .gasket-product p a {
    font-size: 1.3rem;
}

.gasket-results .gasket-product .meta-info,
.search .gasket-product .meta-info,
.single-gasket_product .meta-info {
	background: #efefef;
	border: solid 1px #fd3500;
	padding: 1em;
    max-width: 100%;
    width: auto;
    margin: 0 0 1em 0;
    float: none;
    clear: both;    
}

.search .gasket-product .meta-info {
    padding: 0;
    border: solid 2px #fd3500;
    border-left: 0;
    border-right: 0;
}

.search .gasket-product .meta-info p {
    padding: 1rem;
    margin: 0;
}

.search .gasket-product .meta-info p:nth-of-type(odd){
    background: #fff;
}

.search .gasket-product .meta-info p strong {
    display: inline-block;
    width: 200px;
}

.filter-results header {
    border: none;
    padding: 1em 0;
}

.filter-controls {
    background: #fff;
    width:auto;
}

.filter-controls form label {
    font-weight: bold;
}

.filter-controls form input,
.filter-controls form select {
    padding: 8px;
    font-size: 1rem;
}    

.filter-controls p {
    width: 90%;
    padding: 0 0 16px 0;
    margin: 0 auto;
    display: block;
}

.filter-controls-header a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    text-decoration: none;
    float: none;
    border-radius: 0;
    background: none;
    color: #000;
    border-bottom: 2px solid #df3500;
    width: auto;
    text-align: left;
    padding: 0 0 0 16px;
    line-height: 48px;
    width: 80%;
    position: relative;
    overflow: visible;
    height: 48px;    
}

.filter-controls-header a:hover {
    color: #df3500;
    text-decoration: underline;
}

.filter-controls-header a.selected {
    text-decoration: none;
    background: #df3500;
    color: #fff;
    border-bottom: 0;
}

.filter-controls-header a.selected:hover {
    color: #fff;
    text-decoration: none;
}

.filter-controls-header a.selected::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #df3500;
    right: 0;
    position: absolute;
    right: -24px;
    top: 0;
}  

.filter-controls-body {
    color: #000;
    position: relative;
    z-index: 500;
    background: #eee;
    border-bottom: 0;
    text-align: left;
    float: left;
    width: 60%;
    padding: 1em 0;
    min-height: 185px;    
}

.filter-controls-body select option {
    padding: .1em .5em;
    margin: .2em 0;
}

.filter-controls-body .loading-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: auto;   
    padding: 0;
    margin: auto;
    box-shadow: none;
    background: none;
    display: none;
    z-index: 1000;
}

.filter-controls-header {
    background: #fff;
    z-index: 1000;
    width:40%;
    text-align: left;
    position: relative;
    overflow: visible;
    float: left;    
}

.filter-controls-body.blackout:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    opacity: .8;
    display: block;
    z-index: 500;
}

.gasket-product-title {
    font-size: 1.1rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.gasketPagination {
    font-weight: bold;
    text-align: center;
}

/* END GASKET FILTERS PAGE ***********/

/* Single Gasket Product */
.single-gasket_product .single-gasket-wrap article img {
    float: left;
    margin: 0 2rem 2rem 0;
}


/*#hero *************************************************************************************/

#hero {
    background: #1A1A1A;
    position: relative;
    z-index: 1;
	border-top: 3px solid #fd3500;
    border-bottom: 3px solid #FD3500;
    height: 100%;
    overflow: auto;
}

#hero.hero-interior {
    overflow: hidden;
}

.page-about #hero {
    background: #000 url('images/about_page_hero.jpg') no-repeat top left;
    overflow: auto;
}
/*
.page-products #hero {
    background: #000 url('images/product_page_hero.jpg') no-repeat top left;
    clear: both;
    display: block;
    overflow: auto;
}
*/
.page-faq #hero {
    background: #000 url('images/faq_page_hero.jpg') no-repeat top left;
}
.page-gasket-gossip #hero {
    background: #000 url('images/gossip_page_hero.jpg') no-repeat top left;
}
.page-contact #hero {
    background: #000 url('images/contact_page_hero.jpg') no-repeat top left;
}
#hero aside {
    color: #fff;
    margin: 0;
    padding: 0;
    float: right;
    width: 348px;
    height: 277px;
    display: block;
    background: transparent url('images/hero-logo.png') no-repeat top left;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
#hero #heroTaglineWidget div.textwidget {
    max-width: 308px;
    float: right;
    margin: 35px 30px 20px 65px;
    text-align: center; 
}
/* END HERO --------------------------------------------------------------------------------- */

/* CONTAINERS ------------------------------------------------------------------------------- */
.full {
    width: 100%;
	background: #fff;
    position: relative;
}

.sidebar-right {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 3rem;
}

.content-wrap {
    margin: 1.5rem auto 1.5rem auto;
    padding: 2rem 0;
}

.content-wrap.sidebar-right {
    padding: 0;
}

.content-wrap.sidebar-right > div {
    justify-self: stretch;
}

.content-wrap.sidebar-right header h3 {
    font-family: "Montserrat";
    font-weight: bold;
    color: #ddd;
}

.article-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6rem;
}

.article-wrap > article {
    justify-content: end;
    position: relative;
    
}

.article-wrap article header {
    min-width: 100%;
    display: block;
 position: relative;
}

.article-columns {
    column-count: 3;
    column-gap: 3rem;
}

.content-wrap.wrap-65 {
    width: 65%;
    max-width: none;
}

.wrap-25 {
    width: 35%;
    max-width: none;
}

.twoThirds {
    max-width: 674px;
    width: 100%;
    float: right;
    margin: 0 18px 0 0;
}

.uno,
.dos,
.tres,
.unoDos,
.dosTres {
	float: left;
	/*! overflow: hidden; */
}

.uno article,
.dos article,
.tres article {
    padding: 0px 20px 5px 20px;
    margin: 0;
}

.uno {
    width: 261px;
}

.dos {
	width: 301px;
	margin: 0 4px;	
}

.dosTres {
    width: 566px;
    margin: 0 4px 0 0;
}

.innerBox {
	padding: 0;
	margin: 0 0 25px 0;
    overflow: hidden;
}

.innerBox-standalone .heading {
    font-size: 1.1rem;
    padding: 2rem 0 1rem;
}

.content-main {
    width: 70%;
    float: left;
}

.content-aside {
    width: 30%;
    float: right;
}

.content-aside .innerBox {
    padding: 0 0 0 2rem;
}

/* Search Form */

.searchform {
    position: relative;
    width: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
    display: block;
}

.searchform > div {
    display: block;
    overflow: auto;
    height: 100%;
    padding: 0;
    margin: 0;
}

.searchform .screen-reader-text {
    clip-path: 1px 1px 1px 1px;
    overflow: hidden;
    font-size: 0;
}

.searchform input[type="text"] {
    margin: 0;
    box-shadow: none;
    position: relative;
    border: solid 3px #FD3500;
    border-right: none;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0 1rem;
    color: #000;
}

.searchform .search-button {
    border: solid 3px #1a1a1a;
    border-left: none;
    box-shadow: none;
    background: #1a1a1a;

    color: #FD3500;
    color: #fff;
    padding: 0 2rem;
    margin: 0;
    
    border-color: #FD3500;
    background: #FD3600;
}

.searchform .search-button:hover {
    background: #FD3500;
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #FD3500;
    cursor: pointer;
}

.searchform .search-button .fa-search {
    font-size: 1.45rem;
    line-height: 2rem;
    vertical-align: center;
}

/* Search Results */
.search .results-heading {
    padding: 2rem 2rem 0;
}

.search .results-heading strong {
    color: #fd3500;
}

.search .search-item {
    background: #eee;
    padding: 1rem;
    margin-bottom: 2rem;
}

.search .search-item .search-item-header {
    border-bottom: solid 1px #ccc;
    font-family: 'Open Sans';
    color: #888;
    padding: 0 0 1rem 0;
    margin: 0 2rem 0;
}

.search .search-item .gasket-product,
.search .search-item .search-item-article-body {
    padding: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.search .search-item .search-item-article-title {
    font-size: 1.1rem;
    padding-bottom: 15px;
}

.search .search-item img {
    float: left;
    margin-right: 2rem;
}

.search.search-results .gasket-product a {
    /* vertical-align: middle; */
    font-family: "Open Sans";
}

.search .pagination {
    margin: 0 auto 1rem;
    text-align: center;
}

.search .pagination > p {
    display: inline-block;
}

.search .pagination a,
.arrow-link {
    padding: 0 1rem;
    line-height: 1.75rem;
    font-family: 'Montserrat';
    text-transform: uppercase;    
}

.search .pagination .fa,
.arrow-link .fa {
    font-size: 2.5rem;
    line-height: 1.75rem;
    vertical-align: bottom;
    font-weight: 900;
}

.search .pagination .fa-angle-left,
.fa-angle-left {
    padding-right: 1rem;
}

.search .pagination .fa-angle-right,
.fa-angle-right {
    padding-left: 1rem;
}

.searchform-gasket-cta {
    padding: 0;
    margin-top: .5rem;
    overflow: auto;
}

.searchform-gasket-cta em {
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: .85rem;
    vertical-align: top;
}

.searchform-gasket-cta a::after {
    content: "\f0a9";
    font-weight: 900;
    font-family: "FontAwesome";
    vertical-align: bottom;
    padding-left: .5rem;
    color: #FD3500;
    font-size: 1.25rem;
    text-decoration: none;
}

.searchform-gasket-cta a {
    display: inline-block;
    padding-left: .25rem;
    text-decoration: none;
}

.searchform-gasket-cta a:hover {
    color: #D52C00;
}

.searchform-gasket-cta a span {
    text-decoration: underline;
}

/* END CONTAINERS --------------------------------------------------------------------------- */

/* TYPOGRAPHY COLOR, BORDERS, AND SHADOWS ---------------------------------------------------------- */
body {
    font-size: .9em;
    line-height: 1.3em;
    font-size: 16px;
    line-height: 22px;
}

aside header,
section header {
	background: #000;
	color: #fff;
	/*! border-top: solid 3px #fd3500; */
	border-bottom: solid 3px #fd3500;
}

.page-about section:first-of-type header,
.page-faq section:first-of-type header,
.page-gasket-gossip section:first-of-type header,
.single section:first-of-type header,
.category section:first-of-type header,
.page-contact section:first-of-type header {
    color:#000;
    background: none;
    border-bottom: none;
    padding: 0;
}

.single section:first-of-type header {
    margin-bottom: 0;
}

ul li {
    list-style: disc;     
}

ol li {
    list-style: decimal;
}

article header {
    background: none;
}

h1,
h2,
h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
	line-height: 14px;
    color: #000;
}

section header h1,
section header h2,
section header h3,
aside header h3 {
    color: #ddd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
	line-height: 2rem;
    /* font-family: "Open Sans"; */
    /*! max-width: 1024px; */
    margin: 0 auto;
}

.page-about section header h1,
.page-faq section header h1,
.page-gasket-gossip section header h1,
.single section header h1,
.category section header h1,
.page-contact section header h1 {
    color: #000;
    font-family: "League-Gothic";
    margin-bottom: 0;
    font-weight: bold;
    font-size: 3rem;  
    border-bottom: solid 4px #fd3500;
    display: inline-block;
    padding: 2rem 0 .3rem 0;
    line-height: 3rem;
}

article header h3 {
    color: #fff;
}

section article h2 {
    color: #fd3500;
}

a {
    color: #fd3500;
    font-weight: bold;
}

a:hover {
    color: #394366;
}


article header a {
    text-decoration: none;   
}

section a,
article a {
    color: #fd3500;
}

.page-gasket-gossip article header a,
.category article header a {
    color: #1a1a1a;
}

section a:hover,
article a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

.wp-caption {
    text-align: center;
    background: none;
    max-width: 100%; 
    overflow: auto;
    display: inline-block;
}

.wp-caption-text {
    font-size: 1rem;
    text-align: center;
    color: #fd3500;
    line-height: 1.3rem;
}

.page-faq .content-aside .wp-caption-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: bold;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

section img,
.innerBox img,
article img {
    box-shadow: 1px 1px 3px #000;
}

#ourProjects article a img {
    box-shadow: 0 0 5px #000;
}

.bgImage {
	box-shadow: none!important;	
}

article .postDate {
    font-size: .85rem;
    font-weight: 600;
}

.blog .postDate {
    color: #000;
}

.catDescript,
section p,
article p {
    line-height: 1.75rem;
    font-size: 1.3rem;
    text-align: justify;
}

.read-more {
    font-size: 1.3rem;
    /*! line-height: 2rem; */
    padding-top: .5rem;
}

.post-edit-link,
.backlink,
article p a {
    font-size: 10px;
    color: #fd3500;
    font-weight: bold;
}

article p a {
    font-size: 14px;
}

.newsletters article p a {
    font-weight: bold;
    font-size: 12px;
}

.single .backlink {
	text-decoration: none;
}

.moreLink a:hover {
    text-decoration: none;
}

#heroTaglineWidget p {
    line-height: 24px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

#homeNews article a {
    color: #fd3500;
}

#homeNews article header {
    border: none;
}

#homeNews article header a {
    color: #000;
}

#ourProjects article {
    text-align: center;
}

.blog article header {
    border: none;
}

.blog article {
    /*border-bottom: 1px solid #394366; */
    border-bottom: 2px solid #fd3500;
}

#faq .faqPost h3{
    color: #000;
    background: #fff!important;
    /* border-left: 4px solid #fd3500;*/
    border: none!important;
}

#faq .faqPost a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #fd3500;
}

#faq .faqPost h3 a:hover {
    color: #fd3500;
}

#faq .faqPost .faqAnswer a {
    width: auto;
    background: none;
    color: #fd3500;
    border: none; 
    text-decoration: underline;
    padding: 0;
}


.foot {
	background: #000;
	color: #aaa;
	font-size: .85rem;
	text-align: center;
	line-height: 16px;
	border-bottom: 3px solid #fd3500;
	border-top: 3px solid #fd3500;
}

footer a {
    color: #aaa;
    font-weight: normal;   
}

.subfooter {
    /*! background: #000; */
    color: #aaa;
    /*! border-top: 3px solid #fd3500; */
    padding: 48px 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    /*! background: #1A1A1A; */
    /*! max-width: 1024px; */
    grid-column-gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.subfooter .address-title,
.subfooter .widget-title {
    color: #fd3500;
    /*! font-weight: normal; */
    font-size: 1.3rem;
    display: block;
    font-family: "Montserrat";
    /*! font-weight: normal; */
    font-size: 1.3em;
    line-height: 1.75rem;
}

.subfooter .address-address {
    color: #aaa;
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    font-family: "Open Sans";
    line-height: 1.75rem;
}

.subfooter .address-phone,
.subfooter .address-email {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-family: "Open Sans";
}


.subfooter .fa {
    color: #aaa;
    padding-right: 8px;
    font-size: 1.75rem;
}

.subfooter a {
    color: #aaa;
}

/* END TYPOGRAPHY ---------------------------------------------------------------------------------- */

/* NEEDED?? ------------------------------------------------------------------------------------ */
aside h3 {
    margin: 5px 0 15px 0;
}

.blog aside h3 {
    font-size: 1.1rem;
}
/* END NEEDED? --------------------------------------------------------------------------------- */

/* CONTENT STYLES ------------------------------------------------------------------------------ */
ul,
ol {
    margin: 0 0 15px 0;
}

ul li,
ol li {
    padding: 0;
    margin: 0 0 0 40px;    
}

article header,
aside header,
section header {
	margin: 0 0 15px 0;
	padding: 3px 0;
}

.innerBox header {
    margin: 0;
}

h1,
h2,
h3 {
    margin: 0 0 5px 0;
}

section header h1,
section header h2,
section header h3,
aside header h3 {
    padding: 5px 20px 0 20px;
}

article header h3 {
    padding: 0;
    margin: 0;
    font-family: "Montserrat";
}

section article h2 {
    padding: 0;
}

.title {
    margin: 0 0 10px 0;
}

.alignleft {
    float: left;
    margin: 0 15px 0 0;

}

.alignright {
    float: right;
    margin: 0 0 0 15px;
}

.wp-caption.alignleft img,
.wp-caption.alignright img,
.wp-caption.aligncenter img {
    margin: 5px 0;
}

.wp-caption.alignright {
    margin: 0 0 0 15px
}

.wp-caption.alignleft {
    margin: 0 15px 0 0;
}

.aligncenter { 
    margin: 0 auto!important;
    display: block!important;
}


.wp-caption-text {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.wp-caption img {
    margin: 0;
    padding: 0;
}

#heroTaglineWidget p {
    margin: 10px 0 15px 0;
}

section img,
.innerBox img,
article img {
    margin: 15px;
    width: auto;
    max-width: 100%;
    height: auto;    
}

.huge_it_slide_bg_2 li img {
    margin: 15px 0;
}

.attachment-gallery-thumb,
.wp-post-image {
    margin: 0;
}

img {
    margin: 0;
}

img.alignright {
    margin: 0 3px 15px 15px;
}

img.alignleft {
    margin: 0 15px 15px 3px;
}

.catDescript {
    margin: 0 18px;
}

article .postDate {
    margin: -10px 0 15px 0;
}

.blog .postDate {
    margin: 0 0 15px 0;
}

.catDescript p,
section p,
section article p {
    margin: 0px 0 1rem 0;
    font-family: "Open Sans";
}


section article {
    margin: 0 0 15px 0px;
}

.innerBox article {
    margin: 0 0 15px 0;
    /*! column-count: 3; */
    /*! column-gap: 2rem; */
}

.read-more,
.arrow-link {
    display: block;
    /*! background: #1a1a1a; */
    width: auto;
/*! line-height: 2.3rem; */
    padding: 0;
    clear: both;
    min-width: 0;
    max-width: 12rem;
    margin-top: 1rem;
    /*! font-weight: normal; */
    /*! color: #ddd; */
    text-decoration: none;
}

.blog .read-more {
    color: #fd3500;
    font-weight: bold;
}

.read-more::after,
.arrow-link.arrow-forward::after {
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: 900;
    padding-left: .5rem;
    vertical-align: middle;
}

.arrow-link.arrow-back::before {
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
    padding-right: .5rem;
    vertical-align: middle;    
}

.read-more:hover,
.arrow-link:hover {
    text-decoration: none;
}

.next,
.prev,
.next:hover,
.prev:hover {
    text-decoration: none;
}

.next.page-numbers {
    display: inline-block;
    padding-left: .5rem;
}

.prev.page-numbers {
    display: inline-block;
    padding-right: .5rem;
}

#homeNews a.read-more:hover {
    color: #1a1a1a;
    text-decoration: none;
}

#homeNews a.read-more:hover::after {
    padding-left: 1rem;
}

.newsletters article p a {
    padding: 0 0 0 40px;
    margin: 0;
}

.single .backlink {
	margin: 0 0 0 18px;
}

.moreLink {
    margin: 0 0 15px 0px;
}
/* END CONTENT STYLES ----------------------------------------------------------------------------- */
/* HOME PAGE NEWS ARTICLES ---------------------------------------------------------------------- */

#homeNews img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}


/* END HOME PAGE NEWS ARTICLES ------------------------------------------------------------------ */

/* HOME PAGE NEW FEATURES BOX ------------------------------------------------------------------- */
.newFeature {
	padding: 0 20px;
	clear: both;
	margin: 1.5em 0;
	padding-top: 1.5em;
}

.newFeature fieldset {
	text-align: center;
	border: solid 2px #000;
}

.newFeature legend {
	text-align: left;
	font-size: 1.3em;
	padding: 0 .5em;
	color: #fd3500;
	font-weight: bold;
	margin-left: 1em;
}

.newFeature h2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.newFeature a {
	font-size: 1.3em;
	padding: 2em 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}

.newFeature a:hover {
	text-decoration: none;
}

/* ABOUT PAGE ----------------------------------------------------------------------------------- */
#ourProjects .innerBox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr ) );
    grid-column-gap: 1rem;
}

#ourProjects article {
    margin: 1rem 0 10px 0;
}

#ourProjects article a {
    display: block;
    overflow: auto;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

#ourProjects article a img {
    margin: 0 0 10px 0;
    padding: 0;
}

.logo-list {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax( 200px, 1fr ) );
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    padding-top: 1rem;
}

.logo-list li {
    list-style-type: none;
    text-align: center;
    margin: 0;
}

.logo-list img {
    max-width: 130px;
    padding: 1rem;
    margin: 1rem;
    background: #1a1a1a;
    display: block;
}

.logo-list a {
    display: block;
    margin: 1rem;
}

/* END ABOUT PAGE ------------------------------------------------------------------------------- */

/* GASKET GOSSIP PAGE --------------------------------------------------------------------------- */
.blog section:nth-of-type(1){
    position: relative;
    width: 100%;
}

.blog .uno {
    position: relative;
    width: 25%;
    margin: 0;
    padding: 0;
}

.blog .dosTres {
    position: relative;
    width: 75%;
    margin: 0;
    padding: 0;
}

.blog article {
    overflow: hidden;
    /*! border-left: solid 9px #fd3500; */
    margin: 1rem 0rem 2rem 0rem;
    /*
    column-count: 3;
    column-gap: 2rem;
    */
}

.blog article a img {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}
/* END GASKET GOSSIP ---------------------------------------------------------------------------- */

/* FAQ PAGE ------------------------------------------------------------------------------------- */
.faqPost .plus,
.faqPost .minus {
    display: inline-block;
    width: 16px;
    height: 15px;
    vertical-align: bottom;
    position: absolute;
    left: 1rem;
}

.faqPost span{
    background: url(images/plus-minus.jpg) no-repeat 0px 0;
}

.faqPost .minus {
    background-position: -16px 0!important;
}

.faqAnswer {
	display: none;	
	/* background: url(images/O_ICON.jpg) no-repeat top left; */
	padding: 0 2rem 0 0;
	margin: 5px 0 0 0;
}

.faqAnswer p {
    font-size: 1.1rem;
}

.faqAnswer ul {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "Open Sans";
}

#faq .faqPost {
    margin: 0 0 10px 0;
}

#faq .faqPost h3{
    padding: 5px 5px 5px 0;
    position: relative;
    margin-bottom: 0;
}

#faq .faqPost a {
    width: 100%;
    height: 100%;
    max-width: 90%;
    display: inline-block;
    position: relative;
    padding: 8px 8px 0 8px;
    background: #1a1a1a;
    color: #ddd;
    padding: 1rem 1rem 1rem 3rem;
    font-weight:bold;
    font-family: "Open Sans";
}
/* END FAQ PAGE ------------------------------------------------------------------------------------ */

/* FOOTER --------------------------------------------------------------------------------------- */
footer {
    padding: 0;
    clear: both;
    background: #1A1A1A;
    border-top: 3px solid #fd3500;
}

.foot {
	padding: 12px;
}
/* END FOOTER ------------------------------------------------------------------------------------ */

/* PHOTO GALLERY SLIDER -------------------------------------------------------------------------- */
#memberLogos {
    margin: 0 auto;
}

#slider-container {
    padding: 0 8px;
    /*! background: ; */
}

#hero #slider-container {
    padding: 0 0 0;
    /*! max-width: 1000px; */
    margin: 0 auto;
    /*! min-width: 100%; */
    width: 100%;
    /*! max-width: 1400px; */
    max-width: 100%;
    background: #1a1a1a;
}

#gallerySlider #slider-container {
    padding: 1rem 0 0;
}

.lSAction > .lSPrev,
.lSAction > .lSNext {
    background-color: #000;
    border-radius: 100%;
}

@media (max-width: 976px) {
	#gallerySlider #slider-container {
    display: block;
    float: none;
    position: relative;
	}
}



@media (max-width: 791px) {
	#gallerySlider #slider-container {
    display: block;
    float: none;
    position: relative;
	}
}

/* END PHOTO GALLERY SLIDER -------------------------------------------------------------------- */


/* Hero Slider */
.hero-slider-item-content {
    background:#1a1a1a;
    overflow: auto;
    -webkit-clip-path: polygon(0 0, 63% 0, 78% 100%, 0 100%);
    clip-path: polygon(0 0, 62.75% 0, 77.75% 100%, 0 100%);
    margin-right: 15%;
}

.hero-interior .hero-slider-item-content {
    clip-path: polygon(0 0, 75.2% 0, 86.2% 100%, 0 100%);
    margin-right: 15%;
}

.hero-slider-item-content::after {
    content: "";
    position: absolute;
    left: 53.1%;
    top: 0;
    background: #FD3500;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12.8% 100%);    
}

.hero-interior .hero-slider-item-content::after {
    left: 63.7%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9.4% 100%);
}

.hero-cta {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    align-content: center;
    min-height: 25rem;
    max-width: 65%;
}

.hero-interior .hero-cta {
    min-height: 0;
    padding: 3rem 0 2rem;
}

.page-faq .hero-interior .hero-cta,
.page-contact .hero-interior .hero-cta {
    min-height: 150px;
}

.hero-cta-content {
    /*! align-self: stretch; */
    /*! min-height: 20rem; */
    justify-self: start;
    padding-left: 8rem;
    padding-top: .3rem;
}

.hero-cta-content h3 {
    font-size: 1.5rem;
}

.hero-cta-content h3 a {
    color: #FD3500;
}

.hero-cta-content p {
    color: #ddd;
    font-size: 1.3rem;
    line-height: 1.75rem;
    padding-bottom: 1rem;
    font-family: "Open Sans", "Montserrat";
}

.hero-cta-content a {
    display: block;
    margin-top: 1.5rem;
    color: #ddd;
    font-weight: normal;
    text-decoration: none;
}

.hero-cta-content a:after {
    content: "\f0a9";
    font-weight: 900;
    font-family: "FontAwesome";
    vertical-align: middle;
    padding-left: 1rem;
    color: #FD3500;
    font-size: 1.8rem;
}

.hero-cta-title {
    color: #FD3500;
    font-family: "League-Gothic", "Montserrat";
    font-size: 3.3rem;
    line-height: 3rem;
    padding-bottom: .5rem;
    padding-left: 8rem;
    font-weight: 400;
    font-kerning: .8;
    /*font-spacing: 50px;*/
}



/* FACEBOOK LIKEBOX ---------------------------------------------------------------------------- */
#facebook {
    padding-top: 10px;
    margin-bottom: 10px;
}

.fb-like-box {
    /* border: 1px solid #fd3500; */
	border: none;
}

.fb_iframe_widget {
    text-align: center!important;
    display: block!important;
}

.fb_iframe_widget > span { 
    width: 314px !important; 
    box-shadow: 0 0 9px #000!important;
}
.fb-like-box iframe { 
    width: 314px !important; 
}
/* END FACEBOOK LIKEBOX ------------------------------------------------------------------------- */




/***************************************************************************/
/* ADMIN - GASKET POST TYPE
****************************************************************************/
.toRemove {
	text-decoration: line-through;
	display: block;
}
/* WHITE LABEL ---------------------------------------------------------------------------------- */
.login h1 a { 
    background: url(http://192.185.185.175/~olsonsga/site/wp-content/themes/Tactics360/images/logo-login.png)!important;
    display: block!important; 
    overflow: visible!important; 
    background-size: 300px 115px!important;
    width: 319px!important;
    height: 115px!important; 
    margin: 0!important; 
    padding: 0 !important; 
}
/* END WHITE LABEL ------------------------------------------------------------------------------ */


/*
@media (max-width: 1024px) {

    .nav li {
        margin: 0 4.9%;
    }
    
    .nav li .subnav a {
    
        font-size: 10px;
        margin: 5px 0;
        line-height: 12px;
    }

    .nav li .subnav li {
        min-width: 100px;
        position: relative;
        border-bottom: solid 1px #f00;
    }    
    
    .nav li .subnav li:last-child{
        border: none;
    }

}
*/

@media only screen and ( max-width: 1600px ){
    .site-header,
    .site-main {
        margin: 0 8rem;
        max-width: 1600px;
    }    
}

@media only screen and ( max-width: 1460px ){
    .site-header,
    .site-main {
        margin: 0 3rem;
    }
    
    html {
        font-size: 80%;
    }
    
    #headerContact {
        justify-self: center;
        align-self: center;
    }

    .grid-block-item-search {
        justify-self: center;
    }

    .searchform-gasket-cta {
        font-size: 1.1rem;
    }

    .filter-controls form input, 
    .filter-controls form select {
        font-size: 1.1rem;
    }
}

@media only screen and ( max-width: 1175px ){
    .hero-slider-item {
        background-position: 115% 0!important;
    }    

    .page-about article:first-of-type .wp-caption.alignleft {
        width: 100%!important;
    }
}

@media only screen and ( max-width: 1024px ){
    html {
        font-size: 75%;
    }
    
    nav .nav li {
        width: auto;
        margin: 0 2%;
    }
    
    .parentMenu:hover .subnav {
        display: none;
    }    
    
    .home-product-cta {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }
    
    .article-wrap {
        grid-template-columns: 1fr;
    }

    .article-columns {
        column-count: 2;
    }

    .page-about article:first-of-type .wp-caption.alignleft {
        width: 236px!important;
    }    
}

@media only screen and (max-width: 976px) {
    .grid-block-item-search {
        display: none;
    }

    .unoDos,
    .dosTres,
    .uno,
    .dos,
    .tres {
        width: 100%!important;
        margin: 0;
        padding: 0;
    }
    
    .sideNav {
        min-height: unset;
    }

    .single .blog .sideNav,
    .archive .blog .sideNav {
        float: none;
    }
    
    .sideNav .bgImage {
        position: relative;
        margin: 0;
        padding: 0 15px 0 0;
        max-width: 80px;
        opacity: 1;
    }

    .single .blog .sideNav .bgImage,
    .archive .blog .sideNav .bgImage {
        float: left;
    }
    
    .blog .uno {
        float: none;
        padding: 16px;
    }

    .single .blog .uno,
    .archive .blog .uno {
        padding: 16px 0;
    }
    
    .blog .uno > div {
        padding-bottom: 16px;
        float: left;
    }
    
    .blog .uno > div .wp-caption {
        margin: 0 auto;
        overflow: auto;
        float: none;
        min-width: 40%;
        margin: 0 16px;
    }
    
    .blog .uno > div .wp-caption img {
       width: 100%;
    }
/*
    #faq .faqPost a {
        padding: 8px 16px 8px 0;
        margin-left: -8px;
    }

    #faq .faqPost h3 {
        max-width: 90%;
        margin: 0 auto;
        padding: 8px 0;
    }  
*/
    .innerBox li a {
        padding: 8px 0;
        display: inline-block;
    }

    .sideNav.innerBox li a {
        padding: 0 0 8px 0;
    }

    .hero-slider-item {
        background-position: 120% 0!important;
    }    
}

@media only screen and (max-width: 908px){
	#ourProjects article img {
		height: auto;
    }
    
    .hero-slider-item {
        background-position: 130% 0!important;
    }    
}

@media only screen and (max-width: 855px){
    .hero-slider-item {
        background-position: 180% 0!important;
    }      
}

@media only screen and (max-width: 810px){
    .site-header,
    .site-main {
        margin: 0 1rem;
    }
    
    .grid-block-banner {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        grid-template-areas: "logo headeraddress";
        grid-template-areas: unset;
        /*! overflow: auto; */
        align-items: center;
        padding-top: 3rem;
    }
    
    .grid-block-item-logo {
        grid-area:unset;
    }
    
    .grid-block-item-contactinfo {
        grid-area: unset;
    }  

    /* Single Gasket Product */
    .single-gasket_product section:first-child header:first-of-type {
        padding: 1rem;
    }

    .single-gasket_product section > header h1 {
        display: block;
    }    

    .gasket-results .gasket-product,
    .search .gasket-product {
        padding: 2rem 3rem;
        margin: 1rem 1rem 1rem;
    }

    .gasket-product a.read-more,
    .search.search-results .gasket-product a.read-more,
    .read-more {
        text-align: right;
        margin: 1rem 0 0 auto;
    }

}

@media (max-width: 768px) {
    
    .banner a {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    .unoDos,
    .dosTres,
    .uno,
    .dos,
    .tres {
        width: 100%!important;
        margin: 0;
        padding: 0;
    }
	
	.full > article {
		width: 100%;
	}
    
    .sidebar-right {
        grid-template-columns: 1fr;
    }
    
    .hero-slider-item {
        background-position: 350px 0!important;
    }

    .hero-slider-item-content {
        margin-right: 20%;
    }
    
    .hero-slider-item-content::after {
        left: 49.7%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 12.1% 100%);    
    }
    
    .hero-cta-title,
    .hero-cta-content {
        padding-left: 3rem;
    }

    .article-columns {
        column-count: 1;
    }
}

@media only screen and ( max-width: 700px ){
    .hero-slider-item {
        background-position: 250px 0!important;
    }
}

@media only screen and ( max-width: 665px ){
    #ourProjects .innerBox {
        grid-template-columns: repeat(auto-fit, minmax( 100px, 1fr ));
    }    
}

@media only screen and (max-width: 637px){

    .home #content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "homectas" "homehero" "homearticles";
    }

    .home .hero {
        grid-area: homehero;
    }

    .home #content section.full:first-of-type {
        grid-area: homectas;
    }

    .home #content section.full:nth-of-type(2){
        grid-area: homearticles;
    }

    .home .home-product-cta {
        padding: 0;
    }



	#ourProjects article {
		width: 100%;
	}

    .blog .uno > div .wp-caption {
        min-width: 50%;
    }   
    
    .hero-slider-item {
        background: none!important;
    }

    .hero-slider-item-content,
    .hero-interior .hero-slider-item-content {
        margin-right: 0;
        clip-path: unset;
    }
    
    .hero-slider-item-content::after {
        display: none;
    }
    
    .hero-cta {
        max-width: 80%;
        margin: 0 auto;
        justify-content: center;
    }
    
    .hero-cta-title,
    .hero-cta-content {
        padding-left: 0;
    }
    
    .subfooter {
        justify-items: start;
        grid-template-columns: 1fr;
        grid-row-gap: 3rem;
    }
    
    .admin-bar .main-nav {
        top: 46px;
        left: 0;
    }
    
    .admin-bar .banner {
        padding-top: 46px;
    }    

    .main-nav {
        position: fixed;
        top: 0;
        margin: 0;
        padding: 5px 0;
        width: 100%;
        box-shadow: 0 0 10px 5px #000;
        border-bottom: solid 3px #fd3500;
        border-top: 3px solid #fd3500;
        z-index: 1000000;
        height: auto;
        left: 0;
    }
    
    .main-nav .nav {
        margin: 0;
        padding: 0rem 2rem 2rem 2rem;
        max-height: 100%;
        width: auto;
        display: none;
    }
    
    .main-nav .nav li {
        width: auto;
        margin: 0;
        padding: 1rem 0 0 0;
        text-align: right;
        max-height: none;
        float: none;
    }
    
    .main-nav .nav li a {
        margin: 0;
        width: auto;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-top: 1rem;
    }
    
    .main-nav .nav li:last-of-type a {
        border-bottom: none;
    }

   
    .main-nav .nav .subnav li:last-of-type,
    .main-nav .nav li:last-of-type {
        border-bottom: none;
    }
    
    .main-nav .subnav {
        position: relative;
        border-radius: 0;
        margin: 0;
        padding: 0 0 1rem 0;
        width: auto;
        border: none;
    }
    
    .main-nav .nav .subnav li {
       display: block;
       border-bottom: none;
    }
    
    .main-nav .nav .subnav li a {
        display: block;
        width: auto;
        border-bottom: none;
        font-size: 1.3rem;
        line-height: 1.3rem;
        color: #444;
        padding: 1rem 0rem 0 0;
        margin: 0;
    }
    
    .main-nav .nav .subnav li a:hover {
        color: #fd3500;
    }
    
    .parentMenu .subnav,
    .parentMenu:hover .subnav {
        display: block;
        z-index: 1000;
        background: none;
    }    
 
    .mobile-nav-actions {
        display: block;
        position: relative;
    }

    .gasket-results .gasket-product img {
        float: none;
    }

    .content-main {
        width: 100%;
        float: none;
    }

    .content-aside {
        width: 100%;
        float: none;
    }

    .content-aside .innerBox {
        padding: 1rem 0 0;
        float: none;
    }


    .search .search-item .search-item-header {
        margin: 0 1rem;
    }

    .search .search-item .gasket-product {
        padding: 2rem 1rem;
    }

    .search .search-item .gasket-product img {
        width: 100%;
        display: block;
        clear: both;
    }

    .search .search-item .meta-info p {
        overflow: auto;
        display: grid;
        grid-template-columns: 160px 1fr;
        align-items: center;
    }

    .search .search-item .meta-info p strong {
        width: auto;
    }

    /* Single Gasket Product */
    .single-gasket_product .single-gasket-wrap article img {
        float: none;
        margin: 1rem 2rem 2rem 0;
    }
}

@media only screen and (max-width: 560px){

    #hero #heroTaglineWidget div.textwidget {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    
    .page-products #hero #heroTaglineWidget div.textwidget {
        padding-top: 40px;
    }

    .page-gasket-gossip #hero #heroTaglineWidget div.textwidget {
        padding-top: 10px;
    }    

    .page-faq #hero #heroTaglineWidget div.textwidget {
        padding-top: 50px;
    }

    .page-contact #hero #heroTaglineWidget div.textwidget {
        padding-top: 55px;
    }    
    
    #hero aside {
        width: 100%;
        background: none;
    }    
    
    #heroTaglineWidget p {
        font-size: 1em;
        display: inline-block;
        vertical-align: middle;
        margin: 10px 20px 10px 20px;
    } 
    
    .blog .uno > div .wp-caption {
        min-width: 70%;
    }    
    
    #ourProjects .innerBox {
        grid-template-columns: repeat(auto-fit, minmax( 120px, 1fr ));
    }

}

@media only screen and (max-width: 510px) {
    .grid-block-item-logo {
        justify-self:center;
    }
    
    .grid-block-item-contactinfo {
        justify-self: center;
        text-align: center;
        padding: 20px 0;
    }
    
    #headerContact {
        text-align: left;
        margin: 0;
        padding: 20px 0 0 0;
    }
    
    .address-title + br {
        display: none;
    }
    
    .address-title {
        display: none;
    }
    
    .address-address {
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .address-phone {
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .address-email {
        display: inline-block;
        padding-bottom: 10px;
    }

    #ourProjects article {
    	width: 100%;
    }

    #ourProjects article img {
    	max-width: 100%;
    } 
}

@media only screen and (max-width: 480px) {

    #hero,
    .page-about #hero,
    .page-products #hero,
    .page-contact #hero,
    .page-gasket-gossip #hero,
    .page-faq #hero {
        margin: 0;
    }
    
    .full {
        margin: 0;
    }
    
    #footer {
        padding: 0;
    }
    
    .foot {
        margin: 0;
        color: #000;
    }

    .foot cite {
        color: #fff;
        line-height: 1em;
        display: block;
    }
    
    .grid-block-banner {
        padding-top: 46px;
    }

    
    .banner a {
        text-align: center!important;
    }

    #homeNews article {
        margin: 20px 20px 30px;
        float: none;
        width: auto;
    }

    #homeNews img {
        height: auto;
    }

    #facebook {
        text-align: center;
        margin: 20px auto 40px;
    }

    .page-about .wp-caption {
        width: 100%!important;
    }
    
    
    .blog .uno > div .wp-caption {
        min-width: 90%;
    }

    .filter-controls-header {
        width: 43%;
        padding-right: 4%;
    }

    .filter-controls-header a {
        width: auto;
        padding: 0 0 0 16px;
    }

    .filter-controls-body {
        width: 53%;
    }

    .filter-controls p {
        width: auto;
        padding: 0 16px 16px 16px;
        margin: 0 0 0 auto;
    }

    .filter-controls-header a {
        padding: 0;
    }

    .filter-controls-header a.selected {
        padding: 0 0 0 8px;
    }

    .filter-controls form label {
        text-align: left;
    }

    .gasket-results .gasket-product img {
        margin: 1em 0;
    }
    
    #ourProjects .innerBox {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
    }    
}

@media only screen and ( max-width: 400px ){
    .filter-controls-header {
        width: 46%;
        padding-right: 4%;
    }

    .filter-controls-body {
        width: 50%;
    }    

    .page-about article:first-of-type .wp-caption.alignleft {
        width: 100%!important;
    }    

    .search .search-item .search-item-header {
        margin: 0;
    }

    .search .search-item .gasket-product {
        padding: 1rem 0;
    }

    .search .search-item .meta-info p {
        grid-template-columns: 110px 1fr;
        grid-column-gap: 8px;
    }

    .search .search-item .search-item-article-body {
        padding: 2rem 0 0;
    }

    .search .search-item .search-item-article-body img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .search .search-item .search-item-article-body .innerBox {
        clear: both;
        overflow: auto;
        text-align: left;
    }
}

@media only screen and ( min-width: 1460px ){
    .page-faq .hero-interior .hero-cta {
        min-height: 200px;
    }
}

#content {
    width: 100%;
    height: 100%;
    overflow: auto;
}


#slides {
    margin-bottom: 10px;
    height:auto;
    display: block;
    overflow: auto;
}

#slides li a {
    display: inline-block;
    width:100%;
    height:100%;
    max-height:100px;
    position:relative;
    overflow: hidden;
    text-align: center;
}

#slides li {
    list-style-type: none;
    margin: 0;
    padding:0;
}

#slides li a img {
    box-shadow: 0px 1px 3px #000;
    max-height:auto;
    width: auto;
    position:relative;
    bottom: 50%;
    border: none;
    box-shadow: none;
}