@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: #FFF;
    font-size: 2.2em;
    line-height: 1.2;
}

.sbsbox>ul, .entry>ul {
    list-style: none;
    margin-left: 2em;
    position: relative;
}
.sbsbox > ul > li, .entry > ul > li {
    list-style: none;
    font-size: 1vw;
    margin-bottom: 2em;
    font-weight: bold;
}
    .entry > ul > li > ul {margin-top:1em;}
    .entry > ul > li > ul > li{margin-top:.5em;}
    
    
.sbsbox li h3, .entry li h3 {
    display: inline;
    font-weight: 500;
}
.sbsbox > ul  >li:before, .entry > ul > li:before {
    background: url(../../../uploads/red_bullet.svg);
    color: #44854e;
    content: '';
    display: inline-block;
    margin-top: -.4em;
    height: 2em;
    width: 2em;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -1em;
    position: absolute;
}
    .sbsbox > div{display:flex;justify-content: center;align-content: center;}
    .sbsbox > div > *{align-self: center;}
.sbsbox.whitechecks li:before {
    background: url(../../../uploads/checked.svg);
    }
    .sbsbox a{color:#FFF;}
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;
   display:flex;
  min-height:100%;
    width: 100%;
  justify-content: center;
    align-content: center;
}
.h1holder h1 {
    align-self: center;
    font-family: 'Roboto';
    font-weight: 900;
 }
.coollink {
 color: #181818;
    padding: 1em;
    border: solid;
    border-color: #2b86da;
    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 {
    background: #d7170c !important;
    color: #FFF !important;
}
.coollink:hover span {
    color: #FFF;
}
#main-h1 {
    text-shadow: 1px 1px 5px rgb(0 0 0 / 79%);
}
.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: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    grid-area: pagetitleholder;

    background-size: cover;
    background-position:center;
    line-height: 0px;
}

.pagetitleholder h1 {
    padding-bottom: 2%;
    padding-top:2%;
}
    .pagetitledimmer{width:100%;height:100%;background-color: rgba(0,0,0,0.27);}
.pagetitleoverlay {
   
  
    width: 100%;
  height:100%;
    
    background-position: 0% 101%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#my-header, #header-logo, #header-nav, #header-phone-number {
    transition-duration: .25s;
    transition-property: all;
}
html {
  scroll-behavior: smooth;
}

/* ------------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: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;}
    /* ------------END------------- */


 #footer-content{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
    .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;}
    .location-lower{padding:2em;font-size:1.2em;background-image:url(https://www.yachtservicellc.com/wp-content/uploads/location-background.jpg);background-size:cover;background-position: center;font-weight:bold;}
    .homepageicons > * {padding:2em;}
        .my-google-map{width:100%;}
    .sbshighlightleft{background-color:#930002;}
 .sbshighlightright{background-color: #0D4892;}
      .contact-banner, .contactbubble{ transition: all .1s ease-in-out; }
.contact-banner:hover,.contactbubble:hover { transform: scale(1.2); }
    .contactbubble{width:100%;height:100%;display:flex;}
    .entry .contactbubble{margin-top:1em;margin-bottom:1em;}
    .contactbubble a{display:block;width:max-content;position:relative;margin-left:auto;margin-right:auto;border:solid;border-width:2px;border-color:#FFF;border-radius:1.8vw;align-self:center;padding:1.5vw;font-size:2.5vw;background-color:rgba(0,0,0,0.71);  color:#FFF;text-decoration: none;  }
    
    .mypx>div{background-color:rgba(0,0,0,0.44); border-radius:1vw; display:flex;}
  .mypx {background-repeat:no-repeat;}
    .mypx>div>*{align-self:center;}
    .mypx{display:flex;justify-content: center;font-size:1vw;color:#FFF;border-top:solid;border-color:#FFF;}
    #px1 {background-image: url("../images/px1-bg.jpg");background-size:100% auto; background-position:50% 100%; transition: all 2s;}
     #px2 {background-image: url("../images/px2-bg.jpg");background-size:100% auto; background-position:50% 100%; transition: all 2s;}
    #px1.intersected  {background-position:50% 90%;}
    #px2.intersected  {background-position:50% 90%;}
    .mega-menu-link:hover{color:#3896d3 !important;}
    .fluid-width-video-wrapper{margin-bottom:20px;}
}
@keyframes expansion {
 from {
    transform: scaleY(0.1)  translateX(-200px);
 
  }
  to {
    transform: scaleY(1)  translateX(-0px);
      
  }
}
