@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); /* font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /* fo

/* ========================================= */
/*              Base                         */
/* ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
    font-size: 32px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
    font-size: 24px;
}

div,
p,
a,
ul,
li,
ol {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25;
}

a {
    color: #0071bc;
}
a:hover {
    color: 005a95;
}

.row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
}

/*Button and Input Styles*/
button.small,
.button.small {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}
input[type='submit'] {
    -moz-appearance: none;
    background-color: #008cba;
    border-color: #007095;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 0.5rem 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
}
input[type='submit']:hover {
    background: #007095;
}
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
textarea {
    background: none repeat scroll 0 0 #f2f2f1;
}

/* Setup Base Styles */
p {
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
    margin-left: 0;
}

figure {
    margin: 0;
    display: table;
    position: relative;
}
figure img {
    max-width: 100%;
}
figure.columns img {
    width: 100%;
}
figcaption {
    caption-side: bottom;
    display: table-caption;
    line-height: 1.25;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}
figure.alignleft figcaption {
    padding: 0 0.7rem 0 0;
}
figure.alignright figcaption {
    padding: 0 0 0 0.7rem;
}
.alignright {
    float: right;
    padding: 0.7rem 0rem 0.7rem 0.7rem;
}
.alignleft {
    float: left;
    padding: 0.7rem 0.7rem 0.7rem 0rem;
}
.aligncenter {
    margin: 15px auto;
}
figure.gallery-item {
    float: left;
    margin: 10px;
}

/* Setup Base Styles for Menu */
.contain-to-grid .top-bar {
    max-width: 100%;
}
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
}
.top-bar {
    background: #ccc;
}
.top-bar-section ul li > a {
    color: #000;
    font-size: 16px;
}
.top-bar-section .dropdown {
    top: 39px;
}

/* Setup Base Styles for Blog */
article.loop-wrap {
    padding: 0;
    margin-bottom: 25px;
}
.postinfo > p {
    margin: 10px 0;
}
.np {
    clear: both;
}
.previouspl,
.nextpl {
    margin: 1rem 0 0;
}
.medium-8.columns.loop-wrap,
.medium-12.columns.loop-wrap,
.medium-8.columns.loop-wrap article.article .medium-12.columns,
.medium-8.columns.loop-wrap article.article .medium-8.columns,
.medium-12.columns.loop-wrap article.article .medium-12.columns,
.medium-12.columns.loop-wrap article.article .medium-8.columns {
    padding-left: 0;
}

/* Base Styles for Footer Menu */
#footer-bottom-right,
#footer-bottom-left {
    text-align: center;
}
footer .menu ul {
    margin: 0 auto;
}
footer .menu ul li {
    display: inline-block;
}
footer .menu ul li a {
    padding: 0 5px 0 0;
}
footer .menu ul li a:after {
    content: '|';
    padding-left: 5px;
    position: relative;
}

/* Base Styles for Footer Menu */
#footer-bottom-right,
#footer-bottom-left {
    text-align: center;
}
footer .menu-footer ul {
    margin: 0 auto;
}
footer .menu-footer ul li {
    display: inline-block;
}
footer .menu-footer ul li a {
    padding: 0 5px 0 0;
}
footer .menu-footer ul li a:after {
    content: '|';
    padding-left: 5px;
    position: relative;
}

/*Some styles for widgets*/
.address-wrap p.address {
    display: inline-block;
    margin: 0;
}

/*Style for pagination*/
.custom-pagination {
    clear: both;
    display: block;
    padding-left: 0.9375rem;
}
.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 2px 10px;
}
.custom-pagination a {
    background-color: #315d9e;
    color: #fff;
}
.custom-pagination a:hover {
    background-color: #943980;
    color: #fff;
}
.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}
.custom-pagination span.dots {
    padding: 0;
    color: #36015d;
}
.custom-pagination span.current {
    background-color: #943980;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    /*Slide out menu styles */
    .off-canvas-wrap.move-right .left-off-canvas-menu {
        overflow-y: inherit;
        min-height: 400px;
    }
    .top-bar.show-for-medium-up.clearfix {
        display: none !important;
    }
    .tab-bar.show-for-small-only {
        display: block !important;
    }
    #header-menu {
        bottom: auto;
        padding: 0;
        position: relative;
        right: auto;
        width: 100%;
    }

    #wrapper .menu-header li.right {
        float: none;
        position: absolute;
        right: auto;
        top: -37px;
        width: 100%;
    }

    nav.tab-bar,
    .left-off-canvas-menu,
    .off-canvas-wrap.move-right,
    .off-canvas-wrap.move-left {
        background: #93397f;
    }
    ul.off-canvas-list li a {
        color: #fff;
    }
    .tab-bar,
    .tab-bar .menu-icon {
        height: 40px;
        line-height: 40px;
        text-indent: 30px;
    }
    .tab-bar .menu-icon span {
        top: 12px;
        left: 15px;
    }
    a.left-off-canvas-toggle.menu-icon {
        color: #fff;
        font-size: 20px;
        width: auto;
        padding-left: 10px;
    }
    nav.tab-bar:hover {
        background: #315d9e;
    }
    ul.off-canvas-list {
        width: 100% !important;
        text-indent: 10px;
    }
    ul.off-canvas-list li a:hover {
        background: #315d9e;
        color: #fff;
    }
    .move-right > .inner-wrap {
        -webkit-transform: translate3d(200px, 0, 0);
        -moz-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        -o-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        background: #fff;
    }
    .left-off-canvas-menu {
        width: 200px;
    }
    .left-off-canvas-menu * {
        list-style: none;
    }
    .tab-bar section.right {
        padding-right: 15px;
    }
    .tab-bar section.right a {
        color: #fff;
        font-size: 20px;
    }
    .left-off-canvas-menu {
        overflow-x: visible;
    }
    .left-off-canvas-menu li.right {
        float: none;
        width: 100%;
    }
    #branding {
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    #footer-top-wrapper .widget-container {
        text-align: center !important;
    }
    ul#contact span {
        position: relative !important;
    }
    ul#contact i {
        float: none !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    article.loop-wrap {
        padding: 0 0.9375rem;
    }
}

.nopadding {
    padding: 0;
}
.nopadding-right {
    padding-right: 0;
}
.nopadding-left {
    padding-left: 0;
}

.bg-art {
    background-image: url('../img/CBF-banner1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
}

button.small,
.button.small,
input[type='submit'] {
    background: rgba(0, 113, 188, 0.5);
    color: #fff;
    border: 1px solid #fff;
}
button.small:hover,
.button.small:hover,
input[type='submit']:hover {
    background: rgba(0, 113, 188, 1);
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
textarea {
    border: 1px solid #000;
}

section#content.row {
    max-width: 960px;
}

.alertbox {
    background: #ccc;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.alertbox p {
    color: #fff;
    margin: 0;
}

/*********************** Header Widget Area *************************/
header .widget-container {
    padding: 8px 0;
    text-align: right;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}

/************************ Header Nav **********************/
.home .header-wrap {
    background: #fff;
}
.header-wrap {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.header-wrap .row {
    position: relative;
}
.nav-pos {
    bottom: 0;
    position: absolute;
    right: 0;
}
.top-bar {
    background: none;
}

.top-bar-section ul li > a {
    color: #404041;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section ul li.current_page_item,
.top-bar-section ul li.current-menu-item {
    background: #0071bc none repeat scroll 0 0;
}
.top-bar-section ul li.current_page_item a,
.top-bar-section ul li.current-menu-item a {
    color: #fff;
}

#branding {
    padding: 10px 0;
}

/********************* Top Banner Area ************************/
section#top-banner {
    padding: 50px 0 25px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.images-wrap {
    position: relative;
    margin: 0 0 20px;
}
.title-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.images-wrap img {
    float: left;
    width: 50%;
}
.images-wrap a.link-pos {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.images-wrap a.link-pos:hover {
    background: rgba(141, 115, 23, 0.5) none repeat scroll 0 0;
}

section#top-banner .widget-title {
    display: none;
}
section#top-banner h1 {
    font-size: 42px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
}
section#top-banner h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.request-quote.button.small {
    font-size: 28px;
    font-weight: 600;
    background: rgba(0, 113, 188, 0.5);
    border: 1px solid #fff;
    margin: 25px 0 0;
    color: #fff;
}
.request-quote.button.small:hover {
    background: rgba(0, 113, 188, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/********************** Home Promo Block *******************************/
section#content-home.home-promo {
    padding: 75px 15px;
}
.about-imgs:first-child {
    margin: 0 0 40px;
}
.home-promo p {
    color: #404041;
    font-size: 20px;
    line-height: 1.25;
    text-align: left;
    padding-left: 25px;
}
.home-promo .flex-about p:last-child {
    margin: 0;
}
.flex-about {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.flex-about img {
    height: auto;
    width: 225px;
}

/******************** About Block ******************************/
section#about-block {
    background-image: url('../img/CBF-blue-texture.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    background-attachment: fixed;
}
section#about-block h1 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}
section#about-block p {
    font-size: 20px;
    color: #fff;
}
section#about-block a.read-more.button.small {
    display: block;
    margin: 20px auto 0;
    width: 250px;
    background: rgba(0, 113, 188, 0.5);
    border: 1px solid #fff;
    color: #fff;
    display: none;
}
section#about-block a.read-more.button.small:hover {
    background: rgba(0, 113, 188, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/*********************** Footer Area *************************/
footer {
    background-image: url('../img/crossbow-footer-3.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
footer h3,
footer a,
footer {
    color: #fff;
}
section#footer-top-wrapper {
    text-align: center;
    padding: 25px 0;
}
footer a i {
    line-height: 1;
}
#footer-top-wrapper a {
    display: block;
    margin: 0 0 15px;
}

#footer-bottom-wrapper {
    padding: 0 0 25px;
}
#footer-bottom-left {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
}
#footer-bottom-left a {
    font-size: 14px;
    font-weight: 400;
}

footer .menu-footer ul li:last-child a::after {
    content: '';
}
.social_icon {
    margin: 0 1rem 0 0;
    width: 2rem;
}

/****************************** Mobile *************************************/

@media only screen and (max-width: 1230px) {
    header .widget-container {
        padding: 8px 15px;
    }
    #branding {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 1100px) {
    section#content-home .medium-10.medium-centered.columns {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    section#about-block p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 965px) {
    .title-holder {
        font-size: 32px;
    }
    section#content-home.home-promo {
        padding: 50px 15px;
    }

    section#about-block p {
        font-size: 19px;
    }
    #branding {
        width: 100%;
    }
}

@media only screen and (max-width: 852px) {
    section#top-banner h1 {
        font-size: 36px;
    }

    section#about-block p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 799px) {
    section#top-banner h1 {
        font-size: 36px;
    }

    section#about-block p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    nav.tab-bar,
    .left-off-canvas-menu,
    .off-canvas-wrap.move-right,
    .off-canvas-wrap.move-left {
        background: #ccc none repeat scroll 0 0;
    }
    nav.tab-bar:hover,
    ul.off-canvas-list li a:hover {
        background: #0071bc none repeat scroll 0 0;
    }
    .header-wrap .medium-5.columns.nopadding-left {
        padding: 0;
        width: 100%;
    }
    #branding {
        display: block;
        float: none;
        margin: 0 auto;
        width: 50%;
    }
    section#top-banner h1 {
        font-size: 42px;
    }
    section#top-banner .medium-7.columns,
    section#top-banner .medium-5.columns {
        text-align: center;
        width: 100%;
    }
    .images-wrap {
        margin: 25px auto 20px;
        position: relative;
        width: 60%;
    }
    section#content-home .medium-5.columns {
        display: block;
        float: none;
        margin: 0 auto;
        width: 60%;
    }
    section#content-home .medium-7.columns {
        float: none;
        display: block;
        width: 100%;
    }

    form .medium-8.medium-centered.columns {
        width: 80%;
    }
}

@media only screen and (max-width: 735px) {
    section#content-home .medium-10.medium-centered.columns {
        width: 100%;
    }
    section#about-block p {
        font-size: 23px;
    }
    section#footer-top-wrapper.medium-6.medium-centered.columns.clearfix {
        width: 80%;
    }
}

@media only screen and (max-width: 666px) {
    form .medium-8.medium-centered.columns,
    section#footer-top-wrapper.medium-6.medium-centered.columns.clearfix {
        width: 100%;
    }
    .wpcf7-form-control-wrap.quantity {
        display: block;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 639px) {
    section#contact p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    section#top-banner h1 {
        font-size: 40px;
    }

    #footer-bottom-left {
        font-size: 13px;
    }
}

@media only screen and (max-width: 567px) {
    section#top-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    .images-wrap {
        width: 80%;
    }
    section#content-home .medium-5.columns {
        width: 70%;
    }

    section#contact p {
        font-size: 16px;
    }
    #footer-bottom-left {
        font-size: 15px;
    }
}

@media only screen and (max-width: 532px) {
    #branding {
        width: 70%;
    }
    section#top-banner h1 {
        font-size: 36px;
    }
    section#content-home .medium-5.columns {
        width: 75%;
    }

    section#about-block p {
        font-size: 20px;
    }
    section#contact p {
        font-size: 18px;
        padding: 0 15px;
    }
    figure.alignright {
        float: none;
        margin: 0 auto;
        padding: 0 0 15px;
    }
    .tabs dd,
    .tabs .tab-title {
        float: none;
    }
    .flex-about {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-flow: column nowrap;
    }
    section#content-home h1 {
        text-align: center;
    }
    .home-promo p {
        padding: 15px;
    }
}

@media only screen and (max-width: 479px) {
    #branding {
        width: 70%;
    }
    section#top-banner h1 {
        font-size: 28px;
    }
    section#content-home .medium-5.columns {
        width: 95%;
    }
    .request-quote.button.small {
        font-size: 24px;
    }
    section#about-block p {
        font-size: 20px;
    }
    section#contact p {
        font-size: 18px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 374px) {
    section#about-block p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 350px) {
    section#top-banner h1 {
        font-size: 26px;
    }
    .title-holder {
        font-size: 24px;
    }

    section#about-block h1 {
        font-size: 32px;
    }
    section#contact p {
        font-size: 16px;
    }
}
