/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.container__new{
	padding-top: 60px;
	width: 100%;
}

.fake__square {
    margin: 0 auto;
}

.fake__square{	
	height: 550px;
	background: #f4f4f4;
	display: block;
}

.fake__square:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.locations__list a{
  color: #3CB3E7;
}

.btn__blue{
	font-family: "Isidora Sans", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    color: #3CB3E7;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3CB3E7;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 13px 5px 13px;
    margin-top: 20px;
}

.btn__blue:hover{
	color: #fff;
    background-color: #3CB3E7;
}

.col-md-5{
	width: 45%;
	float: left;
	padding-left: 20px;
  position: relative;
}

.col-md-1{
	width: 50px;
	float: left;
	display: block;
}

.col-md-6{
	width: 50%;
	float: left;
	padding-left: 60px;
}

.col-md-6 h2{
	color: #5A5A5A;
    font-family: "Isidora Sans", Sans-serif;
    font-weight: 700;
}

.col-md-6 h5{
	color: #5A5A5A;
    font-family: "Isidora Sans", Sans-serif;
    font-weight: 500;
}

.locations__list{
	color: #5A5A5A;
    font-family: "Isidora Sans", Sans-serif;
    font-weight: 500;
}

.locations__top{
	color: #5A5A5A;
    font-family: "Isidora Sans", Sans-serif;
    font-weight: 700;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    color: #fff !important;
}

.goog-te-gadget {
    color: #fff !important;
}

.location {
  padding: 1em 0;
  border-bottom: 1px solid #eeeeee; }
  .location .btn,
  .location p {
    display: none; }
  .location__address {
    cursor: pointer;
    position: relative;
    padding-right: 2em;
    font-size: 1rem; }
    .location__address:after {
      content: "";
      position: absolute;
      display: block;
      width: 2em;
      height: 2em;
      background-color: transparent;
      background-image: url("/wp-content/themes/generatepress_child/img/arrow-diag.svg");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center center;
      vertical-align: middle;
      right: 0;
      top: 0; }
  .location--active .location__address:after {
    transform: rotate(-90deg); }
  .location--active .btn {
    display: inline-block; }
  .location--active p {
    display: block; }


@media only screen and (max-width:940px) {

.fake__square{  
  height: 300px;
  background: #f4f4f4;
  display: block;
}

.col-md-5{
  width: 100%;
  float: none;
  padding-left: 0px;
  padding-bottom: 30px;
  margin-top: -60px;
}

.col-md-1{
  width: 50px;
  float: none;
  display: none;
}

.col-md-6{
  width: 100%;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:  40px;
}

}