/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
/* Variables
-------------------------------------------------- */
/*====================*\
	   Responsive
\*====================*/
/* Styles
-------------------------------------------------- */
/*====================*\
	Global Variables
\*====================*/
html,
body {
  margin: 0;
  margin-top: 0;
  padding: 0;
  line-height: normal;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
html.home .breadcrumbs,
body.home .breadcrumbs {
  display: none;
}
em {
  color: inherit !important;
}
.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.admin-bar header {
  top: 30px;
}
a {
  font-family: campaign-slab, serif;
  color: #804802;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
h1 {
  font-size: 80px;
  font-family: campaign-slab, serif;
  font-weight: bold;
  margin: 0 0 25px;
  color: #39536c;
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 960px) {
  h1 {
    margin: 10px 0;
    font-size: 70px;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 40px;
    margin: 20px 0;
  }
}
h2 {
  font-family: campaign-slab, serif;
  font-size: 52px;
  color: #39536c;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-family: campaign-slab, serif;
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  color: #39536c;
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-family: campaign-slab, serif;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (max-width: 1000px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  h4 {
    font-size: 18px;
  }
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #39536c;
  line-height: 1.68;
  margin: 0 0 10px;
}
table {
  color: #39536c;
}
table td {
  padding: 5px 10px;
}
span.semi-bold {
  font-weight: 600;
}
.wp-block-button__link {
  border-radius: 0;
}
.btn,
.wp-block-button__link {
  background: #39536c;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 16px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.btn:before,
.wp-block-button__link:before {
  margin: 0 auto;
  color: #39536c;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  background: none;
  font-weight: bold;
  content: '\f005';
  color: #ffffff;
  font-size: 13px;
  padding-right: 8px;
}
.btn:after,
.wp-block-button__link:after {
  margin: 0 auto;
  color: #39536c;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  background: none;
  font-weight: bold;
  content: '\f005';
  color: #ffffff;
  font-size: 13px;
  padding-left: 8px;
}
.btn:hover,
.wp-block-button__link:hover {
  background: #804802;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.btn.btn-secondary,
.wp-block-button__link.btn-secondary {
  background: #CBA37D;
  padding: 13px 40px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.btn.btn-secondary:before,
.wp-block-button__link.btn-secondary:before {
  content: '';
}
.btn.btn-secondary:after,
.wp-block-button__link.btn-secondary:after {
  content: '';
}
.btn.btn-secondary.dark,
.wp-block-button__link.btn-secondary.dark {
  background: #B78A5B;
}
.btn.btn-secondary:hover,
.wp-block-button__link.btn-secondary:hover {
  background: #804802;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.btn.btn-callout,
.wp-block-button__link.btn-callout {
  display: inline-block;
  margin: 15px 0;
}
.is-style-fill .wp-block-button__link {
  background: #b78a5b;
  border: 2px solid #b78a5b;
}
.is-style-fill .wp-block-button__link:hover {
  background: #d6b596;
}
.is-style-outline .wp-block-button__link {
  border: 2px solid #b78a5b;
  color: #b78a5b;
}
.is-style-outline .wp-block-button__link:hover {
  background: transparent;
  color: #000000;
}
main {
  overflow: hidden;
  margin-top: 98px;
}
main.has-banner {
  margin-top: 150px;
}
.cloud-block-editor {
  display: none;
}
.uk-offcanvas-bar {
  background: #39536c;
}
.mobile-menu .menu {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
}
.mobile-menu .menu [data-menu="toggle"]:after {
  color: white;
}
.mobile-menu .menu > li > a {
  font-size: 20px;
  display: block;
  padding: 10px 0;
}
.mobile-menu .menu > li > ul.sub-menu {
  display: none;
  padding-left: 20;
}
.mobile-menu .menu > li > ul.sub-menu > li {
  list-style: none;
}
.mobile-menu .menu > li > ul.sub-menu > li > a {
  display: block;
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}
.mobile-menu .menu > li.open > ul.sub-menu {
  display: block;
}
/*====================*\
	Global Classes
\*====================*/
.font-awesome-icons {
  margin: 0 auto;
  color: #39536c;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  background: none;
  font-weight: bold;
}
.transitions {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.quick-transitions {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.default-width,
.wp-block-group__inner-container,
.breadcrumbs {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.default-width .standard-container,
.wp-block-group__inner-container .standard-container,
.breadcrumbs .standard-container {
  width: 100% !important;
}
.breadcrumbs {
  position: relative;
  height: 0;
  top: 20px;
  color: #39536c;
  font-size: 12px;
  z-index: 10;
}
.single .breadcrumbs {
  max-width: 960px;
}
.breadcrumbs a {
  font-family: 'Open Sans', sans-serif;
}
.breadcrumbs span {
  font-size: 12px;
  color: #39536c;
  text-transform: uppercase;
}
.wp-block-group.disclaimer .wp-block-group__inner-container {
  background: #39536c;
  color: white;
  padding: 2em 0;
}
.wp-block-group.disclaimer .wp-block-group__inner-container h1,
.wp-block-group.disclaimer .wp-block-group__inner-container h2,
.wp-block-group.disclaimer .wp-block-group__inner-container h3,
.wp-block-group.disclaimer .wp-block-group__inner-container h4,
.wp-block-group.disclaimer .wp-block-group__inner-container h5,
.wp-block-group.disclaimer .wp-block-group__inner-container p {
  color: white;
  margin: 0;
  padding: 0 2em;
}
.wp-block-group.disclaimer .wp-block-group__inner-container .wp-block-columns {
  margin: 0;
  align-items: center;
}
.padding-small {
  padding: 60px 0;
}
.padding-medium {
  padding: 85px 0;
}
.padding-large {
  padding: 120px 0;
}
@media only screen and (max-width: 1000px) {
  .padding-large {
    padding: 60px 0;
  }
}
.bg-color-white {
  background: #ffffff;
  color: #000000;
}
.bg-color-white h4 {
  color: #39536c;
}
.bg-color-brown {
  background: #b78a5b;
  color: #ffffff;
}
.bg-color-dark-brown {
  background: #804802;
  color: #ffffff;
}
.bg-color-tan {
  background: #d6b596;
}
.bg-color-blue {
  background: #39536c;
}
.color-default h1,
.color-default h2,
.color-default h3,
.color-default h4,
.color-default h5 {
  color: inherit;
}
.color-blue h1,
.color-blue h2,
.color-blue h3,
.color-blue h4,
.color-blue h5 {
  color: #39536c;
}
.color-blue p {
  color: #39536c;
}
.color-tan h1,
.color-tan h2,
.color-tan h3,
.color-tan h4,
.color-tan h5 {
  color: #d6b596;
}
.color-tan.banner-text h1 {
  color: #f8f5ed;
}
.color-tan.banner-text p {
  color: #f8f5ed;
}
.color-yellow h1,
.color-yellow h2,
.color-yellow h3,
.color-yellow h4,
.color-yellow h5,
.color-yellow p {
  color: #b78a5b;
}
.color-brown h1,
.color-brown h2,
.color-brown h3,
.color-brown h4,
.color-brown h5,
.color-brown p {
  color: #804802;
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white p {
  color: #f8f5ed;
}
.cloud-divider-top {
  background: url('/wp-content/themes/rockin-r-ranch-wp5/img/cloud-divider-top.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 200px;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-embed-youtube.aligncenter {
  text-align: center;
}
.wp-block-embed-youtube iframe {
  width: 75%;
  height: 512px;
}
.gform_wrapper {
  max-width: 520px;
}
.gform_wrapper h3.gform_title {
  font-size: 40px;
  line-height: 53px;
  color: #39536c;
  margin: 0 0 20px;
}
.gform_wrapper .validation_error {
  color: red;
  margin-bottom: 10px;
  display: block;
}
.gform_wrapper .validation_message {
  color: red;
  display: inline-block;
  margin-top: 5px;
}
.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper .gfield {
  margin-bottom: 20px;
  width: 90%;
}
.gform_wrapper .gfield .screen-reader-text {
  opacity: 0;
  margin: 0;
  height: 0;
  display: inherit;
}
.gform_wrapper .gfield.half {
  width: 50%;
}
.gform_wrapper .gfield.half input {
  width: 80%;
}
.gform_wrapper .gfield_label {
  display: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
form label {
  display: block;
}
form h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
form h4 {
  color: #804802;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
form p {
  margin-bottom: 20px;
}
form fieldset.half-col {
  width: calc(50% - 25px);
  float: left;
  margin-bottom: 50px;
}
form fieldset.half-col-right {
  width: calc(50% - 25px);
  float: right;
  margin-bottom: 50px;
}
form fieldset.no-margin {
  margin-bottom: 0px;
}
form fieldset .half-left {
  width: calc(50% - 10px);
  float: left;
}
form fieldset .half-right {
  width: calc(50% - 10px);
  float: right;
}
.checkbox-group {
  display: block;
  column-count: 2;
}
.checkbox-group.inline {
  column-count: 1;
}
.checkbox-group.inline label {
  display: inline-block;
}
.form-employment {
  margin-top: 50px;
}
.form-submission-error {
  color: white;
  background-color: #c50000;
  padding: 10px 20px;
  margin-top: 20px;
}
input[type="email"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="number"],
textarea,
select {
  font-size: 16px;
  padding: 1.3em 1em;
  border: none;
  border-bottom: 3px solid #BABABA;
  width: 100%;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  background: white;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none !important;
  border-bottom: 3px solid #b78a5b;
}
textarea {
  height: 80px;
}
input[type=submit] {
  cursor: pointer;
  background: #b78a5b;
  border: none;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 16px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  min-width: 180px;
}
input[type=submit]:before {
  margin: 0 auto;
  color: #39536c;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  background: none;
  font-weight: bold;
  content: '\f005';
  color: #ffffff;
  font-size: 13px;
  padding-right: 8px;
}
input[type=submit]:after {
  margin: 0 auto;
  color: #39536c;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  background: none;
  font-weight: bold;
  content: '\f005';
  color: #ffffff;
  font-size: 13px;
  padding-left: 8px;
}
fieldset {
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
}
.clear {
  clear: both;
  display: block;
}
.panel-shadow section.content_block {
  padding: 1.8em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.uk-modal-dialog {
  max-width: 980px !important;
  width: 100%;
  padding: 2em;
}
.uk-modal-dialog p.date {
  color: #804802;
  margin: 0 0 15px;
}
.uk-modal-dialog p {
  margin: 0 0 5px;
}
.uk-modal-dialog li {
  color: #39536c;
  margin-bottom: 5px;
}
.uk-modal-dialog .two-column-list {
  column-count: 2;
}
.uk-modal-dialog .itinerary-list {
  margin-top: 3em;
}
.uk-modal-dialog .itinerary {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #E6E6E6;
}
.uk-modal-dialog .itinerary:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/*====================*\
		Header
\*====================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  text-align: center;
  border-bottom: 3px solid #AF5F10;
}
header .container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 22px 0 0;
}
header .logo-block {
  padding-left: 0;
}
header .logo-block a {
  float: left;
}
header .menu-block {
  text-align: right;
}
header .menu-block .btn-header {
  float: right;
  margin-left: 20px;
  top: 5px;
  position: relative;
}
header .menu-block .header-menu {
  float: right;
  position: relative;
  z-index: 2;
}
header .menu-block .menu-main-menu-container > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
header .menu-block .menu-main-menu-container > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
header .menu-block .menu-main-menu-container > ul > li.menu-item-has-children:hover > a:after {
  display: block;
}
header .menu-block .menu-main-menu-container > ul > li.menu-item-has-children > a:after {
  display: none;
  content: '\f0d8';
  font-family: 'Font Awesome 5 Free';
  font-size: 50px;
  position: absolute;
  bottom: -21px;
  color: #804802;
  left: 0;
  width: 100%;
  text-align: center;
}
header .menu-block .menu-main-menu-container > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #39536c;
  font-family: campaign-slab, serif;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 23px;
  line-height: 50px;
  position: relative;
}
header .menu-block .menu-main-menu-container > ul > li > a:hover {
  text-decoration: underline;
}
header .menu-block .menu-main-menu-container > ul > li > ul.sub-menu {
  position: absolute;
  left: -80px;
  top: 73px;
  width: 300px;
  padding: 0;
  /*
						width: 100%;
						top: 95px;
						*/
  display: none;
  text-align: left;
  background-color: #804802;
}
header .menu-block .menu-main-menu-container > ul > li > ul.sub-menu > li {
  list-style: none;
  display: block;
  margin: 0;
}
header .menu-block .menu-main-menu-container > ul > li > ul.sub-menu > li > a {
  display: block;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
}
header .menu-block .menu-main-menu-container > ul > li > ul.sub-menu > li > a:hover {
  text-decoration: underline;
}
header .menu-block .menu-main-menu-container > ul > li.open > ul.sub-menu {
  display: block;
}
header .menu-block .menu-main-menu-container > ul > li:last-child > ul.sub-menu {
  left: auto;
  right: 0;
}
header .menu-block .menu-main-menu-container > ul a {
  text-decoration: none;
}
@media only screen and (max-width: 1270px) {
  header .menu-block .main-menu {
    display: none;
  }
}
header .menu-block .main-menu .menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
header .menu-block .mobile-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: table;
}
header .menu-block .menu-button {
  display: none;
  border: none;
  background: none;
  outline: none;
}
@media only screen and (max-width: 1270px) {
  header .menu-block .menu-button {
    display: block;
  }
}
header .menu-block .menu-button:after {
  content: '\f0c9';
  width: 100%;
  height: 40%;
  margin: 0 auto;
  color: #39536c;
  font-family: 'Font Awesome 5 Free';
  font-size: 26px;
  font-weight: bold;
}
.header-notice {
  background-color: #804802;
  color: white;
  text-align: center;
  font-size: 20px;
}
.header-notice .container {
  padding: 15px 0;
}
.header-notice a {
  color: white;
  text-decoration: underline;
}
.header-notice a:hover {
  background: rgba(255, 255, 255, 0.2);
}
[data-menu="toggle"] {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  top: -2px;
}
[data-menu="toggle"]:after {
  content: '\f0d7';
  color: #39536c;
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  line-height: 20px;
}
/*====================*\
		Blocks
\*====================*/
.cattle_drive {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cattle_drive .panel {
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
}
.cattle_drive .panel h1,
.cattle_drive .panel h2,
.cattle_drive .panel h3,
.cattle_drive .panel h4,
.cattle_drive .panel h5,
.cattle_drive .panel h6 {
  color: #39536c;
  margin: 0 0 10px;
}
.cattle_drive .panel p {
  color: #39536c;
}
.cattle_drive .panel button {
  font-family: campaign-slab, serif;
  color: #804802;
  font-weight: 600;
  font-size: 14px;
  border: none;
  background: transparent;
}
.cattle_drive p.date {
  color: #804802;
  margin: 0 0 15px;
}
.banner_block.has-background:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner_block.banner-size-small {
  height: 350px;
}
.banner_block.banner-size-medium {
  height: 550px;
}
.banner_block.banner-size-large {
  height: 880px;
}
@media only screen and (max-width: 1000px) {
  .banner_block.banner-size-large {
    height: 450px;
  }
}
.banner_block.banner-size-window {
  height: 100vh;
}
.banner_block .banner-container .banner-text {
  z-index: 2;
}
.banner_block .banner-container .banner-text strong {
  color: #d6b596;
  font-weight: 900;
  font-size: 20px;
}
.banner_block .banner-container .banner-text p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
}
.banner_block .banner-container .banner-text.uk-position-center-left {
  left: 10%;
}
.banner_block .banner-container .banner-text.uk-position-top-right {
  top: 70px;
  right: 10%;
  max-width: 620px;
}
.banner_block .banner-container .banner-text.uk-position-center-custom {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.content_block.padding-small {
  padding: 30px 0;
}
.content_block.padding-medium {
  padding: 60px 0;
}
.content_block.padding-large {
  padding: 90px 0;
}
.content_block .dusty-cloud {
  height: 460px;
  position: absolute;
  width: 100%;
  transform: translate(0, -58%);
}
@media only screen and (max-width: 1000px) {
  .content_block .dusty-cloud {
    height: 360px;
    transform: translate(0, -50%);
  }
}
.content_block .dusty-cloud-blur {
  background: #D7A66F;
  height: 130px;
  margin: 0 auto;
  transform: translate(0, -40%);
  position: absolute;
  width: 105%;
  filter: blur(10px);
  left: -10px;
}
.content_block .dusty-cloud-background h3 {
  color: #f8f5ed;
}
.multi_item_grid_block .standard-container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
}
.multi_item_grid_block .standard-container h5 {
  margin: 0;
  color: #804802;
  font-family: campaign-slab, serif;
  font-size: 14px;
  font-weight: 600;
}
.multi_item_grid_block .standard-container .uk-card {
  box-shadow: 0 15px 62px 12px rgba(0, 0, 0, 0.1);
}
.multi_item_grid_block .standard-container .uk-card .uk-card-header {
  padding: 0;
  height: 213px;
  background-position: center;
  background-size: cover;
}
.multi_item_grid_block .standard-container .uk-card img.card-image {
  width: 100%;
}
.multi_item_grid_block .standard-container .uk-card .card-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #b78a5b;
}
.multi_item_grid_block .standard-container .uk-card .card-button a {
  color: #ffffff;
  padding: 15px 0;
  display: block;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-align: center;
}
.multi_item_grid_block .standard-container .uk-card .card-button a:hover {
  background: #804802;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.multi_item_grid_block .standard-container .uk-card a {
  display: block;
  color: #804802;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 0;
  text-align: left;
  text-transform: inherit;
}
.cloud_block,
.wp-block-sbgd-wrapper-block {
  background-image: url('/wp-content/themes/rockin-r-ranch-wp5/img/cloud-background-1.png');
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cloud_block section,
.wp-block-sbgd-wrapper-block section {
  position: relative;
  z-index: 3;
}
.cloud_block.overlay-bottom:after,
.wp-block-sbgd-wrapper-block.overlay-bottom:after {
  content: '';
  background-image: url('/wp-content/themes/rockin-r-ranch-wp5/img/after-cloud.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 1000px;
  bottom: -600px;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 2;
}
@media only screen and (min-width: 1480px) {
  .cloud_block.overlay-bottom:after,
  .wp-block-sbgd-wrapper-block.overlay-bottom:after {
    height: 1200px;
    bottom: -700px;
  }
}
@media only screen and (max-width: 1000px) {
  .cloud_block.overlay-bottom:after,
  .wp-block-sbgd-wrapper-block.overlay-bottom:after {
    height: 800px;
    bottom: -500px;
  }
}
@media only screen and (max-width: 960px) {
  .cloud_block.overlay-bottom:after,
  .wp-block-sbgd-wrapper-block.overlay-bottom:after {
    height: 620px;
    bottom: -370px;
  }
}
@media only screen and (min-width: 1780px) {
  .cloud_block.overlay-bottom:after,
  .wp-block-sbgd-wrapper-block.overlay-bottom:after {
    height: 1300px;
  }
}
.cloud_block section,
.wp-block-sbgd-wrapper-block section {
  background-color: transparent;
}
.two_column_block .slick-gallery {
  margin: 0;
  padding: 0;
}
.two_column_block .slick-gallery .slick-dots {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.two_column_block .slick-gallery .slick-dots li {
  display: inline-block;
}
.two_column_block .slick-gallery .slick-dots li button {
  text-indent: -999em;
  background: transparent;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  display: block;
  padding: 0;
  border: 1px solid #b78a5b;
  margin: 5px;
  cursor: pointer;
}
.two_column_block .slick-gallery .slick-dots li button:focus,
.two_column_block .slick-gallery .slick-dots li button:active {
  outline: none;
}
.two_column_block .slick-gallery .slick-dots li.slick-active button {
  background: #804802;
  border-color: #804802;
}
.two_column_block .slick-gallery .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 470px;
}
.two_column_block .slick-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translate(0, -100%);
  z-index: 3;
  background: transparent;
  border: none;
  cursor: pointer;
}
.two_column_block .slick-gallery .slick-arrow:focus {
  outline: none;
}
.two_column_block .slick-gallery .slick-arrow:after {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.two_column_block .slick-gallery .slick-arrow.slick-prev {
  left: 0;
}
.two_column_block .slick-gallery .slick-arrow.slick-prev:after {
  background-image: url(../img/action-arrow-left.svg);
  content: '';
}
.two_column_block .slick-gallery .slick-arrow.slick-next {
  right: 0;
}
.two_column_block .slick-gallery .slick-arrow.slick-next:after {
  background-image: url(../img/action-arrow-right.svg);
  content: '';
}
.two_column_block .standard-container {
  margin: 0 auto;
}
.two_column_block .tcc-image {
  background-position: center;
  background-size: cover;
}
.two_column_block .tcc-text {
  padding: 90px 50px;
}
.two_column_block .tcc-text .small p {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 5px;
}
.two_column_block .tcc-text p:last-child {
  margin-bottom: 0;
}
.two_column_block .tcc-text li {
  color: #39536c;
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 10px;
}
.two_column_block .bg-color-blue h1,
.two_column_block .bg-color-blue h2,
.two_column_block .bg-color-blue h3 {
  color: #f8f5ed;
}
.two_column_block .bg-color-blue p {
  color: #f8f5ed;
}
.two_column_block .uk-slideshow svg {
  color: white;
}
.two_column_block .uk-slideshow figcaption {
  font-style: italic;
  display: block;
  margin-top: 10px;
  color: #39536c;
  font-size: 14px;
}
.three_column_block {
  padding: 5em 0;
  padding-bottom: 15em;
  margin-bottom: 12em;
  background-size: cover;
  background-position: center;
}
.three_column_block .btn {
  display: inline-block;
}
.three_column_block .intro {
  margin-bottom: 3.5em;
}
.three_column_block .intro h1,
.three_column_block .intro h2,
.three_column_block .intro h3,
.three_column_block .intro h4,
.three_column_block .intro h5,
.three_column_block .intro p {
  color: #39536c;
}
.three_column_block h4 {
  color: #39536c;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}
.three_column_block p {
  margin: 0;
}
.three_column_block .footer-image {
  position: absolute;
  margin-top: 40px;
}
.parallax_block {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax_block .parallax-content {
  z-index: 2;
  position: relative;
}
.parallax_block h1,
.parallax_block h3,
.parallax_block h2 {
  color: #39536C;
  margin-top: 0;
}
.parallax_block .tcc-gallery .img {
  margin: 15px 0;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.parallax_block .tcc-gallery .img:first-child {
  margin-top: 0;
  margin-bottom: 15px;
}
.parallax_block .tcc-gallery .img:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .parallax_block .tcc-gallery .img {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  .parallax_block .tcc-gallery {
    margin-top: 20px;
  }
}
.parallax_block .uk-width-1-2\@s .tcc-gallery .img {
  height: 350px;
  max-width: 520px;
  margin: 15px auto;
}
.parallax_block .tcc-image {
  background-size: cover;
  background-position: center;
}
.parallax_block .tcc-text li {
  color: #39536c;
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 10px;
}
.testimonial_block [data-slider="testimony-slider"] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial_block .uk-slider.uk-slider-container {
  padding: 60px 0 20px;
  position: relative;
  /*
		top: 50%;
		transform: translate(0,-50%);
		*/
}
.testimonial_block .uk-slider.uk-slider-container ul li div.slide {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.testimonial_block .uk-slider.uk-slider-container ul li h5 {
  color: #39536c;
  font-size: 21px;
  font-family: campaign-slab, serif;
  font-weight: 600;
  line-height: 1.5;
  max-width: 800px;
}
.testimonial_block .uk-slider.uk-slider-container ul li p {
  color: #804802;
  font-size: 16px;
  font-weight: 600;
}
.testimonial_block .navigation {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonial_block .navigation ul {
  padding: 20px;
  left: 0;
  position: relative;
  display: block;
  margin-bottom: 0;
}
.testimonial_block .navigation ul li {
  display: inline-block;
}
.testimonial_block .navigation ul li a {
  background: #804802;
  opacity: .5;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.testimonial_block .navigation ul li.uk-active a {
  opacity: 1;
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.video_block {
  position: relative;
}
.video_block iframe {
  height: 500px;
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: block;
}
.video_block .text {
  padding-top: 20px;
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}
.video_block .text.color-blue h1,
.video_block .text.color-blue h2,
.video_block .text.color-blue h3,
.video_block .text.color-blue h4,
.video_block .text.color-blue h5 {
  color: #39536c;
}
.video_block .text.color-white h1,
.video_block .text.color-white h2,
.video_block .text.color-white h3,
.video_block .text.color-white h4,
.video_block .text.color-white h5 {
  color: #ffffff;
}
.video_block .text.color-tan h1,
.video_block .text.color-tan h2,
.video_block .text.color-tan h3,
.video_block .text.color-tan h4,
.video_block .text.color-tan h5 {
  color: #b78a5b;
}
.rate_panel_block .standard-container {
  margin: 0 auto;
}
.rate_panel_block .panels .panel .inner {
  background: white;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.rate_panel_block .panels .panel p {
  margin: 0;
}
.rate_panel_block .panels .panel p.title {
  color: #804802;
}
.rate_panel_block .panels .panel p.price {
  font-size: 45px;
  line-height: 50px;
  color: #39536c;
  font-family: campaign-slab, serif;
  font-weight: 600;
  margin: 20px 0;
}
.rate_panel_block .panels .panel p.disclaimer {
  color: #39536c;
}
.rate_panel_block .rpb-text-below-panels {
  margin-top: 50px;
}
.featured_article {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.featured_article h3 {
  font-size: 24px;
  line-height: 42px;
}
.featured_article p {
  color: #804802;
}
.featured_article a {
  font-family: campaign-slab, serif;
  font-size: 14px;
  color: #804802;
  font-weight: 600;
  display: block;
  margin-top: 3em;
}
.gallery_block .img {
  min-width: 100%;
  min-height: 750px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 960px) {
  .gallery_block .img {
    min-height: 450px;
  }
}
.gallery_block .slick-slide img {
  width: 100%;
}
.gallery_block .slider-nav .slick-slide.slick-current {
  position: relative;
}
.gallery_block .slider-nav .slick-slide.slick-current:before {
  content: "";
  width: 90%;
  height: 90%;
  border: 5px solid #ff6b26;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery_block .download {
  color: #804802;
  font-family: campaign-slab, serif;
  font-weight: 600;
  display: block;
  margin: 15px 0;
}
.gallery_block .slick-list {
  margin: 0 50px;
}
.gallery_block .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.gallery_block .slick-arrow.slick-prev {
  left: 0;
}
.gallery_block .slick-arrow.slick-next {
  right: 0;
}
.gallery_block .arrow {
  background: url(../img/slider-arrow.svg) no-repeat;
  width: 30px;
  height: 40px;
  display: block;
}
.gallery_block .arrow.reverse {
  transform: rotate(180deg);
}
.accordion_block h1,
.accordion_block h2,
.accordion_block h3,
.accordion_block h4 {
  color: #39536c;
}
.accordion_block .uk-accordion li {
  background: #39536c;
  padding: 1.5em;
  transition: background 0.25s;
  position: relative;
  overflow: visible;
}
.accordion_block .uk-accordion li .uk-accordion-title {
  font-weight: 600;
  font-family: campaign-slab, serif;
  color: white;
  font-size: 16px;
}
.accordion_block .uk-accordion li .uk-accordion-title::before {
  background-image: url(../img/accordion-plus.svg);
  width: 30px;
  height: 30px;
  float: none;
  position: absolute;
  left: -60px;
  transition: all 0.25s;
}
.accordion_block .uk-accordion li.uk-open {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
}
.accordion_block .uk-accordion li.uk-open .uk-accordion-title {
  color: #39536c;
}
.accordion_block .uk-accordion li.uk-open .uk-accordion-title::before {
  transform: rotate(45deg);
}
/*====================*\
		Footer
\*====================*/
footer {
  background: #F7F7F7;
}
footer .container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  margin: 0 auto;
  height: 110px;
  padding: 50px 0 80px;
}
footer .container h4 {
  font-size: 14px;
  font-family: campaign-slab, serif;
  color: #39536c;
  font-weight: 600;
}
footer .container .contact {
  width: 300px;
  margin-right: 60px;
}
footer .container .contact .contact-info-left {
  float: left;
}
@media only screen and (max-width: 640px) {
  footer .container .contact .contact-info-left {
    float: none;
    padding-bottom: 15px;
  }
}
footer .container .contact .contact-info-right {
  float: right;
  max-width: 230px;
  font-size: 14px;
}
footer .container .contact .contact-info-right h4 {
  margin-bottom: 7px;
}
footer .container .contact .contact-info-right p {
  margin: 0;
  color: #39536c;
  font-size: 14px;
}
footer .container .contact .contact-info-right p a {
  font-family: 'Open Sans', sans-serif;
  color: #39536c;
}
footer .container .contact .contact-info-right p a:hover {
  color: #b78a5b;
  text-decoration: none;
}
footer .container .contact .contact-info-right .phone {
  padding: 7px 0;
  color: #804802;
}
footer .container .contact .contact-info-right .email {
  color: #804802;
}
@media only screen and (max-width: 640px) {
  footer .container .contact .contact-info-right {
    float: none;
  }
}
footer .container .social-media {
  flex: 1;
}
footer .container .social-media h4 {
  margin-bottom: 7px;
}
footer .container .social-media ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
footer .container .social-media ul li {
  display: inline;
  padding-right: 7px;
}
footer .container .social-media a:before {
  margin: 0 auto;
  color: #39536c;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  background: none;
  font-weight: bold;
  color: #804802;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
footer .container .social-media a:hover:before {
  color: #d6b596;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
footer .container .social-media .facebook:before {
  content: '\f082';
}
footer .container .social-media .instagram:before {
  content: '\f16d';
}
footer .container .social-media .twitter:before {
  content: '\f081';
}
footer .container .social-media .linkedin:before {
  content: '\f08c';
}
footer .container .social-media .youtube:before {
  content: '\f167';
}
footer .container .additional-links ul {
  list-style: none;
  padding-left: 0;
}
footer .container .additional-links ul a {
  color: #804802;
  font-family: campaign-slab, serif;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
footer .container .additional-links ul a:hover {
  color: #b78a5b;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1000px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
  main {
    margin-top: 98px;
  }
  section.rate_panel_block .panels .panel p.price {
    font-size: 36px;
  }
  section.rate_panel_block .panels .panel .inner {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  section.banner_block .banner-container {
    z-index: 100;
  }
  section.banner_block .banner-container .banner-text {
    z-index: 2;
  }
  section.banner_block .banner-container .banner-text.uk-position-top-right,
  section.banner_block .banner-container .banner-text.uk-position-top-left,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right,
  section.banner_block .banner-container .banner-text.uk-position-center-custom,
  section.banner_block .banner-container .banner-text.uk-position-center-left,
  section.banner_block .banner-container .banner-text.uk-position-center-right {
    top: 50%;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: white;
  }
  section.banner_block .banner-container .banner-text.uk-position-top-right h1,
  section.banner_block .banner-container .banner-text.uk-position-top-left h1,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left h1,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right h1,
  section.banner_block .banner-container .banner-text.uk-position-center-custom h1,
  section.banner_block .banner-container .banner-text.uk-position-center-left h1,
  section.banner_block .banner-container .banner-text.uk-position-center-right h1,
  section.banner_block .banner-container .banner-text.uk-position-top-right h2,
  section.banner_block .banner-container .banner-text.uk-position-top-left h2,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left h2,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right h2,
  section.banner_block .banner-container .banner-text.uk-position-center-custom h2,
  section.banner_block .banner-container .banner-text.uk-position-center-left h2,
  section.banner_block .banner-container .banner-text.uk-position-center-right h2,
  section.banner_block .banner-container .banner-text.uk-position-top-right h3,
  section.banner_block .banner-container .banner-text.uk-position-top-left h3,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left h3,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right h3,
  section.banner_block .banner-container .banner-text.uk-position-center-custom h3,
  section.banner_block .banner-container .banner-text.uk-position-center-left h3,
  section.banner_block .banner-container .banner-text.uk-position-center-right h3,
  section.banner_block .banner-container .banner-text.uk-position-top-right h4,
  section.banner_block .banner-container .banner-text.uk-position-top-left h4,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left h4,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right h4,
  section.banner_block .banner-container .banner-text.uk-position-center-custom h4,
  section.banner_block .banner-container .banner-text.uk-position-center-left h4,
  section.banner_block .banner-container .banner-text.uk-position-center-right h4,
  section.banner_block .banner-container .banner-text.uk-position-top-right h5,
  section.banner_block .banner-container .banner-text.uk-position-top-left h5,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left h5,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right h5,
  section.banner_block .banner-container .banner-text.uk-position-center-custom h5,
  section.banner_block .banner-container .banner-text.uk-position-center-left h5,
  section.banner_block .banner-container .banner-text.uk-position-center-right h5,
  section.banner_block .banner-container .banner-text.uk-position-top-right p,
  section.banner_block .banner-container .banner-text.uk-position-top-left p,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left p,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right p,
  section.banner_block .banner-container .banner-text.uk-position-center-custom p,
  section.banner_block .banner-container .banner-text.uk-position-center-left p,
  section.banner_block .banner-container .banner-text.uk-position-center-right p {
    color: white !important;
  }
  section.banner_block .banner-container .banner-text.uk-position-top-right p,
  section.banner_block .banner-container .banner-text.uk-position-top-left p,
  section.banner_block .banner-container .banner-text.uk-position-bottom-left p,
  section.banner_block .banner-container .banner-text.uk-position-bottom-right p,
  section.banner_block .banner-container .banner-text.uk-position-center-custom p,
  section.banner_block .banner-container .banner-text.uk-position-center-left p,
  section.banner_block .banner-container .banner-text.uk-position-center-right p {
    text-align: center;
  }
  section.two_column_block .tcc-text {
    padding: 30px 30px 40px;
  }
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-column {
    margin: 0 0 20px !important;
  }
}
@media only screen and (max-width: 960px) {
  .wp-block-image {
    padding: 0 25px;
  }
  .default-width .standard-container {
    width: 100% !important;
  }
  .gform_wrapper {
    margin: 0 auto 40px;
  }
  footer .container .contact {
    margin-right: 20px;
  }
  .icon-grid .wp-block-columns {
    display: flex;
  }
  .icon-grid .wp-block-columns .wp-block-column {
    flex-basis: 33.333%;
  }
  .wp-block-columns .wp-block-columns {
    display: flex;
  }
  .wp-block-embed-youtube iframe {
    height: 320px;
  }
  section.accordion_block h4 {
    font-size: 18px;
  }
  section.accordion_block .uk-accordion li {
    margin-left: 50px;
  }
  section.parallax_block {
    padding-top: 30px;
  }
  section.testimonial_block {
    margin-top: 2em;
    text-align: center;
  }
  section.testimonial_block .slider-background {
    height: inherit;
    padding: 50px 0;
  }
  section.testimonial_block .uk-slider.uk-slider-container {
    transform: none;
    top: 0;
    padding: 0;
  }
  section.video_block iframe {
    height: 300px;
  }
  section.banner_block .banner-container .banner-text p {
    font-size: 14px;
    line-height: 22px;
  }
  section.banner_block .banner-container .banner-text h1,
  section.banner_block .banner-container .banner-text h2,
  section.banner_block .banner-container .banner-text h3,
  section.banner_block .banner-container .banner-text h4,
  section.banner_block .banner-container .banner-text h5,
  section.banner_block .banner-container .banner-text h6,
  section.banner_block .banner-container .banner-text p {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto 5px;
  }
  section.banner_block.banner-size-medium {
    height: 380px;
  }
  section.banner_block.banner-size-small {
    /*
				height: auto;
				padding-bottom: 1em;
				padding-top: 1em;
				*/
  }
  section.two_column_block .type-text {
    min-height: inherit;
  }
  section.two_column_block .type-text.bg-color-white .tcc-text {
    padding: 0;
  }
  section.two_column_block .type-image {
    min-height: 300px;
  }
  section.two_column_block .type-image .tcc-image {
    background-position: center center !important;
  }
  section.two_column_block .slick-gallery {
    margin: 30px auto;
    max-width: 350px;
  }
  section.two_column_block .slick-gallery .slick-slide {
    width: 350px;
    height: 350px;
  }
  section .cattle_drive .panel h2 {
    font-size: 30px;
  }
  section .cattle_drive .panel button {
    background: transparent;
  }
  section.three_column_block {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  section.padding-medium {
    padding: 60px 0;
  }
  section.padding-large {
    padding: 80px 0;
  }
  section .uk-card-footer {
    padding: 26px 30px;
  }
  section.featured_article h3 {
    line-height: 35px;
  }
  .gform_wrapper .gfield {
    width: 90%;
  }
  .gform_wrapper .gfield.half {
    width: 90%;
  }
  .gform_wrapper .gfield.half input {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gform_wrapper .gfield {
    width: 90%;
  }
  .gform_wrapper .gfield.half {
    width: 90%;
  }
  .gform_wrapper .gfield.half input {
    width: 100%;
  }
  .icon-grid .wp-block-columns .wp-block-column {
    flex-basis: 50% !important;
  }
  .wp-block-columns .wp-block-columns {
    display: flex;
  }
  .wp-block-columns .wp-block-columns .wp-block-column {
    flex-basis: 50% !important;
  }
  .wp-block-columns .wp-block-columns .wp-block-image {
    padding: 0;
  }
  .wp-block-embed-youtube iframe {
    height: 200px;
    width: 90%;
  }
  .padding-small {
    padding: 20px 0;
  }
  section.banner_block.has-background:before {
    background: rgba(0, 0, 0, 0.5);
  }
  section.banner_block .uk-position-center,
  section.banner_block .uk-position-center-custom,
  section.banner_block .uk-position-top-right {
    /*
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
				transform: none !important;
				*/
  }
  section.parallax_block {
    background-position: center !important;
    position: relative;
  }
  section.parallax_block:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  section.parallax_block .tcc-gallery {
    display: none;
  }
  section.two_column_block .type-image {
    min-height: 230px;
  }
  section.two_column_block .slick-gallery .img {
    min-height: 260px !important;
  }
  section.video_block iframe {
    width: 100%;
    height: 210px;
  }
  section.testimonial_block .uk-slider.uk-slider-container ul li h5 {
    font-size: 20px;
    line-height: 35px;
  }
  section.padding-large {
    padding: 40px 0;
  }
  section.padding-medium {
    padding: 25px 0;
  }
  section.featured_article h3 {
    font-size: 18px;
    line-height: 30px;
  }
  section.gallery_block .slider-main .slick-list {
    margin: 0 auto;
  }
  section.gallery_block .img {
    min-height: 250px;
  }
  section.gallery_block .slick-arrow {
    display: none;
  }
  section.accordion_block .uk-accordion li .uk-accordion-title:before {
    width: 15px;
    height: 15px;
    top: 38px;
    left: -50px;
  }
  footer .container {
    display: block;
    height: inherit;
    padding: 2em 0;
  }
  footer .container > div {
    float: none !important;
  }
  footer .container .contact .contact-info-right {
    margin: 25px 0;
  }
  footer .additional-links {
    margin-top: 25px;
  }
}
.default-page {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 50px;
  line-height: 1.5;
  font-size: 16px;
  min-height: calc(100vh - 488px);
}
figcaption {
  text-align: center;
  color: #39536c;
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  .page-id-155 h1 {
    font-size: 35px;
  }
}
.ui-datepicker {
  background: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 3 !important;
}
.posts-container {
  overflow: hidden;
}
.post-single {
  width: calc(50% - 15px);
  float: left;
  background: white;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.post-single:nth-child(2n) {
  margin-left: 30px;
}
.post-single-image {
  background-size: cover;
  background-position: center;
  background-color: #eee;
  width: 40%;
  float: left;
  display: block;
  height: 290px;
}
.post-single-content {
  float: left;
  width: 60%;
  box-sizing: border-box;
  padding: 30px;
  display: block;
  height: 290px;
  color: #39536c;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.post-single-date {
  display: block;
  color: #39536c;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.post-single-title {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #39536c;
  font-family: campaign-slab, serif;
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-single-more {
  display: block;
  color: #AF5F10;
  font-size: 14px;
  font-family: campaign-slab, serif;
  font-weight: bold;
}
.post-single-text {
  display: block;
  overflow: hidden;
  height: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .post-single {
    width: 100%;
  }
  .post-single:nth-child(2n) {
    margin-left: 0;
  }
}
.navigation {
  padding: 50px 0;
}
.post-page-container {
  overflow: hidden;
}
.post-page-title {
  width: calc(50% - 50px);
  margin-right: 50px;
  float: left;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .post-page-title {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.post-page-title h1 {
  font-size: 50px;
}
.post-page-content {
  width: 50%;
  float: right;
  margin-top: 45px;
}
@media only screen and (max-width: 960px) {
  .post-page-content {
    width: 100%;
    float: none;
  }
}
.banner-size-small {
  background-size: cover;
  background-position: center;
}
.banner-block-inner {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  height: 100%;
  width: 100%;
}
.navigation {
  text-align: center;
}
.navigation-inner {
  display: inline-block;
}
.single .default-page {
  margin-top: 0;
}
