body {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: #932900;
}

.container {
  max-width: 1160px;
}

.bg-dark-red {
  background-color: #942900;
}

.top-header {
  float: left;
  width: 100%;
  background: #310000;
}
.top-header .top-menu {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.top-header .top-menu li a {
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans";
  padding: 0 10px;
}
.top-header .top-right-info {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
  font-family: "Open Sans";
}
.top-header .top-right-info a {
  color: #fff;
}

.main-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.main-header .navbar-brand img {
  max-width: 180px;
}
.main-header .navbar-nav {
  width: 100%;
  margin-right: 10px !important;
}
.main-header .navbar-nav .dropdown-menu {
  top: 56px;
  border-radius: 0;
}
.main-header .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 15px;
  color: #222;
  font-family: "Open Sans";
}
.main-header .navbar-nav .nav-link {
  font-size: 16px !important;
  color: #222;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.main-header a.btn.btn-outline-dark {
  background: #ffb900;
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0;
  width: 112px;
}

.home-silder {
  float: left;
  width: 100%;
  position: relative;
  height: 520px;
}
.home-silder .home-owl-carousel .item {
  position: relative;
  padding: 15px;
  min-width: 100%;
  height: 520px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.home-silder .home-owl-carousel .item .container {
  height: 100%;
}
.home-silder .home-owl-carousel .item table {
  z-index: 2;
  position: relative;
  color: #fff;
  height: 100%;
  max-width: 360px;
  font-family: "Open Sans";
}
.home-silder .home-owl-carousel .item table .test-item {
  color: #fff;
  background: rgba(14, 14, 14, 0.5);
  font-family: "Open Sans";
  padding: 12px;
}
.home-silder .home-owl-carousel .item table .test-item a {
  color: #fff;
  font-family: "Open Sans";
}
.home-silder .book-now-card {
  position: absolute;
  width: 360px;
  background: #932a00;
  right: 15px;
  bottom: -30px;
  z-index: 3;
  padding: 30px;
}
.home-silder .book-now-card h3 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  margin-bottom: 15px;
}
.home-silder .book-now-card .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}
.home-silder .book-now-card .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
.home-silder .book-now-card .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
.home-silder .book-now-card .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
.home-silder .book-now-card .form-group input {
  border-radius: 0;
  font-size: 14px;
}
.home-silder
  .book-now-card
  .form-group
  button.btn.btn-outline-secondary.border-left-0 {
  background: #fff;
  color: #942900;
  border-radius: 0;
}
.home-silder .book-now-card .form-group select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-size: 14px;
  color: #222;
}
.home-silder .book-now-card .form-group svg {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 14px;
  fill: #942900;
}
.home-silder .book-now-card button.btn.btn-primary.btn-block {
  border-radius: 0;
  background: #fef0ce;
  border: 0;
  color: #222;
  font-size: 15px;
}

.destination-places {
  float: left;
  width: 100%;
  background: #310000;
  padding: 30px 0;
}
.destination-places .destination-title {
  color: #fef0ce;
  font-family: "Open Sans";
  margin-top: 20px;
}
.destination-places .destination-img-wrapper {
  width: 100%;
  height: 280px;
  background: #fff;
  margin: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.destination-places .destination-img-wrapper a.destination-link:hover {
  background: rgba(0, 0, 0, 0.43);
  text-decoration: none;
  border: 1px solid #fef0cb;
}
.destination-places .destination-img-wrapper a.destination-link {
  width: 100%;
  height: 100%;
  float: left;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
  font-family: "Open Sans";
  line-height: 24px;
}
.destination-places .destination-img-wrapper a.destination-link p {
  width: 100%;
  margin-bottom: 0;
}
.destination-places .destination-img-wrapper a.destination-link p span {
  color: #e0e0e0;
  font-size: 12px;
}

.yavapai_nation {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.yavapai_nation .triangle-topleft {
  background-color: #942900;
  position: relative;
}
.yavapai_nation .triangle-topleft .triangle-inner-description {
  font-family: "Open Sans";
  padding: 30px;
  color: #fff;
}
.yavapai_nation .triangle-topleft .triangle-inner-description p {
  font-size: 16px;
  color: #f5f3ed;
  margin: 15px 0;
}
.yavapai_nation .triangle-logo {
  margin-top: -20px;
}
.yavapai_nation .enterprises-text-section {
  font-family: "Open Sans";
}
.yavapai_nation .enterprises-text-section h5 {
  color: #942900;
  font-weight: 600;
}
.yavapai_nation .enterprises-text-section h3 {
  color: #320000;
  font-weight: 600;
}
.yavapai_nation .enterprises-text-section p {
  font-size: 16px;
  color: #717171;
  margin: 15px 0;
}
.yavapai_nation .enterprises-img-wrapper {
  width: 100%;
  height: 280px;
  background: #fff;
  margin: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.yavapai_nation .enterprises-img-wrapper a.enterprises-link:hover {
  background: rgba(0, 0, 0, 0.43);
  text-decoration: none;
  border: 1px solid #fef0cb;
}
.yavapai_nation .enterprises-img-wrapper a.enterprises-link {
  width: 100%;
  height: 100%;
  float: left;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
  font-family: "Open Sans";
  line-height: 24px;
}
.yavapai_nation .enterprises-img-wrapper a.enterprises-link p {
  width: 100%;
  margin-bottom: 0;
}
.yavapai_nation .enterprises-img-wrapper a.enterprises-link p span {
  color: #e0e0e0;
  font-size: 12px;
}
.yavapai_nation .enterprises-half-sizes {
  height: 120px;
}

.golf-club-section:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.5);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.golf-club-section {
  float: left;
  width: 100%;
  background-image: url("../img/golf-back.jpg");
  min-height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.golf-club-section .container {
  z-index: 2;
  position: relative;
  font-family: "Open Sans";
}
.golf-club-section .container a {
  color: #fff;
  font-size: 54px;
}
.golf-club-section .container h3 {
  color: #ffb700;
  margin: 10px 0;
}
.golf-club-section .container p {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
}

.golf-club-bottom-section {
  width: 100%;
  float: left;
  margin-top: -45px;
  position: relative;
  z-index: 3;
}
.golf-club-bottom-section .container {
  min-height: 80px;
  background: #ffb700;
}
.golf-club-bottom-section .container span.number {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.golf-club-bottom-section .container span.text {
  color: #fff;
  line-height: 16px;
  font-size: 13px;
  position: relative;
  top: 2px;
}

.hotel-near-section {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.hotel-near-section .hotel-near-title {
  font-family: "Open Sans";
}
.hotel-near-section .hotel-near-title h4 {
  font-weight: 800;
}
.hotel-near-section .hotel-near-title p {
  color: #828282;
  font-size: 14px;
}
.hotel-near-section .filter-button {
  font-weight: bold;
  font-size: 14px;
}
.hotel-near-section .filter-active {
  color: #ffb700;
  text-decoration: underline;
}
.hotel-near-section .gal {
  position: relative;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}
.hotel-near-section .gal img {
  margin: 20px 0;
}

.hotel-near-bottom {
  background-image: url("../img/slider-1.jpg");
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px;
}
.hotel-near-bottom table {
  z-index: 2;
  position: relative;
  color: #fff;
  height: 100%;
  max-width: 420px;
  font-family: "Open Sans";
}
.hotel-near-bottom table .test-item {
  color: #fff;
  font-family: "Open Sans";
}
.hotel-near-bottom table .test-item h4 {
  color: #ffb700;
}
.hotel-near-bottom table .test-item p {
  font-size: 13px;
}
.hotel-near-bottom table .test-item a,
.hotel-near-bottom table .test-item a:hover {
  color: #fff;
  font-family: "Open Sans";
  border: 1px solid #fff;
  font-size: 13px;
  padding: 8px;
  text-decoration: none;
}

.hotel-near-bottom:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.5);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.association-section {
  float: left;
  width: 100%;
  min-height: 320px;
  background: #310000;
  margin-top: -100px;
  padding: 30px 0;
  padding-top: 100px;
}
.association-section .association-top-title {
  font-family: "Open Sans";
  color: #fff;
}
.association-section .association-top-title h4 {
  font-weight: 600;
}
.association-section .association-top-title p {
  font-size: 13px;
}
.association-section .association-item {
  list-style: none;
  padding: 0;
}
.association-section .association-item li {
  padding: 10px;
}
.association-section .association-item li img {
  max-height: 50px;
}

.footer {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.footer .umbrella-image {
  width: 350px;
  height: 100%;
  position: relative;
  margin-right: 50px;
}
.footer .email-subscription {
  font-family: "Open Sans";
}
.footer .email-subscription h4 {
  margin-bottom: 20px;
}
.footer .email-subscription #rainmaker_form_186 form {
  display: flex;
}
.footer .email-subscription #rainmaker_form_186 form .rm_form_el_email {
  width: 100%;
  padding: 0;
}
.footer .email-subscription #rainmaker_form_186 form .rm_form_label {
  display: none;
}
.footer .email-subscription #rainmaker_form_186 form input[type="email"] {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  border-radius: 0;
  border-right: 0;
  background: #f3f3f3;
  font-size: 14px;
  padding: 18px 10px;
}
.footer .email-subscription #rainmaker_form_186 form .rm_form_el_button {
  width: auto;
  padding: 0;
}
.footer
  .email-subscription
  #rainmaker_form_186
  form
  .rm_form_el_button
  .rm_button {
  padding: 7px 17px;
  background: #ffb800;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
.footer .email-subscription .es_subscription_form {
  display: flex;
}
.footer .email-subscription .es_subscription_form .es-field-wrap {
  width: 100%;
  border-radius: 0;
  border-right: 0;
  font-size: 14px;
  padding: 0;
  background: none;
  margin: 0;
  text-align: left;
}
.footer .email-subscription .es_subscription_form .es-field-wrap label {
  width: 100%;
}
.footer
  .email-subscription
  .es_subscription_form
  .es-field-wrap
  input[name="email"] {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  border-radius: 0;
  border-right: 0;
  background: #f3f3f3;
  font-size: 14px;
  padding: 18px 10px;
}
.footer .email-subscription .es_subscription_form .es_subscription_form_submit {
  padding: 10px 16px;
  border-radius: 0;
  background: #ffb700;
  border-color: #ffb700;
  color: #fff;
  text-transform: uppercase;
  width: auto;
}
.footer .footer-logo {
  max-width: 180px;
}
.footer ul.address-line {
  padding: 0;
  list-style: none;
  color: #929292;
  font-size: 12px;
}
.footer ul.address-line li {
  margin-top: 8px;
}
.footer ul.address-line li span {
  width: 22px;
}
.footer ul.address-line li p {
  margin: 0;
}
.footer ul.address-line li p a {
  color: #929292;
}
.footer ul.footer-menu {
  list-style: none;
  padding: 0;
}
.footer ul.footer-menu li a {
  color: #929292;
  text-decoration: none;
  font-size: 12px;
}

.copyright-footer {
  width: 100%;
  float: left;
  min-height: 10px;
  background: #ffb700;
}
.copyright-footer .copyright-item {
  color: #222;
  font-size: 13px;
  font-family: "Open Sans";
}
.copyright-footer .copyright-item a {
  color: #222;
}
.copyright-footer ul.follow-icon {
  padding: 0;
  list-style: none;
  font-family: "Open Sans";
}
.copyright-footer ul.follow-icon li:first-child {
  font-size: 13px;
}
.copyright-footer ul.follow-icon li {
  width: 30px;
  text-align: center;
  font-size: 18px;
}
.copyright-footer ul.follow-icon li a {
  color: #222;
}

.inner-header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.5);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-header {
  float: left;
  width: 100%;
  background-image: url(../img/golf-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.inner-header h3 {
  color: #ffb700;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.inner-body .inner-box {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.inner-body .inner-box .loop-item-content .img-wrapper {
  max-width: 160px;
  margin-right: 13px;
  width: 100%;
}
.inner-body .inner-box.directions .wp-block-image {
  display: block;
  clear: both;
}

.sidebar-widget .book-now-card {
  background: #932a00;
  padding: 15px;
  margin-bottom: 20px;
}
.sidebar-widget .book-now-card h5 {
  color: #fff;
  font-family: "Open Sans";
  margin-bottom: 15px;
}
.sidebar-widget .book-now-card .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}
.sidebar-widget .book-now-card .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
.sidebar-widget .book-now-card .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
.sidebar-widget .book-now-card .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
.sidebar-widget .book-now-card .form-group input {
  border-radius: 0;
  font-size: 14px;
}
.sidebar-widget
  .book-now-card
  .form-group
  button.btn.btn-outline-secondary.border-left-0 {
  background: #fff;
  color: #942900;
  border-radius: 0;
}
.sidebar-widget .book-now-card .form-group select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-size: 14px;
  color: #222;
}
.sidebar-widget .book-now-card .form-group svg {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 14px;
  fill: #942900;
}
.sidebar-widget .book-now-card button.btn.btn-primary.btn-block {
  border-radius: 0;
  background: #fef0ce;
  border: 0;
  color: #222;
  font-size: 15px;
}
.sidebar-widget .sidebar-box-wrapper {
  margin-bottom: 20px;
  box-shadow: 0px 2px 3px #ececec;
  border: 1px solid #dedede;
}
.sidebar-widget .sidebar-box-wrapper .title-bar {
  text-align: center;
  background: #932a00;
  padding: 10px;
  margin: 0;
  color: #fff;
  font-family: "Open Sans";
}
.sidebar-widget .sidebar-box-wrapper ul {
  list-style: none;
  padding: 4px 12px;
  margin: 0;
  font-size: 14px;
  font-family: "Open Sans";
}
.sidebar-widget .sidebar-box-wrapper ul li {
  color: #636363;
  padding: 4px;
}
.sidebar-widget .sidebar-box-wrapper ul li a {
  color: #636363;
}
.sidebar-widget .sidebar-box-wrapper .emaillist {
  padding: 15px;
}
.sidebar-widget .sidebar-box-wrapper .emaillist .es-field-wrap label {
  width: 100%;
}
.sidebar-widget .sidebar-box-wrapper .emaillist .es-field-wrap label input {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px;
  margin-top: 10px;
  width: 100%;
}
.sidebar-widget .sidebar-box-wrapper .emaillist .es_submit_button {
  padding: 6px 18px;
  text-transform: uppercase;
  margin-top: -6px;
  border-radius: 0;
  background: #fef0ce;
  color: #222;
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .destination-places .destination-title {
    margin-top: 0px;
  }

  .home-silder {
    height: auto;
  }
  .home-silder .home-owl-carousel .item table {
    max-width: 80%;
  }
  .home-silder .book-now-card {
    position: relative;
    width: 100%;
    background: #932a00;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 30px;
    margin: 30px 0;
  }

  .hotel-near-section .gal {
    position: relative;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }

  .yavapai_nation .bg-dark-red {
    background: none;
  }
  .yavapai_nation .triangle-logo {
    margin-top: 10px;
    margin: auto;
    max-width: 100%;
  }
}
.inner-body {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.inner-body p {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .golf-club-bottom-section {
    margin: 0;
  }

  .hotel-near-section .gal {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .main-header .navbar-nav .nav-link {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
