/*
	CWalker - Custom Contact Page Styling
	Added: 06/05/2020
	Custom Contact Page with default form. Map and Store Details
	Mobile Responsive - 650px
*/

.us2u-contact-section-wrap{
  position: relative; 
  text-align: center; 
  width: 100%; 
  display: flex;
}
.us2u-contact-section-content{
  background-color: rgba(255, 255, 255, 0.80); 
  margin: auto; 
  text-align: center; 
  width: 35%; 
  display: block;
}

.us2u-contact-detail-header{
  text-transform: capitalize; 
  text-align: center; 
  color: #197bbd;
  font-weight:300px;
}

.us2u-contact-detail-content{
  text-transform: capitalize; 
  text-align: center;
}

.us2u-map-container{
  height: 400px; 
  width: 65%; 
  display: block;
}

.us2u-contact-detail-content-nocap{
  text-align: center; 
  margin: 2em 0;
}

@media only screen and (max-width: 650px){
  .us2u-contact-section-wrap{
  	display: block;
  }
  .us2u-contact-section-content{
  	width: 100%;
    margin-bottom: 15px;
  }
  
  .us2u-map-section-wrap{
  	display: block;
  }
  .us2u-map-section-content{
    width: 100%; 
    margin-bottom: 1em;
  }
  .us2u-map-container{
    height: 200px; 
    width: 100%; 
  }
}