    .adv img,
    .adv_side img,
    .adv_content img {
        max-width: 200px;
        height: auto;
    }

.site-footer {
  font-size: 16px;
  background: #fff;
  color: #47335a; }
  .site-footer a {
    color: #47335a; }
    .site-footer a:hover {
      color: #d8c2a9; }

.slide-style-1 .slides .slide_button a {
  border-style: solid;
	border-width: 2px;
  border-color: #fff;
	background: #c4a07a; 
 }

h1 {
  font-size: 36px;
  font-family: playfair display;
	color: #47335a;
	font-weight: 700;
  }

.slide-style-1 .slides li h3 {
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: playfair display;
  font-weight: 600;
  }

.builder-wrap {
  font-size: 20px;
  }
  .builder-wrap img {
    height: auto; }
  .builder-wrap .fw-team .fw-team-name h3 {
    margin-top: 20px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 10px; }
  .builder-wrap .fw-team .fw-team-name span {
    font-size: 16px;
    color: inherit;
    opacity: .7; }

.contact-form input[type=text] {
    width: 300px;
    height: 40px;
    max-width: 100%;
    margin-bottom: 13px;
}

.contact-form input[type=email] {
    width: 300px;
	    height: 40px;
    max-width: 100%;
    margin-bottom: 13px;
}

.contact-form textarea {
    height: 200px;
    width: 100%;
	height: 170px;
    float: none;
    margin-bottom: 0px;
}

.contact-form label {
    margin-bottom: 3px;
    float: none;
	font-size: 16px;
color: #c4a07a;
	font-weight: 700;
    display: block;
}

h3 {
    font-size: 24px;
    color: #47335a;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #c4a07a;
  color: #fff;
  }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  padding: 8px 15px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-weight: 600;
  border-radius: 0;
  width: auto;
  }

  .navbar-brand-wpz img {
    max-width: 80%;
    height: auto;
	margin-bottom: -20px;
    }

.fw-divider-line hr {
  border-top: 1px solid #c4a07a;
  margin: 0; }

.main-navbar {
  border-top: 1px solid #c4a07a;
  border-bottom: 0px solid #c4a07a;
  padding: 10px 0;
  margin-bottom: 40px;
  min-height: 68px;
  }

.top-navbar {
  padding: 3px 0;
	margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #c4a07a;
  z-index: 200; }

a:hover, a:focus {
  color: #c4a07a; }

div.navigation span.current {
  color: #c4a07a; }

.navbar-wpz > .current-menu-item > a, .navbar-wpz > .current_page_item > a {
  color: #c4a07a; }

.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a {
  color: #c4a07a; }

.slides li .slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  }

  .fw-section-image:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0); }

.section-title {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: bold;
	color: #47335a;
}

.wpz-btn {
    white-space: nowrap;
    line-height: 1.6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #47335a;
    color: #47335a;
    font-weight: 600;
    letter-spacing: 1px;
}

.wpz-btn:hover, .wpz-btn:focus {
    text-decoration: none !important;
    outline: none;
    color: #fff;
    border-color: #c4a07a;
    background: #c4a07a;
}

.adv img, .adv_side img, .adv_content img {
    max-width: 300px;
    height: auto;
}