/* Mountain Cabins Utah - Custom Hostfully Styles */

/* Body Styles */
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body {
  font-family: 'Raleway', sans-serif;
  background-color: #2f2d27;
}

* {
  color: #f4b350;
}

/* Paragraph Color */

p {
  color: #fff !important;
}

/* h3 Color */

h3 {
  color: #f4b350;
}

/* Navbar Color */

.navbar-default {
  border-color: #2f2d27 !important;
  background-color: #2f2d27 !important;
}

/* Navbar Logo */

img.logo_custom {
  height: 60px !important;
}

/* Hide the Footer */

div#footer {
  display: none;
}

/* Hide Logo in the Body */

.agency-header-logo {
  display: none;
}

/* Form Height */

.flip-container {
  height: 440px;
}

/* link color */

a {
  color: #5c97bf;
}

/* Form Color */

.orbirental-capture-widget-form {
  background-color: rgb(44, 45, 64) !important;
  border: 0;
}

/* No Form Border */

.leadWidget > form.orbirental-capture-widget-form {
  border: 0;
}

/* Form Text Color  */

.leadWidget p {
  color: white !important;
}

/* Change Header Font */

.agency-header-wrapper,
.col-xs-8 .details > a,
.col-xs-12 div:nth-child(1) {
  font-family: 'Merriweather Sans', sans-serif;
}

/* Change Sidebar Font Size */

.col-xs-12 > h3 {
  font-size: 1.3em;
}

/* Change Search Details Font Size */

.col-xs-8 .details > p {
  font-size: 0.6em !important;
}

/* Hide Duplicate MCU Link */

.col-xs-12 p:nth-child(2) {
  display: none;
}

/* Calendar Color */

.orbirental-calendar-widget div.calendar {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: lightgrey !important;
}

.orbirental-calendar-widget {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid gray;
  background-color: lightgrey !important;
}

.orbirental-calendar-widget-nav {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  margin: 0 auto;
  background-color: lightgrey !important;
}
