/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Media Queries */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 4em;
  line-height: 1;
  font-weight: 800;
  font-family: "TradeGothicCond", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 649px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 2.4em;
  line-height: 1.28;
  font-weight: 600;
  font-family: "FuturaMaxi", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 649px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 3.2em;
  line-height: 1.08;
  font-weight: 800;
  font-family: "TradeGothicCond", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 649px) {
  h3 {
    font-size: 2.8em;
  }
}

h4 {
  font-size: 1.8rem;
  line-height: 1.08;
  font-weight: 600;
  font-family: "FuturaMaxi", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 649px) {
  h4 {
    font-size: 1.5em;
  }
}

.page_title {
  display: inline;
  padding: 5px 0 3px;
  line-height: 1.08;
  color: #fff;
  text-transform: uppercase;
}

p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 200;
  font-family: "FuturaMaxi", sans-serif;
  margin-bottom: 15px;
}

figcaption {
  font-weight: 200;
  font-family: "FuturaMaxi", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  margin: 30px 50px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  blockquote {
    padding: 0 30px;
  }
}
@media screen and (max-width: 649px) {
  blockquote {
    margin: 30px 20px;
  }
}
blockquote::before, blockquote::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 36px;
}
@media screen and (max-width: 649px) {
  blockquote::before, blockquote::after {
    width: 36px;
  }
}
blockquote::before {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/quote-red-left.svg) no-repeat left center/contain;
  top: -13px;
  left: -50px;
}
@media screen and (max-width: 649px) {
  blockquote::before {
    left: -25px;
  }
}
blockquote::after {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/quote-red-right.svg) no-repeat left center/contain;
  bottom: -13px;
  right: -30px;
}
@media screen and (max-width: 649px) {
  blockquote::after {
    right: -25px;
  }
}
blockquote p {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 600;
  font-family: "FuturaMaxi", sans-serif;
  margin-bottom: 25px;
}
blockquote cite {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 200;
  font-family: "FuturaMaxi", sans-serif;
  font-style: normal;
}

@media screen and (max-width: 649px) {
  .wp-block-pullquote {
    padding: 0;
  }
}
@media screen and (max-width: 649px) {
  .wp-block-pullquote p {
    font-size: 2rem;
  }
}

.wp-block-table table {
  background-color: #f0f0f0;
  border: 1x solid #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 200;
  font-family: "FuturaMaxi", sans-serif;
}
.wp-block-table table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 15px;
  vertical-align: top;
}
.wp-block-table table thead {
  background-color: #000;
}
.wp-block-table table thead th {
  color: #ee3124;
  padding: 15px;
  vertical-align: top;
}

.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  height: 375px;
}

/*
	Futura Maxi
*/
@font-face {
  font-family: "FuturaMaxi";
  font-weight: 800;
  font-style: normal;
  src: url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Bold.eot") format("embedded-opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Bold.otf") format("opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Bold.woff") format("woff"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Bold.ttf") format("truetype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Bold.svg") format("svg");
}
@font-face {
  font-family: "FuturaMaxi";
  font-weight: 600;
  font-style: normal;
  src: url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Demi.eot") format("embedded-opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Demi.otf") format("opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Demi.woff") format("woff"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Demi.ttf") format("truetype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Demi.svg") format("svg");
}
@font-face {
  font-family: "FuturaMaxi";
  font-weight: 500;
  font-style: normal;
  src: url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Book.eot") format("embedded-opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Book.otf") format("opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Book.woff") format("woff"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Book.ttf") format("truetype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Book.svg") format("svg");
}
@font-face {
  font-family: "FuturaMaxi";
  font-weight: 200;
  font-style: normal;
  src: url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Light.eot") format("embedded-opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Light.otf") format("opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Light.woff") format("woff"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Light.ttf") format("truetype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/FuturaMaxi/FuturaMaxi-Light.svg") format("svg");
}
/*
	Trade Gothic Condensed
*/
@font-face {
  font-family: "TradeGothicCond";
  font-weight: 800;
  font-style: normal;
  src: url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-Bold.eot") format("embedded-opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-Bold.otf") format("opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-Bold.woff") format("woff"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-Bold.ttf") format("truetype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-Bold.svg") format("svg");
}
@font-face {
  font-family: "TradeGothicCond";
  font-weight: 800;
  font-style: italic;
  src: url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-BoldItalic.eot") format("embedded-opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-BoldItalic.otf") format("opentype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-BoldItalic.woff") format("woff"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-BoldItalic.ttf") format("truetype"), url("https://offerrocket.net/au/wp-content/themes/cropland/fonts/TradeGothicCondensed/TradeGothicCond-BoldItalic.svg") format("svg");
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-size: 10px;
  padding: 0;
}

.container,
.entry-content > *:not(.alignfull) {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1339px) {
  .container,
  .entry-content > *:not(.alignfull) {
    width: 100%;
  }
}

.wp-block-image img {
  width: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 200;
  font-family: "FuturaMaxi", sans-serif;
  margin: 0 0 30px;
  padding-inline-start: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

li {
  margin-bottom: 5px;
}

li > ul,
li > ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul.wp-block-list,
ol.wp-block-list {
  box-sizing: border-box;
  margin-left: 0;
}

li > ul.wp-block-list,
li > ol.wp-block-list {
  margin-left: 0;
}

ul.wp-block-list li::marker {
  font-size: 1em;
}

ul.wp-block-list li.has-small-font-size,
ul.wp-block-list li.has-medium-font-size,
ul.wp-block-list li.has-large-font-size,
ul.wp-block-list li.has-x-large-font-size,
ul.wp-block-list li .has-small-font-size,
ul.wp-block-list li .has-medium-font-size,
ul.wp-block-list li .has-large-font-size,
ul.wp-block-list li .has-x-large-font-size {
  font-size: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.site-main .wp-block-list li {
  margin-left: 18px;
}
.site-main .wp-block-column .wp-block-list li {
  margin-left: 0px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-cropland-blocks-tile {
  border-bottom: 5px solid #f0f0f0;
}
.wp-block-cropland-blocks-tile img {
  width: 100%;
}
.wp-block-cropland-blocks-tile .tile-copy {
  padding: 30px 0;
}
.wp-block-cropland-blocks-tile .tile-copy h2 {
  margin-top: 0;
}
@media screen and (max-width: 650px) {
  .wp-block-cropland-blocks-tile {
    margin-bottom: 20px;
  }
}

.has-red-background-color {
  background-color: #CA0000;
  color: #fff;
}
.has-red-background-color .wp-block-cropland-blocks-tile {
  background-color: #fff;
  color: #000;
  border-bottom: 0;
}
.has-red-background-color .wp-block-cropland-blocks-tile img {
  width: 100%;
}
.has-red-background-color .wp-block-cropland-blocks-tile .tile-copy {
  padding: 30px;
}
.has-red-background-color .wp-block-cropland-blocks-tile .tile-copy h2 {
  margin-top: 0;
}

.has-light-red-background-color {
  background-color: #ee3124;
}

.has-light-grey-background-color {
  background-color: #f0f0f0;
}
.has-light-grey-background-color .wp-block-cropland-blocks-tile {
  background-color: #fff;
  color: #000;
  border-bottom: 0;
}
.has-light-grey-background-color .wp-block-cropland-blocks-tile img {
  width: 100%;
}
.has-light-grey-background-color .wp-block-cropland-blocks-tile .tile-copy {
  padding: 30px;
}
.has-light-grey-background-color .wp-block-cropland-blocks-tile .tile-copy h2 {
  margin-top: 0;
  min-height: 60px;
}
.has-light-grey-background-color .wp-block-cropland-blocks-tile .tile-copy .tile-copy-bd {
  min-height: 120px;
}

.has-red-color {
  color: #CA0000;
}

.has-light-red-color {
  color: #ee3124;
}

.has-light-grey-color {
  color: #f0f0f0;
}

.news {
  overflow: hidden;
  background: #F0F0F0;
  padding: 115px 0 150px;
}

.news_list {
  float: left;
  width: calc(100% - 355px);
}
@media screen and (max-width: 1199px) {
  .news_list {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news_list .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: auto !important;
}
@media screen and (max-width: 991px) and (min-width: 650px) {
  .news_list .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 649px) {
  .news_list .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.site-main aside {
  float: right;
  width: 315px;
}
@media screen and (max-width: 1199px) {
  .site-main aside {
    float: left;
  }
}

.news_twitter {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .news_twitter {
    margin-left: 0;
  }
}

.grid-item {
  padding: 0 7px;
  margin-bottom: 20px;
}

.news_tile {
  max-width: 308px;
  background-color: #fff;
}
@media screen and (max-width: 991px) and (min-width: 650px) {
  .news_tile {
    max-width: 100%;
  }
}
@media screen and (max-width: 649px) {
  .news_tile {
    max-width: 100%;
  }
}
.news_tile a {
  text-decoration: none;
}

.news_copy {
  padding: 30px;
}
.news_copy h3 {
  font-size: 2.4rem;
  margin-top: 0;
  text-transform: none;
}
.news_copy span {
  display: block;
  position: relative;
  padding: 0 0 0 19px;
  color: #000;
  font-family: TradeGothicCond, sans-serif;
  font-size: 1.57143em;
  font-weight: 800;
  line-height: 1.18182;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right.svg) no-repeat 0 2px;
  cursor: pointer;
}
.news_copy span:hover {
  padding-left: 24px;
  color: #000;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right-hover.svg) no-repeat 0 2px;
}

.news-filters__title .news-title {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: "FuturaMaxi", sans-serif;
  margin-bottom: 16px;
  padding: 0;
  font-weight: 300;
  margin-top: 0;
}
.news-filters__block {
  margin: 30px 0;
}
.news-filters__option {
  margin-bottom: 16px;
}

.btm-link {
  text-align: center;
  margin-top: 50px;
}

.page-title {
  position: relative;
  z-index: 1;
}
.page-title:before {
  content: "";
  display: block;
  min-height: 200px;
  padding: 0px 0px 20.5%;
}
@media screen and (max-width: 767px) {
  .page-title:before {
    min-height: 170px;
  }
}
.page-title__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-title__video {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
}
.page-title__video iframe {
  width: 100%;
  height: 100%;
}
.page-title__video--playing {
  display: block;
  animation: fadeIn 1s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-title__inner {
  position: relative;
  margin: 0px 0px 32px;
  padding: 0px 45px 0px 18px;
  max-width: 570px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-title__inner {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-title__inner {
    padding: 0px 12px;
  }
}

/* Links
--------------------------------------------- */
a {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

.arrow-link {
  display: block;
  position: relative;
  padding: 0 0 0 19px;
  color: #000;
  font-family: "TradeGothicCond", sans-serif;
  font-size: 1.57143em;
  font-weight: 800;
  line-height: 1.18182;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right.svg) no-repeat left center;
  cursor: pointer;
}
.arrow-link:hover {
  padding-left: 24px;
  color: #000;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right-hover.svg) no-repeat left center;
}

.big-text-section .arrow-link {
  font-size: 2.2rem;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link {
  display: inline-block;
  min-height: 50px;
  margin: 0;
  border: 1px solid #ee3124;
  border-radius: 30px;
  background: #ee3124;
  font-family: "TradeGothicCond", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.18182;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
button:active, button:focus, button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  background: #000;
  border: 1px solid #000;
}

.has-red-background-color .wp-block-button__link {
  border: 1px solid #000;
  background: #000;
}
.has-red-background-color .wp-block-button__link:active, .has-red-background-color .wp-block-button__link:focus, .has-red-background-color .wp-block-button__link:hover, .has-red-background-color .wp-block-button__link:visited {
  background: #ee3124;
  border: 1px solid #ee3124;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
select[multiple] {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 24px;
  border-radius: 25px;
  border: 2px solid #CA0000;
  background: #fff;
  box-shadow: none;
  font-size: 1.4rem;
  line-height: inherit;
  color: #000;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 200;
}

select {
  border: 21px solid #CA0000;
}

.nf-field-element input[type=button] {
  padding: 0 24px;
}
.nf-field-element textarea {
  width: 100%;
  height: 200px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 24px;
  border-radius: 25px;
  border: 2px solid #CA0000;
  background: #fff;
  box-shadow: none;
  font-size: 1.4rem;
  line-height: inherit;
  color: #000;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 200;
}

label {
  margin: 0;
  padding: 0;
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 20px;
  color: #505050;
  display: inline-block;
}

.checkbox-mask {
  position: relative;
}

.checkbox-mask > * {
  vertical-align: middle;
}

.checkbox-mask input[type=checkbox] {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  opacity: 0;
  z-index: 2;
}

.checkbox-mask__label:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/checkbox-icon.png) center/0 no-repeat #fff;
  border: 2px solid #CA0000;
}

.checkbox-mask input[type=checkbox]:checked + .checkbox-mask__label:after {
  background-size: contain;
}

.list-checkbox-wrap li, .list-radio-wrap li {
  position: relative;
}
.list-checkbox-wrap li input[type=checkbox], .list-radio-wrap li input[type=checkbox] {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  opacity: 0;
  z-index: 2;
  height: auto !important;
}
.list-checkbox-wrap li input[type=checkbox]:checked + label:after, .list-radio-wrap li input[type=checkbox]:checked + label:after {
  background-size: contain;
}
.list-checkbox-wrap li label, .list-radio-wrap li label {
  position: relative;
  margin-left: 0;
  padding-left: 2em;
}
.list-checkbox-wrap li label:after, .list-radio-wrap li label:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/checkbox-icon.png) center/0 no-repeat #fff;
  border: 2px solid #CA0000;
}

.list-radio-wrap input[type=radio] {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  opacity: 0;
  z-index: 2;
}
.list-radio-wrap input[type=radio]:checked + label:after {
  background-size: contain;
}
.list-radio-wrap label:after {
  border-radius: 50%;
}

input.adminbar-input {
  border: 0;
}

/* 404 
----------------------------------------------*/
.error-404.not-found {
  margin-top: 26px;
  padding-bottom: 160px;
}
.error-404.not-found h1 {
  font-family: "FuturaMaxi", sans-serif;
  font-size: 6rem;
  line-height: 5.4rem;
  letter-spacing: -0.86px;
  margin-bottom: 40px;
  max-width: 605px;
}
.error-404.not-found p {
  max-width: 420px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 40px;
}
.error-404.not-found .wp-block-button__link {
  border: 1px solid #ee3124;
  background: #ee3124;
}
.error-404.not-found .wp-block-button__link:hover {
  background: #000;
  border: 1px solid #000;
}

/* Search 
----------------------------------------------*/
.search .wp-block-cropland-blocks-page-header .page_title-section {
  bottom: 94px;
}
.search .wp-block-cropland-blocks-page-header .page_title-section .page_title {
  font-family: "FuturaMaxi", sans-serif;
  font-size: 6rem;
  line-height: 5.4rem;
  letter-spacing: -0.86px;
}
@media screen and (max-width: 649px) {
  .search .wp-block-cropland-blocks-page-header .page_title-section .page_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 359px) {
  .search .wp-block-cropland-blocks-page-header .page_title-section .page_title {
    font-size: 3rem;
  }
}
.search .site-main h2 {
  margin-top: 63px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 111px;
}
@media screen and (max-width: 649px) {
  .search .site-main h2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.search .site-main .filters__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 76px;
  border-bottom: 1px solid #ee3124;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .search .site-main .filters__box {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }
}
.search .site-main .filters__title {
  margin-right: 44px;
}
.search .site-main .filters__title span {
  font-weight: 800;
  font-family: "TradeGothicCond", sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/filter-icon.svg) no-repeat left center/24px;
  padding-left: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .search .site-main .filters__title {
    margin-bottom: 15px;
  }
}
.search .site-main .filters__option {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .search .site-main .filters__option {
    margin-bottom: 15px;
  }
}
.search .site-main .filters__option .checkbox-mask__label:after {
  border: 1px solid #787878;
}
.search .search__result {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 649px) {
  .search .search__result {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search .search__result .search__thumb, .search .search__result .search__thumb img {
  width: 92px;
  min-width: 92px;
}
.search .search__result .search__excerpt {
  margin-left: 30px;
}
@media screen and (max-width: 649px) {
  .search .search__result .search__excerpt {
    margin-top: 30px;
    margin-left: 0;
  }
}
.search .search__result .search__excerpt h6 {
  margin: 0 0 1px;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.search .search__result .search__excerpt h6 a {
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #CA0000;
  text-decoration: none;
  display: block;
}
.search .search__result .search__excerpt p {
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
  margin-top: 0;
}
.search .search-pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 121px 0 230px;
}
@media screen and (max-width: 991px) {
  .search .search-pagination ul {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 649px) {
  .search .search-pagination ul {
    padding: 30px 0 60px;
  }
}
.search .search-pagination ul li {
  margin: 0 5px;
}
.search .search-pagination ul li a, .search .search-pagination ul li span {
  font-family: "TradeGothicCond", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.search .search-pagination ul li span.page-numbers.current {
  border-color: #ee3124;
}
.search .search-pagination ul li a.next.page-numbers {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/next-icon.svg) no-repeat left center/16px;
  padding-left: 32px;
  margin-left: 50px;
}
.search .search-pagination ul li a.prev.page-numbers {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/previous-icon.svg) no-repeat left center/16px;
  padding-left: 32px;
  margin-right: 50px;
}

.no-results.not-found {
  padding-bottom: 70px;
}
.no-results.not-found .page-title::before {
  padding: 0;
  min-height: 1px;
}
.no-results.not-found input.search-submit {
  width: 150px;
}
@media screen and (max-width: 649px) {
  .no-results.not-found input.search-submit {
    display: block;
    margin-top: 15px;
  }
}

/* Download 
----------------------------------------------*/
.download__wrap {
  margin: 0 0 10px;
}
@media (min-width: 600px) and (max-width: 781px) {
  .download__wrap {
    margin-left: 30px;
  }
}
.download__wrap.download_dropdown-blocks-wrapper .download.download--multi {
  background: #000 url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-top.svg) no-repeat 92% 17px;
  color: #fff;
  border: 1px solid #000;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  width: 250px;
  height: 50px;
  display: block;
  text-align: center;
  padding: 0;
  line-height: 50px;
  text-decoration: none;
  border-radius: 25px;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  position: relative;
  z-index: 1;
}
.download__wrap.download_dropdown-blocks-wrapper .download.download--multi svg {
  display: none;
}
.download__wrap.download_dropdown-blocks-wrapper .download.download--multi.collapsed {
  background: #fff url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-down.svg) no-repeat 92% 17px;
  color: #000;
}
.download__wrap.download_dropdown-blocks-wrapper .download.download--multi:hover {
  background-color: #ee3124;
  border-color: #ee3124;
}

.download__dropdown {
  position: relative;
  top: -25px;
  border-radius: 0 0 25px 25px;
  background: #fff;
  border: 2px solid #000;
  width: 250px;
  display: none;
}
.download__list {
  display: block;
  margin: 0px;
  padding: 33px 8px 8px;
}
.download__list li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.download__list a {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border-radius: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.download__list a:hover {
  background: #F0F0F0;
}

/* Testimonnials 
----------------------------------------------*/
.testimonial-blocks-wrapper {
  display: block;
}
.testimonial-blocks-wrapper .testimonial-title h2 {
  font-size: 2.4rem;
  line-height: 32px;
  color: #CA0000;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  margin-bottom: 68px;
}
.testimonial-blocks-wrapper .testimonial-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .testimonial-blocks-wrapper .testimonial-wrapper {
    display: block;
  }
}
.testimonial-blocks-wrapper .testimonial-wrapper img {
  min-width: 200px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .testimonial-blocks-wrapper .testimonial-wrapper img {
    margin-bottom: 20px;
  }
}
.testimonial-blocks-wrapper .testimonial-wrapper .quote-wrap {
  margin-left: 20px;
}
.testimonial-blocks-wrapper .testimonial-wrapper .quote-wrap blockquote {
  text-align: left;
}
.testimonial-blocks-wrapper .testimonial-wrapper .quote-wrap blockquote:before {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/quote-red-left.svg) no-repeat center/contain;
  width: 42px;
  left: -42px;
}
.testimonial-blocks-wrapper .testimonial-wrapper .quote-wrap blockquote:after {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/quote-red-right.svg) no-repeat center/contain;
  width: 42px;
}
.testimonial-blocks-wrapper .testimonial-wrapper .quote-wrap p {
  font-size: 1.8rem;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
}
.testimonial-blocks-wrapper .testimonial-wrapper .quote-wrap .quote-person {
  font-size: 1.4rem;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  margin-top: 77px;
  display: block;
  padding-left: 50px;
}
@media screen and (max-width: 359px) {
  .testimonial-blocks-wrapper .testimonial-wrapper .quote-wrap .quote-person {
    padding-left: 20px;
  }
}

/* Enquiries 
----------------------------------------------*/
.wp-block-columns.enquires-blocks-wrapper table {
  border-collapse: collapse;
}
@media screen and (max-width: 991px) {
  .wp-block-columns.enquires-blocks-wrapper table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.wp-block-columns.enquires-blocks-wrapper table td {
  background: #f0f0f0;
  padding: 8px 34px;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
  border-right: 1px solid #fff;
  border-bottom: 8px solid #fff;
}
.wp-block-columns.enquires-blocks-wrapper table td:first-child {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 212px;
  width: 300px;
}
.wp-block-columns.enquires-blocks-wrapper table td:last-child {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 135px;
  border-right: none;
  width: 150px;
}
.wp-block-columns.enquires-blocks-wrapper table td a {
  color: #CA0000;
}

.enquiries-form-section .nf-field-container select {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-down.svg) no-repeat 97%;
}

/* Enquiries Form
----------------------------------------------*/
.enquiries-form-section h1, .enquiries-form-section h2, .enquiries-form-section h3, .enquiries-form-section h4, .enquiries-form-section h5, .enquiries-form-section h6 {
  margin-top: 0;
}
.enquiries-form-section .nf-field-container.label-above p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000;
  margin-bottom: 15px;
}
.enquiries-form-section .nf-field-container input[type=text],
.enquiries-form-section .nf-field-container input[type=email],
.enquiries-form-section .nf-field-container input[type=url],
.enquiries-form-section .nf-field-container input[type=password],
.enquiries-form-section .nf-field-container input[type=search],
.enquiries-form-section .nf-field-container input[type=number],
.enquiries-form-section .nf-field-container input[type=tel],
.enquiries-form-section .nf-field-container input[type=range],
.enquiries-form-section .nf-field-container input[type=date],
.enquiries-form-section .nf-field-container input[type=month],
.enquiries-form-section .nf-field-container input[type=week],
.enquiries-form-section .nf-field-container input[type=time],
.enquiries-form-section .nf-field-container input[type=datetime],
.enquiries-form-section .nf-field-container input[type=datetime-local],
.enquiries-form-section .nf-field-container input[type=color],
.enquiries-form-section .nf-field-container select,
.enquiries-form-section .nf-field-container select[multiple] {
  height: 50px;
  border-width: 1px;
}
.enquiries-form-section .nf-field-container textarea {
  border-width: 1px;
  padding: 18px 24px;
  margin-bottom: 49px;
}
.enquiries-form-section .nf-field-container select {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-down.svg) no-repeat 93% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 38px;
}
.enquiries-form-section .nf-field-container select::-ms-expand {
  display: none;
}
.enquiries-form-section .nf-field-container .list-checkbox-wrap li label {
  margin-bottom: 24px;
  padding-left: 2.5em;
}

select {
  background: #fff url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-down.svg) no-repeat 93% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 38px;
}
select::-ms-expand {
  display: none;
}

.nf-error-msg,
.ninja-forms-req-symbol,
.nf-form-fields-required {
  font-size: 1.4em;
  font-family: "FuturaMaxi", sans-serif;
}

#wt-cli-cookie-banner {
  font-size: 1.1em;
  font-family: "FuturaMaxi", sans-serif;
}

.cli-tab-container h4,
.cli-privacy-content-text,
#wt-cli-privacy-readmore,
.cli-privacy-readmore,
.cli-nav-link.cli-settings-mobile,
.cli-nav-link,
.cli-necessary-caption,
table.cookielawinfo-winter,
.cli-modal .cli-modal-dialog,
.cli-tab-footer .wt-cli-privacy-accept-btn,
.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
  font-family: "FuturaMaxi", sans-serif;
}

.nf-input-limit {
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1.4em !important;
}

/* Carousel Block 
----------------------------------------------*/
.carousel-block-wrapper {
  margin-top: 61px;
  margin-bottom: 115px;
}
.carousel-block-wrapper .carousel-title {
  font-size: 4rem;
  line-height: 4rem;
  font-family: "TradeGothicCond", sans-serif;
  font-weight: 800;
  margin-bottom: 45px;
  color: #000;
  opacity: 0.8;
}
.carousel-block-wrapper .carousel-description {
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
  max-width: 50%;
  margin-bottom: 69px;
}
@media screen and (max-width: 991px) {
  .carousel-block-wrapper .carousel-description {
    max-width: 100%;
  }
}
.carousel-block-wrapper .carousel-slides {
  margin: 0 113px;
}
@media screen and (max-width: 767px) {
  .carousel-block-wrapper .carousel-slides {
    margin: 0;
  }
}
.carousel-block-wrapper .carousel-slides .owl-nav {
  display: inline-flex;
  justify-content: space-between;
  width: calc(100% + 226px);
  margin: 25px -113px 0;
}
@media screen and (max-width: 767px) {
  .carousel-block-wrapper .carousel-slides .owl-nav {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.carousel-block-wrapper .carousel-slides .owl-nav button {
  width: 31px;
  height: 31px;
}
.carousel-block-wrapper .carousel-slides .owl-nav button span {
  display: none;
}
.carousel-block-wrapper .carousel-slides .owl-nav .owl-next {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/slider-next-icon.svg) no-repeat center;
}
.carousel-block-wrapper .carousel-slides .owl-nav .owl-next:hover {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/slider-next-icon.svg) no-repeat center;
}
.carousel-block-wrapper .carousel-slides .owl-nav .owl-prev {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/slider-prev-icon.svg) no-repeat center;
}
.carousel-block-wrapper .carousel-slides .owl-nav .owl-prev:hover {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/slider-prev-icon.svg) no-repeat center;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
@media screen and (max-width: 991px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 1.2rem;
}
.main-navigation ul ul {
  border: 1px solid #ee3124;
  background-color: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  flex-wrap: wrap;
  width: 200px;
  padding: 8px 0;
  list-style: none;
}
.main-navigation ul ul li {
  display: block;
  width: 100%;
}
.main-navigation ul ul li a {
  padding: 10px 0px;
  margin: 0 25px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: 100%;
  top: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 36px;
}
.main-navigation ul li:hover > ul a, .main-navigation ul li:hover > ul a:hover,
.main-navigation ul li:hover > ul a.focus,
.main-navigation ul li.focus > ul a,
.main-navigation ul li.focus > ul a:hover,
.main-navigation ul li.focus > ul a.focus {
  border-bottom: 0;
}
.main-navigation li {
  position: relative;
  margin-bottom: 0;
}
.main-navigation li a {
  text-decoration: none;
  color: #000;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  padding: 3px 0px 20px;
  margin: 0 36px;
  border-bottom: 5px solid transparent;
  transition: border 0.3s ease;
}
.main-navigation li a:hover, .main-navigation li a.focus {
  border-bottom-color: #ee3124;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-bottom-color: #ee3124;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 0px;
  }
  .site-header__nav .site-nav {
    position: fixed;
    top: 0px;
    left: -320px;
    width: 320px;
    height: 100vh;
    max-width: 100%;
    background: #404040;
    text-align: left;
    white-space: normal;
    color: #fff;
    transition: left 450ms ease;
    z-index: 1;
    overflow: auto;
  }
  .site-header__nav--visible .site-nav {
    transform: translate(0, 0);
  }
}

.site-header__nav__toggle {
  display: inline-block;
  width: 21px;
  height: 18px;
  vertical-align: middle;
}

#mobile-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  #mobile-menu {
    display: block;
  }
}

.clearfix:after, .site-nav__header:after {
  content: "";
  display: table;
  clear: both;
}

.site-nav {
  font-size: fontsize(12);
  font-weight: 600;
}
.site-nav__header {
  line-height: 1;
}
.site-nav__header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-nav__home {
  float: left;
}
.site-nav__home img {
  width: auto;
  height: 24px;
}
.site-nav__close {
  float: right;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/close-icon.svg) no-repeat;
  background-size: 18px 18px;
  width: 18px;
}
.site-nav__close span {
  text-indent: -99999px;
  display: block;
}
.site-nav .menu {
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0px -15px;
  padding: 0px;
  text-align: center;
}
.site-nav .menu li {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px 17px;
  list-style: none;
}
.site-nav .menu li > a {
  display: block;
  padding: 20px 3px 15px;
  border-bottom: 5px solid transparent;
  transition: border 300ms ease;
  text-decoration: none;
}
.site-nav .menu li.current-menu-item > a, .site-nav .menu li.current-page-ancestor > a, .site-nav .menu li.current-lang > a, body.single-post .site-nav .menu li.current_page_parent > a,
.site-nav .menu li > a:hover {
  border-bottom-color: #CA0000;
}
.site-nav .menu li > a:hover + ul.sub-menu {
  display: block;
}
.site-nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 100%;
  margin: 0px;
  padding: 0px;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .site-nav ul.sub-menu {
    padding: 8px 0px;
    border-top: 1px solid #CA0000;
  }
}
.site-nav ul.sub-menu:hover {
  display: block;
}
.site-nav ul.sub-menu li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  white-space: nowrap;
}
.site-nav ul.sub-menu li > a {
  display: block;
  padding: 0px 21px 0px 20px;
  transition: color 300ms ease;
}
.site-nav ul.sub-menu li.lang-item > a > img {
  margin-bottom: 4px;
}
.site-nav ul.sub-menu li.current-menu-item > a, .site-nav ul.sub-menu li.current-page-ancestor > a, .site-nav ul.sub-menu li.current-lang > a, body.single-post .site-nav ul.sub-menu li.current_page_parent > a {
  background: #CA0000;
}
.site-nav ul.sub-menu li > a:hover {
  color: #ee3124;
}
.site-nav--mobile {
  font-size: fontsize(24);
  padding: 18px 20px;
}
.site-nav--mobile .menu {
  display: block;
  margin: 58px 0px 0px;
  padding: 0px;
  line-height: lineheight(28, 24);
  text-align: left;
}
.site-nav--mobile .menu li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 24px;
  font-weight: 600;
}
.site-nav--mobile .menu li > a {
  margin: 0px;
  padding: 15px 0px;
  color: #fff;
}
.site-nav--mobile ul.sub-menu {
  display: block;
  position: static;
  padding: 0px 0px 20px 20px;
  background: transparent;
}
.site-nav--mobile ul.sub-menu li {
  white-space: normal;
  font-weight: 600;
}
.site-nav--mobile ul.sub-menu li > a {
  padding: 5px 0px;
  border-bottom: 5px solid transparent;
  font-size: 1.4rem;
  line-height: 1.6;
  transition: border 300ms ease;
}
.site-nav--mobile ul.sub-menu li.current-menu-item > a, .site-nav--mobile ul.sub-menu li.current-page-ancestor > a, .site-nav--mobile ul.sub-menu li.current-lang > a, body.single-post .site-nav--mobile ul.sub-menu li.current_page_parent > a {
  background: transparent;
  border-color: #CA0000;
}
.site-nav--mobile ul.sub-menu li > a:hover {
  color: inherit;
  border-color: #CA0000;
}

.site-header__breadcrumbs {
  font-size: 0.9rem;
  font-weight: 600;
}
.site-header__breadcrumbs ul {
  display: flex;
  margin-bottom: 0;
  margin-left: 0;
}
.site-header__breadcrumbs li {
  list-style: none;
  margin-right: 15px;
}
.site-header__breadcrumbs li a {
  text-decoration: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Blocks
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px 0;
  z-index: 100;
}
.site-header .container {
  padding: 21px 30px 17px;
  background: #fff;
}
.site-header .container .site-header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: line-height 0.3s ease;
}
.site-header .site-branding {
  max-width: 250px;
  display: flex;
  padding: 0 10px;
}
.site-header .site-branding a {
  display: flex;
  height: 32px;
}
.site-header_separator {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 5px;
  background: #ee3124;
}

.wp-block-cropland-blocks-page-header {
  height: 450px;
}
.wp-block-cropland-blocks-page-header .container {
  position: relative;
  height: 100%;
}
.wp-block-cropland-blocks-page-header .page_title-section {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 620px;
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 1;
  transform: translateY(48px);
}
@media screen and (max-width: 649px) {
  .wp-block-cropland-blocks-page-header .page_title-section {
    left: 20px;
    right: 20px;
  }
}
.wp-block-cropland-blocks-page-header .page_title-section .page_title {
  letter-spacing: -1px;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 5rem;
}
@media screen and (max-width: 649px) {
  .wp-block-cropland-blocks-page-header .page_title-section .page_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 359px) {
  .wp-block-cropland-blocks-page-header .page_title-section .page_title {
    font-size: 3rem;
  }
}
.wp-block-cropland-blocks-page-header .page_title-section .page_title span {
  position: relative;
}
.wp-block-cropland-blocks-page-header .page_title-section .page_subtitle {
  display: table;
  margin: 18px 0 0 0px;
  padding: 5px 21px;
  background: #ee3124;
  font-family: "TradeGothicCond", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.13333;
  text-transform: uppercase;
  color: #fff;
}

.wp-block-cropland-blocks-page-header-video {
  height: 100vh;
  background-size: cover;
  position: relative;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}
.wp-block-cropland-blocks-page-header-video .container {
  position: relative;
  height: 100%;
}
.wp-block-cropland-blocks-page-header-video .page_title-section {
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  padding: 0 0 19.3vh;
  z-index: 1;
}
.wp-block-cropland-blocks-page-header-video .page_title-section .page_title {
  letter-spacing: -1px;
  font-family: "FuturaMaxi", sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 649px) {
  .wp-block-cropland-blocks-page-header-video .page_title-section .page_title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 359px) {
  .wp-block-cropland-blocks-page-header-video .page_title-section .page_title {
    font-size: 3rem;
  }
}
.wp-block-cropland-blocks-page-header-video .page_title-section .page_title span {
  position: relative;
}
.wp-block-cropland-blocks-page-header-video .page_title-section .page_subtitle {
  display: table;
  margin: 18px 0 0 0px;
  padding: 5px 21px;
  background: #ee3124;
  font-family: "TradeGothicCond", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.13333;
  text-transform: uppercase;
  color: #fff;
}

/* Search */
.site-header__search {
  display: inline-block;
}

.site-header__search__toggle {
  text-align: right;
  fill: #000;
  stroke: #000;
  display: none;
}

.site-search {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
.site-search input {
  width: 0;
  height: 34px;
  padding: 0;
  background: 0 0;
  border: none;
  font-size: 1.2em;
  transition: width 0.3s ease, padding 0.3s ease;
}
.site-search .site-search__box {
  display: inline-block;
  width: auto;
  border: 1px solid #000;
  border-right: none;
  border-radius: 34px;
  background: #000;
  height: 34px;
  line-height: 34px;
  transition: background 0.3s ease;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-search .site-search__box {
    top: -5px;
  }
}
.site-search button, .site-search input {
  display: inline-block;
  vertical-align: top;
}
.site-search button {
  width: 34px;
  min-height: 34px;
  border: 1px solid #000;
  border-radius: 34px;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/sitesearch-icons.png) center right/auto 100% no-repeat #000;
  font-size: 0;
  color: transparent;
  transition: background 0.3s ease;
  cursor: pointer;
}
.site-search--open input {
  width: 125px;
  max-width: 100%;
  padding: 0 35px 0 15px;
}
.site-search--open .site-search__box {
  background: #fff;
}
.site-search--open button {
  background-color: #ee3124;
  background-position: center left;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 649px) {
  .site-search--open button {
    position: absolute;
    right: -5px;
    top: -1px;
  }
}

.mainfooter {
  padding: 40px 0;
  border-top: 1px solid #ee3124;
}
@media screen and (max-width: 1199px) {
  .mainfooter .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mainfooter .footer-logo {
  float: left;
  margin-right: 74px;
}
@media screen and (max-width: 1199px) {
  .mainfooter .footer-logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.mainfooter .footer-social {
  float: left;
  margin-right: 104px;
}
@media screen and (max-width: 1199px) {
  .mainfooter .footer-social {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.mainfooter .footer-social ul {
  margin: 0;
  padding: 0;
}
.mainfooter .footer-social ul li {
  list-style: none;
  margin: 0 3px;
  display: inline-block;
}
.mainfooter .footer-social ul li a {
  background-color: #000;
  border-radius: 5px;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  fill: #fff;
}
.mainfooter .footer-social ul li a:hover {
  fill: #ee3124;
}
.mainfooter .footer-social ul li a.twitter svg {
  width: 16px;
}
.mainfooter .footer-social ul li:first-child a.twitter {
  align-items: flex-end;
}
.mainfooter .footer-social ul li:first-child a.twitter svg {
  width: 20px;
}
.mainfooter .footer-right {
  float: right;
  display: flex;
  width: 60%;
  justify-content: space-between;
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.subfooter {
  padding: 10px 0;
  background: #505050;
  text-align: center;
  color: #fff;
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.subfooter ul {
  margin-bottom: 0;
}
.subfooter ul li {
  list-style: none;
  margin: 0 20px;
  display: inline-block;
}
.subfooter a {
  color: #fff;
  text-decoration: none;
}
.subfooter a:hover {
  color: #ee3124;
}

.latest-news {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.latest-news .post-tile {
  background: #fff;
  margin-right: 16px;
  width: calc(25% - 12px);
}
@media screen and (max-width: 991px) and (min-width: 650px) {
  .latest-news .post-tile {
    width: calc(50% - 8px);
    margin-bottom: 20px;
  }
  .latest-news .post-tile:nth-child(even) {
    margin-right: 0;
  }
  .latest-news .post-tile:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 649px) {
  .latest-news .post-tile {
    width: 100%;
    margin-right: 0;
  }
}
.latest-news .post-tile:last-child {
  margin-right: 0;
}
.latest-news .post-tile img {
  width: 100%;
}
.latest-news .post-tile .tile-content {
  padding: 0 20px 20px;
  color: #000;
}

.wp-block-columns.Profile-blocks-wrapper {
  flex-wrap: wrap !important;
}

.Profile-blocks-wrapper .media {
  display: flex;
  max-width: calc(33.33% - 16px);
  width: calc(33.33% - 16px);
  margin-bottom: 20px;
  margin-right: 16px;
}
@media screen and (max-width: 649px) {
  .Profile-blocks-wrapper .media {
    flex-direction: column;
  }
}
.Profile-blocks-wrapper .media:last-child {
  margin-right: 0;
}
.Profile-blocks-wrapper .media .media-img {
  min-width: 92px;
  margin-top: 15px;
  margin-right: 16px;
}
@media screen and (max-width: 649px) {
  .Profile-blocks-wrapper .media .media-img {
    margin-bottom: 20px;
  }
}
.Profile-blocks-wrapper .media h3 {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.Profile-blocks-wrapper .media h4 {
  font-size: 1.4rem;
  line-height: 22px;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: none;
}
.Profile-blocks-wrapper .media p {
  font-weight: 200;
  margin: 0;
}
.Profile-blocks-wrapper .media p .email {
  border-bottom: 1px solid #000;
  word-break: break-word;
}
.Profile-blocks-wrapper .media .quote {
  margin: 20px 0;
}

.c-accordion__item .c-accordion__title {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-down.svg) no-repeat 100% 4px/20px;
  border-bottom: 1px solid #ee3124;
  padding-bottom: 20px;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 24px;
  cursor: pointer;
}
.c-accordion__item.is-open .c-accordion__title {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-top-black.svg) no-repeat 100% 4px/20px;
}
.c-accordion__item .c-accordion__content {
  padding-top: 22px;
}

.productsearch {
  min-height: 650px;
  padding: 140px 0;
  max-width: 100%;
  position: relative;
  background: #f0f0f0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productsearch > .container {
  position: relative;
  max-width: 848px;
}
@media screen and (max-width: 991px) {
  .productsearch > .container {
    padding: 0;
  }
}
.productsearch .tabs__controls > li {
  position: relative;
  min-height: 60px;
  border-left: 1px solid #505050;
  transition: background 0.3s ease;
}
.productsearch .tabs__controls > li:first-child {
  border: none;
}
.productsearch .tabs__controls > li:first-child a {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/part-search-icon.svg) no-repeat left center/32px;
  padding: 4px 0 4px 45px;
}
.productsearch .tabs__controls > li:last-child a {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/product-search-icon.svg) no-repeat left center/32px;
  padding: 4px 0 4px 45px;
}
.productsearch .tabs__controls > li.active {
  border-color: #ee3124;
  background: #ee3124;
  color: #000;
}
.productsearch .tabs__controls > li.active svg {
  stroke: #000;
}
.productsearch .tabs__controls > li.active + li {
  border-color: #ee3124;
}
.productsearch .tabs__controls > li svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 17px;
  width: 30px;
  height: 30px;
  fill: transparent;
  stroke: #75ee58;
  transition: stroke 0.3s ease;
}
.productsearch .tabs__panels {
  padding: 75px 108px;
  background: #fff;
  color: #000;
}

.productsearch__form input[type=search] {
  border: 1px solid #787878;
}

.productsearch__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.productsearch__inner {
  background: #000;
  color: #fff;
}

.productsearch__title {
  display: block;
  margin: 0;
  padding: 18px;
  text-align: center;
  font-size: 3.2rem;
}

.placeholder-wrap {
  position: relative;
  z-index: 9;
}
.placeholder-wrap label {
  position: absolute;
  top: 13px;
  left: 20px;
  transition: all 0.2s;
  pointer-events: none;
}
.placeholder-wrap input[type=search]:focus ~ label {
  font-size: 1.2rem;
  top: -20px;
}

.productsearch__fields {
  display: flex;
}
.productsearch__fields .submit-wrap button {
  min-width: 130px;
}

.dropdown--autocomplete {
  position: relative;
}

ul.dropdown__list {
  display: none;
  max-height: 385px;
  overflow: auto;
  padding: 37px 12px 12px;
  border: 1px solid #787878;
  border-top: none;
  margin: 0;
  border-radius: 25px;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 1;
}
ul.dropdown__list::-webkit-scrollbar {
  width: 7px;
}
ul.dropdown__list::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 7px;
}
ul.dropdown__list::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}
ul.dropdown__list li {
  list-style: none;
  padding: 6px 12px;
  border-radius: 25px;
}
ul.dropdown__list li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

ul.tabs__controls {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 991px) {
  ul.tabs__controls {
    display: block;
  }
}
ul.tabs__controls li {
  flex: 1;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  ul.tabs__controls li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
ul.tabs__controls li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
ul.tabs__controls li a:focus {
  outline: none;
}

.productsearch__results ul li a {
  text-decoration: none;
}
.productsearch__results ul li h6 {
  margin: 0;
  font-size: 2rem;
}
.productsearch__results ul li p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.productsearch__fields {
  display: flex;
  width: 100%;
}
.productsearch__fields > * {
  display: table-cell;
  vertical-align: middle;
}
.productsearch__fields .dropdown.dropdown--autocomplete {
  width: calc(100% - 151px);
  margin-right: 21px;
}
@media screen and (max-width: 991px) {
  .productsearch__fields .dropdown.dropdown--autocomplete {
    width: 100%;
  }
}
.productsearch__fields:first-child {
  width: 100%;
}
.productsearch__fields:last-child {
  padding-left: 8px;
}

.productsearch__form--has-results .productsearch__results {
  display: block;
}

.productsearch__results {
  display: none;
  text-align: center;
}
.productsearch__results ul {
  display: block;
  margin: 45px 0 50px;
  padding: 0;
  text-align: left;
}
.productsearch__results ul > li {
  display: block;
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.productsearch__results ul h6 {
  color: #000;
}

.productsearch__results__actions {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.productsearch__results__actions > span {
  padding: 0 15px;
}
.productsearch__results__actions > span a {
  font-family: "TradeGothicCond", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}
.productsearch__results__actions > span a::before {
  content: "";
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow1.png) no-repeat left;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 3px;
  left: -30px;
  transform: rotate(-90deg);
}
.productsearch__results__actions > span a:hover::before {
  background-image: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow.png);
}
.productsearch__results__actions > span a svg {
  display: none;
}

.productsearch__messages {
  display: none;
  margin: 45px 0 0;
  text-align: center;
}

.productsearch__form--has-messages .productsearch__messages {
  display: block;
}

.productsearch__footer {
  display: block;
  margin: 0;
  padding: 14px 18px 10px;
  font-size: 1.2rem;
  text-align: center;
}

.overlap-video .page-title__video {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    flex-basis: inherit !important;
    margin-bottom: 30px;
    flex-grow: auto;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-cropland-blocks-page-section .wp-block-column:not(:only-child) {
    flex-basis: inherit !important;
  }
}

.product-blocks-wrapper.wp-block-columns .wp-block-column .tile-media img {
  height: 300px;
  object-fit: cover;
}
.product-blocks-wrapper.wp-block-columns .wp-block-column .tile-copy-bd p {
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature__image,
.modal,
.tabs__controls > li,
.valign {
  display: block;
  white-space: nowrap;
}

.feature__image > *,
.modal > *,
.tabs__controls > li > *,
.valign > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.feature__image:after,
.modal:after,
.tabs__controls > li:after,
.valign:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  pointer-events: none;
}

.productsearch__title,
.typography h3 {
  font-family: "TradeGothicCond", sans-serif;
  font-size: 2.14286em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.13333;
}

.accordion__title,
.productsearch__results ul h6,
.profile__title,
.typography blockquote,
.typography h6,
body.search .search__excerpt h6 {
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1.28571em;
  font-weight: 600;
  line-height: 1.55556;
}

.multi__columns,
.productsearch__results__actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.tabcontent:not(:first-child) {
  display: none;
}

.dropdown__input.active ~ ul.dropdown__list {
  display: block;
}
.dropdown__input.active label {
  font-size: 1.2rem;
  top: -20px;
}

@media screen and (max-width: 991px) {
  .Profile-blocks-wrapper .media {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 781px) {
  .part-infopage .left-block,
  .part-infopage .right-block {
    flex-basis: 100%;
    margin-left: 0;
  }
  .part-infopage .right-block {
    padding-top: 30px;
  }
  .pagination-block .wp-block-column {
    flex-basis: calc(33% - 16px);
  }
  .search-box {
    align-items: center;
    display: flex;
    flex-basis: 70%;
  }
  .sec-block {
    padding: 40px 15px;
  }
  ul.product-list li .pro-desc p {
    font-size: 1.5rem;
    min-height: 60px;
    line-height: 20px;
  }
  ul.product-list li .arrow-link {
    background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right.svg) no-repeat 0 2px;
    font-size: 1em;
  }
  .detail-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .detail-table table tbody {
    display: block;
  }
  .detail-table table td:first-child {
    padding-left: 15px;
  }
  .detail-table table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
  }
  .detail-table table td {
    border: solid #ddd;
    border-width: 1px 1px 0;
    display: block;
    text-align: left;
    padding-top: 30px;
  }
  .pro-detail {
    max-width: 100%;
    width: 100%;
  }
  .detail-table table td a.arrow-link {
    background-position: 0 5px;
    font-size: 2rem;
  }
  .detail-table table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: -25px;
    position: absolute;
    left: 15px;
  }
  .detail-table table tr td:last-child {
    padding-top: 20px;
  }
  .detail-table table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .productsearch__title {
    padding: 26px 0 24px;
  }
  .productsearch .tabs__controls > li {
    min-height: 70px;
  }
  .productsearch .tabs__controls > li svg {
    left: calc(50% - 15px);
  }
  .productsearch .tabs__panels {
    padding: 30px;
  }
  .productsearch__fields,
  .productsearch__fields > * {
    display: block;
  }
  .productsearch__fields > :last-child {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .Profile-blocks-wrapper .media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wp-block-cropland-blocks-page-section.alignfull.white .wp-block-file.alignright .wp-block-file__button {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  font-family: "FuturaMaxi", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  width: 200px;
  height: 50px;
  display: block;
  text-align: center;
  padding: 0;
  line-height: 50px;
}
.wp-block-cropland-blocks-page-section.alignfull.white .wp-block-file.alignright .wp-block-file__button:hover {
  background-color: #ee3124;
  border-color: #ee3124;
}

.cropland-align-middle-section .wp-block-columns {
  align-items: center;
}
.cropland-align-middle-section .wp-block-columns h1, .cropland-align-middle-section .wp-block-columns h2, .cropland-align-middle-section .wp-block-columns h3, .cropland-align-middle-section .wp-block-columns h4, .cropland-align-middle-section .wp-block-columns h5, .cropland-align-middle-section .wp-block-columns h6 {
  margin: 0 0 30px;
}
.cropland-align-middle-section .wp-block-columns p {
  margin-bottom: 40px;
}

.cropland-products-main-section {
  margin-top: 28px;
}
.cropland-products-main-section .wp-block-column {
  margin-bottom: 88px;
}
@media screen and (max-width: 649px) {
  .cropland-products-main-section .wp-block-column {
    margin-bottom: 30px;
  }
}
.cropland-products-main-section .wp-block-column:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 649px) {
  .cropland-products-main-section .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.cropland-products-main-section .wp-block-column h2 {
  margin-bottom: 30px;
}
.cropland-products-main-section .wp-block-column .wp-block-cropland-blocks-tile .tile-copy {
  padding-bottom: 25px;
}

.cropland-history-section .wp-block-column h1, .cropland-history-section .wp-block-column h2, .cropland-history-section .wp-block-column h3, .cropland-history-section .wp-block-column h4, .cropland-history-section .wp-block-column h5, .cropland-history-section .wp-block-column h6 {
  margin-top: 5px;
}

.browse-range-section .wp-block-cropland-blocks-tile .tile-copy {
  padding: 19px 39px 27px;
}

.editor-styles-wrapper .wp-block-cropland-blocks-page-header-video .container {
  position: static;
}

.wp-block-cropland-blocks-tile {
  position: relative;
}
.wp-block-cropland-blocks-tile .tile-media {
  width: 100%;
  overflow: hidden;
}
.wp-block-cropland-blocks-tile .tile-media img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wp-block-cropland-blocks-tile:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 0;
  height: 5px;
  background: #ee3124;
  display: block;
  transition: width 0.5s ease-in-out;
}
.wp-block-cropland-blocks-tile:hover:after {
  width: 100%;
}
.wp-block-cropland-blocks-tile:hover .arrow-link {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right-hover.svg) no-repeat left center;
  padding-left: 24px;
}

.product-blocks-wrapper.related-products-blocks {
  background: #f0f0f0;
  padding: 89px 0 121px;
}
.product-blocks-wrapper .related-products-content {
  display: flex;
  margin-bottom: 33px;
  flex-wrap: wrap;
}
.product-blocks-wrapper .related-products-content .tile-media {
  height: 220px;
  overflow: hidden;
}
.product-blocks-wrapper .related-products-content .wp-block-cropland-blocks-tile {
  border-bottom: none;
  background: #fff;
}
.product-blocks-wrapper .related-products-content .wp-block-cropland-blocks-tile .tile-copy {
  padding: 30px 30px 40px;
  background: #fff;
}
.product-blocks-wrapper .related-products-content .wp-block-cropland-blocks-tile .tile-copy h2 {
  min-height: 90px;
}
.product-blocks-wrapper .related-products-content .wp-block-cropland-blocks-tile .tile-copy p {
  margin-bottom: 26px;
}
.product-blocks-wrapper #more_related_products {
  margin: 0 auto;
  width: 155px;
  display: block;
}

.product-blocks-wrapper {
  flex-wrap: wrap !important;
}
.product-blocks-wrapper .wp-block-column {
  max-width: calc(25% - 12px);
  flex-basis: inherit !important;
  flex-grow: 0 !important;
  margin-bottom: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 991px) and (min-width: 650px) {
  .product-blocks-wrapper .wp-block-column {
    max-width: calc(50% - 8px) !important;
  }
}
@media screen and (max-width: 649px) {
  .product-blocks-wrapper .wp-block-column {
    max-width: 100% !important;
    margin-right: 0;
  }
}
.product-blocks-wrapper .wp-block-column:nth-child(4n+4) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .product-blocks-wrapper .wp-block-column:nth-child(4n+4) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 991px) {
  .product-blocks-wrapper .wp-block-column:nth-child(even) {
    margin-right: 0;
  }
}
.product-blocks-wrapper .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.dealer-page .sec-block {
  padding: 0;
}

.or-separator {
  text-align: center;
  padding-top: 20px;
}

.range-wrap {
  font-family: FuturaMaxi, sans-serif;
  position: relative;
  margin: 0 auto 5rem;
}
.range-wrap span {
  font-size: 14px;
}
.range-wrap p {
  margin-bottom: 20px;
}
.range-wrap .max-range {
  float: right;
  top: -25px;
  position: relative;
}
.range-wrap .range {
  width: 100%;
  height: 7px;
  border-radius: 5px;
  outline: none;
  border: 0;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  padding: 0;
  -webkit-appearance: none;
}
.range-wrap .range::-moz-range-progress {
  background-color: #767676;
  height: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.range-wrap .range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #767676;
  cursor: pointer;
}

.range {
  font-family: FuturaMaxi, sans-serif;
  width: 100%;
}

.bubble {
  font-family: FuturaMaxi, sans-serif;
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 44px;
}
.bubble:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -1px;
  left: 50%;
}

.state-filters {
  margin-bottom: 20px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #d2d2d2;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
}
input[type=range]::-webkit-slider-thumb {
  border: 1px solid #767676;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #767676;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d2d2d2;
}

@media screen and (max-width: 781px) {
  .dealer-page .detail-table table td {
    padding-top: 50px;
  }
  .dealer-page .detail-table table td:before {
    left: 15px;
    top: 15px;
    margin-top: 0;
  }
  .dealer-page .detail-table table td a.arrow-link {
    padding-top: 0;
    background-position: 0 5px;
  }
  .dealer-page .detail-table table tr td:last-child {
    padding-top: 50px;
  }
  .dealer-page .sec-block {
    padding: 0;
  }
  .dealer-page .map-section .wp-block-columns.filter-row .wp-block-column {
    width: 100%;
  }
  #dealerStores.pagination-block {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .map-section-row .wp-block-column:last-child {
    height: 300px;
    margin-left: 0;
    margin-top: 30px;
  }
  .filter-row .wp-block-column:last-child {
    margin-left: 0;
    margin-top: 30px;
  }
  .map-address strong {
    font-size: 22px;
  }
  .map-address .map-img {
    width: 15px;
  }
  .detail-table table td img.map-img {
    position: static;
    width: 12px;
  }
}
.latest-news-posts .latest-news-posts-heading {
  background: #000000;
  padding: 20px;
}
.latest-news-posts .latest-news-posts-heading span {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #EE3124;
  font-family: FuturaMaxi, sans-serif;
}
.latest-news-posts .latest-news-posts-Content .news-post .news-post-title {
  font-family: FuturaMaxi, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 8px;
}
.latest-news-posts .latest-news-posts-Content .news-post .news-post-title a {
  text-decoration: none;
}
.latest-news-posts .latest-news-posts-Content .news-post .news-post-date {
  top: calc(50% - 8px - 78px);
  font-family: FuturaMaxi, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
  color: #000000;
}
.latest-news-posts .latest-news-posts-Content .news-post hr {
  background-color: #EE3124;
  margin-top: 30px;
}
.latest-news-posts .latest-news-posts-footer a {
  margin-top: 20px;
  font-size: 22px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 991px) {
  .map-section .wp-block-column {
    flex-basis: 100% !important;
  }
  .map-section .wp-block-columns {
    flex-wrap: wrap;
  }
  .detail-table table {
    display: block;
    overflow: auto;
  }
  .detail-table table td {
    padding: 20px 15px;
  }
  .pro-detail {
    width: 100px;
  }
}
@media screen and (max-width: 781px) {
  .part-infopage .right-block {
    padding-top: 30px;
    flex-basis: 100% !important;
    margin-left: 0;
  }
  .pagination-block .wp-block-column {
    flex-basis: calc(33% - 16px);
  }
  .search-box {
    align-items: center;
    display: flex;
    flex-basis: 65%;
  }
  .sorting {
    flex-basis: 35%;
    flex-wrap: nowrap;
  }
  .sorting span {
    width: 46px;
  }
  .sec-block {
    padding: 40px 15px;
  }
  ul.product-list li .pro-desc p {
    font-size: 1.5rem;
    min-height: 60px;
    line-height: 20px;
  }
  ul.product-list li .arrow-link {
    background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right.svg) no-repeat 0 2px;
  }
  .detail-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .detail-table table tbody {
    display: block;
  }
  .detail-table table td {
    border: 1px solid #ddd;
    border-width: 1px 1px 0 1px;
    display: block;
    text-align: left;
    padding-top: 30px;
  }
  .detail-table table td:first-child {
    padding-left: 15px;
  }
  .detail-table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: -25px;
    position: absolute;
    left: 15px;
  }
  .detail-table table td:last-child {
    border-bottom: 0;
  }
  .detail-table table td a.arrow-link {
    background-position: 0 5px;
    font-size: 2rem;
  }
  .detail-table table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
  }
  .detail-table table tr td:last-child {
    padding-top: 20px;
  }
  .pro-detail {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .sorting {
    padding: 0;
    margin-top: 20px;
    flex-basis: 100%;
  }
  .sorting select {
    max-width: 100px;
  }
}
@media screen and (max-width: 475px) {
  ul.product-list {
    grid-template-columns: repeat(2, 49%);
    grid-gap: 15px;
  }
  .collapsible {
    font-size: 1.5em;
    padding: 0.7em 1.3em 0.7em 0;
  }
  .collapsible::after {
    top: 0.6em;
  }
  .sorting {
    padding-left: 10px;
  }
  .search-box {
    flex-basis: 60%;
  }
  .filter-list .collapsible .custom-checkbox {
    font-size: 1.2rem;
  }
  .filter-list .collapsible::after {
    background-size: 12px;
  }
  .filter-list p {
    padding: 5px 0;
  }
  .pagination-block {
    padding-top: 50px;
  }
  .pagination-block .wp-block-column {
    flex-basis: calc(100% - 15px);
    padding: 5px;
  }
  .pagination-block .map-section .card {
    margin-bottom: 15px;
    padding: 12px;
  }
  .pagination-block .map-section .card p {
    font-size: 1.4rem;
  }
  .pagination-block .map-section .card .search-box {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }
  .pagination-block .map-section .card .search-box input {
    width: 100%;
  }
  .pagination-block .map-section .card .search-box button {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 40px;
  }
  ul.state-code li:first-child {
    padding-left: 0;
  }
  ul.pro-category {
    display: block;
  }
}
ul.pro-category {
  overflow: hidden;
  display: block;
}
ul.pro-category li:nth-child(6) {
  clear: left;
}
ul.pro-category li.active, ul.pro-category li.active a,
ul.pro-category li a.active {
  color: #ee3124;
}

.stores-loader,
.parts-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.stores-loader img,
.parts-loader img {
  max-width: 100px;
}

:focus {
  outline: none;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.m-0 {
  margin: 0;
}

.text-left {
  text-align: left;
}

.part-infopage {
  padding-top: 100px;
  font-family: "FuturaMaxi", sans-serif;
}
.part-infopage .right-block {
  flex-basis: 66.66% !important;
  flex-grow: inherit !important;
}
.part-infopage .right-block .wp-block-columns {
  align-items: flex-start;
}
.part-infopage .right-block .wp-block-columns .sorting {
  align-items: center !important;
}
.part-infopage .right-block .wp-block-columns .sorting select {
  margin: 0;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/select-down-icon.svg) no-repeat 85% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  max-width: 100px;
}
.part-infopage .right-block .wp-block-columns .sorting select::-ms-expand {
  display: none;
}
.part-infopage .left-block {
  flex-basis: 33.33% !important;
  padding-right: 50px;
  flex-grow: 0 !important;
}
@media screen and (max-width: 1199px) {
  .part-infopage .left-block {
    flex-basis: 23.33% !important;
  }
}
@media screen and (max-width: 781px) {
  .part-infopage .left-block {
    flex-basis: 100% !important;
    margin-left: 0;
    padding-right: 0;
  }
}
.part-infopage h3 {
  margin-bottom: 0.5em;
  color: #333333;
}

.sec-block {
  padding: 0px 50px;
}
@media screen and (max-width: 1200px) {
  .sec-block {
    padding: 0;
  }
}

.info-content {
  overflow: hidden;
  display: none;
  transition: all 0.5s;
}

.collapsible {
  width: 100%;
  font-size: 2em;
  border-top: 1px solid #bdbdbd;
  margin: 0;
  padding: 24px 24px 24px 0;
  position: relative;
  color: #333333;
  font-family: "TradeGothicCond", sans-serif;
}
.collapsible::after {
  content: "+";
  background-color: #333333;
  width: 18px;
  height: 18px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 1.3em;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
}
.collapsible.active::after {
  content: "-";
}

.info-content .filter-list {
  position: relative;
  text-transform: uppercase;
  font-family: "TradeGothicCond", sans-serif;
  padding-bottom: 20px;
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  left: 0;
  top: calc(50% - 10px);
  border-radius: 4px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #000;
}
.custom-checkbox span.text {
  color: #4F4F4F;
}
.custom-checkbox input:checked ~ span.text {
  color: #333333;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.sub-filter {
  padding-left: 30px;
  text-transform: capitalize;
}
.sub-filter .custom-checkbox span.text {
  color: #828282;
}
.sub-filter .custom-checkbox input:checked ~ span.text {
  color: #333333;
}

.filter-list .collapsible {
  border: 0;
  padding-right: 20px;
}
.filter-list .collapsible::after {
  content: "";
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/angledown.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  transition: all 0.5s;
  top: 0.5em;
}
.filter-list .collapsible.active::after {
  transform: rotate(-90deg);
}
.filter-list p {
  margin: 0;
  padding: 10px 0;
  line-height: 20px;
}

.search-box {
  flex-basis: 80%;
}
.search-box input {
  border: 1px solid;
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/search.svg) no-repeat 97% 50%;
  background-size: 20px;
}

.sorting {
  flex-basis: 20%;
  align-items: center;
  font-size: 1.4rem;
  padding-left: 20px;
  margin-bottom: 0;
}
.sorting select {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 10px;
  height: 40px;
  margin: 5px 0;
}
.sorting span {
  width: 100px;
}

.showpage {
  text-align: center;
  opacity: 0.7;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

ul.product-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  grid-gap: 24px 18px;
}
ul.product-list li {
  list-style: none;
  border-bottom: 5px solid #f0f0f0;
  padding-bottom: 10px;
  position: relative;
}
ul.product-list li .pro-desc span strong {
  font-weight: 600;
  text-transform: uppercase;
}
ul.product-list li .pro-desc p {
  font-size: 1.8rem;
  font-weight: 400;
  min-height: 80px;
  margin: 2px 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.product-list li .pro-desc span.parts-desc {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
ul.product-list li .arrow-link {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right.svg) no-repeat 0 2px;
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 15px;
}
ul.product-list li .arrow-link:hover {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right-hover.svg) no-repeat 0 2px;
}
ul.product-list li .arrow-link:focus {
  outline: none;
}
ul.product-list li .media {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
ul.product-list li .media img {
  height: 148px;
  object-fit: cover;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  ul.product-list li .media img {
    height: auto;
    width: 100%;
    object-fit: unset;
  }
}
ul.product-list li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 0;
  height: 5px;
  background: #ee3124;
  display: block;
  transition: width 0.5s ease-in-out;
}
ul.product-list li:hover:after {
  width: 100%;
}
ul.product-list li:hover .arrow-link {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right-hover.svg) no-repeat 0 2px;
  padding-left: 24px;
}

.page-template-page-partsinfo-php ul.product-list li .media {
  width: 100%;
  height: 0;
  padding-bottom: 70.2%;
  overflow: hidden;
  position: relative;
}
.page-template-page-partsinfo-php ul.product-list li .media > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-template-page-partsinfo-php ul.product-list li .media img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .page-template-page-partsinfo-php ul.product-list li .media img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}

.pagination-block {
  text-align: center;
  padding-top: 80px;
}
.pagination-block a {
  text-decoration: none;
}
.pagination-block a.prev, .pagination-block a.next {
  float: right;
  padding-left: 19px;
  position: relative;
}
.pagination-block a.prev:before, .pagination-block a.next:before {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right.svg) no-repeat 0 6px;
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
.pagination-block a.prev:hover:before, .pagination-block a.next:hover:before {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right-hover.svg) no-repeat 0 6px;
}
.pagination-block a.prev:focus, .pagination-block a.next:focus {
  outline: none;
}
.pagination-block a.prev {
  float: left;
}
.pagination-block a.prev:before {
  transform: rotate(180deg);
  left: -7px;
  background-position: 0 3px;
}
.pagination-block a.prev:hover:before {
  background: url(https://offerrocket.net/au/wp-content/themes/cropland/images/arrow-right-hover.svg) no-repeat 0 3px;
}
.pagination-block .page-numbers {
  text-decoration: none;
  font-size: 2em;
  font-weight: 600;
  font-family: "TradeGothicCond", sans-serif;
  margin: 0 5px;
  border-bottom: 3px solid transparent;
  line-height: 25px;
}
.pagination-block .page-numbers.current {
  border-color: #ee3124;
}

/*dealer page css*/
.dealer-page {
  padding-top: 50px;
}

.map-section .card {
  padding: 30px;
  background-color: #000;
  color: #fff;
  margin-bottom: 30px;
}
.map-section .card .search-box {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 649px) {
  .map-section .card .search-box {
    display: block;
  }
}
.map-section .card .search-box input {
  width: 75%;
  margin-right: 20px;
  border-color: #ee3124;
  background: #fff;
}
@media screen and (max-width: 649px) {
  .map-section .card .search-box input {
    width: 100%;
  }
}
.map-section .card .search-box button {
  width: 25%;
}
@media screen and (max-width: 649px) {
  .map-section .card .search-box button {
    width: 100%;
    margin-top: 15px;
  }
}
.map-section .card .search-box button:focus, .map-section .card .search-box button:hover {
  background-color: #fff;
  color: #ee3124;
}
.map-section .card p {
  font-size: 1.8rem;
}

ul.state-code {
  margin-left: 0;
}
ul.state-code li {
  display: inline-block;
  text-transform: uppercase;
  border-left: 2px solid;
  line-height: 1em;
  padding: 0 12px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  ul.state-code li {
    padding: 0 5px;
    font-size: 1.4rem;
  }
}
ul.state-code li:first-child {
  border-color: transparent;
  padding-left: 0;
}
ul.state-code li a {
  color: #fff;
  text-decoration: none;
}
ul.state-code li a:focus {
  outline: none;
}
ul.state-code li a:hover {
  color: #ee3124;
  font-weight: 600;
}

.justify-between {
  justify-content: space-between;
}

ul.pro-category {
  margin-left: 0;
  display: flex;
  justify-content: space-between;
}
ul.pro-category li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid;
  flex: 1;
  text-align: center;
}
ul.pro-category:hover, ul.pro-category:hover a {
  color: #ee3124;
}
ul.pro-category a {
  color: #fff;
  text-decoration: none;
}
ul.pro-category a:focus {
  outline: none;
}

.mapsvg {
  background: none;
}

.detail-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.detail-table table th, .detail-table table td {
  line-height: 22px;
  font-family: "FuturaMaxi", sans-serif;
  font-size: 1.4rem;
  padding: 15px;
  font-weight: 300;
  position: relative;
  text-align: center;
}
.detail-table table th:first-child, .detail-table table td:first-child {
  padding-left: 50px;
}
.detail-table table td {
  padding: 50px 15px;
}
.detail-table table td p {
  margin: 0;
  font-size: 1.4rem;
}
.detail-table table td a.arrow-link {
  display: inline-block;
  background-position: 0 7px;
  outline: none;
}
.detail-table table thead {
  background-color: #000;
  color: #fff;
  text-transform: capitalize;
  font-family: "FuturaMaxi", sans-serif;
}
.detail-table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ee3124;
}
.detail-table table::-webkit-scrollbar {
  height: 7px;
  border-radius: 10px;
}
.detail-table table::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 10px;
}
.detail-table table::-webkit-scrollbar-thumb {
  background: #ee3124;
  border-radius: 10px;
}
.detail-table table::-webkit-scrollbar-thumb:hover {
  background: #000;
  border-radius: 10px;
}

.pro-detail {
  max-width: 150px;
  text-transform: capitalize;
  margin: 0 auto;
  line-height: 22px;
}

.map-img {
  width: 10px;
  opacity: 0.7;
  margin-right: 15px;
}

.site {
  overflow: hidden;
}

.filter-by-title {
  margin-top: 16px;
  margin-left: 30px;
  margin-bottom: 24px;
}
.filter-by-title .search-label {
  text-transform: uppercase;
  margin-right: 16px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #000;
}
.filter-by-title .custom-checkbox {
  margin-right: 16px;
}
.filter-by-title .custom-checkbox .checkmark {
  border: 1px solid #787878;
  border-radius: 5px;
}
.filter-by-title .custom-checkbox .checkmark:after {
  top: 2px;
  left: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.filter-by-title .custom-checkbox .checkmark label {
  color: #000;
}
.filter-by-title .custom-checkbox input:checked ~ .checkmark {
  background-color: transparent;
}

ul.state-code li a.state-filter.active {
  color: #ee3124;
  font-weight: 600;
}

.page-id-322 .detail-table table td {
  text-align: left;
}

.detail-table table th.text-left,
.detail-table table td.text-left {
  text-align: left;
}
.detail-table table td {
  text-align: left;
}
.detail-table table td img.map-img {
  width: 15px;
}

ul.pro-category {
  flex-wrap: wrap;
  justify-content: flex-start !important;
}
ul.pro-category:hover {
  color: inherit !important;
}
ul.pro-category:hover a {
  color: inherit !important;
}
ul.pro-category li {
  padding: 14px 10px;
  font-size: 16px;
  flex: none !important;
  min-width: 33%;
}
ul.pro-category li:hover {
  border-color: #ee3124;
  color: #ee3124;
}
ul.pro-category li:hover a {
  color: #ee3124;
}
ul.pro-category li a:hover {
  color: #ee3124;
}

.map-section .card {
  height: 100%;
  padding-bottom: 0 !important;
}
.map-section .card p {
  margin-top: 0;
}

.map-section-row .wp-block-column:last-child {
  flex-grow: 3;
  min-height: 370px;
  margin-left: 0;
}

.map-address {
  padding: 20px 0;
}
.map-address strong {
  font-size: 14px;
}
.map-address p {
  margin: 0;
}
.map-address p:nth-child(5) {
  margin-top: 5px;
  font-weight: 600;
}
.map-address .map-img {
  width: 23px;
}

.gm-style .gm-style-iw-c {
  overflow: visible !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d strong {
  font-size: 14px;
  font-family: FuturaMaxi, sans-serif;
}
.gm-style .gm-style-iw-c .gm-style-iw-d p {
  margin: 5px 0 12px;
}
.gm-style .gm-style-iw-c button {
  top: -25px !important;
  right: -18px !important;
  opacity: 1;
}
.gm-style .gm-style-iw-c button img {
  background: #fff;
  border-radius: 50%;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  padding: 3px;
}

button.gm-control-active {
  min-height: auto;
}

.dropdown__input.active ~ ul.dropdown__list {
  border: 0;
}

.productsearch__form .dropdown.dropdown--autocomplete.dropdown--active ul.dropdown__list {
  border: 1px solid #787878;
}

.news_twitter .SandboxRoot.env-bp-min .timeline-Tweet-retweetCredit {
  padding-left: 21px;
}
.news_twitter .SandboxRoot.env-bp-min .timeline-Tweet-actions,
.news_twitter .SandboxRoot.env-bp-min .timeline-Tweet-media,
.news_twitter .SandboxRoot.env-bp-min .timeline-Tweet-text {
  padding-left: 40px;
}

.store-suburb strong {
  font-size: 30px;
  font-weight: 600;
}

.filter-row .wp-block-column:not(:first-child) {
  margin-left: 1px;
}

#dealerStores.pagination-block {
  padding-bottom: 30px;
}
#dealerStores.pagination-block a.prev:hover :before {
  background-position: 0 3px;
}

.nf-field-element input,
.nf-field-element select {
  height: 50px !important;
  border-width: 1px !important;
}
.nf-field-element textarea {
  height: 200px !important;
  border-width: 1px !important;
  padding: 18px 24px !important;
  margin-bottom: 49px !important;
}

.wp-block-columns.enquires-blocks-wrapper table td:last-child {
  text-align: right;
}

.news_list .grid-item {
  position: static !important;
}
.news_list .news_tile {
  height: 100%;
}
.news_list .news_tile img {
  height: 230px;
  object-fit: cover;
}
