/*
 * Theme Name: Beef Central
 * Description: Base Theme
 * Author: Shanan Howe
*/
@import url('https://fonts.googleapis.com/css2?&family=Montserrat:wght@400;700;900&display=swap');
/* Old Property Styling */
/* Recruitment */
/* WordPress Core */
/* Text meant only for screen readers. */
@media only screen and (min-width: 1400px) {
  .container {
    min-width: 1299px;
  }
}
.gallery-caption {
  font-style: italic;
}
.listing-data {
  padding: 8px;
  border: solid 1px #fff;
}
.cattle-listing {
  border: solid 1px #ccc;
  padding: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  background: #f2f2f2;
}
@media only screen and (max-width: 772px) {
  body {
    background: #FFFFFF;
  }
}
small {
  font-size: 14px;
}
*:focus,
* {
  outline: none;
}
a,
a:hover,
a:focus {
  color: #931111;
  text-decoration: none;
}
@media only screen and (max-width: 772px) {
  .logo {
    text-align: center;
  }
}
.columns {
  display: flex;
  clear: both;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .columns {
    display: block;
  }
}
.news-toggle {
  font-weight: 900;
  padding-top: 15px;
}
.read-more {
  font-weight: bold;
  display: block;
  font-size: 16px;
}
#todays-news {
  display: block;
}
#most-popular {
  display: none;
}
.article-content a {
  text-decoration: underline;
}
.home .left-col {
  min-height: auto;
}
.left-col {
  flex: 1;
  padding: 15px;
  padding-top: 0px;
  width: 800px;
  min-height: 2930px;
}
@media only screen and (max-width: 1199px) {
  .left-col {
    min-height: auto;
    width: 100%;
    padding-bottom: 0px;
  }
}
.left-col h1 {
  font-weight: 900;
}
.left-col h2,
.left-col h3,
.left-col h4,
.left-col h5,
.left-col h6 {
  color: #931111;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}
.left-col h4 {
  font-size: 22px;
}
.left-col h5 {
  font-size: 20px;
}
.left-col h6 {
  font-size: 18px;
}
.left-col .wpcf7 input {
  border: solid 1px #ccc;
  padding: 5px;
  margin-bottom: 5px;
}
.left-col .wpcf7 input[type='submit'] {
  background: #8b0000;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -10px;
}
.right-col {
  position: relative;
  text-align: right;
  padding-right: 15px;
  min-width: 300px;
}
@media only screen and (max-width: 1199px) {
  .right-col {
    padding-left: 15px;
    text-align: left;
    width: 100%;
    display: none;
  }
}
.mobile-ad {
  display: none;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.mobile-ad div,
.mobile-ad img {
  width: 300px;
  margin: 0px auto;
}
@media only screen and (max-width: 1199px) {
  .mobile-ad {
    display: block;
  }
}
.sticky {
  top: 0px;
  position: sticky;
}
.sticky_absolute {
  top: auto;
  position: absolute;
  bottom: 535px;
}
.sticky_wing {
  top: 320px;
  position: sticky;
}
.sticky_wing_absolute {
  top: 0px;
  position: sticky;
}
.ad-container {
  margin-bottom: 20px;
  clear: both;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .ad-container {
    margin-top: 20px;
  }
  .ad-container div {
    text-align: center;
    margin: 0px auto;
  }
}
.wings {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1900px) {
  .wings {
    display: block;
  }
}
.adwing-left {
  position: absolute;
  left: -317px;
  top: 120px;
  width: 300px;
  z-index: 1;
  text-align: right;
}
.adwing-left .sticky_wing div {
  float: right;
}
.adwing-left .sticky_wing_absolute {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.adwing-left .sticky_wing_absolute div {
  float: right;
}
.adwing-right {
  position: absolute;
  right: -317px;
  top: 120px;
  width: 300px;
  z-index: 1;
  text-align: left;
}
.adwing-right .sticky_wing div {
  float: left;
}
.adwing-right .sticky_wing_absolute {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.adwing-right .sticky_wing_absolute div {
  float: left;
}
#nav-main i {
  margin-right: 10px;
}
#navigation {
  background: #8b0000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 99;
  min-width: 300px;
}
#navigation ul {
  list-style-type: none;
}
#navigation a {
  color: #fff;
}
#navigation #section {
  display: block;
}
#navigation #network {
  display: none;
}
@media only screen and (max-width: 772px) {
  #navigation {
    width: 100%;
  }
}
#nav-switcher {
  border-bottom: solid 2px #be7070;
  padding: 20px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
#nav-switcher a {
  color: #deac6e;
  margin-right: 10px;
  font-weight: bold;
  padding-bottom: 6px;
}
#nav-switcher a.selected {
  color: #fff;
  border-bottom: 2px solid #fff;
}
#nav-search {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#nav-search input[type='text'] {
  padding: 5px;
  padding-left: 10px;
  border: 0px;
  border-radius: 10px;
}
#nav-search input[type='submit'] {
  font-family: FontAwesome;
  color: #fff;
  background: none;
}
#nav-switcher-area {
  padding-top: 10px;
  padding-bottom: 0px;
}
#nav-switcher-area ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#nav-switcher-area ul ul {
  background: #5a0000;
  display: none;
  padding-left: 10px;
}
#nav-switcher-area li a {
  padding: 10px;
  padding-left: 15px;
  display: block;
  font-weight: bold;
}
#nav-switcher-area li .fa {
  position: absolute;
  right: -10px;
  padding: 30px;
  font-size: 20px;
  margin-top: 0px;
  margin-top: -30px;
}
#nav-switcher-area li li a {
  padding: 5px;
  padding-left: 15px;
  font-weight: normal;
}
#search {
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: solid 1px #fff;
}
#search input {
  background: none;
  padding: 0px;
}
#search input[type=text] {
  background: none;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 2px;
  padding-left: 5px;
}
#search input[type=submit] {
  font-family: FontAwesome;
}
#content-area {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  min-height: 800px;
}
@media only screen and (max-width: 772px) {
  #content-area {
    min-height: auto;
    padding: 0px;
  }
}
.home #content-area {
  padding-top: 30px;
}
@media only screen and (max-width: 772px) {
  .home #content-area {
    padding: 0px;
  }
}
.header {
  background: url('images/top-bg.jpg');
}
.header #top-ad {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .header #top-ad {
    display: none;
  }
}
.header #top-bar {
  background: #e1a356;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
}
.header #top-bar form {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar {
    padding-left: 0px;
  }
}
.header #top-bar a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar a {
    padding-left: 0px;
  }
}
.header #top-bar .date {
  padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar .date {
    display: none;
  }
}
.header #top-bar .search {
  padding-top: 2px;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar .search {
    display: none;
  }
}
.top-bar-container {
  display: flex;
  justify-content: space-between;
}
#weather {
  margin-top: -20px;
  float: right;
}
@media only screen and (max-width: 772px) {
  #weather {
    display: none;
  }
}
#home-top {
  border-bottom: solid 2px #6f6f6f;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 19px;
}
#home-top a {
  color: #7f7f7f;
}
#home-top .selected {
  color: #931111;
  font-weight: 900;
}
.feature-story {
  padding-bottom: 20px;
}
.feature-story img {
  width: 100%;
  height: auto;
}
.feature-story h4 {
  padding-top: 0px;
}
.feature-story h4 a {
  color: #000;
  font-size: 27px;
  font-weight: 900;
}
.article {
  padding-bottom: 20px;
}
.article img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .article img {
    width: 100%;
  }
}
.article h4 {
  padding-top: 0px;
}
.article h4 a {
  color: #000;
  font-size: 24px;
  font-weight: 900;
}
.article h5 {
  padding-top: 0px;
}
.article h5 a {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.comment-bubble {
  float: right;
}
.comment-bubble .fa-comment {
  margin-right: 5px;
}
.comment-bubble a {
  color: #666;
  font-size: 13px;
}
hr {
  border: solid 1px #ececec;
  clear: both;
  margin-top: 20px;
}
small {
  font-weight: bold;
  color: #000000;
}
#btn-increase,
#btn-orig,
#btn-decrease {
  cursor: pointer;
  padding-left: 5px;
}
#industry-dashboard {
  background: url('images/top-bg.jpg');
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 772px) {
  #industry-dashboard {
    display: none;
  }
}
#industry-dashboard .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
#industry-dashboard .cycle-slideshow {
  height: 500px;
  overflow: hidden;
}
#industry-dashboard h3 {
  margin: 0px;
  background-image: url('images/dashboard.jpg');
  background-size: cover;
  color: #ffffff;
  padding: 12px;
  padding-top: 11px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 19px;
  display: block;
  clear: both;
}
#industry-dashboard .slide {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 300px;
}
#industry-dashboard #prev {
  z-index: 999;
  position: absolute;
  left: 15px;
  font-size: 40px;
  top: 40%;
  cursor: pointer;
  overflow: hidden;
}
#industry-dashboard #next {
  z-index: 999;
  position: absolute;
  right: 15px;
  font-size: 40px;
  top: 40%;
  cursor: pointer;
  overflow: hidden;
}
#industry-dashboard .highlight {
  color: #8b0000;
}
#industry-dashboard .status,
#industry-dashboard .status i {
  font-size: 20px;
  font-weight: 900;
}
#industry-dashboard .source {
  color: #000;
  text-align: right;
  padding-top: 10px;
  font-weight: 900;
  font-size: 13px;
  width: 100%;
  display: block;
}
.section-header {
  background: #8b0000;
  color: #ffffff;
  padding: 20px;
  min-height: 126px;
}
.section-header h4 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 900;
}
.section-header .last-week {
  font-size: 30px;
  font-weight: 900;
}
.section-graph div {
  height: 300px;
  max-width: 490px;
  border-radius: 0px;
  border: 0px;
}
.section-data {
  background: #f2f2f2;
  padding: 20px;
  min-height: 390px;
}
.section-data table {
  width: 100%;
}
.section-data td {
  background: #ffffff;
  padding: 5px;
  color: #909090;
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  padding-left: 20px;
  font-weight: 600;
  text-align: center;
}
.section-data .fa-caret-up {
  color: #26b913;
}
.section-data .fa-caret-down {
  color: #d90000;
}
.section-data .company {
  text-align: left;
}
.section-data img {
  width: 100%;
}
.section-data-head td {
  background: #8b0000;
  color: #fff;
  font-weight: 900;
}
#dashboard-sponsor {
  margin-top: 0px;
  border-top: solid 1px #fff;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 20px;
}
#dashboard-sponsor span {
  display: block;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
}
#dashboard-sponsor a {
  padding-top: 10px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
}
#dashboard-sponsor .logo {
  text-align: right;
}
.middle-ad,
.bottom-ad {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.middle-ad div,
.bottom-ad div {
  margin: 0px auto;
}
@media only screen and (max-width: 772px) {
  .middle-ad,
  .bottom-ad {
    display: none;
  }
}
.article-category {
  padding-top: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.article-category a {
  color: #931111;
  font-size: 14px;
  font-weight: 900;
}
p.article-category {
  margin-bottom: 0px;
}
.author {
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 772px) {
  .author {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 772px) {
  #st-1 {
    text-align: center !important;
  }
}
.posted {
  padding-top: 14px;
  padding-bottom: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 772px) {
  .posted {
    padding-bottom: 0px;
  }
}
.addthis_inline_share_toolbox_vwyw {
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
}
@media only screen and (max-width: 772px) {
  .addthis_inline_share_toolbox_vwyw {
    padding-top: 0px;
    display: block;
    float: none;
    padding-bottom: 10px;
  }
}
#social-bar {
  margin-top: 60px;
  background: #660000;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 772px) {
  #social-bar {
    text-align: center;
    margin-top: 0px;
  }
}
#social-bar a {
  color: #ffffff;
}
#social-bar .date {
  text-align: right;
  padding-top: 2px;
  float: right;
}
@media only screen and (max-width: 772px) {
  #social-bar .date {
    float: none;
    display: block;
    text-align: center;
  }
}
#social-bar .fa {
  background: #fff;
  color: #740607;
  padding: 10px;
  border-radius: 50%;
  font-size: 30px;
}
#social-bar img {
  margin-right: 10px;
}
#saying {
  background: #e1a356;
  color: #ffffff;
}
#saying h3 {
  margin: 0px;
  background-image: url('images/saying-bg.jpg');
  background-size: cover;
  color: #ffffff;
  padding: 12px;
  padding-top: 11px;
  border-bottom: solid 1px #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 19px;
}
#saying a {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#saying strong {
  color: #f4d6b2;
  font-weight: normal;
  font-size: 12px;
}
#saying small {
  color: #f4d6b2;
}
#saying .content {
  padding: 12px;
}
#saying .read-more {
  background: #c5743b;
  padding: 10px;
  border-radius: 10px;
  width: 100px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 772px) {
  #saying {
    display: none;
  }
}
#reply-comments {
  color: #931111;
  text-transform: uppercase;
  background: none;
  font-weight: 900;
  font-size: 17px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.please-note {
  color: #931111;
}
.please-note a {
  text-decoration: underline;
}
.comment-text {
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0px;
}
.commentlist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.commentlist > li {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  display: block;
}
.commentlist .children {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.commentlist .fa {
  margin-right: 5px;
}
.TAR {
  text-align: right;
}
.comment-reply-link {
  background: #eee;
  color: #8b0000;
  padding: 10px;
  border-radius: 10px;
  width: 80px;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#cancel-comment-reply-link {
  color: #fff;
  float: right;
  padding-top: 3px;
}
.comment-meta p {
  font-style: italic;
}
#respond {
  background: #eee;
}
#respond form {
  padding: 20px;
  padding-top: 10px;
}
#respond label {
  display: block;
}
#respond input,
#respond textarea {
  border: 0px;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  max-width: 500px;
}
#respond input[type='submit'] {
  width: auto;
}
#respond #submit {
  background: #8b0000;
  color: #fff;
}
.home-category h3 {
  background: url('images/top-bg.jpg');
  color: #fff;
  padding: 12px;
  padding-top: 11px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 20px;
}
.home-category h3 a {
  color: #fff;
  display: block;
}
.home-category h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.home-category h4 a {
  font-weight: 900;
}
.home-category a {
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 772px) {
  .home-category .col-md-3 img {
    width: 100%;
  }
}
@media only screen and (max-width: 772px) {
  .home-category .col-md-3 {
    padding-bottom: 20px;
  }
}
#more-news h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 12px;
  padding-top: 11px;
  font-size: 17px;
  font-weight: 900;
  background: url('images/top-bg.jpg');
  margin: 0px;
}
#more-news ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#more-news li {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: solid 1px #ccc;
}
#more-news a {
  color: #8b0000;
  font-weight: bold;
}
#more-news .read-more {
  border: 0px;
  display: block;
  clear: both;
  color: #fff;
  background: #8b0000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}
.archive-title,
#reply-title {
  background-image: url('images/top-bg.jpg');
  background-size: cover;
  padding: 10px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 19px;
}
#reply-title a {
  color: #fff;
}
.category-beef h3 {
  background: url('images/top-bg.jpg') !important;
}
.category-sheep h3 {
  background: url('images/top-bg-sheep.jpg') !important;
}
.category-grain h3 {
  background: url('images/top-bg-grain.jpg') !important;
}
.grid-prices .company {
  font-weight: 900;
  padding-top: 20px;
}
.grid-prices .company a:hover {
  color: #8b0000;
}
.grid-prices .company,
.grid-prices .logo {
  display: flex;
  align-self: center;
}
.grid-prices .logo {
  float: right;
}
.grid-prices .logo img {
  max-width: 300px;
  height: auto;
  float: right;
}
.grid-prices .company-block {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: solid 1px #ddd;
  display: flex;
  align-self: center;
}
.category-ag-tech header,
.category-ag-tech #reply-title {
  background: url('images/top-bg-agtech.jpg');
}
.category-ag-tech h1.archive-title {
  background-image: url('images/top-bg-agtech.jpg');
  background-size: cover;
}
.category-ag-tech #respond #submit {
  background: #151348;
}
.category-ag-tech h3 {
  background: url('images/top-bg-agtech.jpg');
}
.category-ag-tech .read-more,
.category-ag-tech .comment-reply-link,
.category-ag-tech #reply-comments,
.category-ag-tech .commentlist .fa,
.category-ag-tech .commentlist a,
.category-ag-tech .comment-intro,
.category-ag-tech .please-note,
.category-ag-tech .required,
.category-ag-tech .comment-form a {
  color: #151348;
}
.category-ag-tech #more-news a {
  color: #151348;
}
.category-ag-tech #more-news h3 {
  background: url('images/top-bg-agtech.jpg');
}
.category-ag-tech #more-news .read-more {
  color: #fff;
  background: #151348;
}
.category-carbon #top-bar,
.category-carbon #reply-title,
.category-carbon #social-bar,
.category-carbon #copyright {
  background: #83bb56 !important;
}
.category-carbon header {
  background-image: url('images/top-bg-carbon.jpg') !important;
  background-position: top center;
  background-size: cover;
}
.category-carbon a {
  color: #83bb56;
}
.category-carbon #footer {
  background: #0f2a23 !important;
}
.category-carbon h1.archive-title {
  background: url('images/top-bg-carbon.jpg') !important;
}
.category-carbon #respond #submit {
  background: url('images/top-bg-carbon.jpg') !important;
}
.category-carbon h3 {
  background: url('images/top-bg-carbon.jpg') !important;
}
.category-carbon #reply-comments {
  background: none !important;
}
.category-carbon .left-col h4 {
  color: #83bb56;
}
.category-carbon .read-more,
.category-carbon .comment-reply-link,
.category-carbon #reply-comments,
.category-carbon .commentlist .fa,
.category-carbon .commentlist a,
.category-carbon .comment-intro,
.category-carbon .please-note,
.category-carbon .required,
.category-carbon .comment-form a {
  color: #0f2a23;
}
.category-carbon #more-news a {
  color: #0f2a23;
}
.category-carbon #more-news h3 {
  background: url('images/top-bg-carbon.jpg') !important;
}
.category-carbon #more-news .read-more {
  color: #fff;
  background: #0f2a23;
}
.category-carbon #special-feature h2 a {
  color: #0f2a23;
  font-weight: 900;
}
.category-sponsored {
  /*
    .left-col h4 { 
        color: #ce4932;
    }
	.read-more, .comment-reply-link, #reply-comments, .commentlist .fa, .commentlist a, .comment-intro, .please-note, .required, .comment-form a { 
		color: #ce4932;
	}
    */
  /*
		a {
			color: #ce4932;
		}
        */
}
.category-sponsored h1.archive-title {
  background: url('images/top-bg-red.jpg') !important;
}
.category-sponsored #respond #submit {
  background: url('images/top-bg-red.jpg') !important;
}
.category-sponsored h3 {
  background: url('images/top-bg-red.jpg') !important;
}
.category-sponsored #reply-comments {
  background: none !important;
}
.category-sponsored #more-news {
  /*
		.read-more { 
			color: #fff;
			background: #0f2a23;
		}
        */
}
.category-sponsored #more-news h3 {
  background: url('images/top-bg-red.jpg') !important;
}
.category-sponsored #special-feature h2 a {
  color: #ce4932;
  font-weight: 900;
}
.category-property #top-bar,
.category-property #reply-title,
.category-property #social-bar,
.category-property #copyright {
  background: url('images/top-bg-property.jpg') !important;
}
.category-property header {
  background: url('images/grey-tin.jpg') !important;
}
.category-property #footer {
  background: url('images/grey-tin-footer.jpg') !important;
}
.category-property h1.archive-title {
  background: #9f1830 !important;
}
.category-property #respond #submit {
  background: #9f1830;
}
.category-property h3 {
  background: url('images/top-bg-property.jpg') !important;
}
.category-property #reply-comments {
  background: none !important;
}
.category-property .read-more,
.category-property .comment-reply-link,
.category-property #reply-comments,
.category-property .commentlist .fa,
.category-property .commentlist a,
.category-property .comment-intro,
.category-property .please-note,
.category-property .required,
.category-property .comment-form a {
  color: #9f1830;
}
.category-property #more-news a {
  color: #9f1830;
}
.category-property #more-news h3 {
  background: url('images/top-bg-property.jpg') !important;
}
.category-property #more-news .read-more {
  color: #fff;
  background: #9f1830;
}
.category-property #special-feature {
  border: 0px;
  padding: 0px;
}
.category-property #special-feature h2 a {
  color: #9f1830;
  font-weight: 900;
}
.category-property #property-buttons {
  margin-bottom: 30px;
  margin-top: 30px;
}
.category-property .recent-sales-button {
  background: url('images/top-bg-property.jpg');
  border-radius: 10px;
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  box-shadow: 3px 5px 5px #ccc;
}
.category-property .recent-sales-button span {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  .category-property .recent-sales-button {
    margin-bottom: 20px;
  }
}
.category-property .property-listings-button {
  padding: 20px;
  background: url('images/grey-tin-footer.jpg');
  border-radius: 10px;
  display: block;
  color: #fff;
  text-align: center;
  box-shadow: 3px 5px 5px #ccc;
}
.category-property .property-listings-button span {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
}
.category-beef h3 {
  background: url('images/top-bg.jpg');
}
.category-beef .read-more {
  color: #931111;
}
.category-sheep h3 {
  background: url('images/top-bg-sheep.jpg');
}
.category-sheep .read-more {
  color: #151348;
}
.category-grain h3 {
  background: url('images/top-bg-grain.jpg');
}
.category-grain .read-more {
  color: #151348;
}
footer {
  clear: both;
}
#dfp_slider_ad div {
  margin-bottom: 20px;
}
#footer {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  vertical-align: middle;
  border-top: solid 1px #e4cece;
  border-bottom: solid 1px #e4cece;
  background: url('images/top-bg.jpg');
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 772px) {
  #footer {
    padding-bottom: 20px;
  }
}
#footer h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 19px;
}
#footer ul {
  padding: 0px;
}
@media only screen and (max-width: 772px) {
  #footer ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 772px) {
  #footer .footer-links {
    display: none;
  }
}
#footer a {
  color: #ffffff;
}
#footer .scroll {
  display: none;
  text-align: center;
}
#footer .scroll a {
  border-radius: 5px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #e1a356;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
#footer .scroll .fa {
  margin-left: 5px;
}
@media only screen and (max-width: 772px) {
  #footer .scroll {
    display: block;
  }
}
#footer .footer-logo {
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-logo {
    text-align: left;
  }
}
#copyright {
  background: #740607;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 772px) {
  #copyright {
    text-align: center;
  }
}
#copyright a {
  color: #ffffff;
}
#copyright .websiteby {
  text-align: right;
  float: right;
}
@media only screen and (max-width: 772px) {
  #copyright .websiteby {
    float: none;
    padding-top: 10px;
    text-align: center;
  }
}
#close-modal {
  cursor: pointer;
  float: left;
  position: absolute;
  left: 20px;
  top: 20px;
}
#modal-contents {
  display: none;
}
#modal-bg {
  position: fixed;
  background: #000;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
#modal-container {
  background-image: url('images/modal-bg.jpg');
  background-size: cover;
  position: fixed;
  left: 50%;
  top: 40%;
  margin-left: -250px;
  margin-top: -250px;
  z-index: 99999999;
  width: 500px;
  height: auto;
  text-align: center;
  padding: 50px;
}
#modal-container .subscribe-now {
  color: #8b0000;
  font-size: 34px;
  font-family: 'Lato';
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}
#modal-container .days-headlines {
  display: block;
  color: #421a06;
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 15px;
}
#email-headlines {
  height: 535px;
  position: static;
  bottom: 0px;
  padding: 30px;
  width: 300px;
  text-align: center;
  background: url('images/newsletter-headlines.jpg') no-repeat;
  line-height: 30px;
}
#email-headlines .headline {
  color: #421a06;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 7px;
}
#email-headlines .free {
  color: #8b0000;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 7px;
}
#email-headlines .signup {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 7px;
}
#email-headlines-property {
  height: 535px;
  position: static;
  bottom: 0px;
  padding: 30px;
  width: 300px;
  text-align: center;
  background: url('images/top-bg-property.jpg');
  line-height: 30px;
}
#email-headlines-property .headline {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 7px;
}
#email-headlines-property .free {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 7px;
}
#email-headlines-property .signup {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 7px;
}
.js-cm-form label {
  width: 100%;
  display: block;
  clear: both;
}
.js-cm-form input {
  margin-bottom: 10px;
}
.newsletter form {
  width: 100%;
}
.newsletter input[type='text'],
.newsletter input[type='email'],
.newsletter #fieldName {
  border: 0px;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.newsletter input[type='submit'],
.newsletter button[type='submit'] {
  background: #8b0000;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.newsletter .wpcf7-recaptcha {
  width: 250px;
  margin: 0px auto;
  transform: scale(0.8);
  transform-origin: 0 0;
}
#email-headlines-property input[type='submit'] {
  background: #7c7a87;
  color: #fff;
}
#email-headlines,
#email-headlines-property {
  position: absolute;
}
#email-headlines .newsletter input,
#email-headlines-property .newsletter input {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
}
#email-headlines .newsletter input[type='submit'],
#email-headlines-property .newsletter input[type='submit'] {
  padding-left: 20px;
  padding-right: 20px;
}
.property-listing-title {
  background: #4a4a4a;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}
.property-listing {
  border: solid 2px #4a4a4a;
  min-height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ececec;
  margin-right: 0px;
}
.property-listing:last-child {
  margin-bottom: 0px;
}
.property-listing .col-md-3,
.property-listing .col-md-9 {
  padding: 10px;
}
.property-listing .col-md-9 {
  padding-left: 0px;
}
.property-listing .col-md-9 .listing-item {
  padding-top: 5px;
  border-bottom: solid 1px #ababab;
}
.property-listing .title {
  float: left;
}
.listing-item-label {
  float: left;
  width: 20%;
  font-weight: bold;
}
.salestatus {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border: solid 1px #fff;
  padding: 3px;
  margin-top: -4px;
  padding-top: 4px;
  padding-left: 7px;
  padding-right: 7px;
  float: right;
}
.desc {
  width: 80%;
  float: left;
  font-weight: normal;
}
#dropdowns select {
  padding: 5px;
  width: 179px;
  font-weight: bold;
}
#propertysearch input[type='text'] {
  background: #ffffff;
  padding: 7px;
  border: 0px;
  width: 740px;
}
#propertysearch-bg {
  background: #dbdbdb;
  margin-right: 0px;
  margin-top: 20px;
}
#search-input {
  background: #c9c9c9;
  padding: 10px;
  vertical-align: middle;
}
#propertysearch input[type='image'] {
  vertical-align: middle;
}
#search-filters {
  padding: 10px;
}
#propertysearch .read-more {
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.results {
  display: block;
  width: 300px;
  margin-top: 15px;
}
#special-feature {
  margin-bottom: 40px;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  padding-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
}
#special-feature h2 {
  margin-top: 0px;
  padding-top: 0px;
}
.category-recruitment-news #special-feature {
  text-align: center;
}
#special-feature #banner {
  width: 100%;
  margin-bottom: 20px;
}
.pagination {
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: right;
  margin-right: 0px;
  clear: both;
  float: none;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 4px !important;
  border-radius: 0px !important;
  color: #333;
  background: #fff;
  padding: 4px 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination a:hover {
  background: #DBDBDB !important;
  color: #333 !important;
  border: solid 1px #DBDBDB;
}
.recruitment {
  border: 6px solid #ececec;
  width: 100%;
  padding: 20px;
  margin-bottom: 14px;
}
.recruitment a {
  color: #8c0000 !important;
  font-weight: 600;
}
.recruitment-img {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
}
.filters {
  padding-top: 10px;
  padding-bottom: 10px;
}
.filters input {
  margin-right: 20px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  /* Image does not overflow the content area */
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000;
}
.grecaptcha-badge {
  display: none;
}
.quote {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  display: block;
}
blockquote {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: 'Lato';
  font-size: 19px;
  font-style: italic;
  font-weight: bold;
  color: #931111;
}
.quote-left {
  background-image: url('images/beef-quote-left.png');
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 65px;
  min-width: 65px;
}
@media only screen and (max-width: 1199px) {
  .quote-left {
    display: none;
  }
}
.quote-right {
  background-image: url('images/beef-quote-right.png');
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 65px;
  min-width: 65px;
}
@media only screen and (max-width: 1199px) {
  .quote-right {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato';
  font-weight: bold;
}
body {
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 25px;
  color: #000;
}
.article-content {
  padding-right: 135px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .article-content {
    padding-right: 0px;
  }
}
