.caldera-grid h3 {
    font-weight: 400 !important;
    border-bottom: 2px solid !important;
    padding-bottom: 2px !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}

/** TODO: Clean up these rules! **/

.gfxlab-photobox .image_frame {
    border-width: 6px !important;
    border-color: rgba(0,0,0,0.1) !important;
    border-style: solid !important;
    border-radius: 0px !important;
}

.border-top-bottom {
    border-top: 1px solid rgba(0,0,0,0.1)!important;
    border-bottom: 1px solid rgba(0,0,0,0.1)!important;
}



.light-text {}

.light-text h4 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.light-text p {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.bold-text h4, .bold-text p {
  font-weight: bold !important;
}

/* Borders ----------------------------------- */
.vertical-border-left {
    border-left: 1px solid rgba(0,0,0,.1);
}

/* Shadows ---------------------------------- */
.shadow_bottom {
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.shadow_inset {
    box-shadow: inset 0 5px 17px -6px rgba(0, 0, 0, 0.1), inset 1px -6px 17px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 5px 17px -6px rgba(0, 0, 0, 0.1), inset 1px -6px 17px -6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 5px 17px -6px rgba(0, 0, 0, 0.1), inset 1px -6px 17px -6px rgba(0, 0, 0, 0.1);
}
.shadow_top_round:before {
    display: block;
    top: 0px;
    clip: rect(-40px auto 0 auto);
}
.shadow_bottom_round:after {
    content: " ";
    height: 100px;
    position: absolute;
    width: 90%;
    z-index: -10;
    border-radius: 10% / 50%;
    bottom: 0;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.05);
    height: 100px;
    left: 5%;
    z-index: -10;
}

/* ----------------------------------------- */


/** NEW - August 17 **/
.gfxlab h4 {
    font-size: 19px!important;
    line-height: 23px!important;
    font-weight: normal!important;
    letter-spacing: 0.5px!important;
}
.gfxlab p {
        font-weight: normal!important;
        font-size: 18px!important;
        margin-bottom: 20px!important;
        line-height: 30px!important;
    }

h4.title {
    font-size: 19px!important;
    line-height: 23px!important;
    font-weight: normal!important;
    letter-spacing: 0.5px!important;
}
    div.desc {
        font-weight: normal!important;
        font-size: 16px!important;
        /* margin-bottom: 20px!important; */
        line-height: 26px!important;
    }


.icon_box a, .list_item a {
    display: initial !important;
    font-weight: 600!important;
    font-style: italic!important;
    color: #0f6100!important;
}


/* ------------------------------------------------------------------------------- */


/* -----------------M o b i l e  M e n u ------------------------------------- */


.gfxlab-product-heading h3.bullet-font {
    font-size: 3em;
    line-height: 1.5em;
}

/* Product Headers should be smaller for smaller devices */
@media only screen and (max-width: 1023px) {
    .gfxlab-product-heading h3.bullet-font {
        font-size: 2em;
        line-height: 1.2em;
    }

    .wpb_column.vc_column_container.vc_col-sm-4.mpc-column {
        margin-top: 30px!important;
    }

}

/** Temporary hack for giant logo.. fix correctly! **/
#Top_bar #logo img {
    vertical-align: middle;
    max-height: 100%;
    height: 65px!important;
    width: auto!important;
}


/* Shrink logo size for tiny screens */
@media only screen and (max-width: 349px) {

    #Top_bar #logo img {
        vertical-align: middle;
        max-height: 100%;
        height: 40px!important;
        width: auto!important;
    }

    #Top_bar #logo img.logo-mobile {
        display: inline-block;
    }

}



@media only screen and (min-width: 1240px) {
    /* Hide Normal Menu & Show Mobile Button */
    body:not(.header-simple) #Top_bar #menu {
        display: block!important;
    }
}

@media only screen and (max-width: 1239px) {
    /* Hide upper right menu */
    .header-stack #Top_bar .secondary_menu_wrapper {
        display: none!important;
    }

    /* Reposition Mobile 'Hamburger' button */
    .mobile-header-mini #Top_bar a.responsive-menu-toggle {
      /*  top: 30px!important; */
        left: auto;
        right: 10px;
        margin-top: -17px;
    }
    .header-stack #Top_bar a.responsive-menu-toggle {
        position: absolute!important;
        margin-top: -17px!important;
    }
}

@media only screen and (max-width: 1239px) and (min-width: 960px) {
    .section_wrapper, .container, .with_aside .content_wrapper {
        max-width: 95% !important;
    }
}


/* Hide 411, About Us, Contact menu items on desktop.. only show mobile */
@media only screen and (min-width: 1240px) {
    #menu-item-2316, #menu-item-2317, #menu-item-2318 {
        display: none!important;
    }
}

/** Hide 411, About Us & Contact under Services in Footer **/
#Footer li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2316,
#Footer li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2317,
#Footer li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2318 {
    display: none;
    visibility: hidden;
}

/* ------------------------------------------------------ */







#Header .secondary-menu > li > a {
    color: #4c4c4c;
    font-family: "Roboto Condensed", Arial, Tahoma, sans-serif;
    padding: 0 10px;
    font-size: 16px;
}
#Header .secondary-menu li ul li a {
    color: #2a2a2a;
    font-family: "Roboto Condensed", Arial, Tahoma, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    /* text-align: center; */
    white-space: nowrap;
    padding: 7px 10px;
}

#menu-item-214 > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    opacity: .6;
    border-top-color: #4c4c4c;
}
#menu-item-214.hover > a:after {
    border-top-color: #000;
}


/***************************************************************************************/


.custom-submit-button input.btn {
    background-color: #95bc21 !important;
    color: #fff!important;
    padding: 13px;
    width: 100%;
    font-weight: bold;
}


/* Product Page sections.. */
/* Headers */
.green-bar {

    background-image: -moz-linear-gradient( 90deg, #6dab3c 0%, #95bc21 100%);
    background-image: -webkit-linear-gradient( 90deg, #6dab3c 0%, #95bc21 100%);
    background-image: -ms-linear-gradient( 90deg, #6dab3c 0%, #95bc21 100%);
    padding: 20px 0px 20px 4px;
    width: 100%;
    box-shadow: 0px 1px 1px #444, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
    color: #fff;
    text-shadow: 0px 1px 1px #444;
}
/* Content Blocks */

/***********************************************/


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f4f5f7;
    border: 1px solid #d7d8da;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}


.about-us-page-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f4f5f7;
    border: 1px solid #d7d8da;
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); */
    margin: 0px !important;
    width: 56%!important;
}

/* Change form header thickness */
.caldera-grid h3 {
    font-weight: 400;
}


/* LayerSlider hack to fit shadow inside div */
.ls-minimal {
    padding: 10px!important;
    background: #fff!important;
    box-shadow: 0px 10px 70px -26px #000!important;
}
/****/


/*  H A C K  for sidebars WIDTH */
.aside_both .sidebar.sidebar-1 {
    margin-left: -96%;
}
.aside_both .sidebar.columns {
    width: 1%;
}
/*    */



/* Border Classes */
.gfxlab_leftborder {
    border-left: 2px solid rgba(0,0,0,0.05);
}

.gfxlab_rightborder {
    border-right: 2px solid rgba(0,0,0,0.05);
}

.gfxlab_topborder {
    border-top: 2px solid rgba(0,0,0,0.05);
}

.gfxlab_bottomborder {
    border-bottom: 2px solid rgba(0,0,0,0.05);
}

/***********/



.gfxlab-product-heading .vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_20.vc_sep_pos_align_center.vc_sep_color_grey.vc_separator-has-text {
    margin-bottom: 0px;
}




.gfxlab.product-page-separator .vc_icon_element-inner.vc_icon_element-color-black.vc_icon_element-size-sm.vc_icon_element-style-.vc_icon_element-background-color-grey {
    width: 2em;
    height: 4em;
}
.gfxlab .fancy_heading_line .inside {
    font-weight: 600;
    font-size: 1em;
}


div.gfxlab-sectionheader hr {
    float: left;
    /* border-width: 2px!important; */
    /* color: #93c04e; */
    /* background-color: #93c04e!important; */
    height: 2px;
}

.gfxlab-view-prices a.mfn-link.mfn-link-4 {
    padding: 12px 0px 10px;
    margin: 0;
    margin-top: -10px;
}

.gfxlab-view-fancylink a.mfn-link.mfn-link-2 {
    display: inline-block;
    margin: 0;
}
.gfxlab-view-fancylink-top a.mfn-link.mfn-link-2 {
    /* display: block; */
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
}


div.cutmethods h2 {
    font-family: "bullet", Arial, Tahoma, sans-serif;
    color: #fff;
    font-size: 50px;
    text-shadow: 0px 2px 5px rgba(0,0,0,1);
}

.bullet-font {
    font-family: 'Bullet', Arial, Tahoma, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}


.gfxlab.red.vc_separator.vc_sep_double {
    height: initial!important;
}















#Top_bar .menu > li > a {
    letter-spacing: 0px;

}



#Top_bar .menu > li ul li a {
/*    font-family: inherit !important; */
}


.vc_row-fluid.down-arrow {
position: relative;
}

.gfxlab.down-arrow {
position: static;
}

.vc_row-fluid.down-arrow:before {
content: “”;
display: block;
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 0;
}


    .diagonal-shadow::before,
    .diagonal-shadow::after {
        position: absolute;
        content: '';
        pointer-events: none;}

    .diagonal-shadow {
        z-index: 1;
        padding-top: 6em;
        background: #2072a7;}

    .diagonal-shadow::before,
        .diagonal-shadow::after {
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;}

    .diagonal-shadow::before {
        height: 50%;
        background: #535353;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;}









/* // Shadow box*/

/* Breadcrumbs color fix.. */
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
    color: rgba(247, 247, 247, 1);
}
#Subheader ul.breadcrumbs li span {
    margin: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* -- Style Rules for text in Heading Slider -- */

/* Title */
h4.vc_custom_heading.gfxlab.slider_subheader {
    font-size: 3em!important;
    line-height: 0em!important;
    color: #f2f2f2;
    padding-top: 40px;
    text-align: center!important;
    /* font-family: "Bullet", Arial, Tahoma, sans-serif; */
    font-weight: 500!important;
}

.slider_subheader.excerpt span.vc_sep_line {
    border-color: #000!important;
    border-width: 2px 0px 0px !important;
}

/* Excerpt, used as a sub-title in this case */
.gfxlab.slider_subheader.excerpt h4 {
    margin: 20px auto!important;
    font-size: 1.4em !important;
    text-align: center!important;
    padding: 0 .8em!important;
    line-height: 1em!important;
    color: #f3f3f3!important;
}
/* -------------------------------------------- */



#Top_bar .menu > li ul li a {
    font-family: "Roboto Condensed", Arial, Tahoma, sans-serif;
}



/** ######  **/

 .gfxlab.shadow-seperator h4 {
    font-size: 22px;
    font-weight: 500;
    font-family: "Squada One", Arial, Tahoma, sans-serif;
    text-align: center;
}

.gfxlab.red h4 {
    color: #993300 !important;
    font-size: 2em;
    font-weight: 500;
    font-family: "Squada One", Arial, Tahoma, sans-serif;
    text-align: center;
}

.gfxlab.dealer-top-shadow {
    background-repeat: no-repeat!important;
    background-size: 90%!important;
    background-position-y: top!important;
    background-position-x: center!important;
}

h1.vc_custom_heading.gfxlab.heading {
    font-size: 4em!important;
    line-height: 1em!important;
    padding-top: 40px;
    text-align: center;
    font-weight: 500;
}

.gfxlab.dealer-p p {
    text-align:  center;
    font-size:   15px;
    line-height: 25px;
    font-weight: bold;
}


/* ################################### */

/** Back to top was white by default for some reason, this will make it translucent **/
.footer-copy-center #Footer .footer_copy a#back_to_top {
    background-color: rgba(0,0,0,0.3)!important;
}




/** Custom ShareThis button styles **/
.share-container {
  margin: 5px 0;
  line-height: 25px;
}

.stButton {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 11px;
  line-height: 16px;
}

.stButton .chicklets {
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 3px;
  white-space: nowrap;
  font-family: Helvetica,sans-serif;
  font-size: 11px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}

.fa {
  font-size: 1.6em;
  padding-right:.4em;
}

.fa-facebook {
  color:#fff;
}

.stButton .facebook {
  background-color:#3A5795;
  padding:.8em 1.4em 1.2em 1.4em;
  color:#fff;
  border-radius:6px;
  font-size:1.1em;
}

.stButton .twitter {
  background-color:#00B0ED;
  padding:.8em 1.4em 1.2em 1.4em;
  color:#fff;
  border-radius:6px;
  font-size:1.1em;
}

.stButton .pinterest {
  background-color:#BE091C;
  padding:.8em 1.4em 1.2em 1.4em;
  color:#fff;
  border-radius:6px;
  font-size:1.1em;
}

.stButton .googleplus {
  background-color:#DD4B39;
  padding:.8em 1.4em 1.2em 1.4em;
  color:#fff;
  border-radius:6px;
  font-size:1.1em;
}

/* \ ShareThis button styles */



#Footer .footer_copy { border-top: 1px solid rgba(0, 0, 0, 0.1); }
#Footer .footer_copy .one { margin-bottom: 50px; padding-top: 60px; }

.home_table {}
.home_table td { text-align: left; padding: 30px 0; }
.home_table td.t1 { color: #1a1a1a; font-size: 21px; line-height: 21px; width: 35%; border-right: 0; }
.home_table td a.button { margin-bottom: 0; }


/* Decorative Dividers */
.dashed-divider {
    background-position: initial;
    background-size: 5px;
}


/* Home Page */

/* ========================= */

.gfxlab_sticker_ico img {
    width: 225px;
}

.gfxlab_sticker_ico .trailer_box .desc {
    bottom: initial;
}

.gfxlab.red {
    margin-top: -6px!important;
}
.gfxlab.red h4 {
    color: #993300 !important;
    font-size: 1.8em;
    font-weight: 500;
    font-family: "Squada One", Arial, Tahoma, sans-serif;
    text-align: center;
}


h1.vc_custom_heading.gfxlab.heading {
    font-size: 3em!important;
    padding-top: 40px;
    text-align: center;
    font-weight: 700;
}

.vc_separator.vc_sep_double {
    height: 20px!important;
}

.gfxlab-product-heading h1.bullet-font {
    font-size: 3em;
    line-height: 1.5em;
}

.gfxlab .desc h1 {
    font-size: 100%;
    line-height: 30px;
}

.mhb-view.desktop .action-bar .mhb-row-wrapper .mhb-logo {
margin-top: 10px;
}

/** Add Padding to Desktop Menu.. **/
.desktop .left.mhb-col, .desktop .right.mhb-col {
    padding-right: 25px;
    padding-left: 25px;
}

.bullet-font-heading, .bullet-font-heading h1, .bullet-font-heading h2, .bullet-font-heading h3, .bullet-font-heading h4 {
    font-family: 'Bullet', Arial, Tahoma, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
}

.color-black { color: #000; }


/** Logo Sizes... **/
.mhb-view.mobile img.logo {
    height: 40px;
    width: auto;
    max-width: unset;
    margin-left: -30px;
}
.mhb-view.tablet img.logo {
    height: 50px;
    width: auto;
    max-width: unset;
}

.mhb-view.desktop img.logo {
    height: 160px;
    width: auto;
    max-width: unset;
}


/** Hide Search Bar **/
.mhb-extras .search.hide {
    display: none;
    visibility: hidden;
}
.mhb-col.right {
    align-items: normal;
}





.woocommerce .product div.entry-summary > p.price {
    margin-bottom: 10px;
}

.wcpa_form_item {
    margin: 0;
}





/**** REALLY HACKY WAY TO REMOVE PRODUCT GALLERY ON LEFT ***/
/*
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    clear: none;
}


.column.one-second.product_image_wrapper {
    display: none;
    visibility: hidden;
    width: 0px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    clear: none;
}
*/



.desktop .left.mhb-col, .desktop .right.mhb-col {
    padding-right: 0;
    padding-left: 0;
}



.mhb-item.mhb-menu {
    margin: 0px;
}




 #menu-item-214 > a:after {
    content: "\e869";
    display: block;
    width: unset;
    height: unset;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
    border-top: none;
    border-left: none;
    border-right: none;
    opacity: 1;
    border-top-color: white;
}


.mhb-view.desktop {
    background-color: #ffffff;
    background-image: url(/assets/uploads/2019/01/Header-BG_art_002.png);
    background-size: 100% 70px;
    background-repeat: no-repeat;
    background-position-y: 76px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}




.bullet_header .wpb_wrapper {
    text-align: center;
}

.bullet_header p {
    font-family: 'Bullet', Arial, Tahoma, sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 46px;
    line-height: 1.25em;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px;
    color: #fff;
}

.bullet_header p::first-letter {
    font-size: 1.5em;
}

.bullet_img_header .wpb_wrapper > div {
    margin-bottom: 0px;
}

.bullet_img_header img.scale-with-grid {
    max-width: 70%!important;
    padding: 4px 0px;
}




.wpb_single_image.wpb_content_element.vc_align_center.sticker_type_header_img img {
    width: 420px;
    margin-bottom: -35px;
}



/* Position the WHITE CUSTOM & WHITE STANDARD headers over the images. */

.sticker_type_header_img {
    position: relative;
}

.mfn-header-menu .mfn-menu-link .menu-icon i {
    color: inherit;
}

.mfn-header-menu .mfn-menu-li.current-menu-item > .mfn-menu-link {
    color: inherit;
}