/* 

COLORS:

DARK GRAY #303030
MEDIUM GRAY #636466
LIGHT GRAY #FAFAFA
LIGHT BLUE #6692C0
MEDIUM BLUE #337AB7
DARK BLUE #043C75
RED #D2232A

font-family: 'Roboto Slab', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LAYOUT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
    font-family: "Heebo", sans-serif;
}

#page,
.navbar,
.after-footer {
    max-width: 100%;
}

#page {
    overflow: hidden;
    position: relative;
}

.panel.panel-default {
    margin: 15px auto;
}

#main-grid,
section {
    position: relative;
}

#main-grid {
    min-height: 100vh;
}

.archive #main-grid,
.search #main-grid {
    background: unset;
    min-height: unset;
    padding: 0 0 3rem 0;
}

#primary {
    max-width: 1368px;
    margin: 0 auto;
    margin-top: -200px;
    position: sticky;
    float: unset;
    padding: 0;
}

.home #primary {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 40px;
}

.panel-body {
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.content-area {
    padding-bottom: 0;
    padding-top: 0;
}

.w-100 {
    width: 100%;
}
.w-100 {
    height: auto;
    display: block;
    object-fit: contain;
    object-position: top;
}

@media (max-width: 1368px) {
    #primary {
        margin-top: 0;
    }
}

@media (max-width: 1368px) {
    .home #primary {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    div#sidebar {
        display: none;
    }
}

@media (max-width: 992px) {
    #content {
        margin-top: 0 !important;
    }
    #content {
        margin-top: 94px;
    }
}

/* ~~~~~~~~~~~~ */
/* misc layouts */

.series-section {
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

form .series-section {
    padding: 0;
}

@media (max-width: 768px) {
    .series-section .col-md-12:not(.full),
    .series-section .col-md-8,
    .series-section .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PAGE INTROS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.entry-content {
    background: rgb(28, 79, 156);
}

.page .entry-content,
.single .entry-content {
    padding: 30px;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px 10px black;
}

.home .entry-content h2,
.home .entry-content p {
    max-width: 1000px;
    margin: 16px auto;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content p,
.page .entry-content ul,
.page .entry-content .row {
    max-width: 1000px;
    margin: 16px auto;
    color: white !important;
}

.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content p,
.single .entry-content ul,
.single .entry-content .row {
    max-width: 1000px;
    margin: 16px auto;
    color: white !important;
}

.home .entry-content ul {
    padding-left: 0px;
}

.page .entry-content ul {
    padding-left: 15px;
}

.page .entry-content li,
.page .entry-content p {
    font-weight: 400;
    line-height: 1.5;
}

.page:not(.home) .entry-content h2,
.single .entry-content h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.entry-content div.sub-head-links {
    display: flex;
    margin: 15px auto;
    justify-content: center;
}

.sub-head-links a {
    color: white;
    font-weight: 700;
    text-shadow: 0 0 10px black;
}

.sub-head-links a:hover {
    text-decoration: none;
    color: #bf0426;
}

.sub-head-links a:not(:last-child):after {
    content: "•";
    display: inline-block;
    color: white;
    margin: 0 15px;
}

.page:not(.home) .entry-content {
    border-radius: 5px;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.entry-content .row {
    display: flex;
}

body:not(.page-id-2988) .entry-content .row iframe {
    height: calc(100% - 25px);
}

.entry-content form {
    max-width: 1030px;
    margin: 0 auto;
}

.parent-pageid-2709 .entry-content {
    margin-bottom: 0 !important;
}

.entry-content .row iframe {
    min-height: 250px;
}

.entry-content p a:not(.header-btn) {
    font-weight: 900;
    color: #88d4ff;
    text-decoration: underline;
}

.entry-content .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
}

.entry-content .product-gallery-col {
    margin: 12px;
}

.entry-content .product-images {
    padding: 0;
}

@media (max-width: 1368px) {
    .page .entry-content {
        border-radius: 0;
    }
}

@media (max-width: 1200px) {
    .sub-head-links a:not(:last-child):after {
        display: none;
    }

    .entry-content div.sub-head-links {
        flex-wrap: wrap;
    }

    .sub-head-links a {
        width: calc(100% / 3);
        padding: 5px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .home.page .entry-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .sub-head-links a {
        width: calc(100% / 2);
    }

    .page .entry-content .row {
        flex-wrap: wrap;
    }

    .entry-content .col-md-6,
    .entry-content .col-sm-6,
    .entry-content .col-md-4,
    .entry-content .col-md-12 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sub-head-links a {
        width: unset;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* RESETS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~ */
/* icons */

.icon {
    display: inline-block;
    line-height: 1;
}

.icon svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-1px);
}

.icon svg path {
    fill: currentColor;
}

.icon-wrap {
    background: #1c4f9c;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.icon-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-label {
    margin-top: 10px;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 480px) {
    .icon-wrap {
        width: 60px;
        height: 60px;
    }

    .icon-label {
        font-size: 12px;
    }
}

/* ~~~~~~ */
/* images */

picture {
    line-height: 0;
}

picture img {
    width: 100%;
    height: auto;
}

#gallery-1 img {
    border: 0 !important;
    padding: 0;
}
#gallery-1 .gallery-item img {
    width: 100%;
    height: auto;
}
#gallery-1 a {
    cursor: default;
}

#gallery-1 .gallery-item {
    margin: 10px;
}

@media (max-width: 992px) {
    .product-images {
        padding: 0;
    }
}

@media (max-width: 480px) {
    #gallery-1 .gallery-item {
        margin: 8px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TYPOGRAPHY */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~ */
/* links */

a {
    color: #d2232a;
    text-decoration: none;
    -o-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
    -ms-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
    -moz-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
    -webkit-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
}

a:hover {
    -o-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
    -ms-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
    -moz-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
    -webkit-transition:
        color 0.2s ease-out,
        background 0.2s ease-in;
}

/* ~~~~~~~~ */
/* headings */

h1 {
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
    font-size: 38px;
    line-height: 44px;
    color: #043c75;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #337ab7;
    font-weight: 400;
}

h3 {
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #303030;
}

h4 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
    margin: 0px auto;
    color: #303030;
}

h5 {
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d2232a;
}

h6 {
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    h3 {
        font-size: 24px;
    }
}

/* ~~~~~~~~~ */
/* body text */

p {
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #303030;
    font-weight: 300;
}

ul {
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #303030;
    font-weight: 300;
}

/* ~~~~~~~~~~~~~~ */
/* section titles */

.section-title {
    margin: 30px 0px;
}

.archive article,
.search article {
    margin-bottom: 1rem;
}

.archive a h2.door-title,
.search a h2.door-title {
    font-size: 20px;
    line-height: unset;
    min-height: unset;
    font-weight: unset;
    text-align: center;
    color: #337ab7;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-decoration: none;
    margin: 0px auto;
    padding: 0.5rem;
    font-family: unset;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border: solid;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5rem;
}

.heading-top,
.heading-bottom {
    display: block;
}

.heading-top {
    font-size: 0.75em;
}
.heading-bottom {
    font-size: 1.18em;
}

.single .hero-title {
    padding: 15px;
    border-radius: 15px;
    max-width: calc(100vw - 20px);
}

@media (max-width: 480px) {
    .section-title {
        margin: 0;
        margin-bottom: 15px;
    }

    .heading-top {
        font-size: 25px;
    }
    .heading-bottom {
        font-size: 45px;
    }
}

/* ~~~~~~~~~~~~ */
/* colored text */

.home.page h2.white-title,
.home.page.white-title {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Slab", serif;
    margin-bottom: 15px;
}

p.white-text {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

h3.black-title {
    font-family: "Roboto Slab", serif;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #303030;
}

p.top-white {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
}

p.top-white a {
    color: #ffffff;
    text-decoration: none;
}

p.top-white a:hover {
    color: #d2232a;
}

#content .special-door label {
    color: rgb(28, 79, 156) !important;
}

/* ~~~~~~~~~~~ */
/* styled text */

.uppercase {
    text-transform: uppercase;
    font-weight: 500;
}

span.bold {
    font-weight: 700;
}

/*door titles*/
a h2.door-title {
    font-size: 12px;
    line-height: 16px;
    min-height: 50px;
    font-weight: 700;
    text-align: center;
    color: #337ab7;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
    margin: 0px auto;
    padding-top: 5px;
    font-family: "Roboto Condensed", sans-serif;
}
h2.door-title.products-titles {
    margin: 5px 0px;
}
a h2.door-title:hover {
    color: #d2232a;
    text-decoration: none;
}

/* ~~~~~~~~~~~~ */
/* misc text */

.locations h6 {
    text-align: center;
}

h2.entry-title a {
    text-decoration: none;
}

.single h1.entry-title {
    max-width: 80%;
}

a p.uppercase.licensed {
    text-decoration: none;
    font-weight: 700;
    color: #337ab7;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0px;
}

p.top-white {
    font-size: 14px;
    text-align: center;
}

.top-header .social {
    text-align: center;
}

sup {
    top: -1.75em;
    font-size: 0.35em;
}

.find-heading {
    color: #043c75;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    padding: 30px;
    font-weight: 800;
}

.series-section .find-heading {
    width: 100%;
}

h2.entry-title:hover a {
    color: #bf0426;
}

h2.entry-title a {
    transition: all 0.3s ease-out;
    color: white;
    font-weight: 900;
}

.page-id-3185 .entry-content h2 {
    text-align: left !important;
}

@media (max-width: 630px) {
    .find-heading {
        font-size: 28px;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .page:not(.home) .entry-content h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ICONS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

i.fa.fa-star.red {
    color: #d2232a;
    font-size: 26px;
    float: left;
    padding: 5px;
    line-height: 20px;
    padding-right: 10px;
}

a i.fa.fa-star.red-big {
    color: #d2232a;
    margin: 0px auto;
    line-height: 0px;
    font-size: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BUTTONS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~ */
/* main buttons */

.button-area {
    padding: 15px 0px;
}

a.btn.btn-default {
    background-color: #d2232a;
    border: 0px;
    max-width: 300px;
    min-width: 200px;
    border-radius: 5px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: center;
    margin: 0px auto;
    display: block;
}

a.btn.btn-default:hover {
    background-color: #00aeef;
    border: 0px;
    max-width: 300px;
    min-width: 200px;
    border-radius: 5px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 300;
}

button.btn.btn-primary.light-blue {
    width: 100%;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 5px !important;
    margin: 10px 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.btn.btn-primary.dark-blue {
    width: 100%;
    background-color: #043c75;
    border: 1px solid #043c75;
    border-radius: 5px !important;
    margin: 10px 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.btn.btn-primary.red {
    width: 100%;
    background-color: #d2232a;
    border: 1px solid #d2232a;
    border-radius: 5px !important;
    margin: 30px 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.btn.btn-primary.blue {
    background-color: #6692c0;
    border: 1px solid #6692c0;
    border-radius: 5px !important;
    margin: 10px 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    width: 100%;
}

.btn-icon {
    display: flex;
    justify-content: space-around;
}

/* ~~~~~~~~~~~~ */
/* misc buttons */

.read-more.header-btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 75%;
    font-size: 24px;
    padding: 5px;
}

.btn-danger {
    color: #fff;
    background-color: #d2232a;
    border-color: #d2232a;
    border-radius: 5px !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-danger:hover {
    color: #fff;
    background-color: #d2232a;
    border-color: #d2232a;
}

button.btn.btn-primary.blog:hover {
    background-color: #d2232a;
    border: 1px solid #d2232a;
}

button.btn.btn-primary.home-invasions {
    background-color: #d2232a;
    border: 1px solid #d2232a;
    border-radius: 5px !important;
    margin: -10px 0 10px 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    width: 100%;
}

a.map-btn {
    text-decoration: none;
}

button.btn.btn-primary.red.maps {
    max-width: 80%;
}

button.btn.btn-primary.red.maps {
    max-width: 80%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

button.btn.btn-primary.red.maps:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}

a.products-btn {
    text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* IMAGES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* misc image styles */

img.alignnone.size-full.wp-image-5368 {
    transform: translate(-50%, -40%);
}

.img-fluid {
    display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COMPONENTS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~ */
/* sidebar */

.right-sidebar {
    margin-top: 15px;
    margin-bottom: 30px;
}

a h3.designs {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto;
    color: #d2232a;
    padding: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
}

.panel-title > a {
    color: inherit;
    text-decoration: none;
}

.panel-body a {
    text-decoration: none;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
}

.quote-form h2.series-title {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0px;
    font-weight: 600;
    color: #d2232a;
}

.quote-head img.attachment-full.size-full {
    text-align: center;
    margin: 0px auto;
    display: block;
    position: relative;
    padding: 15px;
    padding-top: 0px;
}

.quote-form {
    background-color: #fafafa;
    padding: 5px 0px;
}

@media only screen and (max-width: 768px) {
    /* HOMEPAGE */
    .right-sidebar {
        display: none;
    }
}

/* ~~~~~~~~~~~ */
/* breadcrumbs */

p#breadcrumbs {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 7px;
}

#breadcrumbs a {
    font-weight: 700;
    text-decoration: none;
    color: #337ab7;
}

#breadcrumbs a:hover {
    color: #d2232a;
}

/* ~~~~~~~~~~~ */
/* paginations */

.pagination {
    margin-top: 30px;
    align-items: center;

    flex-direction: column;
    gap: 10px;
}
.pagination .nav-links {
    display: flex;
    gap: 10px;
    color: #fff;
}

.pagination > li > a,
.pagination > li > span {
    border: unset;
    color: #112f5c;
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    padding: 0 10px;
    display: inline-block;
    min-height: 25px;
}

.pagination > li > span.current {
    background: #112f5c;
    color: #fff;
}

/* ~~~~~~~ */
/* coupons */

.coupon {
    max-width: 300px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    background: white;
    border-radius: 15px;
    z-index: 10;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.coupon > div {
    padding: 15px;
}

.coupon.open div {
    padding: 30px;
}

.coupon.open {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 60vw;
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
}

.coupon .btn {
    display: none;
}

.coupon.open .btn {
    display: block;
}

.coupon .fa-times {
    color: rgb(28, 79, 156);
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: none;
    transition: all 0.3s ease-in-out;
}

.coupon.open .fa-times {
    display: block;
}

.fa-times:hover {
    filter: brightness(1.5);
}

.coupon img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .coupon.open {
        max-width: calc(100vw - 30px);
        width: 100%;
    }
}

@media (max-width: 480px) {
    .coupon {
        position: relative;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }
    .coupon.open {
        position: fixed;
    }
}

/* ~~~~~ */
/* boxes */

/* blue box */

.blue-box {
    background: #1c4f9c;
    padding: 30px;
    border-radius: 5px;
}

h2.white-title.blue-box {
    background: #043c75;
    padding: 5px;
    border-radius: 5px;
}

.blue-box h3 {
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 34px;
}

.blue-box p {
    width: 80%;
    margin: 0 auto;
    color: white;
}

.blue-box .header-btn {
    background: white;
    color: #112f5c;
    margin-bottom: 10px;
}
.blue-box .header-btn:hover {
    color: #112f5c;
}

/* ~~~~~~~~~ */
/* galleries */

a .gallery-img h2.product-titles {
    text-align: center;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #6692c0;
    text-decoration: none;
}

a .gallery-img h2.product-titles:hover {
    color: #d2232a;
}

.galleries {
    margin: 30px 0px;
}

.col-md-2.gallery-img {
    margin: 15px auto;
}

.col-md-4.gallery-img {
    margin: 15px 0px;
}

.product-images {
    display: flex;
    padding: 60px;
    justify-content: center;
    padding-top: 0;
    flex-wrap: wrap;
}

.product-gallery-col {
    min-width: 300px;
    display: flex;
    justify-content: center;
    margin: 15px;
}

.product-gallery-col a {
    display: inline-block;
    flex: 1 1 auto;
    overflow: hidden;
    border-radius: 10px;

    border: 1px solid #ababab;
}

.product-gallery-col a img:hover {
    transform: scale(1.2);
}

.product-gallery-col img {
    border-radius: 6px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.gallery-link {
    display: flex;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BACKGROUNDS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.textured-bg {
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

/* #main-grid,
.home-guarantee {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url(https://steelshieldsecurity.com/dev/wp-content/uploads/image-4.jpg);
} */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ANIMATIONS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BOXES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#boxes a.btn.btn-default {
    max-width: 100%;
}

#boxes {
    position: fixed;
    z-index: 99999999;
    top: 40%;
    left: 0;
    width: 30%;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 15px;
    border-radius: 0 5px 5px 0;
}

#boxes h2 {
    margin: 10px 0 0 0;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #c6168d;
    text-transform: uppercase;
    text-align: left;
    max-width: 300px;
}

#boxes h3 {
    font-size: 25px;
    line-height: 30px;
    text-transform: inherit;
    letter-spacing: -0.5px;
    color: #fff;
    margin-top: 0;
}

#boxes p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

#boxes a.btn-arrow {
    float: right;
    display: block;
    background: #c6168d;
    padding: 5px;
    color: #0089d0;
    border-radius: 20px 0 0 20px;
    font-size: 30px;
    margin-right: -15px;
}

#boxes a .white-box {
    padding: 5px;
    background: #fff;
    border-radius: 20px;
}

#boxes .box-header {
    display: inline-block;
    position: relative;
    float: right;
}

#boxes button.close {
    display: inline-block;
    height: 20px;
    width: 100%;
    text-align: right;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 10px;
    float: right;
}

#boxes .close:hover,
#boxes .close:focus {
    outline: none !important;
}

@media only screen and (max-width: 979px) {
    body #boxes {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 100%;
        display: block;
        border-radius: 0;
        width: auto;
        height: auto;
        padding: 15px;
        position: relative;
    }

    #boxes h2,
    #boxes h3 {
        padding-left: 10px;
        max-width: 100% !important;
        margin: 0 auto;
    }
}

#boxes.blue-short {
    background: #6692c0;
}

#boxes.blue-short .close {
    color: #fff !important;
    text-shadow: 0 1px 0 #000;
    opacity: 0.8;
}

#boxes.blue-short h2 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    max-width: 288px;
}

#boxes.blue-short a.btn-arrow {
    float: none;
    display: block;
    background: #000;
    padding: 0;
    border-radius: 0 0 5px 0;
    font-size: 30px;
    margin: 0 -15px -15px -15px;
    text-align: right;
}

#boxes.blue-short a .white-box {
    padding: 5px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
}

#boxes.blue-short h3 {
    margin-bottom: 10px;
}

#boxes.blue-short h4 {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: table;
    margin-bottom: 10px;
}

#boxes.blue-short h5 {
    color: #fff;
    font-weight: bold;
}

#boxes.blue-short a.btn.btn-primary.dark-blue {
    display: block;
    width: fit-content;
    margin: auto;
    margin: auto !important;
    background-color: #fff;
    border: 1px solid #fff;
    color: #043c75;
    border-radius: 5px !important;
    margin: 10px 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

#boxes.blue-short .box-body a.btn.btn-primary.dark-blue:hover {
    background-color: #043c75;
    border: 1px solid #043c75;
    color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MYSTERIOUS ? */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* unsure if removing these would break anything or not: */

html.wtaiu-closed {
    width: 100%;
    margin-left: 0px;
    margin-right: -15px;
}

.top-spacing {
    padding: 15px 0px;
}

ul.design-archive {
    list-style: none;
    text-align: center;
    margin: 0px auto;
    font-family: "Roboto Slab", serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.design-list ul.design-archive li a {
    text-decoration: none;
    margin-left: -40px;
    text-align: center;
}

li.cat-item:before {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f02b";
    font-size: 12px;
    line-height: 0px;
    color: #d2232a;
    padding-right: 5px;
}

li.cat-item ul.children li:before {
    content: "\f02c";
}

li.cat-item {
    list-style: none;
    margin: 0px auto;
    margin-left: -20px;
}

@media only screen and (max-width: 640px) {
    .pull-left {
        float: none !important;
        margin: 0px 30px;
    }

    .pull-right {
        float: none !important;
        text-align: center;
        width: 100%;
        display: block;
    }
}
