/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
a{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
text-decoration: none;
color: #FEC752; font-weight: 900;font-family:'Lato', sans-serif;}
a:hover{color:#000 }
a img{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;}
.smoothie{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;}
.smoothiefast{-webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;}
h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0; color: #245f3e; font-weight: 400; }
p{margin: 0 0 10px 0;}
strong{ color: #245f3e;}
img{max-width: 100%;}
/* ==========================================================================
   common styles
   ========================================================================== */
.flex-between-wrap{display: flex; justify-content: space-between; flex-wrap: wrap;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

:root {
  --green: #245f3e;
  --yellow: #FEC752;

}

body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--green) var(--yellow);
}
body::-webkit-scrollbar-track {
  background: var(--yellow);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--green);
  border-radius: 6px;
  border: 3px solid var(--yellow);
}


.container{width: 100%; max-width: 1920px; margin: 0 auto; background: #fff; font-family:'Asap', 'Lato', sans-serif; }
body{background: #e7e7e7;}
.header{width: 100%; padding: 10px 40px;position: relative; align-items: center;}
.logo{width: 180px;}
.navi{text-align: right;}
.navlink{font-weight: 500; color: #245f3e; text-transform: capitalize; font-size: 18px;font-style: italic; margin-left: 20px;}
.current{font-weight: 700; }
.navlink:hover{color: #FEC752; background: none;}
.toggleholder{display: none; width: auto;}

.phantomheader{ opacity: 0; width: 100%; position: fixed; top:0; left: 0; z-index: -1000000;box-shadow: 0 14px 28px rgba(150,150,150,0.15), 0 10px 10px rgba(150,150,150,0.12); -webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease; align-items: center;}
.phantomheader.sticky{opacity: 1;z-index: 999998;background: #fff; padding: 20px 40px; }

.lowerheader{width: 100%; text-align: right; padding: 15px 40px; position: relative; background: transparent; background: #FEC752; align-items: center}
.lowerheaderbg{width: 100%; position: absolute; top: 0; right: 0; z-index: 1; display: none; }
.phone{position: relative; z-index: 2; padding-top: 0px;color: #245f3e; font-size: 20px;}
.phone a{font-weight: 500; color: #245f3e; }
.weegateway{color: #245f3e; font-size: 30px; font-weight: 700; font-style: italic;}

.hero{width: 100%; position: relative;}
.herocontent{width: 35%; background: #245f3e; padding: 140px 100px 140px 40px; color: #fff; position: relative;}
.herocontent h1{color:#fff; font-family: 'Varela Round', sans-serif; font-size: 34px; font-weight: 700; text-transform: uppercase; line-height: 40px}
.herocontent a:hover{color: #fff;}
.heroimage{width: 65%; position: relative; z-index: 5;}
.vidimage{position: absolute; bottom: 20px; right: 20px; width: 230px;}
.upperimagelogo{position: absolute; bottom: 20px; right: 20px; width: 160px;}
.yellowswoosh{position: absolute; top: -10px; right: 0; z-index: 3; }
.herolinkholder{position: absolute; top: 0; right: -60px; height: 100%; display: flex; align-items: center; z-index: 6}

.herolink{background: #FEC752;  color: #245f3e; text-transform: uppercase; text-align: center; font-weight: 900; font-family:'Lato', sans-serif; font-size: 24px; line-height: 26px; letter-spacing: -0.5px; height: 130px; width: 130px; display: flex; justify-content: center; align-items: center; border-radius: 65px;
transition: color 0.5s ease;}
.herolink:hover{background: #FEC752;  color: #245f3e; box-shadow: 0px 5px 20px 0px rgba(0,0,0, 0.2), 0px 5px 20px 0px rgba(0,0,0, 0.2);}
/*
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}

.herolink:before {
  content:'';
  float: left;
  width: auto;
  padding-bottom: 100%;
}

*/
.boxes{width: 100%;}
.eachbox{width: 30%; display: flex; align-items: center; padding: 200px 50px; position: relative;}
.eachbox3{width: 33.333333%; }
.boxcover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(88, 88, 90, 0.3); z-index: 1;}
.boxlink{text-align: center; font-size: 40px; color: #fff; width: 100%; font-weight: 700; position: relative; z-index: 2; text-transform: uppercase;}
.boxlink span{font-size: 20px; text-transform: capitalize; font-weight: 400; display: block;}
.eachbox:hover .boxcover{background: rgba(88, 88, 90, 0.6);}
.textbox{padding: 50px; width: 40%; display: flex; align-items: center; position: relative;}
.textboxcontent{text-align: center; font-size: 20px;color: #3b4044;}
.textboxcontent h3{color: #3b4044; font-weight: 700; text-transform: uppercase;}
.whitebuffer{width: 100%; height: 40px; background: #fff;}

.location{width: 100%;}
.locationtext{width: 35%; padding: 100px 50px;text-align: center; font-size: 20px; background: #FEC752; color: #3b4044}
.locationtext h3{color: #3b4044; font-weight: 700;text-transform: uppercase;}
.locationtext a{color: #245f3e; }
.locationtext a:hover{color: #fff; }
.mapper{width: 65%;}




.footer{width: 100%; height: auto; background: #F3F9FC; padding: 20px; text-align: center;}

.footlogo{border-bottom: 0px solid #fff; display: inline-block; padding: 0px; max-width: 150px;}
.footnavi{padding: 20px 0 0;}
.footnavbuffer{font-size: 12px; color: #ccc; margin: 0 10px;}
.footnavlink{font-weight: 500; color: #245f3e; text-transform: uppercase; font-size: 14px;}

.footnavlink:hover{color: #FEBF0F; background: none;}
.footcurrent{color: #DCCC00;}

.lowerfooter{width: 100%; padding: 20px; background: #245f3e; text-align: center; color: #fff; font-size: 12px;}
.lowerfooter a{color: #DCCC00;}
.lowerfooter a:hover{color:#fff;background: none;}
/* Grow Rotate */
.hvr-grow-rotate {

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.upperimage{width: 100%; height: calc(100vh - 300px); position: relative;}
.textcontent{width: 100%; margin: 0 auto; max-width: 1200px; padding: 40px 0; font-size: 1.2rem;}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.locationmapper{width: 100%; height: 400px;}

.blogarchive{width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.eachblogarchive{width: calc(25% - 7.5px); margin-bottom: 10px; background: #F3F9FC; position: relative;}
.eachblogarchive:nth-child(4n+2){margin: 0 5px 10px 10px;}
.eachblogarchive:nth-child(4n+3){margin: 0 10px 10px 5px;}
.eachblogarchivetext{padding: 20px; font-size: 1rem; font-weight: 400;}

.blogcover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(88, 88, 90, 0.5); z-index: 1;}
.bloglink{text-align: center; font-size: 24px; color: #fff; width: 100%; font-weight: 700; position: relative; z-index: 2; text-transform: uppercase; padding: 100px 20px;}
.bloglink span{font-size: 20px; text-transform: capitalize; font-weight: 400; display: block;}
.eachblogarchive:hover .blogcover{background: rgba(88, 88, 90, 0.7);}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contactcontent{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; background: url(../img/contactbg.jpg) repeat-y;}
.eachcontact{width: 45%; outline: 0px solid red; position: relative; }
.mapbox{width: 100%; height: 400px; padding: 0; background: #fff;}

.eacherror{width: 100%; color: firebrick;}
.largesocial a{color: #245f3e;}
.largesocial a:hover{color: #FEC752;}
.largesocial i{font-size: 30px; margin-right: 10px;}



/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallerycontent{width: 100%; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.gallerytext{width: 48%;}
.galleryform{width: 48%;}

/* ==========================================================================
   FORM
   ========================================================================== */

.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.halfinput{width:  49%; position: relative;}
.fullinput{width: 100%; position: relative;}
.textinput{width: 100%; border:none; padding: 15px; font-size: 0.8rem; background: rgba(0,0,0,0.05); color: #0C0C0B; margin-bottom: 20px;}
.callinput{background: rgba(255,255,255,0.7);}
.submitbutton{width: 100%; border:none; border-radius: 2px; background: #245f3e;color: #fff; padding: 15px; transition: 0.4s; cursor: pointer; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px;}
.submitbutton:hover{background: #19422B; ;}
.submitbutton:active{background: #19422B; ;}
.checkinput{margin-bottom: 10px;}
textarea{height: 120px;}
.smallprint{font-size: 12px !important;}
.smallprint p{font-size: 12px !important; line-height: 20px;}
.getdirectioninput{width: calc(100% - 60px);}
.getdirectionsubmit{width: 60px; }

.has-tooltip:hover + .tooltip,
.has-tooltip:focus + .tooltip,
.has-tooltip.hover + .tooltip {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1) rotate(0deg);
  pointer-events: inherit;
}
.has-tooltip:hover + .textinput { background-color: yellow;}
.has-tooltip{color: #003E4A;}
.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
  transform-origin: bottom center;
  padding: 10px 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  color: #fff;
  transition: 0.15s ease-in-out;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  z-index: 5;
}
.tooltip.blue {
  background: rgba(36,95,62, 0.75);
}
.tooltip.blue:after {
  border-top: 5px solid rgba(0,62,74, 0.75);
}
.tooltip.red {
  background: rgba(231, 29, 54, 0.75);
}
.tooltip.red:after {
  border-top: 5px solid rgba(231, 29, 54, 0.75);
}
.tooltip.green {
  background: rgba(46, 196, 182, 0.75);
}
.tooltip.green:after {
  border-top: 5px solid rgba(46, 196, 182, 0.75);
}
.tooltip.purple {
  background: rgba(165, 147, 224, 0.75);
}
.tooltip.purple:after {
  border-top: 5px solid rgba(165, 147, 224, 0.75);
}
.tooltip:hover {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1) rotate(0deg);
  pointer-events: inherit;
}
.tooltip img {
  max-width: 100%;
}
.tooltip:after {
  content: "";
  display: block;
  margin: 0 auto;
  widtH: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.field {
  position: relative;
  padding: 20px;
}

.subfooter{width: 100%; text-align: center; color: #b3b3b3; font-size: 10px; padding-top: 20px; }
.subfooter a{color: #F7CA18;}
.subfooter a:hover{color:#fff;background: none;}
/* ==========================================================================
   LINKS
   ========================================================================== */
.eachuseful{width:100%; background:#f7f7f7; padding:20px 20px 40px 20px; margin-bottom:20px; position:relative;}
.usefullink{position:absolute; bottom:0; right:0; padding:10px; background: #fff; color: #00303A;}
.usefullink:hover{position:absolute; bottom:0; right:0; padding:10px; color: #fff; background: #00303A;}
.smallchevron{font-size:0.7rem;}

.sitemapul{list-style-type: none;}
.sitemapul li{margin-bottom:5px; padding: 10px;}
.sitemapul li ul li{margin-bottom:0px; background:none;}
.sitemapul li ul{list-style-type: none;}

/* ==========================================================================
   PRIVACY
   ========================================================================== */
.privacylinks{width: 100%; padding: 40px 40px 20px; background: #245f3e; display: flex; justify-content: space-between; flex-wrap: wrap; }
.privacylink{width: calc(50% - 10px); margin-bottom: 20px; padding: 10px; background: #fff; color: #245f3e; transition: all 0.3s cubic-bezier(.25,.8,.25,1); box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); text-transform: uppercase; font-weight: 700; font-size: 14px; font-style: italic;}
.privacylink:hover{background: #FEC752; }
/* ==========================================================================
   OVERLAY NAV
   ========================================================================== */
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 100000000000000000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 0.99); /* Black w/opacity */
  
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #245f3e;
    text-transform: uppercase;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    font-weight: 700;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus, .overlay a.current {
    color: #BDD73C;
    background: none;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 40px;

}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 1.2rem;}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/* -------- TWITTER FEED ------*/
.tweeter{width: 100%; padding: 50px; text-align: center;background: url(../img/twitterbird.png); background-position: top left;
    background-repeat: no-repeat; }

.twittercontent{padding: 40px 0;}
.tweet{width: 90%; max-width: 600px; margin: 0 auto; display: block; background: #F3F9FC; background: rgba(243,249,252,0.5); border-radius: 10px; padding: 20px; text-align: left;
}
.twitter-article{display: none; width: 100%; position: relative; padding-bottom: 30px; overflow: hidden;}
#tw1{display: block;}
.twitter-pic{width:50px; outline: 0px solid red; float: left;}
.twitter-pic:hover{background: none;}
/* -------- TEXT STYLING ------*/
.twitter-text {width:calc(100% - 70px); float: right; color: #245f3e;font-size: 0.8rem; }
.twitter-text p {margin:0px;line-height:22px; font-size: 0.8rem;  }
.twitter-text a {color: #00acee;text-decoration: none;}
.twitter-text a:hover {text-decoration: underline;color: #00acee; background: none;}
.tweet-time {font-size:10px;color:#878787;position: absolute; bottom: 0; left: 0;}
.tweet-time a, .tweet-time a:hover {color:#878787; background-color: transparent;}
.tweetprofilelink a {color:#245f3e;}
.tweetprofilelink a:hover {color:#245f3e; background-color: transparent;}
  
/* -------- FEED  ACTIONS ------*/
.twitter-actions {width:75px;position: absolute; bottom: 0; right: 0;}
.intent {width:25px;height:16px;float:left; }
.intent a{width:25px;height:16px;display:block; background-image:url(../img/tweet-actions.png);float:left; transition: 0s all ease;} 
.intent a:hover{background-image:url(../img/tweet-actions.png);background-position:-25px 0px;} 
.intent-retweet a{background-position:0px -17px;} 
.intent-retweet a:hover{background-image:url(../img/tweet-actions.png); background-position:-25px -17px; background-color: transparent !important;} 
.intent-fave a{background-position:0px -36px;} 
.intent-fave a:hover{background-image:url(../img/tweet-actions.png); background-position:-25px -36px; background-color: transparent !important;} 
.intent-reply a:hover{background-color: transparent !important;} 
/* -------- RETWEET INDICATOR ------*/
.retweet-indicator {width:14px;height:10px;background-image:url(../img/tweet-actions.png);background-position:-5px -54px;margin-top:3px;float:left;}

/*Table Style - This is what you want
------------------------------------------------------------------ */

.pricedetails{font-size: 0.8rem; display: flex; justify-content: space-between; flex-wrap: wrap;}
.eachpricedetail{width: 45%;}
table a:link {
	color: #664D4D;
	font-weight: bold;
	text-decoration:underline;
}
table strong{color: #fff; font-weight: 900;}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:none;
}
table {
font-family:'Lato', sans-serif; 
	font-size:12px;
	text-transform: uppercase;
	background:#eaebec;
	
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width:100%;
    margin-bottom: 20px;
	
}
table th {
	padding:21px 10px 22px 10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #245f3e;
	color:#fff;
    font-weight: 400;
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: left;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background:#DAE8DD;}
	/* ==========================================================================
   MODAL
   ========================================================================== */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0vh;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 0.25s ease;
  z-index: 1200001;
}
.modal.open {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.25s;
}
.modal.open > .content-wrapper {
  transform: scale(1);
}
.modal .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  max-width: 1000px;
  margin: 0;
  padding: 2.5rem;
  background:#f7f7f7;
  border-radius: 0.3125rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 0.25s;
  transition-delay: 0.15s;
    max-height: 90vh;
    overflow: auto;
}
.modal .content-wrapper .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  transition: 0.25s linear;
    cursor: pointer;
}
.modal .content-wrapper .close:before, .modal .content-wrapper .close:after {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 0.125rem;
  background-color: black;
}
.modal .content-wrapper .close:before {
  transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
  transform: rotate(45deg);
}
.modal .content-wrapper .close:hover {
  transform: rotate(360deg);
}
.modal .content-wrapper .close:hover:before, .modal .content-wrapper .close:hover:after {
  background-color: tomato;
}
.modal .content-wrapper .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 0 1.25rem;
}
.modal .content-wrapper .modal-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
    color: #245f3e;
}
.modal .content-wrapper .modal-content {
  position: relative;
  display: flex; flex-wrap: wrap;width: 100%;padding: 0;
}
.modal .content-wrapper .modal-content p {
  font-size: 0.875rem;
  line-height: 1.75;
    width: 100%;
}
.modal .content-wrapper .modal-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 1.875rem 0 0;
}
.modal .content-wrapper .modal-footer .action {
  position: relative;
  margin-right: 0.625rem;
  padding: 0.625rem 1.25rem;
  border: none;
  background-color: slategray;
  border-radius: 0.25rem;
  color: white;
  font-size: 1rem;
  font-weight: 600;
    text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.modal .content-wrapper .modal-footer .action:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 0.25s;
  z-index: 0;
}
.modal .content-wrapper .modal-footer .action:first-child {
  background-color: #245f3e;
}
.modal .content-wrapper .modal-footer .action:last-child {
  background-color: #19432b;
}
.modal .content-wrapper .modal-footer .action:hover:before {
  width: 100%;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200px) {
    .navi{display: none;}
    .toggleholder{display: flex; outline: 0px solid red;}

    .header{padding: 20px;}
    .phantomheader.sticky{padding: 20px;}
    .lowerheader{padding: 10px 20px;}
    
    .overlay .closebtn {top: 20px; right: 20px;}
    .heroimage{display: none;}
    .herocontent{width: 100%; padding: 60px 40px; background: url(../img/greenbg.jpg) center center no-repeat; background-size: cover;}
    .herolinkholder{position: relative; top: 0; right: 0; width: 100%; outline: 0px solid red; display: flex; justify-content: flex-end; align-content: flex-start; height: 150px;}
    .herolink{}
    .eachbox{width: 50%;}
    .eachbox3{width: 33.333333%;}
    .textbox{width: 100%;}
    .whitebuffer{display: none;}
    .textcontent{ padding: 40px; font-size: 1.1rem;}
}
@media only screen and (max-width: 800px) {

    .eachbox{width: 100%;padding: 100px 50px;}
    .eachbox3{width: 100%;}
    .locationtext{width: 100%; padding: 30px 20px; font-size: 18px; color: #fff}
    .locationtext h3{color: #fff}
    .mapper{width: 90%; margin: 0 auto; height: 400px;}
    .location{background: #FEC752; padding-bottom: 40px;}
    .boxes{flex-direction: column-reverse;}
    .upperimagelogo{width: 100px;}
    .weegateway{font-size: 0px;}
    .phone{width: 100%; text-align: right; font-size: 14px;}
    .logo{width: 200px;}
    .textcontent{ padding: 40px; font-size: 1.0rem;}
    .tweeter{width: 100%; padding: 50px; text-align: center;background-image: none; background-position: top left;
    background-repeat: no-repeat; }
    .blogarchive{justify-content: space-between; }
    .eachblogarchive{width: calc(50% - 5px);}
.eachblogarchive:nth-child(4n+2){margin: 0 0 10px 0;}
.eachblogarchive:nth-child(4n+3){margin: 0 0 10px 0;}
.contactcontent{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; background: #fff;}
.eachcontact{width: 100%; margin-bottom: 20px;}
.eachpricedetail{width: 100%; margin-bottom: 20px;}
    .gallerytext{width: 100%; margin-bottom: 20px;}
    .galleryform{width: 100%;}
    .privacylink{width: 100%;}
}
@media only screen and (max-width: 500px) {
.eachblogarchive{width: 100%;}
.eachblogarchive:nth-child(4n+2){margin: 0 0 10px 0;}
.eachblogarchive:nth-child(4n+3){margin: 0 0 10px 0;}
.twitter-pic{display: none;}

    .twitter-text {width:100%;}
    
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
