/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 635px) {
  .container {
    max-width: 635px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 750px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 863px) {
  .container {
    max-width: 863px;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}

/* advert frontend */

.adverts-list span.advert-link .advert-link-text {
    font-family: "Orator W01 Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

/* advert management and editor */

.adverts-control-group input {
    border-width: 1px;
  }

.adverts-control-group input#post_title {
    pointer-events: none;
  }

.adverts-control-group input#post_title {
    border-width: 0px;
  }

/*  
 Adverts listing 
  */

.adverts-list .advert-img > img{
    padding:0;
  }

/* hide the 'your ad here' post */

.adverts-list .advert-id-39100, .adverts-list .advert-id-49459{
    display: none;
  }

.adverts-list .advert-item{
    padding-right:0.5rem;
  }

.adverts-list .advert-item .advert-is-featured{
      background-color: rgba(231, 244, 246, 1);
      border-color: rgba(148, 192, 246, 1);
    }

.adverts-list .advert-item .advert-is-featured :hover{
        /* background-color: rgb(203, 223, 248); */
      }

.adverts-list .advert-item .advert-post-title{
      line-height: 1rem;
    }

.adverts-list .advert-item .advert-post-title span.advert-link{
        line-height: 1rem;
      }

.adverts-list .advert-item .advert-post-title span.advert-link .advert-link-text {
          font-family: "Orator W01 Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

.adverts-list .advert-item .advert-post-title span.advert-link .advert-link-text{
          font-weight: 400;
          font-size: 1.1rem;
          line-height: 1rem;
        }

.adverts-list .advert-item .advert-published{
      font-size: 12px;
    }

.adverts-list .advert-item .advert-published span{
        line-height: 1rem;
      }

/*  
 Author page
  */

.single-advert-author .article-copy-container img{
    padding:0;
  }

.single-advert-author .wpa-top-header-avatar .avatar {
    border-radius: 0;
    height:100px;
  }

.single-advert-author .wpadverts-authors-menu li:last-child{
      display: none;
    }

/*  
 Single Advert
  */

.single-advert .article-copy-container img{
    padding:0;
  }

.adverts-grid-with-icons .adverts-grid-col{
  width:unset !important;
}

.adverts-single-author{
  display: flex;
}

.adverts-single-author .adverts-single-author-name{
    align-self: flex-end;
    font-size: 1.6rem;
  }

.adverts-single-author .adverts-single-author-avatar img.avatar {
    /* height: 80px; */
  }

/*  
 Self-service classifieds
  */

.static-page .adverts-form #post_title{
  pointer-events: none !important;
  border:0 !important;
}

#adverts-plupload-browse-button-gallery{
  cursor: pointer;
}

/* widget preview */

.tmr-adverts-widget {
}

/* nl preview */

.post .article-copy-container .sub3{
    font-size:1.5rem;
  }

.post .article-copy-container .sub3 {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.post .article-copy-container .sub3{
    font-weight:300;
  }

.post .classified-item .icon-img{
      padding-bottom:0px;
    }

.post .classified-item a{
      font-size:14px;
      font-family:Arial,Helvetica,sans-serif;
      /* line-height:12px; */
    }

.post .classified-item td{
      text-align:center;
    }

/* hide the hacky custom field that sorts NL classifieds */

.adverts-field-name-nlorder{
  display: none;
}

.adverts-cancel-unload{
  padding: 2px 13px;
  margin: -17px 0 0 0;
  font-size: 1.5rem !important;
  line-height: 30px;
  background: #2aa1c0;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}

.adverts-cancel-unload[value='Publish Listing']{
    background-color: #408f21;
  }

/*  
 Classifieds Sidebar
  */

.tmr-widget-wrap {
  margin-bottom: 0;
}

.tmr-widget-wrap .tmr-adverts-widget {
    width:300px;
  }

/* for preview on [adverts_add] */

.tmr-widget-wrap .tmr-adverts-widget .advert-tmr-preview{
      padding: 10px 0;
      border-top: 1px solid #D8D8D8;
    }

.tmr-widget-wrap .tmr-adverts-widget .advert-tmr-preview .advert-widget-recent-item-img{
        width: 35px;
        height: 45px;
        overflow: hidden;
        float:left;
      }

.tmr-widget-wrap .tmr-adverts-widget .advert-tmr-preview .advert-widget-recent-item-img img{
          max-height:unset;
        }

.tmr-widget-wrap .tmr-adverts-widget .adverts-widget-recent > img{
        width: 30px;
        height: 45px;
        -o-object-fit: none;
           object-fit: none;
        max-width: unset;
        max-height: unset;
      }

.tmr-widget-wrap .tmr-adverts-widget .adverts-widget-recent-title a{
      /* display: block; */
      font-size: 17px;
    }

.tmr-widget-wrap .tmr-adverts-widget .adverts-widget-recent-title a {
      font-family: "Orator W01 Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.tmr-widget-wrap .tmr-adverts-widget .adverts-widget-recent-title a{
      font-weight: 300;
      margin-top: 5px;
      color: #333 !important;
      text-decoration: none;
      line-height: 1rem;
      letter-spacing: -2.8px;
    }

.tmr-widget-wrap .tmr-adverts-widget .adverts-widget-recent-location{
      font-size: 10px;
    }

.tmr-widget-wrap .tmr-adverts-widget .advert-widget-recent-item{
      margin-bottom:1px;
    }

.tmr-widget-wrap .tmr-adverts-widget .advert-widget-recent-item-img{
      width: 35px;
      height: 45px;
      overflow: hidden;
      float:left;
      margin-top:9px;
    }

.tmr-widget-wrap .tmr-adverts-widget .advert-widget-recent-item-text{
      display: inline-block;
      width: 265px;
      padding-left: 5px;
    }

.tmr-widget-wrap .tmr-adverts-widget .advert-widget-recent-item-text .advert-widget-recent-item{
        margin: 0 0 0.1rem 0;
      }

.wpadverts-widget-recent {
  margin: 10px 0;
}

.wpadverts-widget-recent .adverts-widget-recent{
    display: block;
    padding: 10px 0;
    border-top: 1px solid #D8D8D8;
  }

.wpadverts-widget-recent .adverts-widget-recent img {
      width: auto;
    }

.wpadverts-widget-recent h2 {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.wpadverts-widget-recent h2{
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    display: inline;
  }

.wpadverts-widget-recent .adverts-widget-view-all{
    float: right;
  }

.wpadverts-widget-recent .adverts-widget-view-all {
    font-family: "Orator W01 Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.wpadverts-widget-recent .adverts-widget-view-all{
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    padding: 14px 10px 0 0;
  }

/*  
 Classifieds Footer widget
  */

.wpadverts-widget-recent-footer{
  background-color: black;
  margin-top: 30px;
  margin: -20px auto -4px auto;
  padding: 15px 0;
}

.wpadverts-widget-recent-footer h3{
    display: block;
    text-align: center;
    margin: 7px 20px 0 20px;
    font-weight: 300;
  }

.wpadverts-widget-recent-footer h3 {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.wpadverts-widget-recent-footer h3{
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #eee;
    padding: 0;
  }

.wpadverts-widget-recent-footer .adverts-widget-view-all{
    display: none;
  }

.wpadverts-widget-recent-footer .adverts-widget-view-all {
    font-family: "Orator W01 Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.wpadverts-widget-recent-footer .adverts-widget-view-all{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
  }

.wpadverts-widget-recent-footer .tmr-classified-widget-title{
    text-decoration: none;
  }

.wpadverts-widget-recent-footer .tmr-classified-widget-title:hover{
      text-decoration:underline;
      -webkit-text-decoration-color: #eee;
              text-decoration-color: #eee;
    }

.wpadverts-widget-recent-footer .tmr-adverts-widget{
    width: 100%;
    flex-direction: column;
    height: 304px;
    margin:0;
    padding-left:0;
    display: flex;
    flex-wrap: wrap;
    /* > img{ */
    /* width: 30px; */
    /* height: 45px; */
    /* object-fit: none; */
    /* max-width: unset; */
    /* .advert-widget-recent-item-img{ */
    /* width: 35px; */
    /* height: 45px; */
    /* overflow: hidden; */
    /* float:left; */
    /* margin-top:9px; */
  }

/* }  */

.wpadverts-widget-recent-footer .tmr-adverts-widget .adverts-widget-recent{
      margin: 0 7px;
      flex-grow: 1;
      width: 286px;
      align-self: center;
    }

.wpadverts-widget-recent-footer .tmr-adverts-widget .adverts-widget-recent:hover {
        background: #373632;
      }

/* max-height: unset; */

.wpadverts-widget-recent-footer .tmr-adverts-widget .adverts-widget-recent-title a{
      /* display: block; */
      /* font-size: 17px; */
      /* font-family: "Orator W01 Mono", "Helvetica Neue", Helvetica, Arial, sans-serif; */
      /* font-weight: 300; */
      margin-top: 5px 8px 0 8px;
      color: #eee !important;
      /* text-decoration: none; */
      /* line-height: 1.9rem; */
      /* letter-spacing: -2.8px; */
    }

/* } */

.wpadverts-widget-recent-footer .tmr-adverts-widget .advert-widget-recent-item-text.advert-widget-recent-item-with-img{
      width: 250px;
      /* padding-left: 5px;
         .advert-widget-recent-item{
             margin: 0 0 0.1rem 0;
         } */
    }

.wpadverts-widget-recent-footer .tmr-adverts-widget .advert-widget-recent-item-text.advert-widget-recent-item-with-img .adverts-widget-recent-location{
        color: #a4a2a2;
        font-weight: 500;
        font-size: 1.3rem;
      }

/* POST YOUR CLASSIFIED HERE */

.wpadverts-widget-recent-footer .tmr-adverts-widget .classified-widget-cta{
      width: 286px;
      height: 75px;
      margin:0 7px;
      flex-grow: 1;
      clear: both;
      overflow: hidden;
      display: flex;
      align-items: center;
      align-self: center;
      text-align: center;
      padding: 10px 0 10px 0;
      border-bottom: 1px solid #e5e5e5;
    }

.wpadverts-widget-recent-footer .tmr-adverts-widget .classified-widget-cta:hover {
        background: #373632;
      }

.wpadverts-widget-recent-footer .tmr-adverts-widget .classified-widget-cta .classified-widget-cta-txt{
        width: 100%
      }

.wpadverts-widget-recent-footer .tmr-adverts-widget .classified-widget-cta .classified-widget-cta-txt {
        font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
      }

.wpadverts-widget-recent-footer .tmr-adverts-widget .classified-widget-cta .classified-widget-cta-txt{
        font-size: 2rem;
        font-weight: 200;
        text-transform: uppercase;
        float: left;
      }

.wpadverts-widget-recent-footer .tmr-adverts-widget .classified-widget-cta .classified-widget-cta-txt a{
          text-decoration:none;
          color:#eee;
        }

.wpadverts-widget-recent-footer .tmr-adverts-widget .classified-widget-cta .classified-widget-cta-img{
        display:block;
        float: left;
        width: 32px;
        margin: 5px 5px 0 0;
      }

.wpadverts-widget-recent-footer .signup-cta{
    display: none;
    width: 572px;
    margin:0 20px;
    align-items: start;
    flex-direction: column;
    padding: 10px 0 0 0;
  }

.wpadverts-widget-recent-footer .signup-inline-cta{
    width:286px;
    display: none;
    flex-direction: column;
  }

.wpadverts-widget-recent-footer .footer-cta p{
      display: block;
      margin-top: 10px;
    }

.wpadverts-widget-recent-footer .footer-cta p {
      font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.wpadverts-widget-recent-footer .footer-cta p{
      font-size: 2rem;
      font-weight: 200;
      text-transform: uppercase;
      float: left;
      color: #eee;
    }

.wpadverts-widget-recent-footer .footer-cta a{
      margin:5px 0
    }

.wpadverts-widget-recent-footer .footer-cta a {
      font-family: "Adobe Garamond W01", Georgia, "Times New Roman", Times, serif;
    }

.wpadverts-widget-recent-footer .footer-cta a{
      font-size: 2rem;
      font-weight: 200;
      color: #eee;
    }

.wpadverts-widget-recent-footer .footer-cta a span{
        width: 3rem;
      }

.tmr-footer-widget-spacer{
  display: none;
  background-color: white;
  height: 20px;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.z-40 {
  z-index: 40;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-6 {
  width: 1.5rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-\[300px\] {
  width: 300px;
}

.w-1\/2 {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-\[283px\] {
  width: 283px;
}

.flex-grow {
  flex-grow: 1;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

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

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

.border-t-tmrred {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 29 36 / var(--tw-border-opacity));
}

.border-t-tmrteal {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 148 168 / var(--tw-border-opacity));
}

.bg-tmrteal {
  --tw-bg-opacity: 1;
  background-color: rgb(91 148 168 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fill-tmrteal {
  fill: #5b94a8;
}

.fill-white {
  fill: #fff;
}

.stroke-tmrteal {
  stroke: #5b94a8;
}

.stroke-white {
  stroke: #fff;
}

.p-0 {
  padding: 0px;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pb-\[0\.9rem\] {
  padding-bottom: 0.9rem;
}

.pt-\[1\.1rem\] {
  padding-top: 1.1rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-8 {
  padding-top: 2rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.font-display {
  font-family: "Orator W01 Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-accent {
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body {
  font-family: "Adobe Garamond W01", Georgia, "Times New Roman", Times, serif;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.\!font-light {
  font-weight: 300 !important;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-loose {
  line-height: 2;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 863px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.first\:inline-block:first-child {
  display: inline-block;
}

.first\:w-1\/2:first-child {
  width: 50%;
}

@media (min-width: 600px) {
  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 750px) {
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 863px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:-left-0 {
    left: -0px;
  }

  .xl\:top-\[calc\(3\.5rem_\+_4px\)\] {
    top: calc(3.5rem + 4px);
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:list-item {
    display: list-item;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:items-center {
    align-items: center;
  }

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

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-divide-opacity));
  }

  .xl\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-tmrteal {
    --tw-bg-opacity: 1;
    background-color: rgb(91 148 168 / var(--tw-bg-opacity));
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:pt-\[1\.1rem\] {
    padding-top: 1.1rem;
  }

  .xl\:pb-\[0\.9rem\] {
    padding-bottom: 0.9rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:hover\:bg-tmrteal:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(91 148 168 / var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xl\:hover\:fill-white:hover {
    fill: #fff;
  }

  .xl\:hover\:fill-tmrteal:hover {
    fill: #5b94a8;
  }

  .xl\:active\:bg-tmrteal:active {
    --tw-bg-opacity: 1;
    background-color: rgb(91 148 168 / var(--tw-bg-opacity));
  }

  .xl\:active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xl\:active\:fill-white:active {
    fill: #fff;
  }

  .xl\:active\:fill-tmrteal:active {
    fill: #5b94a8;
  }
}

@media (min-width: 1000px) {
  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl\:block {
    display: block;
  }
}

@media (min-width: 1366px) {
  .\33xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\33xl\:col-start-10 {
    grid-column-start: 10;
  }
}

.\[\&\:nth-child\(2\)\]\:inline-block:nth-child(2) {
  display: inline-block;
}

.\[\&\:nth-child\(2\)\]\:w-1\/2:nth-child(2) {
  width: 50%;
}

.\[\&\:nth-child\(3\)\]\:border-t-2:nth-child(3) {
  border-top-width: 2px;
}

.\[\&\:nth-child\(3\)\]\:border-sky-200:nth-child(3) {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}