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

/*
|--------------------------------------------------------------------------
| Variables
| Author: P11
| Visit us: @ p11.com
|--------------------------------------------------------------------------
/* GLOBAL*/
/* FONTS*/
/* COLORS */
/* BREAKPOINTS */
/* 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
|
*/
/* BLOCKS */
/*******************************************************
 DIRECTIONS
********************************************************/
#directions-map {
  background-color: #d6c794;
}
@media (max-width: 768px) {
  #directions-map {
    padding: 0 1rem;
  }
}
#directions-map #contactintro {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #directions-map #contactintro {
    padding: 2rem 0;
  }
}
#directions-map .directions-map_content {
  position: relative;
}

#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 form {
  display: table;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#googledirections h2, #googledirections label {
  display: table-cell;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
  vertical-align: middle;
  width: 190px;
  font-size: 1rem;
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #000101;
}
@media (max-width: 768px) {
  #googledirections h2, #googledirections label {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.125em;
    padding: 0 1em 0 0;
    display: block;
    width: 100%;
  }
}

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

.directions-display {
  padding: 2rem;
  color: #003d3d;
}
.directions-display p {
  margin-bottom: 0;
  font-weight: 300;
}

#google-btn {
  background-color: #003d3d;
  border-left: none;
  color: #ffffff;
  border: 1px solid #003d3d;
  border-left: 0;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 45px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.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 i {
  font-size: 1.5rem;
  color: #ffffff;
}
#google-btn:hover {
  cursor: pointer;
  background: rgb(0, 35.5, 35.5);
}
#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: #003d3d;
  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: "montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.85em;
  line-height: 40px;
  width: 120px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 1, 1, 0.85);
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

.map-views:hover,
.map-views2:hover,
.reset:hover {
  background-color: rgb(0, 1, 1);
}

.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: rgba(0, 1, 1, 0.85);
  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: rgb(0, 1, 1);
}

#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;
}

@media only screen and (max-width: 1024px) {
  #content2 {
    padding-top: 0;
  }
  .map-views,
  .map-views2,
  .menu-tab,
  .menu-tab2,
  .reset {
    display: none;
  }
  .map-all,
  .sidebar {
    border: none;
  }
}
@media (max-width: 940px) {
  #gmapHolder {
    width: 100%;
    height: auto;
    padding: 1.3em;
  }
}

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