@charset "UTF-8";
/*
 * 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");
@font-face {
  font-family: "Rockwell Std";
  src: url("fonts/RockwellStd-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@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: 16px;
  background: #fff;
}
@media only screen and (max-width: 772px) {
  body {
    background: #FFFFFF;
  }
}
small {
  font-size: 12px;
}
*: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;
  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;
}
@media only screen and (max-width: 1199px) {
  .left-col {
    min-height: auto;
    width: 100%;
    padding-bottom: 0px;
  }
}
.left-col h1, .left-col h2, .left-col h3, .left-col h4, .left-col h5, .left-col h6 {
  color: #931111;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 900;
}
.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;
}
.sticky_absolute {
  top: auto;
  position: absolute;
  bottom: 535px;
}
.sticky_wing {
  top: 0px;
  position: absolute;
}
.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: 1400px) {
  .wings {
    display: block;
  }
}
.adwing-left {
  position: absolute;
  left: -317px;
  top: 30px;
  width: 300px;
  z-index: 1;
  text-align: right;
}
.adwing-left .sticky_wing div {
  float: right;
}
.adwing-left .sticky_wing_absolute {
  position: absolute;
  right: 0px;
}
.adwing-left .sticky_wing_absolute div {
  float: right;
}
.adwing-right {
  position: absolute;
  right: -317px;
  top: 30px;
  width: 300px;
  z-index: 1;
  text-align: left;
}
.adwing-right .sticky_wing div {
  float: left;
}
.adwing-right .sticky_wing_absolute {
  position: absolute;
  left: 0px;
}
.adwing-right .sticky_wing_absolute div {
  float: left;
}
.home #nav-main {
  font-weight: normal;
  text-transform: uppercase;
}
.home #nav-main a {
  margin-left: 10px;
  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;
  margin-bottom: 2px;
}
#search input {
  background: none;
  padding: 0px;
  border-radius: 10px;
  background: #e9bb83;
  border-left: 0px;
  padding: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-right: 10px;
  margin-left: -10px;
  height: 30px;
  margin-top: -2px;
  border: 0px;
}
#search input[type=text] {
  background: #e9bb83;
  border-radius: 10px;
  padding: 2px;
  padding-left: 5px;
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 30px;
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
#search input[type=submit] {
  font-family: FontAwesome;
}
#content-area {
  background: #FFFFFF;
  padding: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  min-height: 800px;
}
@media only screen and (max-width: 772px) {
  #content-area {
    min-height: auto;
    padding: 0px;
  }
}
#content-area {
  padding-top: 30px;
}
@media only screen and (max-width: 772px) {
  #content-area {
    padding: 0px;
  }
}
.feature-story {
  padding: 15px;
  background: #f9ecde;
  border-radius: 10px;
  margin-bottom: 20px;
}
.feature-stories {
  padding: 15px;
  background: #f9ecde;
  border-radius: 10px;
  margin-bottom: 20px;
}
.article img {
  border-radius: 10px;
}
.feature-story img {
  border-radius: 10px;
}
.top-bar-left i, #social-bar i {
  font-weight: 400;
  border: solid 1px #fff;
  padding: 6px;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  margin-right: 3px;
}
.header {
  background: url("images/top-bg.jpg");
}
.header .top-signup {
  background: #c6753c;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 0px auto;
  margin-top: 40px;
  font-weight: bold;
}
.header .top-signup i {
  margin-right: 10px;
}
.header #top-ad {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .header #top-ad {
    display: none;
  }
}
.header #top-bar {
  background: #e1a256;
  color: #fff;
  padding: 6px;
  margin-top: 20px;
  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-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar a {
    padding-left: 0px;
  }
}
.header #top-bar a:hover {
  color: #fff;
}
.header #top-bar .date {
  padding-top: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar .date {
    display: none;
  }
}
.header #top-bar .search {
  padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar .search {
    display: none;
  }
}
.header #top-bar2 {
  text-transform: uppercase;
  background: #8c0000;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}
.header #top-bar2 form {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar2 {
    padding-left: 0px;
  }
}
.header #top-bar2 a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar2 a {
    padding-left: 0px;
  }
}
.header #top-bar2 a:hover {
  color: #e1a256;
}
.header #top-bar2 .date {
  padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar2 .date {
    display: none;
  }
}
.header #top-bar2 .search {
  padding-top: 2px;
}
@media only screen and (max-width: 1199px) {
  .header #top-bar2 .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: 35px;
}
.article {
  padding-bottom: 20px;
}
.article small {
  background: #8c0000;
  color: #fff;
  padding: 5px;
  border-radius: 7px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.article img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .article img {
    width: 100%;
  }
}
.article h4 {
  padding-top: 0px;
  font-weight: 900;
}
.article h4 a {
  color: #000;
  font-size: 35px;
}
.article h5 {
  padding-top: 0px;
  font-weight: 900;
}
.article h5 a {
  color: #000;
  font-size: 17px;
}
.comment-bubble {
  float: right;
}
.comment-bubble .fa-comment {
  margin-right: 5px;
}
.comment-bubble a {
  color: #666;
  font-size: 13px;
}
hr {
  border-top: solid 1px #eee;
  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: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.article-category a {
  color: #931111;
  font-size: 14px;
  font-weight: 900;
}
p.article-category {
  margin-top: 20px;
  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;
  font-weight: 600;
}
@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: #f9f1eb;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}
#saying a {
  color: #000;
  font-weight: bold;
}
#saying strong {
  color: #f4d6b2;
  font-weight: normal;
  font-size: 12px;
}
#saying small {
  background: #e1a256;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#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;
  }
}
.please-note {
  color: #000;
  font-weight: bold;
}
.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;
  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: #cccccc;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  width: 80px;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.comment-reply-link:hover {
  color: #fff !important;
}
#cancel-comment-reply-link {
  color: #000;
  float: right;
  padding-top: 3px;
}
.comment-meta p {
  font-style: italic;
}
#reply-comments h3 {
  color: #8c0000;
}
#respond {
  background: #f9f1eb;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#respond h3 {
  margin-top: 0px;
  color: #8c0000;
}
#respond form {
  padding-top: 10px;
}
#respond label {
  display: block;
}
#respond input, #respond textarea {
  border: 0px;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
#respond input[type="submit"] {
  width: auto;
  font-weight: bold;
}
#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;
}
.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 {
  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 #social-bar {
  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 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 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 #social-bar {
  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 #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;
}
footer {
  clear: both;
}
#dfp_slider_ad div {
  margin-bottom: 20px;
}
#footer {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  vertical-align: middle;
  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: 600;
  font-size: 16px;
}
#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 {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
@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;
  top: 0px;
}
.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 .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;
}
/* Old Property Styling */
.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 */
.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;
}
/* WordPress Core */
.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;
  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;
}
/* Text meant only for screen readers. */
.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;
  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;
  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-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .article-content {
    padding-right: 0px;
  }
}
.comment-meta {
  background: none !important;
}
.ticker-wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 52px;
  background: #e8e8e8;
}
.ticker-label {
  background: #8b1a1a;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  padding: 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  flex-shrink: 0;
}
.ticker-body {
  flex: 1;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ticker-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}
.ticker-sep {
  color: #8b1a1a;
  margin: 0 28px;
}
.ticker-time {
  background: #8b1a1a;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.podcasts {
  background: #f2f2f2;
  padding: 15px;
  padding-bottom: 5px;
  border-radius: 10px;
  margin-top: 30px;
}
.podcasts img {
  border-radius: 10px;
  border: solid 1px #ccc;
}
.leaderboard-ad {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.leaderboard-ad div {
  max-width: auto;
  margin: 0px auto;
}
h3 {
  color: #8c0000;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 900;
}
.tile {
  background: #c6753c;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.tile .article-category {
  padding-top: 0px;
}
.tile a {
  color: #fff !important;
}
.tile p.article-category {
  margin-top: 0px;
}
.tile2 {
  background: #8c0000;
}
.tile2 small {
  background: #a33333;
}
.tile3 {
  background: #e1a256;
}
.tile4 {
  background: #c6753c;
}
.newsletter-signup {
  color: #fff;
  background: #fec371;
  border-radius: 10px;
  padding: 15px;
}
.newsletter-signup a {
  background: #8c0000;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}
.categories {
  background: #f0d2ac;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.categories h3 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.tile-slider-nav {
  float: right;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.tile-slider-nav button {
  background: #eed6c4;
  color: inherit;
  border: 0px;
  width: 28px;
  height: 28px;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.15s;
  font-weight: normal;
  vertical-align: middle;
  padding-bottom: 5px;
  color: #ce8858;
}
.tile-slider-nav button:disabled {
  opacity: 0.5;
  cursor: default;
}
.tile-slider-indicator {
  font-size: 12px;
  font-weight: normal;
  min-width: 34px;
  text-align: center;
  vertical-align: middle;
}
.tile-slider-wrap {
  overflow: hidden;
}
.tile-slider-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  align-items: stretch;
}
.tile-slider-track .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
}
.industry-dashboard {
  background-image: url("images/industry-bg.jpg");
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 30px;
}
.industry-dashboard h3 {
  font-family: "Rockwell Std", Georgia, serif;
  font-size: 30px;
  font-weight: 300;
}
.industry-dashboard * {
  color: #ffffff;
}
.newsletter-signup {
  background-image: url("images/subscribe-bg.jpg");
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
}
.newsletter-signup span {
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  display: block;
}
.newsletter-signup a {
  display: inline-block;
  max-width: auto;
  margin: 0px auto;
  font-weight: 600;
}
.TAC {
  text-align: center;
}
/* ── More stories 2-col list ── */
.more-story-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 772px) {
  .more-story-item {
    flex-direction: column;
  }
}
.more-story-img {
  flex: 0 0 110px;
}
.more-story-img img {
  width: 110px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
.more-story-body {
  flex: 1;
}
.more-story-body .article-category {
  margin-top: 0;
}
.more-story-body h5 {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 15px;
}
.load-more-wrap {
  text-align: center;
  padding: 20px 0 10px;
}
.load-more-wrap a {
  display: inline-block;
  border: 2px solid #8c0000;
  color: #8c0000;
  border-radius: 8px;
  padding: 9px 28px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.load-more-wrap a:hover {
  background: #8c0000;
  color: #fff;
  text-decoration: none;
}
.article h5 {
  margin-top: 5px;
}
.article-horizontal p.article-category {
  margin-top: 0px;
}
.category-markets h1, .category-markets h3 a, .category-markets .article-category, .category-markets .article-category a, .category-markets .feature-story .read-more {
  color: #593407;
}
.category-markets h3, .category-markets .read-more {
  color: #593407;
}
.category-markets .archive-title {
  color: #593407;
}
.category-markets .article small {
  background: #593407;
}
.category-markets .related-reading h3 {
  color: #8c0000;
}
.category-markets .related-reading small {
  background: #8c0000;
}
.category-markets .related-reading .tile2 small {
  background: #a33333;
}
.category-markets .feature-story {
  background: #eeebe6;
}
.comment-date {
  color: #8c0000;
  margin-bottom: 10px;
}
.comment-author-name {
  font-weight: bold;
}
.single-title {
  color: #000 !important;
  font-size: 35px;
}
#reply-comments h3 {
  color: #8c0000;
}
.header #top-bar2 a {
  font-family: "Rockwell Std", Georgia, serif;
  font-weight: 800;
}
#reply-title {
  margin-bottom: 0px;
}
.have-your-say {
  margin-top: 30px;
}
.single-feature-image img {
  width: 100%;
  margin-bottom: 20px;
}
.home .adwing-right, .home .adwing-left, .category-sheep .adwing-left, .category-sheep .adwing-right, .category-grain .adwing-left, .category-grain .adwing-right {
  top: 146px;
}
.industry-dashboard h3 {
  margin-top: 0px;
}
.industry-dashboard h4 {
  color: #fff;
  font-size: 20px;
}
.industry-dashboard .btn {
  background: #c6753c;
  color: #fff;
  border-radius: 15px;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.industry-dashboard a {
  color: #fff;
}
.industry-dashboard:hover {
  color: #fff;
}
.industry-dashboard i {
  margin: 0px;
}
.dashboard-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.dashboard-icon-col {
  flex-shrink: 0;
}
.dashboard-icon-col svg {
  width: 170px;
  display: block;
}
.dashboard-left {
  flex: 1;
}
.dashboard-divider {
  width: 3px;
  height: 100px;
  background-color: #c97a45;
  flex-shrink: 0;
}
.dashboard-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  padding-left: 50px;
}
/* =========================================================
   Categories Slideshow
   ========================================================= */
.categories {
  background: #f0d2ac;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.categories h3 {
  margin-bottom: 20px;
}
/* Outer row that holds left arrow, track, right arrow */
.category-slider-outer {
  display: flex;
  align-items: center;
  gap: 8px;
}
.category-slider-arrow {
  flex-shrink: 0;
  background: #f6eae2;
  color: #ce8858;
  border: 0;
  width: 34px;
  height: 34px;
  font-size: 25px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  padding-bottom: 4px;
  transition: opacity 0.15s;
  font-weight: normal;
}
/*
.category-slider-arrow:hover:not(:disabled) {
    opacity: 0.6;
}
*/
.category-slider-arrow:disabled {
  opacity: 0.5;
  cursor: default;
}
.category-slider-wrap {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.category-slider-track {
  display: flex;
  gap: 12px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  margin: 0;
}
.category-slide {
  flex: 0 0 calc(20% - 10px);
  /* 5 visible */
  min-width: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.category-slide a {
  display: block;
  text-decoration: none;
}
.category-slide img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.category-slide:hover img {
  transform: scale(1.05);
}
.category-slide-label {
  position: absolute;
  top: 44%;
  pointer-events: none;
  text-align: center;
  width: 100%;
}
.category-slide-label span {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
/* =========================================================
   Editorial & Content Team Slideshow
   ========================================================= */
/* Wrapper so heading and arrows sit on the same baseline */
.editorial-header {
  position: relative;
  margin-bottom: 20px;
}
.editorial-header h3 {
  margin-bottom: 0;
}
.editorial-slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.editorial-slider-nav button {
  background: #eed6c4;
  color: #ce8858;
  border: 0;
  width: 28px;
  height: 28px;
  font-size: 25px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  padding-bottom: 5px;
  transition: opacity 0.15s;
  font-weight: normal;
  vertical-align: middle;
}
.editorial-slider-nav button:disabled {
  opacity: 0.5;
  cursor: default;
}
.editorial-slider-wrap {
  overflow: hidden;
}
.editorial-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  margin: 0;
}
.editorial-slide {
  flex: 0 0 calc(16.666% - 20px);
  /* 6 visible */
  min-width: 0;
  text-align: center;
}
.editorial-slide-avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
  max-width: 130px;
  background: #f5ece4;
}
.editorial-slide-name {
  font-weight: 700;
  color: #8b1a1a;
  margin-bottom: 2px;
}
.editorial-slide-name a {
  color: #8b1a1a;
}
.editorial-slide-role {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991px) {
  .category-slide {
    flex: 0 0 calc(33.333% - 8px);
  }
  .editorial-slide {
    flex: 0 0 calc(33.333% - 16px);
  }
}
@media (max-width: 600px) {
  .category-slide {
    flex: 0 0 calc(50% - 6px);
  }
  .editorial-slide {
    flex: 0 0 calc(50% - 12px);
  }
}
.mega-button-inner {
  border: solid 2px #fff;
  padding: 15px;
  border-radius: 20px;
}
.mega-button {
  background: #8c0000;
  border-radius: 20px;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.mega-button h4 {
  font-family: "Rockwell Std", Georgia, serif;
  margin-top: 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
}
.mega-button h5 {
  color: #e1a356;
}
.mega-button .btn {
  background: #e1a356;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  text-transform: uppercase;
}
.mega-button-alt {
  background: #e1a356;
  border-radius: 20px;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.mega-button-alt h4 {
  font-family: "Rockwell Std", Georgia, serif;
  margin-top: 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
}
.mega-button-alt h5 {
  color: #8c0000;
  display: flex;
  align-items: center;
  /* vertical centre */
  justify-content: center;
  /* horizontal centre */
}
.mega-button-alt .btn {
  background: #8c0000;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  text-transform: uppercase;
}
.mega-button-alt span {
  font-size: 23px;
  margin-left: 5px;
  margin-right: 5px;
}
.category-property .mega-button {
  background: url("images/top-bg-property.jpg") !important;
}
.category-property .mega-button-alt {
  background: url("images/grey-tin-footer.jpg") !important;
}
