/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */


#block-userregistrationform{
 padding:40px;
 margin:auto;
 background-color:#f0c105;

 margin-top:40px;
 margin-bottom:40px;
 border-radius:20px;
}

#block-userregistrationform .block-title{
	margin-bottom:20px;

}

#edit-field-name-first-wrapper,
#edit-field-name-last-wrapper{
	width:150px;
	display:inline-block;
}

#edit-account{
	width:300px;
}
.captcha{
	margin-top:20px
	margin-bottom:20px;
}

#edit-submit{
	margin-top: 20px;
	padding: 10px 30px;
	font-size: 18px;
}

.field--name-field-blog-image{
	float:left;
	margin-right:20px;
}

body {
  padding-bottom: 10px;
}

.main-container {
  max-width: 1400px !important;
}

#error-message {
  display: none;
}

.map-container {
  overflow-x: auto;
}

#map {
  width: 100%;
  height: 576px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#menu {
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  border: none;
  font-family: 'Open Sans', sans-serif;
}

#menu a {
  font-size: 13px;
  color: #404040;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-right: 5px;
}

#menu ul {
  padding-left: 0;
  list-style: none;
}

#menu li {
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
  padding: 5px;
}

#menu a:last-child {
  border: none;
}

#menu a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

#menu a.active {
  background-color: #3887be;
  color: #ffffff;
}

#menu a.active:hover {
  background: #3074a4;
}

.location-manual {
  margin-top: -52px;
  z-index: 5;
  position: relative;
}

.location-manual .form-group {
  width: 70px;
}

.old-map-style {
  display: none;
}

/*
 * Hide high-res map rendering
 */
.hidden-map {
  overflow: hidden;
  height: 0;
  width: 0;
  position: fixed;
}

/*
 * Loading spinner
 * Based on http://codepen.io/lixquid/pen/ybjmr
 */
#spinner {
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-animation: spinner 0.75s ease infinite;
  animation: spinner 0.75s ease infinite;
  border-radius: 100%;
  position: relative;
  top: 8px;
  margin-left: 10px;
  display: none;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.attribution-row {
  display: none;
}

#geocoder{
  width:300px;
}

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}


