/* -----------------------------------------
   Home page slider
----------------------------------------- */
@import url("https://use.typekit.net/pat7yov.css");
.slider-container {
  max-width: 1194px;
  overflow: hidden;
  border: 2px solid #745711;
  border-radius: 10px;
  box-shadow: 2px 6px 10px 0px #000000;
  margin: 10px auto 15px;
}

#home-slider .slick-slide {
  position: relative;
  height: 445px;
  /*define the height of slide*/
  -webkit-transition: height, 0.3s, ease;
  -moz-transition: height, 0.3s, ease;
  -o-transition: height, 0.3s, ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slick-dots {
  bottom: 15px;
  right: 115px;
  width: auto;
  margin: 0;
}
.slick-dots li button {
  width: 19px;
  height: 19px;
  background: url("../images/switcher.png");
}
.slick-dots li button:hover {
  background-position: 0 -21px;
}
.slick-dots li button:before {
  content: none;
}

.slick-active button {
  background-position: 0 -21px !important;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    background-position: top center !important;
    height: 130px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1008px;
}

.columns, .column {
  min-height: 1px;
}

@font-face {
  font-family: '24C33E_0_0';
  src: url("../fonts/24C33E_0_0.eot");
  src: url("../fonts/24C33E_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/24C33E_0_0.woff") format("woff"), url("../fonts/24C33E_0_0.ttf") format("truetype"), url("../fonts/24C33E_0_0.svg#24C33E_0_0") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #4a3024;
  color: #fff;
  font-family: "myriad-pro", "Arial", "Helvetica", sans-serif;
  -webkit-transition: all, 0.3s, ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #281a13;
}

/* Button additional styles */
.button {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #4a3024;
  font-family: "myriad-pro", "Arial", "Helvetica", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
  color: #642203;
  font-family: "24C33E_0_0", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  margin-right: 15px;
}

h2 {
  /*basic heading styles*/
  color: #642203;
  font-family: "24C33E_0_0", sans-serif;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 1px;
}

h3 {
  /*basic heading styles*/
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 20px;
}

h4 {
  /*basic heading styles*/
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

h5 {
  /*basic heading styles*/
  color: #814b16;
  font-size: 14px;
  line-height: 16px;
}

h6 {
  /*basic heading styles*/
  font-size: 12px;
}

p {
  /*basic paragraph styles*/
  margin-bottom: 25px;
  line-height: 22px;
}
p:empty {
  display: none;
}
p a {
  color: #878533;
  font-weight: bold;
}
p a:hover {
  color: #878533;
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #4a3024;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #050303;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  -moz-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 50px;
  font-family: FontAwesome;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #4a3024;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .reserve, .season-special {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  background: url("../images/bg-header.png") repeat-x;
  color: #f4e4bd;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 5px;
}
.header a {
  color: #f4e4bd;
}

.mobile {
  display: none;
}

.top-header-menu {
  padding-top: 22px;
  margin-bottom: 3px;
  font-weight: bold;
}
.top-header-menu li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.top-header-menu li a {
  text-transform: uppercase;
}
.top-header-menu li a:hover {
  text-decoration: underline;
}

.top-bar {
  margin-top: 10px;
  font-weight: bold;
}
.top-bar .header-menu li {
  padding: 0 17px 0 16px;
}
.top-bar a {
  text-transform: uppercase;
}

.logo {
  width: 366px;
  height: 90px;
  margin: 22px auto 0;
}
.logo img {
  width: 100%;
  max-height: 150px;
}

.seasons p {
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
}

.reserve {
  width: 255px;
  background: url("../images/bg-hover01.jpg") top center;
  background-repeat: no-repeat;
}
.reserve > a {
  display: block;
  color: #f4e4bd;
  width: 238px;
  font-family: "24C33E_0_0", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 2px 2px 2px black;
  padding: 29px 5px 18px 15px;
}
.reserve > a:hover {
  color: #f6d36d;
}

.phone a {
  font-family: "24C33E_0_0", sans-serif;
  font-size: 21px;
  line-height: 22px;
}
.phone a:hover {
  color: #f6d36d;
}

.title-bar .menu-icon {
  margin-left: 0;
  margin-right: 0;
}

.child-menu {
  background: url("../images/bg-nav.gif");
  font-size: 15px;
  box-shadow: 1px 2px 6px 0 #000000;
  border-radius: 10px;
  margin: 0 auto 5px;
}
.child-menu .widget {
  margin: 0;
}
.child-menu ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  padding: 0 0 0 43px;
}
.child-menu ul li {
  display: inline-block;
  margin: 0 36px 0 0;
}
.child-menu ul li a {
  display: block;
  color: #f4e4bd;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 0 5px;
}
.child-menu ul li a:hover,
.child-menu ul li a:active,
.child-menu ul li a:focus {
  color: #fff;
  text-decoration: none;
}
.child-menu ul .current_page_item a {
  color: #fff;
  text-decoration: none;
}

.hero {
  overflow: hidden;
  border: 2px solid #745711;
  border-radius: 10px;
  box-shadow: 2px 6px 10px 0px #000000;
  margin-bottom: 14px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #4a3024;
}
.not-found .label:hover {
  background-color: #2f1e17;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
body {
  background: url("../images/bg-body.gif");
}

.home h1 {
  margin-left: 0;
}

.main {
  background: url("../images/bg-main-t.png"), url("../images/bg-main-b.png");
  background-color: #fff;
  background-position: 0 0, 0 bottom;
  background-repeat: repeat-x, repeat-x;
  border-radius: 10px;
  padding: 53px 8px 27px 13px;
}

.season-special {
  position: relative;
  height: 300px;
  padding: 10px 20px 10px 7px;
  margin: 27px 0 50px;
}
.season-special > a {
  position: absolute;
  width: 233px;
  height: 243px;
  z-index: 20;
}
.season-special_left-image {
  bottom: 4px;
  left: 9px;
}
.season-special_right-image {
  bottom: 37px;
  left: 175px;
}
.season-special_content {
  max-width: 275px;
}
.season-special_content h2 {
  font-size: 26px;
  line-height: 34px;
  margin: 30px 0 23px;
}
.season-special_content p {
  line-height: 18px;
}
.season-special_content a {
  color: #000 !important;
}

/*---------------------------------------
	TMPL: Default
---------------------------------------*/
.content {
  padding-bottom: 25px;
}
.content a {
  color: #878533;
  font-weight: bold;
}
.content a:hover {
  text-decoration: underline;
}
.content .page_item a {
  color: #000;
  font-weight: normal;
}
.content img {
  display: block;
  border: 6px solid #704326;
  margin: 0 32px 13px 0;
}
.content ul {
  display: table;
  padding-left: 10px;
}
.content ul li {
  list-style-image: url("../images/bullet02.gif");
}
.content .wp-caption {
  padding: 0;
  margin-right: 40px;
  border: none;
}
.content .wp-caption-text {
  font-family: "24C33E_0_0", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 70px;
}
.content-block {
  padding-left: 32px;
}

.link-btn a {
  background: url(../images/arrow.png) 100% 4px no-repeat;
  color: #878533;
  font-weight: bold;
  padding: 0 20px 0 0;
}
.link-btn a:hover {
  text-decoration: underline;
}

.link-bg a {
  display: block;
  color: #fff;
  background: url(../images/bg-btn03.gif) no-repeat;
  width: 170px;
  height: 32px;
  font: 14px/18px '24C33E_0_0', Arial, Helvetica, sans-serif;
  text-shadow: 2px 2px 2px black;
  margin: 0 0 20px;
  padding: 7px 0 0 10px;
}
.link-bg a:hover {
  color: #fff;
  background: url(../images/bg-btn02.gif);
  text-decoration: none;
}

table {
  width: auto;
  border-collapse: separate;
  border-spacing: 2px;
  padding-bottom: 10px;
}
table tr {
  margin-bottom: 20px;
}
table tr td {
  border: none;
}
table tr td h5 {
  font-weight: bold;
  padding-top: 4px;
  margin: 0;
}
table img {
  border: none !important;
  margin: 0 !important;
}

table tbody td,
table tbody th {
  padding: 0px 37px 2px 0px;
}

.package {
  background: #eee8da;
  border: 2px solid #69683F;
  border-radius: 13px;
  margin: 20px 0 37px;
  padding: 18px 27px 13px;
}
.package table {
  background-color: transparent;
  margin: initial;
}
.package table strong {
  font-size: 14px;
  line-height: 16px;
}

.border-none {
  border: none !important;
  margin: auto !important;
}

/*---------------------------------------
	TMPL: Photos Page
---------------------------------------*/
.gallery {
  max-width: 350px;
  margin-bottom: 60px;
}
.gallery .slick-prev,
.gallery .slick-next {
  color: inherit;
  background: inherit;
  top: auto;
  bottom: -40px;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
}
.gallery .slick-next:before,
.gallery .slick-prev:before {
  content: none;
}
.gallery .gallery-slide {
  height: 270px;
}

/*---------------------------------------
	TMPL: Testimonials Page
---------------------------------------*/
.archive article {
  margin-bottom: 25px;
}
.archive article p {
  margin-bottom: 0;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  margin-top: 20px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer_info p {
  color: #f4e4bd;
  font-size: 14px;
  line-height: 18px;
}
.footer_info a {
  color: #f4e4bd;
  background: none;
  font-weight: normal;
  padding: 0;
}
.footer_info a:hover {
  color: #f4e4bd;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
.footer-menu li {
  display: inline-block;
  padding: 0 6px 0 7px;
}
.footer-menu li a {
  color: #fff;
  display: block;
}
.footer-menu li:not(:first-child) {
  border-left: 1px solid #fff;
}
.footer-menu li:hover a {
  text-decoration: underline;
}

/* ------------------------------------
    Socials Styles
------------------------------------- */
.icons {
  margin-top: 30px;
}
.icons li {
  display: inline-block;
  background: no-repeat top center;
  font-size: 10px;
  line-height: 23px;
  text-transform: uppercase;
  padding-top: 23px;
  margin-left: 15px;
}
.icons li:hover {
  text-decoration: underline;
}

/* ------------------------------------
    GForm Styles
------------------------------------- */
.gform_wrapper .webform input:not([type=submit]),
.gform_wrapper .webform select,
.gform_wrapper .webform textarea {
  width: 100%;
  max-width: 300px;
}
.gform_wrapper .webform input.medium.datepicker {
  width: 100% !important;
}
.gform_wrapper .webform input:not([type=submit]),
.gform_wrapper .webform select {
  height: 24px;
}
.gform_wrapper .webform input,
.gform_wrapper .webform textarea,
.gform_wrapper .webform select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
.gform_wrapper .webform .gfield_radio label {
  color: #4a3024;
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: sub;
}
.gform_wrapper .webform select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearans: menulist;
  padding: 0;
}
.gform_wrapper .webform span {
  display: block !important;
  width: auto !important;
}
.gform_wrapper .webform .gfield_required {
  display: none !important;
}
.gform_wrapper .webform label.gfield_label,
.gform_wrapper .webform .field_sublabel_above .ginput_complex.ginput_container label {
  color: #4a3024;
  /*font-size: 11px;*/
  line-height: 24px;
  font-weight: normal;
  letter-spacing: normal;
}
.gform_wrapper .webform .top_label div.ginput_container {
  margin: 0;
}
.gform_wrapper .webform #field_1_1 .gfield_label,
.gform_wrapper .webform #field_1_2 .gfield_label,
.gform_wrapper .webform #field_2_1 .gfield_label,
.gform_wrapper .webform #field_3_1 .gfield_label,
.gform_wrapper .webform #field_3_5 .gfield_label {
  display: none;
}
.gform_wrapper .webform .gform_footer {
  text-align: left;
}
.gform_wrapper .webform .gform_footer [type=submit] {
  color: buttontext;
  background-color: buttonface;
  padding: 1px 6px;
  border: 2px outset buttonface;
  -webkit-appearance: push-button;
}
.gform_wrapper .webform .address_country select {
  text-transform: uppercase;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span,
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
}

/* ------------------------------------
    Sidebar Styles
------------------------------------- */
.sidebar {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 55px;
}
.sidebar aside {
  background: url("../images/bg-aside-block.gif");
  background-size: cover;
  min-height: 336px;
  border-radius: 20px;
  margin: 0 0 16px;
  padding: 25px 17px 14px 13px;
}
.sidebar aside .testimonials div {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  padding: 20px 10px 0;
}
.sidebar aside .testimonials div p {
  margin-bottom: 0;
}
.sidebar aside .testimonials div p:before, .sidebar aside .testimonials div p:after {
  content: '"';
}
.sidebar aside .testimonials div h3 {
  font-family: "myriad-pro", "Arial", "Helvetica", sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 23px !important;
  text-align: left !important;
}
.sidebar aside .custom-html-widget {
  position: relative;
}
.sidebar aside .custom-html-widget a {
  display: block;
  text-align: center;
}
.sidebar aside .custom-html-widget .subtitle {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  background: url(../images/bg-aside-link.png) center center no-repeat;
}
.sidebar aside form {
  padding-bottom: 2px;
}
.sidebar aside > div, .sidebar aside > a {
  position: relative;
  display: block;
  background: #69683f;
  min-height: 254px;
  border: 1px solid #9c8040;
  margin: 0 0 30px;
  padding: 0 5px 0;
}
.sidebar aside > div img, .sidebar aside > a img {
  margin: auto;
}
.sidebar aside > div h3, .sidebar aside > a h3 {
  text-align: center;
  font: 14px/24px "24C33E_0_0", sans-serif !important;
  color: #fff;
  margin: 5px 0 !important;
}
.sidebar aside > div [type=submit], .sidebar aside > a [type=submit] {
  position: relative;
  background: url(../images/ui-bg_inset-soft_55_cfcdd0_1x100.png) repeat-x !important;
  height: 22px !important;
  width: 112px !important;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: bold !important;
  border: 1px solid #4f5032 !important;
  border-radius: 7px;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
}
.sidebar aside > div [type=submit]:hover, .sidebar aside > a [type=submit]:hover {
  color: #4a3024;
}
.sidebar aside > div .rs-sc-field, .sidebar aside > a .rs-sc-field {
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
}
.sidebar aside > div .rs-sc-field label span, .sidebar aside > a .rs-sc-field label span {
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  width: 65px !important;
  margin: 0 5px 0 0 !important;
  padding-top: 2px !important;
}
.sidebar aside > div .rs-sc-field select, .sidebar aside > a .rs-sc-field select {
  width: 72px !important;
  height: 18px;
  font-size: 12px;
  line-height: 14px !important;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearans: menulist;
}
.sidebar aside > div .rs-sc-button, .sidebar aside > a .rs-sc-button {
  position: absolute;
  bottom: -33px;
}
.sidebar aside .testimonials {
  margin-bottom: 10px;
}
