/*
Theme Name: Amebae
Theme URI: http://yarn.net.au
Author: Yarndigital
Author URI: http://yarn.net.au
Description: Amebae has been created for the digital agency
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amebae
Tags: amebae,digital agency,yarn

*/
#map_amebae {
    height: 970px;
    margin-top: -82px;
}
.page-template-template-contact .page_topoverlay {
    height: 370px !important;
    z-index: 4 !important;
}
.page-template-template-contact.admin-bar .page_topoverlay{
  height: 402px !important;
}
.info_contact{
  background: #421b8e;
  color: #fff;
  padding: 69px 44px 173px 44px;
  background-image: url(images/Amebae-Logo-Light.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.contact_form_section .gform_wrapper{
  padding: 69px 44px;
  width:100%;
}
.info_contact h3{
  font-size: 35px !important;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px !important;
}
.info_contact ul li{
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 !important;
  position: relative;
  padding-left: 50px !important;
  margin-bottom: 20px !important;
}
.info_contact ul li .fa{
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: 15px;
}
.info_contact ul li a{
  color:#fff !important;
  text-decoration: none;
}
.info_contact ul li::before{
  content:'';
  display: none;
}
.info_contact ul li h6{
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.contact_form_section .col-md-7{
   display: flex;
  align-items: center;
  align-content: center;
}
.contact_form_section .gform_confirmation_wrapper{
  text-align: center;
  padding: 50px;
  font-size: 35px;
}
.contact_form_section .gform_wrapper .gform_footer{
  text-align: center;
  padding: 0;
}
.contact_form_section .gform_wrapper .top_label .gfield_label{
  font-size: 13px;
  font-weight: 300;
  margin-left: 13px;
}
.contact_form_section .gform_wrapper #gform_submit_button_1.gform_button{
  color: #fff !important;
  background: #6f59a8 !important;
  padding: 5px;
  border-radius: 50px;
  text-decoration: none;
  width: 130px;
  font-size: 15px !important;
}
.contact_form_section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  border: 1px solid rgb(230, 226, 226);
  border-radius: 5px;
  padding: 10px;
}
.contact_form_section .gform_wrapper textarea.small{
    border: 1px solid rgb(230, 226, 226);
    border-radius: 5px;
}
.contact_form_section{
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 270px;
}
.contact_form_section .container .row{
  background: #fff;
}
.contact_form_section .container .row .col-md-5,
.contact_form_section .container .row .col-md-7{
  padding: 0;
}
.gmnoprint{
    top: auto !important;
    bottom: 0;
}
.page-template-template-contact .about_banner{
  position: relative;
}
.page-template-template-contact .workwithus_page .ourinfo_section {
    z-index: 5 !important;
}

@media screen and (min-width: 767px){
  .page-template-template-contact .about_banner:after{
      content: '';
      position: absolute;
      height: 50px;
      width: 50%;
      background: #fff;
      bottom: -10px;
      left: 0;
      z-index: 3;
  }
}
@media screen and (max-width: 767px){
  .footer.philosophy_footer {
      padding-top: 500px !important;
  }
  .info_contact {
      padding: 69px 44px 100px 44px;
      background-size: 400px 100px;
      background-position: 40px 100%;
  }
  #map_amebae {
      margin-top: -45px;
  }
  .contact_form_section {
      top: 300px;
  }
  .info_contact h3 {
      font-size: 30px !important;
      letter-spacing: normal !important;
  }
  .contact_form_section .gform_wrapper {
      padding: 69px 30px;
  }
}
