#_the_logo {height:200px !important;}
#_the_logo img{max-height:200px !important;}

.b2b-form.medium {
  display: none !important;
}

/* floating button */
#icon-floating-btn {
  bottom: 14px;
  position: fixed;
  right: 20px;
  z-index: 99999999;
}
@media (max-width: 1024px) {
 #icon-floating-btn {
   display: none !important;
  }
}
#icon-floating-btn a {
  text-decoration: none !important; 
}
.cta_btn {
  background-color: #624b35;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  margin: 5px;
  padding: 20px 20px 40px;
  text-transform:  uppercase;
  font-weight:  600;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  border: solid 3px #000;
}
.cta_btn:hover{
background-color: #000;
-webkit-transition: all .5s ease !important;
transition: all .5s ease !important;
}
#_the_copyright {
    padding-bottom: 6rem !important;
}

/* pulsing fb button */
#floating-fb-btn {
  bottom: 14px;
  position: fixed;
  left: 20px;
  z-index: 99999;
  text-align: center !important;
}

#floating-fb-btn a {
  text-decoration: none !important; 
}

#floating-fb-btn span {
    font-size: 1.25rem;
    text-align: center !important;
    font-weight: bold;
    color: #fff;
    background: #1976D2; /* change background color of text */
    padding: 0 5px 0;
    border-radius: 10px;
    border: solid 3px #fff;
}

#floating-fb-btn img {
    position: relative;
    background: #1976D2; /* change background color of icon background */
    max-width: 70px;
    border-radius: 50%;
    z-index: 99 !important;
    width: 100%;
    animation: pulse 1s infinite;
    border: solid 3px #1976D2;
    padding: 5px;
}
@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform:scale(1.15);}
    100% {transform:scale(1);}
}

@media (max-width: 768px) {
  #floating-fb-btn {
	display: none !important;
  }
}

#_the_copyright {
    padding-bottom: 13rem !important;
}
/* end pulsing fb button */

html:not(.mobileview) #wrapper #_the_map_wrapper .b2b-location.wide,
html:not(.mobileview) #wrapper #_the_map_wrapper .b2b-location.wide .b2b-location-items-container,
html:not(.mobileview) #wrapper #_the_map_wrapper .b2b-location.wide .b2b-location-items,
html:not(.mobileview) #wrapper #_the_map_wrapper .b2b-location.wide .b2b-location-items ul li.show-details {
    height: 500px !important;
}