@charset "utf-8";

/* CSS Document */
@media screen {
.entry {
    line-height: 1.75rem;
    overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
a {
    color: #001347;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.fullwidth, .sbsbox {
    position: relative;
    clear: both;
}
.sbsbox input, textarea {
    max-width: 100%;
}
.sbsbox {background-size:cover;}
.sbsbox > * {
   width: 100%;
    flex-shrink: 100;
    max-width: auto;
    padding: 10em;
    color:#FFF;
    font-size:1.2em;
    background-size:cover;
}
.sbsbox h2 {
    color: #002c56;
    font-size: 2.2em;
    line-height: 1.2;
}
.sbsbox > *:nth-child(even), .highlightboxfirst > *:nth-child(odd) {/*set color here for highlight box */
    background: rgb(75,142,86); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(75,142,86,1) 0%, rgba(58,121,68,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(75,142,86,1) 0%, rgba(58,121,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(75,142,86,1) 0%, rgba(58,121,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b8e56', endColorstr='#3a7944', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #FFF;
}
.highlightboxfirst > *:nth-child(even) {/*set color here for non highlighted box color */
    background: #FFF;
}
.sbsbox.nohighlight > * {
    background: #FFF;
    color: inherit;
}
.sbsbox ul {
    list-style: none;
    margin-left: 2em;
    position: relative;
}
.sbsbox li {
    list-style: none;
    font-size: 1em;
    margin-bottom: 2em;
    font-weight: bold;
}
.sbsbox li h3 {
    display: inline;
    font-weight: 500;
}
.sbsbox li:before{
    background: url(../../../uploads/red_bullet.svg);
    color: #44854e;
    content: '';
    display: inline-block;
    margin-top: 0em;
    height: 2em;
    width: 2em;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -1em;
    position: absolute;
}
.sbsbox.whitechecks li:before {
    background: url(../../../uploads/checked.svg);
}
input, textarea {
    max-width: 100%;
}
.entry h2,.entry h3{clear:both;padding-top:1em;}
/* BLOG LAYOUT*/   
.blog-right-container h2 {
    font-size: 1rem;
}
.blog-right-container {
    font-size: .75rem;
}
.side-excerpt a {
    text-decoration: none;
}
.side-blog-title {
    font-weight: bold;
    text-decoration: none;
    font-family: 'Oswald';
    font-size: 1rem;
}
.coolwrap {
    background-color: #f5f5f5;
    padding: 15px;
    padding-top: 25px;
    margin-bottom: 33px;
    box-sizing: border-box;
    position: relative;
    display: block;
    overflow: auto;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
}
.blogdate {
    background-color: #ddebda;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    text-transform: uppercase;
    line-height: .8rem;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #626262;
    font-size: .75rem;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 15px;
}
.blog-content-container {
    margin-top: 20px;
}
.blogtitle {
    font-family: Oswald;
    font-size: 2rem;
    display: block;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
}
.blogtitle a {
    text-decoration: none;
}
.woocommerce-loop-product__title {
    font-weight: 300;
    font-size: .8rem;
    width: 100%;
}
.woocommerce ul.products li.product a {
    border: solid !important;
    border-color: rgba(191,191,191,1.00) !important;
    border-width: 1px !important;
    transition: transform .2s;
}
.woocommerce ul.products li.product a:hover {
    transform: scale(1.1);
}
.woocommerce ul.products li.product .button {
    display: none;
}
.woocommerce ul.products li.product .price {
    position: absolute;
    color: #FFF !important;
    top: 10px;
    left: 10px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.46);
}
.wp-caption {
    line-height: .75rem;
    margin-bottom: 10px;
    max-width: 100% !important; /* prevent too-wide images from breaking layout */
    padding: 0px;
    text-align: center;
    margin: 0px;
    border-width: 3px;
}
.wp-caption p.wp-caption-text {
    line-height: 1.3;
    font-size: .8rem;
    margin: 0px;
    padding: 0px;
    background-color: #007cba;
    color: #FFF;
    box-sizing: border-box;
    padding: .5rem;
    width: calc(100% - 10px);
    margin-left: 5px;
}
.wp-caption img {
    margin-bottom: 0px !important;
}
caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
}
.wp-caption img {
    margin: 0px;
    padding: 0px;
}
.h1holder {
    color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.h1holder h1 {
    align-self: center;
    font-family: 'Marcellus';
    font-weight: 400;
    font-size: 3em;
    color:#084701;
    border-top:solid;
    border-bottom:solid;
    border-bottom-width:2px;
    border-top-width:2px;
    padding-top:.5em;
    padding-bottom:.5em;
}
.coollink, input[type=submit]  {
 color: #181818;
    padding: 1em;
    border: solid;
    border-width:2px;
    font-size:1.3em;
    font-weight:bold;
    border-color: #084701;
    text-decoration: none;
    width: max-content;
    margin-top: 2em;
    line-height: 100%;
    display: flex;
    align-content: center;
    transition-duration: .5s;
    border-radius:5px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
.coollink span {
    font-size: 2em;
    color: #d7170c;
    align-self: center;
    margin-right: .5em;
}
.coollink:hover, input[type=submit]:hover {
    background: #084701 !important;
    color: #FFF !important;
}
.coollink:hover span {
    color: #FFF;
}
#main-h1 {
   
}
.highlightthis {
    font-size: 1.1em;
    padding: 1.1em;
    background-color: #d7170c;
    color: #FFF;
    border-radius: 1em;
}
.highlightthis a, .highlightthis a[href^=tel] {
    color: #FFF;
}
.rightjustifyphone {
    white-space: nowrap;
    text-align: right;
    width: min-content;
}
.pagetitleholder {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    grid-area: pagetitleholder;
  background-color:#fff;
    background-size: cover;
    background-position:center;
    Color:#084701;
    line-height: 0px;
    font-family:Marcellus;
}


.pagetitleoverlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#my-header, #header-logo, #header-nav {
    transition-duration: .25s;
    transition-property: all;
}
html {
  scroll-behavior: smooth;
}
     #footer-content{background-image: url(../images/footer-bg.jpg);background-size:cover;background-position:center;}

/* ------------STOP LONG URLS FROM BREAKING SMALL SCREEN LAYOUTS-------------- */
.entry a{    

 /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;}
    /* ------------END------------- */

    
    .wppage-985 .pagetitleoverlay,.wppage-987 .pagetitleoverlay,.wppage-989 .pagetitleoverlay,.wppage-991 .pagetitleoverlay,.wppage-993 .pagetitleoverlay,.wppage-995 .pagetitleoverlay,.wppage-997 .pagetitleoverlay,.wppage-999 .pagetitleoverlay   {display:none !important;}
   


    .homepageicons > * {padding:2em;}
}

