@import url("//hello.myfonts.net/count/3b5b6f");
  
@font-face {
  font-family: 'Drama-Regular';
  src: url('/fonts/Drama-Regular/font.woff') format('woff');
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Light.woff") format('woff');
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-SemiBold.woff") format('woff');
    font-weight: bold;
}

a.anchor {display: block; position: relative; top: -140px; visibility: hidden;}

.script-font{font-family: 'Drama-Regular', serif;}
.headline-font{font-family: 'Playfair Display', serif;}
.subheading-font{font-family: "Metropolis"; font-weight: bold;}

.skew{transform: rotate(-5deg)!important;}

body {
    font-family: 'Metropolis', sans-serif;
    font-weight:100;
    font-size: 15px;
    color:#085261;
}

b, strong{
  font-family: "Metropolis", sans-serif; font-weight: bold;
}

h1{font-size:26px;}
h2{font-size:23px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0;
}


.social-icon-wrapper a:hover {
    opacity: 0.7; 
}

.footer-wrapper{position:fixed; bottom:0px; width:100%; text-align:center; z-index: 9999999;}

.privacy{position:relative; padding:15px 25px 15px 25px; text-align:center; z-index: 9999999; background-color:#706f6f; box-shadow: 0px -3px 3px rgba(0,0,0,0.2);}
.privacy-inner{max-width:800px; margin:0px auto 0px auto;}
.privacy-inner a {color:#fff; text-decoration:underline;}

/*
.black{color:#000000!important;}
.black-bg{background-color:#000000!important;}
.black-border{border:1px solid #000000!important;}
.grey{color:#faf5f5!important;}
.grey-bg{background-color:#faf5f5!important;}
.grey-border{border:1px solid #faf5f5!important;}
.white{color:#FFFFFF!important;}
.white-bg{background-color:#FFFFFF!important;}
.white-border{border:1px solid #FFFFFF!important;}
.salmon{color:#ED7069!important;}
.salmon-bg{background-color:#ED7069!important;}
.salmon-border{border:1px solid #ED7069!important;}
.blue{color:#085261!important;}
.blue-bg{background-color:#085261!important;}
.blue-border{border:1px solid #085261!important;}
.yellow{color:#FFED80!important;}
.yellow-bg{background-color:#FFED80!important;}
.yellow-border{border:1px solid #FFED80!important;}
.pink{color:#F070BD!important;}
.pink-bg{background-color:#F070BD!important;}
.pink-border{border:1px solid #F070BD!important;}
.green{color:#99E3A8!important;}
.green-bg{background-color:#99E3A8!important;}
.green-border{border:1px solid #99E3A8!important;}
*/

.black{color:#000000!important;}
.black-bg{background-color:#000000!important;}
.black-border{border:1px solid #000000!important;}
.grey{color:#faf5f5!important;}
.grey-bg{background-color:#faf5f5!important;}
.grey-border{border:1px solid #faf5f5!important;}
.white{color:#FFFFFF!important;}
.white-bg{background-color:#FFFFFF!important;}
.white-border{border:1px solid #FFFFFF!important;}
.salmon{color:#ff7600!important;}
.salmon-bg{background-color:#ff7600!important;}
.salmon-border{border:1px solid #ff7600!important;}
.blue{color:#085261!important;}
.blue-bg{background-color:#085261!important;}
.blue-border{border:1px solid #085261!important;}
.yellow{color:#FFFFFF!important;}
.yellow-bg{background-color:#FFFFFF!important;}
.yellow-border{border:1px solid #FFFFFF!important;}
.pink{color:#F070BD!important;}
.pink-bg{background-color:#F070BD!important;}
.pink-border{border:1px solid #F070BD!important;}
.green{color:#e8ded6!important;}
.green-bg{background-color:#e8ded6!important;}
.green-border{border:1px solid #e8ded6!important;}


.social-icon-wrapper .fa-stack{width:30px!important;}
.sh-button{border-radius:0px!important; transition: 0.3s all ease; font-weight:bold;}
.sh-button:hover {opacity: 0.8}

.sh-button-small{border-radius:0px!important; transition: 0.3s all ease; font-weight:bold; padding:0px 10px 0px 10px;}
.sh-button-small:hover {opacity: 0.8}

.navbar-brand img {
   width: 300px;
   position: relative;
}

.main-menu-part {
    width:auto;
    position:relative;
    float:right!important;    
}

.main-menu-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;    
}

.main-menu-part ul li {
    float: left;
    padding: 0px 1px 0px 1px;
}

.main-menu-part ul li a {  
    display: block;
    padding: 5px 10px 5px 10px;
    text-transform: capitalize;
    font-weight: normal;  
    font-size: 16px;
    color: #085261;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    border-radius:0px;
}

.main-menu-part ul li a:hover {
    background-color:#faf5f5;
    color: #F070BD;
    text-decoration:none;
}

.main-menu-part ul li ul {
    position: absolute;
    z-index: 9999999;
    padding: 0px;
    display: none;
    background-color:#F070BD;
    color:#fff;
    xbox-shadow: 0px 0px 10px rgba(0,0,0,.2);    
}

.main-menu-part ul li:hover ul {
    display: block;
}

.main-menu-part ul li ul li {
    width: auto;
    float: none;
    display: block;
    text-align: left;
    margin: 0px 0px;
}

.main-menu-part ul li ul li a {
    background-color:#F070BD;
    color: #ffffff;
    text-decoration:none;
}

.main-menu-part ul li ul li a:hover {
    background-color:#F070BD;
    color: #ffffff;
    text-decoration:none;
}

#active-item {
  color: #99E3A8;
}

.hamburger {
  padding: 4px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}


.footer-logo{max-width:175px;}
.footer-copyright{font-size:12px;}

.footer-menu-wrapper{font-size:12px;}
.footer-menu-wrapper a {color:#085261;}

.home-hero-wrapper{background-position: center center; background-size:cover;}
.home-hero-line-1{font-size:125px; line-height:80px;}
.home-hero-line-2{font-size:50px;}
.home-hero-line-3{font-size:16px;  opacity: 0.8;}

.hero-wheel{margin-top:-22px; max-height:425px}

.home-panel-wrapper{padding-bottom:75px!important;}
.home-panel-title-1{font-size:75px; line-height:55px;}
.home-panel-title-2{font-size:28px;}
.home-panel-desc{font-size:18px;}
.home-panel-button{position:absolute; width:100%; bottom:15px;}

.newsletter-sign-up{font-size:15px;}
.newsletter-sign-up-title{font-size:55px; line-height:35px; margin-top:-15px; margin-bottom:5px;}

.home-intro{margin-bottom:25px;}
.home-intro-image{position:relative; margin-bottom:-25px; display:inline-block;}
.home-intro-header{font-size:65px; margin-left:-120px; line-height:45px;}
.home-intro-p1{font-size:24px; line-height:28px;}
.home-intro-p2{font-size:15px;}

.home-intro-box-wrapper{position:absolute; top:20px; left:0px;}
.home-intro-box{width:50px; height:50px; margin-bottom:10px;}

.home-shop-title{font-size:65px; line-height:45px;}
.home-shop-left{margin-bottom:0px; margin-right:0x; z-index:100}
.home-shop-right{margin-left:0px; margin-top:0px; z-index:90}



.home-shop-left img{max-height:200px; margin-bottom:15px;}
.home-shop-right img{max-height:200px; margin-bottom:15px;}

.blog-summary-name{font-size:18px; font-weight:bold; line-height:18px;}
.blog-summary-intro{font-size:12px;}
.blog-summary-click a{font-size:12px; font-weight:bold;}
.blog-summary-image{background-position: center center; background-size:cover; background-repeat:no-repeat;}
.blog-summary-image:after {content: ""; display: block; padding-bottom: 100%;}

.blog_summary_title_1{font-size:50px;}
.blog_summary_title_2{font-size:20px;}
.blog_summary_title_x{margin-bottom:-65px; margin-left:-40px; z-index: 999; font-size:70px;}

.testimonial-comment{}
.testimonial-credit{font-size:12px;}
.testimonial-box-wrapper{position:absolute; top:5px; left:0px; width:100%;}
.testimonial-box{position:relative; width:20px; height:20px; display:inline-block;}

.my-story-hero-wrapper{background-position: top center; background-size:cover;}
.my-story-hero-line-wrapper{margin-left:-30px;}
.my-story-hero-line-1{ font-size:40px;}
.my-story-hero-line-2{ font-size:100px; line-height: 85px;}

.my-story-script{ font-size:125px; line-height: 115px;}
.my-story-pull-title{ margin-left:-125px;}
.my-story-push-image{ margin-right:-95px;}

.basic-hero-wrapper{background-position: center center; background-size:cover;}
.basic-hero-line-1{font-size:125px; line-height:80px;}
.basic-hero-line-2{font-size:30px; line-height:32px;}
.basic-hero-line-3{font-size:14px;}
.basic-hero-wheel{margin-top:-22px; max-height:325px}

.basic-hero-alt-wrapper{background-position: center center; background-size:cover;}
.basic-hero-alt-line-1{font-size:125px; line-height:80px; margin-left:-35px;}
.basic-hero-alt-line-2{font-size:48px; line-height:32px; margin-top:-15px; margin-left:100px;}
.basic-hero-alt-line-3{font-size:16px;  margin-left:100px;}
.basic-hero-alt-wheel{margin-top:-22px; max-height:325px;}

.split-text-script{font-size:65px; line-height:65px; margin-top:-15px;}

.text-script{font-size:65px; line-height:65px; margin-top:-15px;}
.text-script-smaller{font-size:50px; line-height:50px; }
.service-button-bottom{position:absolute; width:100%; bottom:15px;}

.overlap-headline-font{font-size:28px; line-height:28px;}
.overlap-script-font{line-height:20px;}

.service-1-wrapper{background-image:none;}
.service-offer-1{font-size:38px;}

.service-3-wrapper{background-image:none;}
.quote-bar{font-size:18px;}

.pay-title{font-size:24px;}

.blog-hero-wrapper{background-position: center center; background-size:cover;}
.blog-hero-line-1{font-size:90px; line-height:70px;}
.blog-hero-line-2{font-size:24px; line-height:24px;}
.blog-hero-line-3{font-size:14px;}
.blog-hero-line-4{font-size:28px;}
.blog-hero-wheel{margin-top:-22px; max-height:350px}

.blog-hero-title{margin-left:0px!important;}







.ev11-left-heading span {
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.evlc-one {
    overflow: hidden;
}

.evlc-one-left {
    float: left;
    width: 80px;    
}

.evlc-one-left p {
    font-size: 50px;
    font-weight:bold;
    margin-bottom: 0;
    line-height: 1;
}

.evlc-one-left span {
    display: inline-block;
    font-size: 17px;

}

.evlc-one-right {
    overflow: hidden;
    padding-left:10px;
}

.evlc-one-right span#name-heading {
    display: block;
    
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.evlc-one-right > p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.evlc-one-right > p span {
}

.evlc-para p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px;
}

.evlc-para a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-top: 14px;
    border-radius: 0px;
    padding: 7px 20px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.evlc-para a:hover {
    opacity: .7;
}

.evlc-one {
    padding: 20px 25px 25px 5px;
    border-top: 1px solid #f0f0f0;    
}


.ev11-right-heading span {
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ev11-right {
    padding: 0px 40px;
    padding-bottom: 18px;
}

.evr11-one {
    overflow: hidden;
}

.evr11-one-left {
    float: left;
    width: 60px;
    padding-right:15px;
}

.evr11-one-left span {
    font-size: 40px;
    margin: 0;
    line-height: 1;

}

.evr11-one-left p {
    font-size: 17px;
    margin-bottom: 0;
    
}

.evr11-one-right {
    overflow: hidden;
    padding-left:10px;
}

.evr11-one-right span {
    display: block;
    
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.evr11-one-right p {
    font-size: 12px;
    margin-bottom: 0;
}

.evr11-one-right a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;

    margin-top: 17px;
    border-radius: 0px;
    padding: 5px 30px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    margin-bottom: 15px;
}

.evr11-one-right a:hover {
    opacity: .7;
}

.evr11-one {
    border-bottom: 1px solid  #D4D4D4;
    padding-top: 20px;
}

.evr11-last a {
    margin-bottom: 0;
}

.evr11-last {
    border-bottom: 0;
}

.event11 {
    padding-top: 20px;
    padding-bottom: 50px;
}



.blog-title{font-size:38px;}
.blog-author-image{border-radius: 50%; width:100px;}
.blog-author-name{font-weight:bold;}
.blog-author-name{}
.blog-intro{font-size: 18px;}
.blog-pull-quote{font-size:22px; margin-top:-25px; margin-left:-25px; margin-right:25px;}
.blog-author-bio{font-size:12px;}
.share-the-love{font-size:50px; line-height:10px}


.blog-list-style-1-hero{background-position:center left; background-repeat: no-repeat; background-size: contain; padding:120px 0px 120px 0px}
.blog-list-style-5-hero{background-position:right center!important; background-repeat: no-repeat; background-size: contain; padding:120px 0px 120px 0px}

.blog-list-name{font-size:20px; font-weight:normal; xline-height:18px;}
.blog-list-intro{font-size:12px;}
.blog-list-click a{font-size:12px; font-weight:bold;}

.form-heading{font-size:80px;}

.contact-details-heading{font-size:24px;}
.contact-details-data{font-size:18px;}

.standalone-title {padding-bottom:75px!important;}
.standalone-title h1{font-size:70px!important;}

.img-circle{border-radius:50%;}
.img-5-and-6{max-height:275px;}

.img-home-intro{max-width:600px;}