/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Variables
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
|
| This file holds all of the variables for the site.
| 1. Fonts
| 2. Colors
| 3. Color Variations
| 4. Transparent Colors
| 5. Color List
| 6. Screen Sizes / Breakpoints
|
*/
/*
| 1. Fonts
| --------------------------------------------------
| These font variables are used to hold the values for
| the sitewide fonts used on the project.
|
*/
/*
| 2. Colors
| --------------------------------------------------
| The variables are used to store the color theme for
| the site.
|
*/
/*
| 3. Color Variations
| --------------------------------------------------
| These color variations are auto generated by the
| following functions below.
*/
/*
| 4. Transparent Colors
| --------------------------------------------------
| These transparent colors are auto generated by the
| following functions below.
*/
/*
| 5. Colors List
| --------------------------------------------------
| This list is used for building out the various
| classes for using colors accross the site, classes
| for type, background colors, etc.
*/
/*
| 6. Screen Sizes / Breakpoints
| --------------------------------------------------
| Breakpoint variables in pixel widths for media queries.
|
*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com


/*
|--------------------------------------------------------------------------
| Font Style Generator (See Mixin)
|--------------------------------------------------------------------------
*/
@import url("https://use.typekit.net/jmw4hyi.css");
#gmap {
  padding-bottom: 58%;
}

@media (max-width: 768px) {
  .contact #gmap {
    padding-bottom: 90%;
  }
}

#directions .wrapper {
  max-width: 900px;
}

.googledirections-map {
  height: 683px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .googledirections-map {
    height: 65vh;
    min-height: 65vh;
  }
}

#googledirections {
  padding: 1.5em 1em;
  background-color: #004f51;
}
#googledirections .googledirections-content {
  /* padding-bottom: 1rem;*/
}
#googledirections form {
  display: table;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#googledirections h2, #googledirections label {
  display: table-cell;
  margin: 0;
  padding: 0 1em 0 0;
  text-align: right;
  vertical-align: middle;
  width: 330px;
  font-size: 1.7em;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  #googledirections h2, #googledirections label {
    text-align: center;
    font-size: 1.5rem;
    padding: 0 1em 0 0;
    display: block;
    width: 100%;
  }
}

#saddr {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #3d3935;
  display: table-cell;
  font-size: 1.25em;
  height: 45px;
  border-radius: 0;
  margin: 0;
  padding: 0 2.75em 0 0;
  text-indent: 15px;
  width: 100%;
}
#saddr::-webkit-input-placeholder {
  color: #3d3935;
}
#saddr:-moz-placeholder {
  color: #3d3935;
}
#saddr::-moz-placeholder {
  color: #3d3935;
}
#saddr:-ms-input-placeholder {
  color: #3d3935;
}
@media (max-width: 768px) {
  #saddr {
    margin-top: 1em;
  }
}

.directions-display {
  padding: 1rem 0;
  color: #ffffff;
}
.directions-display p {
  margin-bottom: 0;
  font-weight: 300;
}
.directions-display a {
  background-color: #3c3935;
  color: #ffffff !important;
  font-weight: 400;
  padding: 0.5em 1em;
  text-decoration: none;
}
.directions-display a:hover {
  background-color: rgba(60, 57, 53, 0.65);
}

#google-btn {
  background-color: #a7a8ab;
  border-left: none;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 45px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5em;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#google-btn img {
  width: 20%;
  height: auto;
}
#google-btn:hover {
  cursor: pointer;
  background: #2f2c29;
}
#google-btn svg {
  width: 10px;
  height: 15px;
  fill: #ffffff;
}
#google-btn .gmap-loader {
  display: none;
  border-radius: 100%;
  border-style: solid;
  border-width: 0.2rem;
  height: 20px;
  width: 20px;
  margin: 0rem auto;
  animation: gmap-loader 1s infinite linear;
}
#google-btn .gmap-loader {
  border-color: #3d3935;
  border-top-color: #ffffff;
}
@keyframes gmap-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359.9deg);
  }
}

/***********************************
MAP STYLES
***********************************/
#map,
#map_canvas {
  width: 100%;
  height: 100%;
  min-height: 700px;
  float: left;
}
@media (max-width: 1024px) {
  #map,
  #map_canvas {
    height: 65vh;
    min-height: 65vh;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0.25em 5px 0.5em 0;
  }
}

/* Menu Button */
.map-views,
.map-views2,
.reset {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  left: 0;
  top: 0;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 40px;
  width: 120px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3c3935;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
@media (max-width: 1024px) {
  .map-views,
  .map-views2,
  .reset {
    left: auto;
    right: 0;
  }
}

.map-views:hover,
.map-views2:hover,
.reset:hover {
  background-color: #2e2c29;
}

.map-views2 {
  display: none;
}

.reset {
  left: 204px;
  width: 100px;
}

#cd-zoom-in,
#cd-zoom-out {
  position: absolute;
  z-index: 300;
  top: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #3c3935;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 30px 60px;
  background-image: url("../../images/poi/icons/cd-icon-controller.png");
  transition: all 0.5s ease 0s;
}
#cd-zoom-in:hover,
#cd-zoom-out:hover {
  background-color: #2e2c29;
}

#cd-zoom-in {
  left: 12px;
  background-position: 50% 0;
}
@media (max-width: 1024px) {
  #cd-zoom-in {
    top: 20px;
    left: 20px;
  }
}

#cd-zoom-out {
  left: 64px;
  background-position: 50% -30px;
}
@media (max-width: 1024px) {
  #cd-zoom-out {
    top: 70px;
    left: 20px;
  }
}

#map-side-bar a {
  text-decoration: none;
}

/*# sourceMappingURL=gmap-directions.css.map */
