/* -- Footer ---------------------------------------------------------------- */

@media only screen and (max-width: 650px) {
  footer .container_inner {
    width: 80%;
  }
}

.footer_inner {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 480px) {
  .footer_inner {
    margin-left: 0;
    margin-right: 0;
  }
}

#footer-map {
  width: 100%;
  height: 400px;
  background-color: #CCC;
}

/* white background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
  background-color: transparent!important;
}

.gm-style div {
  border: none !important;
  box-shadow: none !important;
}

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div
{
  background-color: #00FF23 !important;
}

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
  margin-right: 5px;
  margin-top: 5px;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img
{
  display: none;
}

/* positioning of infowindow */
.gm-style .gm-style-iw
{
  top: 22px !important;
  left: 22px !important;
  background: #00FF23;
  font-family: NHaasGroteskDSPro-55Rg;
  font-size: 21px !important;
  font-weight: 400 !important;
  color: #184dc8;
  padding: 30px;
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
  .gm-style .gm-style-iw {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 549px) {
  .gm-style .gm-style-iw {
    font-size: 15px !important;
  }
}

.gm-style-iw a {
  color: #184dc8;
}

.infowindow-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
  background-size: cover!important;
}

.infowindow-text {
  padding-left: 160px;
  color: #184dc8;
}

.infowindow-text h5,
.infowindow-text p {
  color: #184dc8;
}

.footer_bottom_holder,
.footer_top_holder {
  background: #184dc8;
  color: #fff;
  padding: 0 15px;
  /* margin: 0 -15px; */
}

.footer_bottom_holder {
  /* padding: 0 60px; */
}

.footer_bottom img {
  margin: 0 20px 0 0;
}

.footer_bottom ul {
  /* text-align: left !important; */
}

.footer_bottom ul li {
  margin: 0 10px 0 0;
}

.footer_bottom ul li a {
  font-size: initial;
  text-transform: initial;
}

.footer_bottom a:hover,
.footer_bottom ul li a:hover {
  color: #fff;
}

.footer_top a,
.footer_top .textwidget {
  color: #fff !important;
}

.footer_top h5 {
  font-family:  'NHaasGroteskDSPro-35XLt';
  font-size: 28px;
  letter-spacing: 1.5px;
  line-height: 34px;
}

.home .footer_bottom_holder,
.home .footer_top_holder {
  background: rgba(24, 78, 200, 0.8);
}

.footer_top input[type=text],
.footer_top input[type=submit] {
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 12px;
  height: 41px;
  letter-spacing: 2.75px;
  line-height: 35px;
  margin: 15px 0;
  padding: 0 20px;
  text-transform: uppercase;
}

.footer_top input[type=text] {
  background: #fff;
  border-radius: 5px 0 0 5px;
  border: none;
  width: 296px;
}

.footer_top input[type=submit] {
  background: #00FF23;
  border: 2px solid #00FF23;
  border-radius: 0 5px 5px 0;
  color: #004dff;
  margin: 0 0 0 -7px;
}

.footer_bottom,
.footer_top {
  /* font-family: 'NHaasGroteskDSPro-55Rg'; */
  font-family: 'NHaasGroteskDSPro-45Lt';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.footer_bottom {
  text-align: left !important;
}

.footer_bottom ul {
  text-align: left !important;
}

.footer_top ul.bb9-social {
  margin: 20px 0 0 0;
}

.footer_bottom_column {
  width: 100% !important;
}

.footer_bottom_column .column_inner {
  padding: 0 0 20px 0 !important;
}

.footer_bottom_column .column_inner ul {
  padding: 0 0 20px 0;
}

.bb9-footer-info {
  padding: 0 0 20px 0;
}


@media only screen and (min-width: 840px) and (max-width: 1100px) {
  .footer_top input[type=text] {
    width: 180px;
  }
}

@media only screen and (min-width: 840px) {
  .footer_top>.container>.container_inner>.two_columns_50_50>.column1 .footer_col1 {
    width: 40%;
  }

  .footer_top>.container>.container_inner>.two_columns_50_50>.column1 .footer_col2 {
    width: 60%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 839px) {
  .footer_col3 {
    /* display: none; */
    padding: 0;
    width: 100% !important;
  }

  .footer_col3 .column_inner {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer_col3 .column_inner .widget_text {
    margin: 0 !important;
  }

  .footer_top .two_columns_50_50>.column1 {
    /* margin: 0 0 25px 0; */
  }

  .footer_top .two_columns_50_50>.column1,
  .footer_top .two_columns_50_50>.column2 {
    margin: 0 0 25px 0;
  }

  .footer_top>.container>.container_inner>.two_columns_50_50>.column1 {
    width: 100%;
  }

  .footer_bottom,
  .footer_top {
    font-family: 'NHaasGroteskDSPro-45Lt';
    font-size: 16px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 839px) {
  .footer_top>.container>.container_inner>.two_columns_50_50>.column1 {
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 651px) and (max-width: 839px) {
  .footer_top input[type=text] {
    width: 420px;
  }
}

@media only screen and (max-width: 650px) {
  .footer_top input[type=text] {
    border-radius: 5px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .footer_top input[type=submit] {
    border-radius: 5px;
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .footer_top .two_columns_50_50>.column1 {
    margin: 0 0 25px 0;
  }

  .footer_top .two_columns_50_50>.column1,
  .footer_top .two_columns_50_50>.column2 {
    width: 100%;
  }

  .footer_top .two_columns_50_50>.column2>.column_inner {
    padding: 0;
  }

  .footer_top .two_columns_50_50>.column2>.column_inner .widget_text {
    margin: 0;
  }

  .footer_top>.container>.container_inner>.two_columns_50_50>.column1 {
    width: 100%;
  }

  .footer_bottom,
  .footer_top {
    font-family: 'NHaasGroteskDSPro-45Lt';
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_bottom_holder,
  .footer_top_holder {
    padding: 0;
    margin: 0 -15px;
  }
}

