/* -------------------------------- 
Google Map 
-------------------------------- */

#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 400px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}

#cd-google-map {
  position: relative;
}

#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(162, 141, 99, 0.9);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center
}


@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #385d7f;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("/assets/img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}


/* contact */


.contact-section {
    padding-top: 35px;
    padding-bottom: 35px;
    /* background: #fbf8f2 */
}

@media (min-width: 711px) {
    .contact-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (min-width: 801px) {
    .contact-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (min-width: 1281px) {
    .contact-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.contact-section__headline {
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 45px;
    text-align: center
}

.contact-section__headline:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #686869;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px
}

@media (min-width: 711px) {
    .contact-section__headline:after {
        width: 100px
    }
}

@media (min-width: 1281px) {
    .contact-section__headline:after {
        width: 125px
    }
}

.contact-section__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
}

.contact-section__form {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 0 45px
}

@media (min-width: 801px) {
    .contact-section__form {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (min-width: 1281px) {
    .contact-section__form {
        padding-right: 40px;
        border-right: 1px solid #B4B7B9
    }
}

.contact-section__form .gform_button {
    min-width: 225px;
    width: auto;
    padding: 25px 45px;
    color: #fff;
    background: #a28d63;
    border-color: #a28d63;
}

.contact-section__form .gform_button:hover {
    transition-property: all;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    border-color: #c7b89a;
    background: #c7b89a;
}

.contact-section__form label,
.contact-section__form .validation_error {
    display: none
}

.contact-section__form .validation_message {
    margin-top: 5px
}

.contact-section__form input {
    text-transform: uppercase
}

.contact-section__form input,
.contact-section__form textarea {
    width: 100%;
    padding: 18px 15px;
    border: 1px solid #B4B7B9;
    text-transform:  none;
}

@media (max-width: 711px) {
    .contact-section__form input::-webkit-input-placeholder,
    .contact-section__form textarea::-webkit-input-placeholder {
        text-align: left
    }
    .contact-section__form input::-moz-placeholder,
    .contact-section__form textarea::-moz-placeholder {
        text-align: left
    }
    .contact-section__form input:-ms-input-placeholder,
    .contact-section__form textarea:-ms-input-placeholder {
        text-align: left
    }
    .contact-section__form input:-moz-placeholder,
    .contact-section__form textarea:-moz-placeholder {
        text-align: left
    }
}


@media (min-width: 711px) {
    .contact-section__form .textarea {
        min-height: 256px
    }
}

.contact-section__form .ginput_left {
    display: block
}

.contact-section__form .gfield,
.contact-section__form .ginput_left {
    margin-bottom: 30px
}

.contact-section__form-title {
    line-height: 24px;
    color: #385d7f;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}

@media (max-width: 801px) {
    .contact-section__form-title {
        font-size: 23px;
        line-height: 22px;
        font-weight: 600;
        letter-spacing: .09em;
    }
}

.contact-section__sidebar {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 801px) {
    .contact-section__sidebar {
        -webkit-flex: 0 365px;
        -ms-flex: 0 365px;
        flex: 0 365px;
        max-width: 365px;
        margin-left: 40px
    }
}

.contact-section__widget {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.contact-section__widget:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #686869;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

@media (max-width: 801px) {
    .contact-section__widget:first-child {
        padding-top: 10px
    }
}

.contact-section__widget:last-child {
    margin-bottom: 0
}

.contact-section__widget:last-child:after {
    display: none
}

.contact-section__widget:after {
    background: #B4B7B9
}

.contact-section__widget .sidebar-content {
    line-height: 26px
}

.contact-section__widget .sidebar-content p {
    margin-bottom: 20px
}

.contact-section__widget .sidebar-content p:last-child {
    margin-bottom: 0
}

.sidebar-content a {
	text-decoration: none;
}

.widget-title {
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	    color: #ab825e;
	font-size: 18px;
}

.widget_list li {
	max-width: 26px;
	height:26px;
}

.contact-section__widget .widget_list-item {
    display: inline-block;
    font-size: 22px;
    margin-right: 9px;
    color: #686869;
}

.contact-section__widget .widget_list-link {
    color: #686869;
}

.widget_list {
	margin-top: 15px;
}

.title_headline {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #ab825e;
}


