/**
 * Maps Builder Admin SCSS/CSS
 *
 * The Main SCSS file for admin styles which is compiled and minified via Gulp taskrunner
 * @package:     GMB
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/* Mixin */
.gmb-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 100003;
  box-sizing: border-box; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 100004; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 100005;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close, button.gmb-modal-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus, button.gmb-modal-close:hover, button.gmb-modal-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding: 0; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto; }
  .white-popup:after {
    content: "";
    display: table;
    clear: both; }

.white-popup.marker-icon-modal {
  padding-bottom: 50px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/*------------------------------------------
 Place Search
--------------------------------------------*/
#places-search {
  margin-top: 30px; }
  #places-search .controls {
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  #places-search #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    margin: 0; }
    #places-search #pac-input:focus {
      border-color: #4d90fe; }
  #places-search .pac-container {
    font-family: Roboto; }
  #places-search #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 0 11px 0px 11px;
    height: 30px;
    overflow: hidden; }
    #places-search #type-selector label {
      font-family: Roboto;
      font-size: 13px;
      font-weight: 300;
      margin-right: 15px;
      line-height: 24px;
      padding: 4px 8px 2px;
      border-radius: 0 0 4px 4px;
      cursor: pointer; }
    #places-search #type-selector input[type="radio"] {
      display: none; }
      #places-search #type-selector input[type="radio"]:checked + label {
        background-color: #447ee0; }

/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2014 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Sun Mar 16 2014 07:12 EDT-0400
 * Plugins: tips viewport imagemap svg modal
 * Styles: css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

/**
 * CMB Magnific Builder SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2015, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.magnific-builder #titlediv, .magnific-builder #submitdiv, .magnific-builder #google_maps_preview_metabox .handlediv, .magnific-builder #google_maps_preview_metabox .ui-sortable-handle, .magnific-builder #post-body-content, .magnific-builder .marker-icon-modal, .map-modal-upsell {
  display: none; }

.magnific-builder #google_maps_preview_metabox {
  border: none; }

.magnific-builder #google_maps_preview_metabox .inside {
  margin: 0;
  padding: 0; }

/*-------------------------------------
Magnific Builder
---------------------------------------*/
.magnific-builder#post {
  position: relative;
  margin: 20px;
  padding: 0;
  background: #EEE;
  width: auto;
  overflow: hidden; }
  .magnific-builder#post #google-map-wrap {
    border: none; }
  .magnific-builder#post #poststuff {
    padding-top: 0; }
  .magnific-builder#post #cmb2-metabox-google_maps_preview_metabox > div {
    padding-top: 0; }
  .magnific-builder#post .magnific-builder#post .places-loading {
    top: auto;
    right: -175px;
    bottom: 15px;
    left: auto; }
  .magnific-builder#post #map-toolbar {
    min-width: 687px; }

/* Magnific Builder Sidebar */
.magnific-builder#post #postbox-container-1 {
  margin-left: 0;
  padding: 90px 0 50px;
  width: 300px !important;
  background: url("../img/maps-builder-logo-small.png") no-repeat 15px 15px transparent;
  /*-------------------------------------
    Google Places
    ---------------------------------------*/
  /*-------------------------------------
    Map Markers
    ---------------------------------------*/ }
  .magnific-builder#post #postbox-container-1:after {
    content: ' ';
    position: absolute;
    bottom: 15px;
    right: 130px;
    background: url("../img/powered-by-google-on-white.png") no-repeat 0 0 transparent;
    width: 104px;
    height: 16px; }
  .magnific-builder#post #postbox-container-1 #side-sortables {
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #F7F7F7;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    position: relative; }
    .magnific-builder#post #postbox-container-1 #side-sortables .ui-sortable-handle {
      background: #42A4F5;
      color: #FFF; }
      .magnific-builder#post #postbox-container-1 #side-sortables .ui-sortable-handle:hover {
        background: #128df2; }
    .magnific-builder#post #postbox-container-1 #side-sortables .handlediv {
      color: #FFF; }
  .magnific-builder#post #postbox-container-1 .magnific-submit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block; }
  .magnific-builder#post #postbox-container-1 #google_maps_search_options .cmb2-id-gmb-places-search {
    margin-top: 15px;
    border-top: none; }
  .magnific-builder#post #postbox-container-1 #google_maps_search_options .cmb2-id-gmb-places-search-multicheckbox ul li {
    width: 50%;
    position: relative; }
    .magnific-builder#post #postbox-container-1 #google_maps_search_options .cmb2-id-gmb-places-search-multicheckbox ul li .cmb2-option {
      position: absolute;
      top: 0;
      left: 0; }
    .magnific-builder#post #postbox-container-1 #google_maps_search_options .cmb2-id-gmb-places-search-multicheckbox ul li label {
      padding-left: 25px;
      display: block;
      padding-right: 3px; }
  .magnific-builder#post #postbox-container-1 a.drop-marker {
    margin-top: 10px;
    display: block;
    width: 120px;
    text-align: center; }
  .magnific-builder#post #postbox-container-1 .places-change-message .button {
    margin-bottom: 10px;
    float: left; }

.magnific-builder#post #post-body.columns-2 #side-sortables {
  margin-right: 0;
  width: 300px !important; }

.magnific-builder#post .postbox {
  margin: 0;
  border: none; }
  .magnific-builder#post .postbox:last-of-type {
    border-bottom: 1px solid #DDD; }

.magnific-builder#post .toggle-repeater-groups {
  display: block;
  width: 140px;
  text-align: center;
  margin: 10px 0 0; }

.magnific-builder#post button.edit-title {
  display: inline-block; }

/* No Dragging */
.magnific-builder .postbox .hndle {
  cursor: pointer; }

.magnific-builder .postbox .hndle:hover {
  color: #23282d;
  background: #f5f5f5; }

.magnific-builder#post .places-loading {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

#wpbody-content .magnific-submit {
  display: none; }

#map-builder {
  margin: 5px 12px 10px;
  display: block;
  text-align: center; }
  #map-builder span.dashicons {
    position: relative;
    top: 2px;
    margin-right: 3px; }

/*-------------------------------------
Modal within Modal
---------------------------------------*/
.magnific-builder #poststuff .white-popup {
  position: absolute;
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100008;
  opacity: 1;
  background: rgba(88, 88, 88, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
  display: table; }
  .magnific-builder #poststuff .white-popup .inner-modal-wrap {
    display: table-cell;
    vertical-align: middle; }
    .magnific-builder #poststuff .white-popup .inner-modal-wrap .inner-modal-container {
      overflow-y: auto;
      max-height: 100%; }
    .magnific-builder #poststuff .white-popup .inner-modal-wrap .inner-modal {
      max-width: 600px;
      margin: 30px auto;
      background: #FFF;
      padding: 20px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
      position: relative; }
  .magnific-builder #poststuff .white-popup .save-marker-icon {
    position: relative;
    border: none;
    margin-top: 15px; }

.pac-container {
  z-index: 100020 !important; }

button.gmb-modal-close {
  border: none;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  outline: none;
  padding: 0; }

.mfp-container .map-modal-upsell {
  display: block;
  position: absolute;
  top: 35px;
  right: -261px;
  text-align: center; }
  .mfp-container .map-modal-upsell p {
    font-size: 11px;
    font-style: italic;
    margin: 0 0 2px;
    color: #AAA; }
  .mfp-container .map-modal-upsell a.upsell-button {
    width: 70px; }

.maps-builder-free .magnific-builder#post #postbox-container-1 {
  background-image: url("../img/maps-builder-logo-small-non-pro.png"); }

/**
 * Google Places Map CPT Styles
 */
#google-map-wrap {
  position: relative;
  border: 1px solid #DDD; }

.clear:before,
.clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.hover-transition, .marker-icon-row .icon, .marker-row .marker-item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear; }

.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cmb2-id-gmb-theme-json, .gmb-hidden {
  display: none; }

.marker-info-wrapper {
  background-color: #F1F1F1;
  margin: 8px 0 4px;
  padding: 12px 12px 12px 12px;
  font-size: 13px; }
  .marker-info-wrapper > div {
    margin: 0 0 5px;
    padding: 0; }
  .marker-info-wrapper > div.rating-wrap {
    margin: 0;
    padding: 0; }

.repeatable-grouping .cmb-nested-table td {
  padding-top: 3px; }
  .repeatable-grouping .cmb-nested-table td pre textarea {
    height: 50px; }

.repeatable-grouping .cmb-nested-table td pre {
  margin: 0; }

.new-window {
  background: url("../img/new-window-icon.png") no-repeat right 3px transparent;
  padding-right: 16px; }

.mfp-content .marker-icon-modal {
  display: block; }

/*Shortcode Input */
.shortcode-wrap {
  margin: 1px 14px 12px 11px; }
  .shortcode-wrap label {
    margin: 0 0 3px;
    display: block;
    cursor: default; }
  .shortcode-wrap .shortcode-input {
    margin: 0;
    width: 100%; }

/*------------------------------------------
 Messages
--------------------------------------------*/
.wpgp-message {
  background-color: #FFF;
  border-left: 4px solid #7AD03A;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1px 12px;
  display: none; }

.wpgp-message.warning-message {
  border-left: 4px solid #d40000;
  margin: 20px 0 0; }

.wpgp-message p, .form-table td .wpgp-message p {
  margin: .5em 0;
  padding: 2px; }

.places-change-message {
  margin-bottom: 15px;
  margin-right: 2px; }
  .places-change-message p {
    float: left; }
  .places-change-message .button {
    float: right;
    margin-top: 5px; }

#google-map-wrap .wpgp-message {
  margin-top: 20px; }

/*------------------------------------------
 Google Map Metabox
--------------------------------------------*/
#cmb2-metabox-google_maps_preview_metabox > div {
  padding: 5px 0 0;
  margin: 0; }

#map {
  width: 100%;
  margin: 0 auto; }

.places-loading {
  background: url("../img/spinner.gif") no-repeat center right transparent;
  font-style: italic;
  position: absolute;
  top: -34px;
  right: 31px;
  padding: 0 25px 0 0;
  display: none; }

.cmb2-id-gmb-map-type td {
  padding-bottom: 0; }

.cmb2-id-gmb-map-type-control .cmb2-option {
  margin: 5px 0 10px; }

/*------------------------------------------
 General Styles
--------------------------------------------*/
.cmb2-id-gmb-search-radius, .cmb2-id-gmb-places-search-multicheckbox, .cmb2-id-gmb-places-search, .places-search-wrap, #google_maps_details_options tr {
  display: none; }

#google_maps_details_options tr.cmb2-id-gmb-show-poi {
  display: table-row; }

.width_unit_label, .width_radio, .map-width, .map-height, .size-label {
  float: left !important; }

.inner-sidebar table.cmb_metabox label.size-label, #side-sortables table.cmb_metabox label.size-label, label.size-label {
  font-weight: normal;
  font-style: italic; }

#poststuff h2.cmb-group-name, #side-sortables h2.cmb-group-name {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
  display: block;
  position: relative; }
  #poststuff h2.cmb-group-name + .cmb2-metabox-description, #side-sortables h2.cmb-group-name + .cmb2-metabox-description {
    padding-top: 0 !important; }

/*------------------------------------------
 Place Markers
--------------------------------------------*/
#infobubble-content {
  padding: 0 0 0 0;
  margin: 3px -20px 0 0;
  min-width: 314px;
  min-height: 80px;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  cursor: default; }
  #infobubble-content p {
    font-size: 12px;
    margin: 0 0 7px;
    color: #2C2C2C; }
  #infobubble-content .place-title {
    border: 1px solid #FFF;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    min-height: 21px;
    white-space: normal;
    padding-right: 20px; }
  #infobubble-content .place-description {
    white-space: normal; }
  #infobubble-content a {
    box-shadow: none; }

.marker-confirm-place {
  margin: 0 8px 4px 0;
  display: inline-block; }
  .marker-confirm-place:hover {
    cursor: pointer; }

/* Hacky fix to prevent scrollbars */
#google_maps_preview_metabox .gm-style-iw, #google_maps_preview_metabox .gm-style-iw > div, #google_maps_preview_metabox .gm-style-iw > div > div {
  overflow: visible !important; }

#infobubble-content {
  overflow: hidden !important; }

#infobubble-content.loading {
  background: url("../img/loading-large.gif") no-repeat center center #FFF; }

#google-map-wrap div#infobubble-content > div {
  white-space: normal; }

/* Ratings */
#infobubble-content .rating-wrap {
  overflow: hidden; }

#infobubble-content .numeric-rating {
  font-size: 16px;
  color: #DD4B39;
  font-weight: 400;
  float: left;
  margin: 0 5px 0 0; }

#infobubble-content .star-rating-wrap {
  background: url("../img/review_stars.png") no-repeat 0 0 transparent;
  height: 13px;
  width: 67px;
  float: left;
  margin: 4px 0 0; }

#infobubble-content .star-rating-size {
  background: url("../img/review_stars.png") no-repeat 0 -13px transparent;
  height: 13px; }

/*------------------------------------------
 Editable Marker
--------------------------------------------*/
#edit-toolbar {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }
  #edit-toolbar > li {
    margin: 0 4px;
    cursor: pointer;
    display: inline-block;
    content: '';
    height: 21px;
    width: 21px;
    opacity: .5;
    background: url("../img/icons-infowindow-002.svg"); }
    #edit-toolbar > li:hover {
      opacity: .75; }
    #edit-toolbar > li.trash-marker {
      background-position: -42px 0; }
    #edit-toolbar > li.edit-info {
      background: url("../img/icons-app-000.svg");
      background-position: 21px 21px; }

/*------------------------------------------
Display Options
--------------------------------------------*/
#lat-lng-wrap input[type=text].latitude, #lat-lng-wrap input[type=text].longitude,
#side-sortables #lat-lng-wrap input[type=text].latitude, #side-sortables #lat-lng-wrap input[type=text].longitude {
  width: 100px;
  float: left; }

.lat-lng-wrap {
  float: left;
  margin: 0 0 10px;
  clear: none; }
  .lat-lng-wrap > span, .lat-lng-wrap > input {
    float: left; }
  .lat-lng-wrap > span {
    margin: 8px 5px 0 0;
    width: 80px;
    font-style: italic; }

.lng-wrap {
  margin-bottom: 0; }

/* Mini message */
.lat-lng-change-message {
  float: left;
  clear: both;
  margin: 10px 0 0;
  width: 100%; }
  .lat-lng-change-message > p {
    float: left; }

.lat-lng-update-btn {
  float: right;
  margin: 7px 0 0 !important; }

.cmb2-id-gmb-theme-json {
  display: none; }

#cmb2-metabox-google_maps_options a.custom-snazzy-toggle {
  margin-top: 6px; }

/*-------------------------------------
Save Info Window Toolbar
---------------------------------------*/
#save-toolbar {
  margin: 0;
  padding: 0;
  float: left; }
  #save-toolbar > li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    #save-toolbar > li:first-child {
      margin: 0 5px 0 0; }
    #save-toolbar > li .google-btn {
      width: 75px; }
    #save-toolbar > li .marker-edit-link {
      opacity: 0.75; }

a.marker-edit-link {
  background: url("../img/marker-btn.png") no-repeat 0 0 transparent;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  margin: 4px 0 0;
  display: block;
  float: right; }

#infobubble-content .edit-place-title {
  width: 290px;
  margin: 0 0 10px; }

#infobubble-content .edit-place-description {
  display: block;
  font-size: 12px;
  width: 100%;
  min-height: 100px; }

/*-------------------------------------
Map Edit Quick Toolbar
---------------------------------------*/
#map-toolbar {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  background: #FFF;
  padding: 3px 1px 0;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  min-width: 582px; }
  #map-toolbar #title {
    padding: 3px; }
  #map-toolbar .drop-marker {
    width: 105px; }
    #map-toolbar .drop-marker .dashicons {
      margin: 5px 0 0; }
  #map-toolbar button {
    margin: 0 2px; }
    #map-toolbar button .dashicons {
      font-size: 12px;
      width: 12px;
      margin: 5px 2px 0 -2px; }
    #map-toolbar button.edit-title {
      display: none; }
  #map-toolbar .live-lat-lng-wrap {
    border: 1px solid #DDD;
    padding: 0;
    margin: 0 2px;
    display: inline-block;
    width: 255px;
    background-color: #FAFAFA;
    height: 24px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); }
    #map-toolbar .live-lat-lng-wrap .live-latitude-wrap, #map-toolbar .live-lat-lng-wrap .live-longitude-wrap {
      float: left;
      margin-left: 6px; }
      #map-toolbar .live-lat-lng-wrap .live-latitude-wrap span, #map-toolbar .live-lat-lng-wrap .live-longitude-wrap span {
        line-height: 22px;
        float: left; }
    #map-toolbar .live-lat-lng-wrap .live-longitude, #map-toolbar .live-lat-lng-wrap .live-latitude {
      font-size: 11px;
      margin: 0;
      padding: 0;
      width: 60px;
      white-space: nowrap;
      overflow: hidden; }
    #map-toolbar .live-lat-lng-wrap .live-longitude-label, #map-toolbar .live-lat-lng-wrap .live-latitude-label {
      font-size: 10px;
      color: #AAA;
      font-style: italic;
      display: block;
      padding: 0 2px 0 0; }
    #map-toolbar .live-lat-lng-wrap button {
      float: left;
      margin: -2px 0 -2px -2px;
      border-radius: 0;
      height: 26px;
      box-shadow: none; }
      #map-toolbar .live-lat-lng-wrap button:hover {
        box-shadow: none;
        border-color: #cccccc; }

@media (max-width: 900px) {
  #map-toolbar {
    display: none; } }

/*-------------------------------------
Modal styles
---------------------------------------*/
.map-autocomplete-wrap label,
.map-title-wrap label {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
  display: block;
  position: relative;
  margin-bottom: 0; }

.map-autocomplete-wrap input,
.map-title-wrap input {
  width: 100%; }

.map-autocomplete-wrap p.cmb2-metabox-description,
.map-title-wrap p.cmb2-metabox-description {
  padding: 8px 0; }

.map-autocomplete-wrap label {
  position: relative; }
  .map-autocomplete-wrap label:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 120px;
    background: url("../img/powered-by-google-on-white.png") no-repeat 0 0 transparent;
    width: 104px;
    height: 16px; }

/*-------------------------------------
Google Style Buttons
---------------------------------------*/
.google-btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  height: 27px;
  line-height: 27px;
  min-width: 54px;
  outline: 0;
  padding: 0 8px; }

.google-btn-blue {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4D90FE;
  background-image: -webkit-linear-gradient(top, #4D90FE, #4787ED);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  border: 1px solid #3079ED;
  color: #FFF; }
  .google-btn-blue:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #357AE8;
    background-image: -webkit-linear-gradient(top, #4D90FE, #357AE8);
    background-image: linear-gradient(top, #4d90fe, #357ae8);
    border: 1px solid #2F5BB7;
    border-bottom-color: #2F5BB7; }
  .google-btn-blue:active, .google-btn-blue:focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #357AE8;
    border: 1px solid #2F5BB7;
    border-top: 1px solid #2F5BB7; }

.google-btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F5F5F5;
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  color: #333;
  border: 1px solid #DCDCDC;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .google-btn-default:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #C6C6C6;
    color: #111; }
  .google-btn-default:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #F8F8F8;
    color: #111; }

/*-------------------------------------
Google API Errors
---------------------------------------*/
input#_gmb_mashup_autocomplete[placeholder*="Oops!"], input#gmb_geocoder[placeholder*="Oops!"] {
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 35px; }

/*-------------------------------------
Temporary Info Window
---------------------------------------*/
.infowindow-toolbar {
  display: block;
  margin: 0;
  padding: 8px 0 0; }

.add-marker {
  text-decoration: none; }

/**
 * CMB2 Customized SCSS
 *
 * @description Here we customize the look-and-feel of CMB2 to suit GMB
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2015, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*------------------------------------------
 CMB2 Interface
--------------------------------------------*/
.cmb-field-list:after {
  content: "";
  display: table;
  clear: both; }

.cmb2-id-gmb-places-search-multicheckbox ul {
  overflow: hidden; }

.cmb2-id-gmb-places-search-multicheckbox li {
  float: left;
  width: 33%; }

.cmb2-id-gmb-places-search-multicheckbox .cmb2-metabox-description {
  margin-top: 10px;
  margin-right: 2px; }

#cmb2-metabox-google_maps_search_options .cmb2-id-gmb-show-places {
  border-bottom: none;
  margin-bottom: 0; }

#post-body-content #cmb2-metabox-google_maps_search_options .cmb2-id-gmb-search-radius, #post-body .cmb2-id-gmb-places-search {
  border-top: 1px solid #e9e9e9; }

#post-body .cmb2-metabox.cmb-field-list > .cmb-repeat-group-wrap {
  padding: 0; }

/*-------------------------------------
Autocomplete Metabox
---------------------------------------*/
#cmb2-metabox-google_maps_markers .search-autocomplete {
  width: 78%;
  margin-right: 10px; }

#cmb2-metabox-google_maps_markers .autocomplete-wrap p {
  font-style: italic;
  margin: 5px 0;
  color: #aaaaaa; }

#cmb2-metabox-google_maps_markers a.drop-marker {
  font-style: normal; }
  #cmb2-metabox-google_maps_markers a.drop-marker .dashicons {
    font-size: 14px;
    margin: 4px 0 0;
    width: 16px; }

/*-------------------------------------
Map Markers
---------------------------------------*/
#google_maps_markers .cmb-add-row {
  display: none; }

#poststuff .postbox-container .cmb-repeatable-group:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 15px; }

#poststuff .postbox-container .cmb-repeat-group-wrap .cmb-row:not(:last-of-type) {
  margin-bottom: 10px; }

#gmb_markers_group_repeat.cmb-remove-field-row {
  margin-bottom: 15px; }

/*-------------------------------------
Sidebar
---------------------------------------*/
#poststuff .inner-sidebar, #poststuff #side-sortables {
  /*-------------------------------------
  Sidebar Fields
  ---------------------------------------*/
  /*-------------------------------------
  Sidebar Repeater Field Groups
  ---------------------------------------*/ }
  #poststuff .inner-sidebar .inside, #poststuff #side-sortables .inside {
    margin-top: 0;
    padding-top: 12px; }
  #poststuff .inner-sidebar .cmb-row, #poststuff #side-sortables .cmb-row {
    margin: 0 0 15px;
    padding: 0; }
    #poststuff .inner-sidebar .cmb-row:not(:last-of-type), #poststuff #side-sortables .cmb-row:not(:last-of-type) {
      border-bottom: 0; }
    #poststuff .inner-sidebar .cmb-row:last-child, #poststuff .inner-sidebar .cmb-row:last-of-type, #poststuff #side-sortables .cmb-row:last-child, #poststuff #side-sortables .cmb-row:last-of-type {
      margin-bottom: 5px; }
  #poststuff .inner-sidebar .cmb-th, #poststuff #side-sortables .cmb-th {
    background: transparent;
    padding: 0;
    position: relative; }
    #poststuff .inner-sidebar .cmb-th label, #poststuff #side-sortables .cmb-th label {
      border: none; }
      #poststuff .inner-sidebar .cmb-th label:after, #poststuff #side-sortables .cmb-th label:after {
        display: none; }
  #poststuff .inner-sidebar .cmb-td.cmb-nested, #poststuff #side-sortables .cmb-td.cmb-nested {
    padding-left: 12px;
    padding-right: 12px; }
  #poststuff .inner-sidebar select, #poststuff #side-sortables select {
    width: 100%; }
  #poststuff .inner-sidebar .lat-lng-wrap, #poststuff #side-sortables .lat-lng-wrap {
    margin-top: 0; }
  #poststuff .inner-sidebar .lat-lng-wrap.lng-wrap, #poststuff #side-sortables .lat-lng-wrap.lng-wrap {
    margin-bottom: 0; }
  #poststuff .inner-sidebar .cmb2-metabox-description, #poststuff .inner-sidebar p.cmb2-metabox-description, #poststuff #side-sortables .cmb2-metabox-description, #poststuff #side-sortables p.cmb2-metabox-description {
    font-size: 13px;
    padding: 5px 0 0;
    margin: 0;
    line-height: 18px;
    font-style: italic;
    color: #aaaaaa; }
  #poststuff .inner-sidebar h2.cmb-group-name, #poststuff #side-sortables h2.cmb-group-name {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
    display: block;
    position: relative; }
  #poststuff .inner-sidebar .cmb-repeatable-group .cmb-repeatable-grouping, #poststuff #side-sortables .cmb-repeatable-group .cmb-repeatable-grouping {
    margin: 0 0 8px;
    border: none;
    border-radius: 5px;
    overflow: hidden; }
    #poststuff .inner-sidebar .cmb-repeatable-group .cmb-repeatable-grouping .cmb-group-title, #poststuff #side-sortables .cmb-repeatable-group .cmb-repeatable-grouping .cmb-group-title {
      margin: 0;
      padding: 8px 8px 8px 30px;
      cursor: pointer;
      background: #FAA627;
      border: none;
      color: #FFF;
      font-weight: bold; }
    #poststuff .inner-sidebar .cmb-repeatable-group .cmb-repeatable-grouping .cmbhandle, #poststuff #side-sortables .cmb-repeatable-group .cmb-repeatable-grouping .cmbhandle {
      color: #FFF; }
    #poststuff .inner-sidebar .cmb-repeatable-group .cmb-repeatable-grouping .cmbhandle, #poststuff #side-sortables .cmb-repeatable-group .cmb-repeatable-grouping .cmbhandle {
      right: 0;
      top: 0; }
    #poststuff .inner-sidebar .cmb-repeatable-group .cmb-repeatable-grouping > .cmb-remove-group-row, #poststuff #side-sortables .cmb-repeatable-group .cmb-repeatable-grouping > .cmb-remove-group-row {
      top: 6px;
      color: #FFF; }
  #poststuff .inner-sidebar .cmb-repeatable-group .cmb-field-list, #poststuff #side-sortables .cmb-repeatable-group .cmb-field-list {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE; }
  #poststuff .inner-sidebar .cmb-repeatable-group .cmb-remove-row, #poststuff #side-sortables .cmb-repeatable-group .cmb-remove-row {
    margin: 0;
    padding: 0; }
  #poststuff .inner-sidebar .cmb-repeatable-group .cmb-add-row, #poststuff #side-sortables .cmb-repeatable-group .cmb-add-row {
    margin: 15px 0 10px; }
  #poststuff .inner-sidebar .drop-marker, #poststuff #side-sortables .drop-marker {
    margin-bottom: 15px; }

#postbox-container-2 #cmb2-metabox-google_maps_markers .toggle-repeater-groups {
  float: right; }

#postbox-container-2 #cmb2-metabox-google_maps_markers .cmb-repeat-group-wrap {
  padding: 0; }

#postbox-container-2 #cmb2-metabox-google_maps_markers .cmb-group-description .cmb-th {
  padding-right: 0; }

p.cmb2-metabox-description {
  font-weight: normal; }

a.wp-color-result {
  height: 24px; }

/*-------------------------------------
CMB2 within Magnific
---------------------------------------*/
div.white-popup .cmb-th {
  width: 100%;
  padding: 0; }
  div.white-popup .cmb-th label {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
    display: block;
    position: relative; }

div.white-popup .cmb-td {
  width: 100%;
  padding: 15px 0; }

/**
 * Maps Builder Admin Settings Pages SCSS/CSS
 *
 * The Main SCSS file for admin SETTINGS styles which is compiled and minified via Gulp taskrunner
 * @package:     GMB
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.google_maps_page_gmb_settings .wrap {
  margin-left: -5px; }

.google_maps_page_gmb_settings table.form-table {
  margin: 0 0 20px; }

.google_maps_page_gmb_settings .gmb-submit-wrap {
  clear: both;
  background: #f5f5f5;
  border-color: #dfdfdf;
  overflow: auto;
  margin: 20px 0 8px;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  font-size: 13px;
  line-height: 2.1em; }

.google_maps_page_gmb_settings .cmb-th {
  width: 20%; }

.google_maps_page_gmb_settings .cmb-td {
  width: 80%; }

/*---------------------------
Welcome Header
-----------------------------*/
.welcome-header {
  margin-bottom: 20px; }
  .welcome-header .main-heading {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 10px 0 20px; }
  .welcome-header .main-subheading {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0; }
  .welcome-header .logo-svg {
    margin: 15px 0 0; }
    .welcome-header .logo-svg svg {
      height: 185px; }
  .welcome-header .logo-svg.logo-svg-small {
    float: right;
    margin: 0; }
  .welcome-header .new-window {
    background: url("../img/new-window-icon.png") no-repeat right 5px transparent;
    padding-right: 13px;
    margin-right: 4px; }

/*------------------------------------------
Welcome Closed heading
--------------------------------------------*/
.gmb-plugin-heading {
  display: none; }
  .gmb-plugin-heading + #Layer_1 {
    width: auto;
    height: 37px;
    margin: 0 10px 0 5px; }

#wpwrap .gmb-settings-header-btn {
  margin: 5px 0 0; }

/*------------------------------------------
Social Media
--------------------------------------------*/
.social-items-wrap {
  float: left; }
  .social-items-wrap > div {
    display: inline-block; }
  .social-items-wrap .fb-item-wrap {
    width: 100px; }
  .social-items-wrap .twitter-item-wrap {
    width: 145px; }
  .social-items-wrap .google-plus {
    margin-left: 20px;
    width: 200px; }
  .social-items-wrap .wordimpress-logo {
    position: relative;
    top: 10px;
    left: -17px; }
    .social-items-wrap .wordimpress-logo a {
      display: block; }
    .social-items-wrap .wordimpress-logo .logo-link {
      background: url("../img/wordimpress-logo-small.png") no-repeat 0 0 transparent;
      width: 100px;
      height: 40px; }
  .social-items-wrap .gmb-settings-header-btn {
    margin-top: -6px !important; }

.hide-welcome {
  margin: 21px 0 0 30px;
  display: inline-block; }
  .hide-welcome span {
    background: url("../img/arrows.png") no-repeat 0 -33px transparent;
    width: 15px;
    height: 14px;
    display: inline-block;
    margin-left: 3px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.small-desc {
  font-size: 12px;
  font-style: italic;
  color: #AAA;
  clear: both; }

/*---------------------------
Map Options Tab
-----------------------------*/
.size-label {
  margin: 8px 10px 0 0;
  font-style: italic;
  width: 50px; }

.width_unit_label, .width_radio, .map-width, .map-height, .size-label, .radio-left, .label-left {
  float: left !important; }

/*---------------------------
 Map Size
 ----------------------------*/
.size-labels-wrap {
  margin: 8px 0 0 10px;
  padding: 0;
  float: left; }
  .size-labels-wrap input[type="radio"] {
    margin-right: 0;
    float: left; }
  .size-labels-wrap label {
    margin: 0 10px 0 0;
    float: left; }

.map-width, .map-height {
  width: 55px !important; }

#width_wrap {
  margin: 0 0 10px; }

/*---------------------------
Lat/Lng
 ----------------------------*/
#geolocate-wrap {
  margin: 0 0 5px; }

label.geocode-label {
  width: 130px;
  margin-right: 0; }

label.yes-label {
  margin-right: 10px; }

.lat-lng-wrap {
  margin: 10px 20px 10px 0;
  clear: none; }
  .lat-lng-wrap > span, .lat-lng-wrap > input {
    float: left; }
  .lat-lng-wrap > span {
    margin: 8px 5px 0 0;
    width: 80px;
    font-style: italic;
    font-weight: bold; }
  .lat-lng-wrap input[type=text].latitude, .lat-lng-wrap input[type=text].longitude {
    width: 120px;
    float: left; }

/*---------------------------
General Options Tab
-----------------------------*/
#gmb_menu_position {
  width: 40px; }

/*---------------------------
/* License
--------------------------- */
.cmb2-wrap .gmb-license-deactivate {
  margin: 1px 0 0 10px;
  height: 30px; }

.cmb2-wrap .gmb-license-field {
  background-image: url("../img/close.png");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 98.5% center;
  background-size: 18px; }

.cmb2-wrap .gmb-license-active, .cmb2-wrap .gmb-license-active:focus {
  background-image: url("../img/tick.png");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 98.5% center;
  outline: none;
  background-size: 16px; }

/*---------------------------
System Settings Tab
-----------------------------*/
#system-info-textarea {
  width: 100%;
  height: 600px; }

/**
 * Maps Builder Admin Settings Pages SCSS/CSS
 *
 * The Main SCSS file for admin SETTINGS styles which is compiled and minified via Gulp taskrunner
 * @package:     GMB
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.google_maps_page_gmb_settings .wrap {
  margin-left: -5px; }

.google_maps_page_gmb_settings table.form-table {
  margin: 0 0 20px; }

.google_maps_page_gmb_settings .gmb-submit-wrap {
  clear: both;
  background: #f5f5f5;
  border-color: #dfdfdf;
  overflow: auto;
  margin: 20px 0 8px;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  font-size: 13px;
  line-height: 2.1em; }

.google_maps_page_gmb_settings .cmb-th {
  width: 20%; }

.google_maps_page_gmb_settings .cmb-td {
  width: 80%; }

/*---------------------------
Welcome Header
-----------------------------*/
.welcome-header {
  margin-bottom: 20px; }
  .welcome-header .main-heading {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 10px 0 20px; }
  .welcome-header .main-subheading {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0; }
  .welcome-header .logo-svg {
    margin: 15px 0 0; }
    .welcome-header .logo-svg svg {
      height: 185px; }
  .welcome-header .logo-svg.logo-svg-small {
    float: right;
    margin: 0; }
  .welcome-header .new-window {
    background: url("../img/new-window-icon.png") no-repeat right 5px transparent;
    padding-right: 13px;
    margin-right: 4px; }

/*------------------------------------------
Welcome Closed heading
--------------------------------------------*/
.gmb-plugin-heading {
  display: none; }
  .gmb-plugin-heading + #Layer_1 {
    width: auto;
    height: 37px;
    margin: 0 10px 0 5px; }

#wpwrap .gmb-settings-header-btn {
  margin: 5px 0 0; }

/*------------------------------------------
Social Media
--------------------------------------------*/
.social-items-wrap {
  float: left; }
  .social-items-wrap > div {
    display: inline-block; }
  .social-items-wrap .fb-item-wrap {
    width: 100px; }
  .social-items-wrap .twitter-item-wrap {
    width: 145px; }
  .social-items-wrap .google-plus {
    margin-left: 20px;
    width: 200px; }
  .social-items-wrap .wordimpress-logo {
    position: relative;
    top: 10px;
    left: -17px; }
    .social-items-wrap .wordimpress-logo a {
      display: block; }
    .social-items-wrap .wordimpress-logo .logo-link {
      background: url("../img/wordimpress-logo-small.png") no-repeat 0 0 transparent;
      width: 100px;
      height: 40px; }
  .social-items-wrap .gmb-settings-header-btn {
    margin-top: -6px !important; }

.hide-welcome {
  margin: 21px 0 0 30px;
  display: inline-block; }
  .hide-welcome span {
    background: url("../img/arrows.png") no-repeat 0 -33px transparent;
    width: 15px;
    height: 14px;
    display: inline-block;
    margin-left: 3px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.small-desc {
  font-size: 12px;
  font-style: italic;
  color: #AAA;
  clear: both; }

/*---------------------------
Map Options Tab
-----------------------------*/
.size-label {
  margin: 8px 10px 0 0;
  font-style: italic;
  width: 50px; }

.width_unit_label, .width_radio, .map-width, .map-height, .size-label, .radio-left, .label-left {
  float: left !important; }

/*---------------------------
 Map Size
 ----------------------------*/
.size-labels-wrap {
  margin: 8px 0 0 10px;
  padding: 0;
  float: left; }
  .size-labels-wrap input[type="radio"] {
    margin-right: 0;
    float: left; }
  .size-labels-wrap label {
    margin: 0 10px 0 0;
    float: left; }

.map-width, .map-height {
  width: 55px !important; }

#width_wrap {
  margin: 0 0 10px; }

/*---------------------------
Lat/Lng
 ----------------------------*/
#geolocate-wrap {
  margin: 0 0 5px; }

label.geocode-label {
  width: 130px;
  margin-right: 0; }

label.yes-label {
  margin-right: 10px; }

.lat-lng-wrap {
  margin: 10px 20px 10px 0;
  clear: none; }
  .lat-lng-wrap > span, .lat-lng-wrap > input {
    float: left; }
  .lat-lng-wrap > span {
    margin: 8px 5px 0 0;
    width: 80px;
    font-style: italic;
    font-weight: bold; }
  .lat-lng-wrap input[type=text].latitude, .lat-lng-wrap input[type=text].longitude {
    width: 120px;
    float: left; }

/*---------------------------
General Options Tab
-----------------------------*/
#gmb_menu_position {
  width: 40px; }

/*---------------------------
/* License
--------------------------- */
.cmb2-wrap .gmb-license-deactivate {
  margin: 1px 0 0 10px;
  height: 30px; }

.cmb2-wrap .gmb-license-field {
  background-image: url("../img/close.png");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 98.5% center;
  background-size: 18px; }

.cmb2-wrap .gmb-license-active, .cmb2-wrap .gmb-license-active:focus {
  background-image: url("../img/tick.png");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 98.5% center;
  outline: none;
  background-size: 16px; }

/*---------------------------
System Settings Tab
-----------------------------*/
#system-info-textarea {
  width: 100%;
  height: 600px; }

#gmb_directions_group_repeat .gmb-travel-mode {
  width: 98%; }

#gmb_directions_group_repeat .gmb-destination-fieldset {
  padding-left: 25px;
  position: relative; }
  #gmb_directions_group_repeat .gmb-destination-fieldset .gmb-directions-marker {
    position: absolute;
    left: -3px;
    top: 50%;
    height: 40px;
    margin-top: -20px; }

#gmb_directions_group_repeat .cmb-type-destination .cmb-field-list {
  border: none !important; }
  #gmb_directions_group_repeat .cmb-type-destination .cmb-field-list .cmb-td {
    padding: 0;
    width: 100%; }

#gmb_directions_group_repeat .cmb-type-destination label {
  padding-right: 0; }

#gmb_directions_group_repeat .cmb-type-destination .destination-longitude {
  margin-right: 2%; }

#gmb_directions_group_repeat .cmb-type-destination .gmb-directions-autocomplete {
  width: 100%; }
  #gmb_directions_group_repeat .cmb-type-destination .gmb-directions-autocomplete input {
    width: 100%; }

#gmb_directions_group_repeat .cmb-type-destination .destination-longitude, #gmb_directions_group_repeat .cmb-type-destination .destination-latitude {
  width: 49%;
  float: left; }
  #gmb_directions_group_repeat .cmb-type-destination .destination-longitude input, #gmb_directions_group_repeat .cmb-type-destination .destination-latitude input {
    padding: 3px;
    font-size: 12px;
    width: 100%; }

#gmb_directions_group_repeat .cmb-type-destination .destination-place-id {
  display: none; }

#gmb_directions_group_repeat .cmb-type-destination .cmb-remove-field-row {
  background: #333; }

#gmb_directions_group_repeat .cmb-repeatable-grouping .button {
  padding: 3px 5px;
  height: auto;
  font-size: 11px;
  vertical-align: middle;
  line-height: 1em;
  margin: 2px 0 0;
  top: 0 !important; }
  #gmb_directions_group_repeat .cmb-repeatable-grouping .button.cmb-shift-rows {
    margin-top: 0;
    margin-right: 5px; }
    #gmb_directions_group_repeat .cmb-repeatable-grouping .button.cmb-shift-rows span {
      line-height: 11px;
      height: auto; }

/**
 * Maps Builder Widget
 *
 * Admin styles for the widget
 * @package:     GMB
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*----------------------------------------
Toggle Tips
-------------------------------------------*/
.gmb-tooltip-icon:before {
  content: "\f223";
  opacity: 0.5; }

.gmb-tooltip-icon:hover:before {
  opacity: 1; }

/*-------------------------------------
Marker Icon Modal
---------------------------------------*/
#poststuff .marker-description-wrap, .marker-description-wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px; }
  #poststuff .marker-description-wrap h3, .marker-description-wrap h3 {
    font-size: 22px;
    padding: 0;
    margin: 0 0 15px; }
  #poststuff .marker-description-wrap p, .marker-description-wrap p {
    font-size: 16px;
    font-style: italic;
    color: #aaa;
    margin-bottom: 0; }

/*-------------------------------------
Marker Section Headings
---------------------------------------*/
#poststuff .marker-row h3, #poststuff .marker-icon-row h3, .marker-icon-row h3 h3 {
  margin: 0 0 20px;
  font-size: 18px;
  padding: 0; }

/*-------------------------------------
Marker Icon Rows
---------------------------------------*/
.marker-icon-row {
  margin-bottom: 10px; }

.marker-icon-row, .save-marker-icon {
  display: none; }

.marker-row .marker-item, .marker-icon-row .icon {
  width: 31%;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 5px;
  text-align: center; }

.marker-icon-row .icon {
  text-align: left;
  margin-right: 1%; }
  .marker-icon-row .icon span {
    font-size: 32px;
    margin-right: 8px;
    position: relative;
    top: 8px; }

.icon-inner {
  position: relative;
  top: -8px; }

.marker-icon-row .icon, .marker-row .marker-item, .maps-icon {
  cursor: pointer;
  border: 1px solid #FFF; }
  .marker-icon-row .icon:hover, .marker-row .marker-item:hover, .maps-icon:hover {
    border: 1px solid #f4efd8;
    background: #FFFAE2; }

.marker-icon-row .marker-item-selected, .marker-item.marker-item-selected {
  border: 1px solid #f4efd8;
  background: #FFFAE2; }

.marker-label {
  z-index: 99;
  position: absolute;
  display: block;
  margin-top: -50px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  font-size: 28px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 1; }

/*-------------------------------------
Colors
---------------------------------------*/
.marker-icon-color-wrap {
  margin-bottom: 20px; }

.marker-icon-modal .color-desc {
  display: block;
  clear: both;
  font-size: 12px;
  font-style: italic; }

.marker-color-picker-wrap {
  float: left; }

/*-------------------------------------
Marker Upload
---------------------------------------*/
.gmb-marker-image-wrap .gmb-image-preview {
  float: left;
  margin: 0 20px 0 0; }

/*-------------------------------------
Marker Selections
---------------------------------------*/
.marker-row {
  margin-bottom: 25px; }
  .marker-row .marker-item {
    float: left;
    width: 31%;
    text-align: center;
    padding: 10px;
    height: 100px;
    margin: 0 1% 1% 0; }
    .marker-row .marker-item .marker-preview {
      margin: 0 0 10px;
      min-height: 40px; }
      .marker-row .marker-item .marker-preview .dashicons-upload {
        height: 40px;
        width: 40px;
        font-size: 40px; }
      .marker-row .marker-item .marker-preview .default-marker {
        padding-top: 8px; }

.marker-description-wrap h3, .marker-icon-row h3 {
  margin-top: 0; }

/*-------------------------------------
Map Icons
---------------------------------------*/
.map-icons-list {
  margin: 0 0 10px; }
  .map-icons-list li {
    float: left;
    padding: 0; }
    .map-icons-list li a {
      padding: 4px;
      display: block;
      box-shadow: none; }

.templatic-icons-row .map-icons-list li a {
  padding: 5px; }

/* Save button */
.save-marker-icon {
  background: #F1F1F1;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #DFDFDF; }
  .save-marker-icon .save-text {
    float: left;
    font-style: italic;
    margin: 6px 0 0 10px; }
  .save-marker-icon .button {
    float: right; }

.radius-label {
  position: relative;
  top: 35px;
  color: #7dbee8; }

/*-------------------------------------
Modal: Create a Marker
---------------------------------------*/
.cmb2-id-gmb-geocoder.white-popup p.autocomplete-description {
  display: none; }

.cmb2-id-gmb-geocoder.white-popup label {
  margin: 0;
  padding: 0; }
  .cmb2-id-gmb-geocoder.white-popup label:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 105px;
    background: url("../img/powered-by-google-on-white.png") no-repeat 0 0 transparent;
    width: 104px;
    height: 16px; }

.cmb2-id-gmb-geocoder.white-popup .cmb-td {
  padding: 0; }
  .cmb2-id-gmb-geocoder.white-popup .cmb-td input {
    width: 100%; }

/**
 * Import/Export SCSS
 */
.google_maps_page_gmb_import_export .nav-tab-wrapper {
  margin-bottom: 20px; }

.google_maps_page_gmb_import_export .import-export-metabox {
  max-width: 440px; }
  .google_maps_page_gmb_import_export .import-export-metabox h3.hndle {
    margin: 0;
    padding: 8px 10px;
    font-size: 15px;
    cursor: default; }

.google_maps_page_gmb_import_export p.intro {
  font-size: 15px;
  font-style: italic;
  margin: 0 0 20px;
  color: #AAA; }

.google_maps_page_gmb_import_export label {
  font-weight: bold;
  margin: 0 0 10px;
  display: block; }

.google_maps_page_gmb_import_export .field-wrap {
  margin: 0 0 10px; }
  .google_maps_page_gmb_import_export .field-wrap select, .google_maps_page_gmb_import_export .field-wrap .field-label {
    width: 48%;
    margin: 0 1%;
    display: inline-block; }

/*----------------------------
Marker Import Metabox
-------------------------------*/
#gmb-marker-import .csv-upload {
  margin-top: 20px; }

#gmb-marker-import #submit {
  margin: 10px 0 0; }

.csv-mapping-header {
  font-weight: bold;
  margin-bottom: 10px; }
  .csv-mapping-header > span {
    width: 48%;
    margin: 0 1%;
    display: inline-block;
    padding: 3px 0;
    border-bottom: 1px solid #000000; }

.marker-export-submit {
  margin: 15px 0 0; }

/**
 * Mashups
 *
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2015, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
#gmb_mashup_group_repeat .cmb-group-name {
  display: none; }

#side-sortables #gmb_mashup_group_repeat .cmb-repeat-group-field .cmb-td {
  padding-bottom: 0; }

#side-sortables .gmb-mashup-loading, #poststuff .gmb-mashup-loading {
  float: left;
  border: none; }
  #side-sortables .gmb-mashup-loading .cmb-th, #poststuff .gmb-mashup-loading .cmb-th {
    display: none; }

#gmb_mashup_group_repeat .cmb-remove-field-row {
  float: right; }

#gmb_mashup_group_repeat .mashup-load-status-wrap {
  padding: 10px 0 15px; }
  #gmb_mashup_group_repeat .mashup-load-status-wrap > div.mashup-load-status {
    padding: 2px 4px;
    background: #fffff8;
    border: 1px solid #EEE;
    height: 300px;
    overflow-y: scroll; }
    #gmb_mashup_group_repeat .mashup-load-status-wrap > div.mashup-load-status ol {
      padding: 0 0 0 18px;
      margin: 0; }
    #gmb_mashup_group_repeat .mashup-load-status-wrap > div.mashup-load-status li.gmb-error {
      color: red; }
    #gmb_mashup_group_repeat .mashup-load-status-wrap > div.mashup-load-status li.gmb-loaded {
      color: green; }

#side-sortables #gmb_mashup_group_repeat .mashup-load-status-wrap > div.mashup-load-status {
  width: 230px;
  height: 150px; }
  #side-sortables #gmb_mashup_group_repeat .mashup-load-status-wrap > div.mashup-load-status li {
    font-size: 11px; }

#side-sortables #gmb_mashup_group_repeat .cmb-remove-field-row {
  margin-top: -43px; }

.gmb-mashups-loading {
  display: none;
  margin: 4px 0 0 6px; }

div.place-thumb {
  margin: 0 0 10px; }
  div.place-thumb img {
    max-width: 100%; }

/*# sourceMappingURL=gmb-admin.css.map */
