@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 28, 2021, 12:57:46 PM
    Author     : Robert Smith
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 1, 2021, 10:53:55 AM
    Author     : Robert Smith
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text&display=swap");
header {
  /*    background: #ececec;*/
  margin: 0; }
  header h4 {
    margin: 0 0 0 7px;
    font-weight: 300;
    flex: 1; }
    header h4 span {
      font-weight: 500; }
  header #headerMenu {
    max-width: 1100px;
    height: 37px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between; }
  header #headerCntr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9em;
    flex: 1; }
    header #headerCntr > div {
      margin: 0 7px; }
  header #headerLogin {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center; }
    header #headerLogin svg {
      padding: 0 7px; }
    header #headerLogin span {
      width: max-content; }
  header #headerBanner {
    text-align: center;
    font-size: 0.7em;
    /*        padding:7px 10px;*/ }
  header #headerSubscription {
    background: #ef3826;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 14px 0 0; }
    header #headerSubscription svg {
      padding: 7px; }
  header nav .readOnline {
    color: #000000 !important;
    border: none;
    padding: 0 14px !important;
    margin: 0;
    /*    height: 32px !important;*/
    display: flex !important;
    align-items: center !important;
    /*    background: #ef3826;*/ }
  header #headerFb {
    width: 95px;
    display: flex;
    align-items: center; }
    header #headerFb span {
      margin: 0 7px -2px 0;
      display: block;
      text-transform: uppercase; }
    header #headerFb button {
      background: #000000 !important; }
    header #headerFb .fb-like {
      margin: 7px 0 0 0; }
  header .headerPhone a {
    color: #000000 !important; }

.popupCntrWidth a {
  color: #000000; }

#trans .goog-logo-link {
  display: none; }
#trans #google_translate_element {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #trans #google_translate_element:after {
    content: "Powered by Google";
    font-size: 0.7em;
    margin: 0 5px; }
  #trans #google_translate_element .goog-te-combo {
    border: none;
    outline: none;
    background-image: url("https://cdn.monitorlocalnews.com/templates/infolinia-chicago/images/search-arrow.png");
    background-color: transparent;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #trans #google_translate_element select {
    width: 95px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }

#logoRow {
  background: #ffffff;
  width: 100%;
  margin: 25px 0 0 0; }
  #logoRow .cntrRow {
    display: flex;
    align-items: center; }
  #logoRow #logoCntr {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0; }
    #logoRow #logoCntr .dj-megamenu-wrapper {
      display: none; }
  #logoRow #searchCntr {
    width: 95%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    flex: 1; }

.websitesearch {
  width: 100%;
  text-align: right; }
  .websitesearch input {
    font-size: 14px !important;
    line-height: 1.2em; }
    .websitesearch input.search-query {
      border-radius: 0px;
      border: solid 2px #e1e1e1;
      padding: 9px 0px 9px 10px; }
  .websitesearch form {
    position: relative; }
  .websitesearch button {
    position: absolute;
    top: 13px;
    right: 7px; }
    .websitesearch button.search-btn {
      background: none;
      border: none; }
      .websitesearch button.search-btn img {
        width: 19px; }

.popupWebsiteSearch {
  width: 100%;
  text-align: right;
  margin: -7px 14px 0 0; }
  .popupWebsiteSearch input {
    font-size: 14px !important;
    line-height: 1.2em; }
    .popupWebsiteSearch input.search-query {
      border-radius: 0px;
      border: solid 2px #e1e1e1;
      padding: 11px 0px 11px 10px; }
  .popupWebsiteSearch form {
    position: relative; }
  .popupWebsiteSearch button {
    position: absolute;
    top: 12px;
    right: 14px; }
    .popupWebsiteSearch button.search-btn {
      background: none;
      border: none; }
      .popupWebsiteSearch button.search-btn img {
        width: 25px; }

nav {
  background: #ffffff; }

#dj-megamenu435 {
  display: flex;
  justify-content: center; }
  #dj-megamenu435 .dj-submenu {
    display: flex;
    justify-content: center; }

.dj-megamenu-custom435 li ul.dj-submenu {
  padding: 10px; }

.dj-megamenu-custom435 li ul.dj-submenu > li {
  border: none; }

/* Pop-up cntr */
#dj-megamenu440offcanvas {
  width: 100%;
  opacity: 0.95; }
  #dj-megamenu440offcanvas .popupCntr1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: solid 1px #e7e7e7;
    padding: 0 25px 25px 25px; }
    #dj-megamenu440offcanvas .popupCntr1 .popupTopCntr1 {
      flex-basis: 25%;
      margin: 7px 0; }
      #dj-megamenu440offcanvas .popupCntr1 .popupTopCntr1 svg {
        margin: -14px 0 0 19px; }
    #dj-megamenu440offcanvas .popupCntr1 .popupTopCntr2 {
      display: flex;
      align-items: center;
      margin: 7px 0; }
      #dj-megamenu440offcanvas .popupCntr1 .popupTopCntr2 .popupLogin {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 110px;
        padding: 7px;
        margin: 0 7px; }
        #dj-megamenu440offcanvas .popupCntr1 .popupTopCntr2 .popupLogin svg {
          margin: 0 7px 0 0; }
      #dj-megamenu440offcanvas .popupCntr1 .popupTopCntr2 .popupSubscription {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 110px;
        background-color: #ef3826;
        color: #ffffff;
        padding: 7px;
        margin: 0 7px; }
        #dj-megamenu440offcanvas .popupCntr1 .popupTopCntr2 .popupSubscription svg {
          margin: 0 7px 0 0; }
  #dj-megamenu440offcanvas .popupCntrLogo {
    width: 195px; }
  #dj-megamenu440offcanvas .dj-offcanvas-content {
    display: none !important; }
  #dj-megamenu440offcanvas .popupCntr2 {
    display: flex;
    justify-content: center; }
    #dj-megamenu440offcanvas .popupCntr2 ul {
      list-style: none;
      padding: 0;
      font-size: 1.2em; }
      #dj-megamenu440offcanvas .popupCntr2 ul li {
        padding: 7px; }
    #dj-megamenu440offcanvas .popupCntr2 .coverCntr {
      text-align: left; }
      #dj-megamenu440offcanvas .popupCntr2 .coverCntr h4 {
        padding: 0;
        margin: 14px 0 7px 0; }
      #dj-megamenu440offcanvas .popupCntr2 .coverCntr a {
        color: #ef3826;
        font-weight: 700;
        font-size: 1.2em; }
        #dj-megamenu440offcanvas .popupCntr2 .coverCntr a.coverBtn {
          /*                  border: solid 1px $black-color;*/
          padding: 7px 0; }
  #dj-megamenu440offcanvas .likeCntr {
    display: flex;
    align-items: center; }
    #dj-megamenu440offcanvas .likeCntr svg {
      margin: 7px 0px 0px 19px; }
  #dj-megamenu440offcanvas .popupClassifieds ul li {
    border-bottom: solid 1px #e7e7e7;
    padding: 9px 0 9px 14px; }
    #dj-megamenu440offcanvas .popupClassifieds ul li a {
      font-weight: 200 !important;
      font-size: 1em !important;
      color: #000000 !important; }
  #dj-megamenu440offcanvas .popupFollow img {
    margin: 14px 0 0 0; }
  #dj-megamenu440offcanvas .banneritem {
    text-align: left;
    margin: 19px 0 0 0; }

/* Pop-up cntr end */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 1, 2021, 10:41:12 AM
    Author     : Robert Smith
*/
a.goog-logo-link img, a.goog-logo-link {
  display: none; }

div.goog-te-gadget {
  width: 100%;
  /*font-size:0;*/ }

#WidgetFloaterPanels + div {
  display: none !important; }

#google_translate_element {
  display: inline-block; }

.skiptranslate iframe {
  opacity: 0 !important;
  max-height: 1px !important;
  margin-top: -1px; }

body {
  top: 0px !important; }

.goog-tooltip skiptranslate, #goog-gt-tt {
  display: none !important; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 3, 2021, 10:28:54 AM
    Author     : Robert Smith
*/
/* Sticky banner */
/* Sticky banner */
.sidebarCntr {
  grid-column: -4/span 3; }

.banner300x600v2 {
  grid-column: -4 / span 3;
  max-width: 300px;
  margin: 0 auto; }

.articleCntr3 {
  /*    .bannerCntr {
          grid-column: 1;
          grid-row: 2;
      }*/ }

.articleCntr8 .bannerCntr {
  /*        grid-column: 3;
          grid-row: 3;*/ }

.banner300x300v1 {
  /*    grid-column: 7 / span 3;
      grid-row: 3;*/
  margin: 14px 0 14px 0; }

.classifiedsCntr {
  grid-column: span 3; }

/* Banners Start */
#headerBanner {
  padding: 0 10px; }

.banneritem img {
  max-width: 100%;
  height: auto; }
.banneritem p {
  margin: 5px 0 0 0; }

.banner970x180Cntr {
  width: 100%;
  grid-column: span 12; }
  .banner970x180Cntr .banneritem {
    width: 100%;
    padding: 31px 0 45px 0;
    margin: 25px auto;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7; }

/* Banners End */
/* txt banner */
/*.articleBanner, .articleBanner2 {
    margin:0px 0 25px 0px;
}*/
.txtBannerInfoBtn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 7px;
  margin: 25px 0 5px 0;
  line-height: 0;
  color: #cecece; }

.txtBannerInfoBtn p:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  font-size: 1.2em !important; }

.txtBannerInfoBtn input {
  border: solid 1px #cecece;
  color: #cecece;
  background: none;
  font-size: 1em;
  margin: 0px; }

.txtBannerInfoBtn p:nth-child(2):hover {
  background: #747474;
  color: #ffffff;
  cursor: pointer; }

.bannergroup {
  font-size: 10px; }

.txtBanner {
  text-align: left; }

.txtBannerCntr {
  flex: 1;
  padding: 7px;
  margin: 0 0 25px 0;
  display: flex;
  border-top: solid 2px #cecece;
  border-bottom: solid 2px #cecece; }

.txtBannerFooter {
  display: flex;
  justify-content: flex-end;
  color: #747474;
  font-size: 1em; }

.txtBannerFooter span:nth-child(1) {
  margin: 0 5px 0 0;
  letter-spacing: 1px;
  color: #cecece; }

.txtBannerFooter span:nth-child(2) {
  font-weight: bold; }

.articleBanner {
  display: flex;
  flex-direction: column; }

.bannerfooter, .txtBannerInfo {
  display: flex; }

.bannerfooter {
  flex: 1; }

.txtBannerInfo {
  flex-direction: column;
  text-align: left;
  color: #333333;
  padding: 14px 14px 0px 14px; }
  .txtBannerInfo h4 {
    margin: 14px 0 4px 14px;
    padding: 0;
    font-size: 1.55em; }
  .txtBannerInfo p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 14px 0 4px 14px; }

.txtBannerInfo .txtBannerInfoCntr {
  flex: 1; }

.txtBannerBtn {
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0;
  float: right; }
  .txtBannerBtn a {
    font-size: 0.9em; }

.txtBannerBtn a {
  color: #c70400 !important; }

.txtBannerInfo a, .txtBannerInfo a:hover, .txtBannerInfo a:active, .txtBannerInfo a:visited, .txtBannerInfo a:focus {
  color: #333333;
  text-decoration: none; }

.txtBannerImg img {
  width: 100%;
  margin: 0 auto; }

.banner300x600v2_2 {
  max-width: 300px;
  margin: 0 auto; }

@media (min-width: 320px) {
  .bannerColumn1 {
    grid-column: span 12; }

  .bannerColumn2 {
    display: none !important; }

  .txtBannerCntr {
    flex-direction: column; }
    .txtBannerCntr .txtBanner {
      text-align: center; }
    .txtBannerCntr .txtBannerImg img {
      max-width: 275px;
      margin: 14px 0 0 0; } }
@media (max-width: 480px) {
  .local-news-hp .allmode-itemsbox article {
    flex-basis: 100%; }

  .txtBanner {
    flex: 2; }

  .bannerFooterCntr {
    flex: 2; } }
@media (min-width: 768px) {
  .bannerColumn1 {
    display: none !important; }

  .bannerColumn2 {
    display: initial !important;
    grid-column: span 12; }

  .txtBannerCntr {
    flex-direction: row; }

  .bannergroup_classifiedsBanner3 {
    display: none; } }
@media (max-width: 768px) {
  .local-news-hp .allmode-itemsbox article {
    flex-basis: 100%; }

  .txtBanner {
    flex: 1; }

  .bannerFooterCntr {
    flex: 2; } }
/* txt banner */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 24, 2021, 2:26:22 PM
    Author     : Robert Smith
*/
main {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto; }
  main .homePageCntr {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, max-content);
    gap: 2.5em;
    padding: 0 1em; }
    main .homePageCntr img {
      width: 100%;
      height: auto; }
    main .homePageCntr .sidebar1 {
      grid-column: span 2; }
    main .homePageCntr .row-border {
      border-top: 1px solid #e7e7e7;
      grid-column: span 12; }
    main .homePageCntr .banner970x250, main .homePageCntr .banner970x90v2, main .homePageCntr banner970x90v3, main .homePageCntr .footerBanner970x90 {
      grid-column: span 12;
      text-align: center; }
      main .homePageCntr .banner970x250 img, main .homePageCntr .banner970x90v2 img, main .homePageCntr banner970x90v3 img, main .homePageCntr .footerBanner970x90 img {
        max-width: 970px; }
    main .homePageCntr .banner970x250 {
      grid-column: span 12;
      text-align: center; }
      main .homePageCntr .banner970x250 img {
        max-width: 970px; }
    main .homePageCntr .moduletable_banner300x600v1, main .homePageCntr .banner300x600v1 {
      /*          grid-column: span 3;*/
      grid-area: 4/10/14/-1; }

.localNewsCntr {
  display: grid;
  grid-template-rows: 2;
  gap: 2.5em; }

.portal-featured .portal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e7e7e7;
  margin: 1.25rem 0 1.25em 0;
  /*        font-size:1.2rem;*/ }
.portal-featured .portal-block-name {
  margin: 0;
  padding: 7px; }
  .portal-featured .portal-block-name a {
    color: #000000;
    text-transform: uppercase; }
.portal-featured .portal-block-button a {
  background: url("../images/arrow-right.svg") right center no-repeat;
  padding: 0 23px 0 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.75rem; }
.portal-featured .portal-info {
  margin: 5px 0 0 0; }
.portal-featured .portal-normal {
  /*        .portal-author:before {
              font-family: "Font Awesome 5 Free";
              font-size:0.9em;
              content:"\f007";
              margin:0 5px 0 0;
          }*/ }
.portal-featured .portal-author {
  color: #ffffff;
  font-size: 0.95rem; }

#topArticle {
  grid-column: span 6;
  max-width: 740px;
  width: 100%; }

.articleCntr1 .bgFeatured, .featuredArticle .bgFeatured, #topArticle .bgFeatured {
  grid-area: 1/1;
  z-index: 1;
  width: 100%;
  align-self: stretch;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
.articleCntr1 .portal-top h2, .featuredArticle .portal-top h2, #topArticle .portal-top h2 {
  margin: 0; }
  .articleCntr1 .portal-top h2 a, .featuredArticle .portal-top h2 a, #topArticle .portal-top h2 a {
    color: #ffffff;
    font-weight: 400; }
.articleCntr1 .portal-top .portal-wrap, .featuredArticle .portal-top .portal-wrap, #topArticle .portal-top .portal-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end; }
  .articleCntr1 .portal-top .portal-wrap .portal-title, .featuredArticle .portal-top .portal-wrap .portal-title, #topArticle .portal-top .portal-wrap .portal-title {
    padding: 25px;
    grid-area: 1/1;
    z-index: 2; }
  .articleCntr1 .portal-top .portal-wrap .portal-image, .featuredArticle .portal-top .portal-wrap .portal-image, #topArticle .portal-top .portal-wrap .portal-image {
    grid-area: 1/1;
    z-index: 0; }
.articleCntr1 .portal-top .articleTags, .featuredArticle .portal-top .articleTags, #topArticle .portal-top .articleTags {
  margin: 0 0 7px 0; }
.articleCntr1 .portal-container, .featuredArticle .portal-container, #topArticle .portal-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5em; }
.articleCntr1 .portal-normal, .featuredArticle .portal-normal, #topArticle .portal-normal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content; }
  .articleCntr1 .portal-normal .portal-content, .featuredArticle .portal-normal .portal-content, #topArticle .portal-normal .portal-content {
    display: grid;
    /*        grid-template-rows: max-content max-content;*/
    align-items: flex-end; }
  .articleCntr1 .portal-normal .portal-image, .articleCntr1 .portal-normal .articleTags, .featuredArticle .portal-normal .portal-image, .featuredArticle .portal-normal .articleTags, #topArticle .portal-normal .portal-image, #topArticle .portal-normal .articleTags {
    grid-area: 1/1; }
  .articleCntr1 .portal-normal .portal-title, .featuredArticle .portal-normal .portal-title, #topArticle .portal-normal .portal-title {
    grid-area: 2/1; }
    .articleCntr1 .portal-normal .portal-title a, .featuredArticle .portal-normal .portal-title a, #topArticle .portal-normal .portal-title a {
      text-decoration: none;
      color: #000000;
      font-weight: 400; }
  .articleCntr1 .portal-normal .articleTags, .featuredArticle .portal-normal .articleTags, #topArticle .portal-normal .articleTags {
    margin: 0 0 10px 7px; }

.articleCntr .portal-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.portal-normal .portal-content {
  display: grid;
  grid-template-columns: 1fr;
  /*        grid-template-rows: max-content max-content;*/
  align-items: flex-end; }

.portal-related .portal-image {
  display: grid; }
  .portal-related .portal-image a {
    grid-area: 1/1; }

.portal-thumb .portal-normal h4, .portal-related .portal-normal h4, .portal-list .portal-normal h4 {
  margin: 0;
  padding: 1em 7px 0 7px; }
.portal-thumb .portal-normal .portal-image, .portal-thumb .portal-normal .articleTags, .portal-related .portal-normal .portal-image, .portal-related .portal-normal .articleTags, .portal-list .portal-normal .portal-image, .portal-list .portal-normal .articleTags {
  grid-area: 1/1; }
.portal-thumb .portal-normal .portal-info, .portal-related .portal-normal .portal-info, .portal-list .portal-normal .portal-info {
  grid-area: 2/1;
  padding: 7px 0 0 7px;
  font-size: 0.9rem; }
.portal-thumb .portal-normal .portal-title, .portal-related .portal-normal .portal-title, .portal-list .portal-normal .portal-title {
  /*            grid-area: 3/1;*/ }
  .portal-thumb .portal-normal .portal-title a, .portal-related .portal-normal .portal-title a, .portal-list .portal-normal .portal-title a {
    text-decoration: none;
    color: #000000;
    /*            line-height: 1.3rem;*/
    font-weight: 400; }
.portal-thumb .portal-header, .portal-related .portal-header, .portal-list .portal-header {
  border-bottom: solid 1px #e7e7e7;
  margin: 2.5em 0 1.25em 0; }
.portal-thumb .portal-block-name, .portal-related .portal-block-name, .portal-list .portal-block-name {
  margin: 0;
  padding: 7px; }
  .portal-thumb .portal-block-name a, .portal-related .portal-block-name a, .portal-list .portal-block-name a {
    color: #000000;
    font-size: 1.3rem;
    text-transform: uppercase;
    display: block;
    width: 100%; }
.portal-thumb .portal-block-button a, .portal-related .portal-block-button a, .portal-list .portal-block-button a {
  background: url("../images/arrow-right.svg") right center no-repeat;
  padding: 0 23px 0 0;
  color: #000000;
  font-size: 1em;
  text-transform: uppercase;
  font-size: 0.75rem; }
.portal-thumb .articleTags, .portal-related .articleTags, .portal-list .articleTags {
  margin: 14px 14px 14px 7px; }

.articleTags, .tags {
  list-style: none;
  padding: 0; }
  .articleTags li, .tags li {
    background-color: #ef3826;
    display: inline-block;
    margin: 0; }
    .articleTags li a, .tags li a {
      color: #ffffff;
      font-size: 0.70rem;
      padding: 5px 7px; }

.articleCntr8, .articleCntr9, .articleCntr10 {
  grid-column: span 12; }
  .articleCntr8 .portal-normal, .articleCntr9 .portal-normal, .articleCntr10 .portal-normal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em; }

.articleCntr8, .articleCntr9, .articleCntr10 {
  grid-column: span 12; }
  .articleCntr8 .portal-normal, .articleCntr9 .portal-normal, .articleCntr10 .portal-normal {
    display: grid;
    gap: 2.5em; }

.articleCntr2 {
  /*    grid-column: span 3;
      .portal-normal {
          display:grid;
          grid-template-columns: 1fr;
          gap:1em;
      }*/ }
  .articleCntr2 .bannerCntr {
    grid-area: 1/2; }
  .articleCntr2 .portal-block-name {
    background: url(../images/arrow-right.svg) right center no-repeat;
    color: #000000;
    /*        font-size: 1.3rem;*/
    text-transform: uppercase;
    display: block;
    width: 100%; }

.articleCntr9 .bannerCntr {
  grid-area: 1/3; }

#raxo-module-id446 {
  grid-area: 2/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, max-content);
  margin: 25px 0 0 0;
  padding: 43px 0 0 0;
  border-top: solid 1px #ef3826; }
  #raxo-module-id446 .articleTags {
    margin: 0 0 0px 7px !important; }
  #raxo-module-id446 .portal-header {
    grid-area: 2;
    grid-column: span 1;
    display: grid;
    justify-content: right;
    margin: 25px 0 0 0;
    padding: 0 0 14px 0; }
    #raxo-module-id446 .portal-header .portal-block-name {
      display: none; }
  #raxo-module-id446 .portal-text {
    padding: 7px;
    line-height: 1.7rem; }

.articleCntr3 {
  grid-column: span 9; }
  .articleCntr3 .portal-normal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: max-content;
    gap: 2.5em; }
  .articleCntr3 .portal-image {
    display: none; }

.articleCntr4 {
  /*  .bannerCntr {
      grid-column: 4;
      grid-row: 1;
      }*/
  /*    .portal-title {
          display:grid;
          h4 {
              grid-area: 2 / 1;
          }
      }*/ }
  .articleCntr4 .portal-normal {
    display: grid;
    grid-auto-rows: max-content;
    gap: 2.5em; }
  .articleCntr4 .tagItemInfo {
    margin: 5px 0 0 7px; }

/*.articleCntr5 {
    grid-column: span 4;
    .portal-normal {
        display:grid;
        grid-template-columns: 1fr;
        grid-auto-rows: max-content;
        gap: 7px;
    }
}
*/
.articleCntr5 .bgFeatured, .articleCntr6 .bgFeatured, .articleCntr7 .bgFeatured, .articleCntr15 .bgFeatured {
  grid-area: 1/1;
  z-index: 1;
  width: 100%;
  align-self: stretch;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
.articleCntr5 .portal-top h2, .articleCntr6 .portal-top h2, .articleCntr7 .portal-top h2, .articleCntr15 .portal-top h2 {
  margin: 0;
  /*            line-height:1em;*/ }
  .articleCntr5 .portal-top h2 a, .articleCntr6 .portal-top h2 a, .articleCntr7 .portal-top h2 a, .articleCntr15 .portal-top h2 a {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1em; }
.articleCntr5 .portal-top .portal-wrap, .articleCntr6 .portal-top .portal-wrap, .articleCntr7 .portal-top .portal-wrap, .articleCntr15 .portal-top .portal-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end; }
  .articleCntr5 .portal-top .portal-wrap .portal-title, .articleCntr6 .portal-top .portal-wrap .portal-title, .articleCntr7 .portal-top .portal-wrap .portal-title, .articleCntr15 .portal-top .portal-wrap .portal-title {
    padding: 14px;
    grid-area: 1/1;
    z-index: 2; }
  .articleCntr5 .portal-top .portal-wrap .portal-image, .articleCntr6 .portal-top .portal-wrap .portal-image, .articleCntr7 .portal-top .portal-wrap .portal-image, .articleCntr15 .portal-top .portal-wrap .portal-image {
    grid-area: 1/1;
    z-index: 0; }
.articleCntr5 .portal-top .articleTags, .articleCntr6 .portal-top .articleTags, .articleCntr7 .portal-top .articleTags, .articleCntr15 .portal-top .articleTags {
  margin: 0 0 7px 0; }
.articleCntr5 .portal-container, .articleCntr6 .portal-container, .articleCntr7 .portal-container, .articleCntr15 .portal-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5em; }
.articleCntr5 .portal-normal, .articleCntr6 .portal-normal, .articleCntr7 .portal-normal, .articleCntr15 .portal-normal {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  gap: 7px; }
  .articleCntr5 .portal-normal .portal-wrap, .articleCntr6 .portal-normal .portal-wrap, .articleCntr7 .portal-normal .portal-wrap, .articleCntr15 .portal-normal .portal-wrap {
    margin: 5px 7px; }
  .articleCntr5 .portal-normal .portal-content, .articleCntr6 .portal-normal .portal-content, .articleCntr7 .portal-normal .portal-content, .articleCntr15 .portal-normal .portal-content {
    display: grid;
    grid-template-columns: 1fr;
    /*        grid-template-rows: max-content max-content;*/
    align-items: flex-end; }
  .articleCntr5 .portal-normal .portal-image, .articleCntr5 .portal-normal .articleTags, .articleCntr6 .portal-normal .portal-image, .articleCntr6 .portal-normal .articleTags, .articleCntr7 .portal-normal .portal-image, .articleCntr7 .portal-normal .articleTags, .articleCntr15 .portal-normal .portal-image, .articleCntr15 .portal-normal .articleTags {
    grid-area: 1/1; }
  .articleCntr5 .portal-normal h4, .articleCntr6 .portal-normal h4, .articleCntr7 .portal-normal h4, .articleCntr15 .portal-normal h4 {
    margin: 0;
    padding: 0; }
  .articleCntr5 .portal-normal .portal-author, .articleCntr6 .portal-normal .portal-author, .articleCntr7 .portal-normal .portal-author, .articleCntr15 .portal-normal .portal-author {
    font-size: 0.95rem;
    color: #505050;
    margin: 5px 0 0 0;
    display: block; }
  .articleCntr5 .portal-normal .portal-title a, .articleCntr6 .portal-normal .portal-title a, .articleCntr7 .portal-normal .portal-title a, .articleCntr15 .portal-normal .portal-title a {
    text-decoration: none;
    color: #000000;
    line-height: 1.5rem;
    font-weight: 400; }
  .articleCntr5 .portal-normal .articleTags, .articleCntr6 .portal-normal .articleTags, .articleCntr7 .portal-normal .articleTags, .articleCntr15 .portal-normal .articleTags {
    margin: 0 0 10px 7px; }
.articleCntr5 .portal-item-normal, .articleCntr6 .portal-item-normal, .articleCntr7 .portal-item-normal, .articleCntr15 .portal-item-normal {
  border-bottom: solid 1px #e7e7e7;
  padding: 0 0 14px 0; }
  .articleCntr5 .portal-item-normal:last-child, .articleCntr6 .portal-item-normal:last-child, .articleCntr7 .portal-item-normal:last-child, .articleCntr15 .portal-item-normal:last-child {
    border: none; }

.homepageRelatedItems .articleTags, .relatedArticles .articleTags {
  align-self: flex-end; }
.homepageRelatedItems .portal-content, .relatedArticles .portal-content {
  display: grid;
  /*      grid-template-rows: max-content max-content;*/
  align-items: flex-start;
  gap: 1em;
  margin: 1.25em 0;
  padding: 0 0 14px 0;
  border-bottom: solid 1px #ececec; }
.homepageRelatedItems .portal-wrap, .relatedArticles .portal-wrap {
  margin: 10px 0; }
.homepageRelatedItems .portal-normal .portal-title, .relatedArticles .portal-normal .portal-title {
  grid-column: 2; }
  .homepageRelatedItems .portal-normal .portal-title a, .relatedArticles .portal-normal .portal-title a {
    font-size: 1.2rem;
    line-height: 1.75rem; }
.homepageRelatedItems .portal-normal .portal-readmore a, .relatedArticles .portal-normal .portal-readmore a {
  display: inline-block;
  color: #ef3826;
  text-transform: uppercase;
  border: solid #ef3826 1px;
  padding: 5px 14px;
  margin: 14px 0 0 0;
  font-size: 0.7rem;
  text-align: center; }
.homepageRelatedItems .portal-text, .relatedArticles .portal-text {
  line-height: 1.6rem;
  padding: 0 7px 7px 7px; }

.authorList {
  margin: 14px 0;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .authorList h4, .authorList p {
    margin: 0; }
  .authorList p {
    font-size: 0.9rem;
    margin: 7px 0 14px 0;
    line-height: 1.25rem; }
  .authorList .authorListCntr {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 25px 0; }
    .authorList .authorListCntr img {
      width: 75px;
      height: 75px;
      border-radius: 100%;
      margin: 7px 25px 7px 14px;
      filter: grayscale(100%); }
    .authorList .authorListCntr .authorInfoCntr {
      display: flex;
      align-items: center;
      flex: 1;
      padding: 0 25px 0 0; }
      .authorList .authorListCntr .authorInfoCntr .authorInfo a {
        color: #000000; }
  .authorList .portal-list {
    flex: 1;
    font-size: 0.9rem; }
    .authorList .portal-list a {
      color: #000000; }
    .authorList .portal-list .portal-title {
      display: flex;
      margin: 0; }
      .authorList .portal-list .portal-title h4 {
        font-weight: 400;
        padding: 0; }
      .authorList .portal-list .portal-title a {
        margin: 5px;
        line-height: 1.7rem; }
    .authorList .portal-list .portal-readmore a {
      font-weight: 100; }
  .authorList .authorArticle a {
    /*        font-size:1.9rem;*/ }

.bannerBtn {
  grid-column: span 12;
  margin: 45px 0 25px 0;
  display: flex;
  align-items: center;
  /*    background-color: $gray-background;*/
  background: #ececec;
  background: -moz-linear-gradient(118deg, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.8351715686) 26%, rgba(236, 236, 236, 0.4766281513) 44%, rgba(236, 236, 236, 0.0648634454) 94%);
  background: -webkit-linear-gradient(118deg, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.8351715686) 26%, rgba(236, 236, 236, 0.4766281513) 44%, rgba(236, 236, 236, 0.0648634454) 94%);
  background: linear-gradient(118deg, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.8351715686) 26%, rgba(236, 236, 236, 0.4766281513) 44%, rgba(236, 236, 236, 0.0648634454) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec",endColorstr="#ececec",GradientType=1); }
  .bannerBtn h4 span {
    color: #ef3826; }
  .bannerBtn h4, .bannerBtn p {
    margin: 0;
    padding: 2px 0; }
  .bannerBtn .bannerBtn1, .bannerBtn .bannerBtn2 {
    display: flex;
    justify-content: center;
    align-items: center; }
  .bannerBtn .bannerBtn1 img {
    max-width: 225px;
    margin: -75px 0 -55px 0; }
  .bannerBtn .bannerBtn2 svg {
    margin: 0 27px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 5, 2021, 4:42:39 AM
    Author     : Robert Smith
*/
.classifiedsCntr .icol-in .item {
  border-bottom: solid 1px #e7e7e7 !important; }
  .classifiedsCntr .icol-in .item:last-child {
    border: none !important; }

.classifiedsCntr .mod_djclassifieds_items, .classifiedsCntr2 .mod_djclassifieds_items {
  /*        background: $gray-background;*/
  border: solid 1px #e7e7e7; }
  .classifiedsCntr .mod_djclassifieds_items .portal-block-name a, .classifiedsCntr2 .mod_djclassifieds_items .portal-block-name a {
    background: url(../images/arrow-white-right.svg) right center no-repeat; }
.classifiedsCntr .portal-header, .classifiedsCntr2 .portal-header {
  background-color: #ef3826; }
.classifiedsCntr .portal-block-name a, .classifiedsCntr2 .portal-block-name a {
  color: #ffffff; }
.classifiedsCntr .date, .classifiedsCntr .title_cat, .classifiedsCntr2 .date, .classifiedsCntr2 .title_cat {
  font-size: 12px; }
.classifiedsCntr .classifiedsText, .classifiedsCntr2 .classifiedsText {
  margin: 7px 0 0 0; }

/*.classifiedsCntr2 {
    .mod_djclassifieds_items {
        background: #f4f4f4;
        .portal-block-name {
        
        a {
            background: url(../images/arrow-right.svg) right center no-repeat;
            color:$black-color;
            }
        }
        .item {
            margin:7px 0;
        }
    }
}*/
.mod_djclassifieds_items {
  display: flex;
  flex-direction: column;
  /*    grid-column: span 3;
      align-self: flex-start;*/
  padding: 7px;
  /*    background-color: #e4e4e4;
      grid-area: 8/10/10/-1;*/ }
  .mod_djclassifieds_items .portal-header {
    margin: 7px; }
  .mod_djclassifieds_items a.addClassifiedsBtn {
    color: #ffffff;
    background-color: #505050;
    padding: 14px;
    margin: 7px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    clear: both; }
  .mod_djclassifieds_items .portal-block-name {
    margin: 0;
    padding: 14px 10px; }
    .mod_djclassifieds_items .portal-block-name a {
      text-transform: uppercase;
      display: block;
      width: 100%; }
  .mod_djclassifieds_items .icol-in > div {
    border-bottom: solid 1px #e7e7e7; }
  .mod_djclassifieds_items .icol-in:last-child .item, .mod_djclassifieds_items .icol-in .clear_both {
    border: none;
    padding: 1em 0;
    /*            margin:0 1em;*/ }
  .mod_djclassifieds_items .newclassifieds a.newClassifiedsTitle {
    color: #000000; }
    .mod_djclassifieds_items .newclassifieds a.newClassifiedsTitle h4 {
      margin: 7px;
      font-weight: 400;
      font-size: 1.1rem;
      line-height: 1.5rem; }
  .mod_djclassifieds_items .classifiedsDate {
    padding: 0px 7px; }
    .mod_djclassifieds_items .classifiedsDate a {
      color: #ef3826; }
  .mod_djclassifieds_items .classifiedsText {
    padding: 7px;
    font-weight: 200; }
    .mod_djclassifieds_items .classifiedsText a {
      color: #505050; }
  .mod_djclassifieds_items span.category {
    font-weight: 400; }
    .mod_djclassifieds_items span.category a {
      color: #000000; }

.classifiedsCntr2 {
  grid-column: span 12;
  margin: 2.5em 0; }
  .classifiedsCntr2 .date {
    font-weight: 200; }

#catalog h3.portal-block-name {
  line-height: 1em !important;
  font-size: 1.4em !important; }

.noAccountAd ul {
  list-style-type: none; }
  .noAccountAd ul li {
    margin: 14px; }
    .noAccountAd ul li i {
      padding: 0 7px; }
    .noAccountAd ul li a {
      color: #ef3826; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 18, 2020, 2:26:43 PM
    Author     : RobertSmith
*/
.banner300x300v1 img {
  width: 100%;
  max-width: 300px; }

.headerClassifieds #logoCntr {
  width: 100%; }
.headerClassifieds .translator {
  float: right;
  margin: 5px 0 0 auto; }

#editProfile {
  width: 100%;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: right; }
  #editProfile a {
    color: #000000;
    margin: 2px 0 0 7px; }

.djform_prom_desc {
  font-size: 0.9em; }

.promotions_info {
  margin: 7px 0 0 0; }

.no_results {
  margin: 14px; }

#dj-classifieds .title_delete {
  font-size: 19px !important;
  margin: 7px 0 !important;
  padding: 5px 14px !important; }
#dj-classifieds .button#abuse_form_button {
  background: #ffffff !important; }
#dj-classifieds .djcf_war_buttons a {
  min-width: 95px; }
#dj-classifieds .djcf_warning_outer {
  text-align: center;
  margin: 25px 0; }
#dj-classifieds .djcf_war_content {
  font-size: 19px; }

#dj-classifieds .button#ask_form_button {
  padding: 10px 30px; }

#leaderboardBanner {
  margin: 0 0 10px 0; }

.banneritem img {
  border-radius: 0px; }

select#ges-document-type-378 {
  scrollbar-width: none;
  background-image: none;
  display: ruby;
  border: none;
  height: 45px; }

select#ges-document-type-378 option {
  margin: 0 5px;
  padding: 5px;
  border: solid 1px #747474; }

select#ges-document-type-378 option:checked {
  color: #cc0000 !important; }

.geek-search-wrapper .search-form .input-group.input-large > input {
  padding: 7px 0; }

.label-info {
  background-color: #ef3826; }

.text-muted:before {
  content: "Data publikacji: "; }

.geek-search-wrapper .search-results .result-item {
  margin: 4px 0; }

.geek-search-wrapper .search-form .search-box .input-group > span::before {
  display: none; }

.geek-search-wrapper .search-form .search-box .input-group > span {
  background: #cc0000;
  border: solid 1px #cc0000;
  padding: 14px 25px; }

#geek-search-form-381 input.form-control {
  background: #ffffff url("https://www.monitorlocalnews.com/images/theme/searchIco.png") 99% center no-repeat;
  background-size: 19px;
  border: solid 2px #e7e7e7; }

/*#geek-search-form-381 .search-box:before {
    content: "Wyszukiwarka ogłoszeń drobnych";
    padding:25px;
    width: 100%;
    text-align: center;
    font-weight:700;
    font-size:2.7em;
    line-height: 1em;
}*/
ul.classifiedCategories {
  text-transform: uppercase; }

ul.classifiedCategories li.active > a {
  font-weight: bold;
  color: #cc0000; }

.djcf_menu ul.nav {
  color: #747474;
  background: none;
  text-align: left;
  margin: 7px; }
  .djcf_menu ul.nav > li {
    font-size: 1.2em; }

.djcf_menu ul.nav a {
  color: #000000 !important;
  display: block;
  width: 100%; }

.djcf_menu .newad_link_bottom a {
  background: #ef3826;
  width: 100%;
  font-size: 1.2em; }

.djcf_menu ul.nav a:hover {
  background: none;
  color: #cc0000; }

.djcf_menu ul.nav li {
  color: #747474; }

ul.nav li ul {
  display: none; }

.djcf_menu ul.nav li.active, .classifiedCategories ul.nav li ul {
  background: none; }

ul.classifiedCategories .deeper ul {
  display: contents; }

.djcf_menu ul.nav li.active ul {
  font-size: 0.9em;
  text-transform: capitalize; }

.classifiedCategories {
  display: flex;
  flex-direction: column;
  padding: 0; }
  .classifiedCategories h3 {
    font-size: 1.6em;
    border-bottom: solid 1px #e4e4e4;
    padding: 0 0 9px 0;
    margin: 0; }

.dj-cattree li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.cat1 a, .cat10 a, .cat18 a, .cat39 a, .cat43 a, .cat44 a, .cat47 a, .cat57 a, .cat59 a, .cat63 a, .cat65 a, .cat66 a, .cat67 a, .cat79 a, .cat80 a, .cat81 a, .cat82 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 19px 0; }

.cat1 a:before, .cat10 a:before, .cat18 a:before, .cat39 a:before, .cat43 a:before, .cat44 a:before, .cat47 a:before, .cat57 a:before, .cat59 a:before, .cat63 a:before, .cat65 a:before, .cat66 a:before, .cat67 a:before, .cat79 a:before, .cat80 a:before, .cat81 a:before, .cat82 a:before {
  font-family: "FontAwesome", sans-serif;
  color: #000000;
  font-size: 2em;
  margin: 20px 0;
  font-weight: 400; }

.cat1 a:before {
  content: "\f0c0"; }

.cat10 a:before {
  content: "\f007"; }

.cat18 a:before {
  content: "\f594"; }

.cat39 a:before {
  content: "\f1b9"; }

.cat63 a:before {
  content: "\f1b0"; }

.cat65 a:before {
  content: "\f004"; }

.cat57 a:before {
  content: "\f182"; }

.cat59 a:before {
  content: "\f0a1"; }

.cat47 a:before {
  content: "\f4c4"; }

.cat66 a:before {
  content: "\f15c"; }

.cat67 a:before {
  content: "\f0b1"; }

.cat79 a:before {
  content: "\f26c"; }

.cat80 a:before {
  content: "\f206"; }

.cat81 a:before {
  content: "\f109"; }

.cat82 a:before {
  content: "\f1e3"; }

.cat43 a:before {
  content: "\f155"; }

.cat44 a:before {
  content: "\f49e"; }

.moduletable_newads {
  margin: 45px 0; }

.moduletable_newads .mod_djclassifieds_items {
  margin: 25px 0; }

.classifiedCategories li.current {
  display: flex !important;
  flex-direction: column; }

.classifiedCategories li.current ul {
  display: contents !important; }

.invalid {
  background: #fff7bd;
  color: #333333 !important; }

#verification_alert {
  font-size: 1.4em !important; }

.itemid1073 a, .itemid-1073 a {
  color: #373737 !important;
  font-weight: 700; }

.itemid1073 a span, .itemid-1073 a span {
  color: #373737 !important;
  font-weight: 700; }

a.additem {
  /*    background:#FFD700 !important;*/ }

.active .additem span {
  color: #ffffff !important; }

#ask_form form {
  display: flex;
  flex-direction: column; }

#ask_form form input {
  min-height: 41px; }

#ask_form form input, #ask_form form textarea {
  border: solid 4px #e1e1e1; }

#ask_form form button {
  margin: 10px 0px !important; }

.date_cat span {
  margin-right: 7px; }

.custom_tygodnik-monitor, .moduletable_tygodnik-monitor {
  display: inline-block; }

.form-horizontal .control-label {
  display: inline !important; }

.form-horizontal .controls {
  margin: 0px !important;
  clear: both; }

input[type="password"], input[type="email"] {
  height: auto !important; }

.form-horizontal .control-group {
  padding: 0px !important;
  margin: 0px 0px 5px 0px !important; }

.promotion-1 {
  border-bottom: solid 4px #c00;
  background: #fff77b;
  margin: 2px 0px; }

.promotion-3 {
  border: solid 4px #c00;
  background: none;
  margin: 2px 0px; }

.propertyaddress {
  font-size: 1.2em !important;
  font-weight: 700 !important; }

.profile_name a {
  display: block !important; }

.classifieds_buttons {
  font-size: 1.7em; }

.td_pdetails .pd_row {
  font-size: 1.2em; }

.pd_row_total {
  font-size: 1.7em; }

#djform_cost {
  font-size: 1.9em;
  color: #000000;
  font-weight: bold;
  width: calc(100% - 40px);
  text-align: right;
  padding: 7px 20px;
  background: #f4f4f4; }

#djform_cost:before {
  content: 'Razem: ';
  float: left; }

.at-share-btn-elements {
  margin: 20px 0px; }

ul.dj-cattree {
  padding-left: 20px; }

.payment_td a {
  width: 100% !important;
  font-size: 1.2em; }

.profile .dl-horizontal {
  font-size: 1.2em;
  line-height: 1.4em; }

.profile #users-profile-core {
  clear: both; }

.profile a.btn {
  border: solid 4px;
  margin: 5px;
  text-transform: uppercase;
  font-weight: 700; }

#jform_name-lbl, #jform_username-lbl, #jform_password1-lbl, #jform_password2-lbl, #jform_password2, #jform_email1-lbl, #jform_email2-lbl, #jform_captcha-lbl, #jform_email-lbl {
  display: inline-block !important; }

#dashboard-right {
  display: none; }

#dj-classifieds .item_img_box img[src*="no-image.png"] {
  display: none; }

#dj-classifieds .see_details_box a {
  background: #ef3826;
  text-transform: uppercase;
  font-weight: 700; }

#dj-classifieds .see_details_box a:hover {
  background: #d82622; }

.promotion-1 .item_desc a {
  color: #000000; }

.dj-items .item_desc a {
  font-size: 1em;
  line-height: 1.4em; }

#dj-classifieds .button {
  background: #ef3826 !important;
  margin: 0 0 7px 0; }

#dj-classifieds .dj-item .general_det_in {
  padding-left: 0px; }

#dj-classifieds .dj-item .additional {
  border-top: solid 1px #ebebeb;
  margin-top: 25px;
  padding-top: 20px; }

#dj-classifieds .dj-item .description h2, #dj-classifieds .dj-item .additional h2 {
  background-position: left 9px;
  padding-bottom: 7px; }

#dj-classifieds .dj-item .row {
  margin: 0px; }

#dj-classifieds .dj-item .title_top h2 {
  font-size: 2.3em;
  margin: 20px 0px;
  font-weight: 700; }

ul.dj-cattree {
  list-style: none; }

.dj-cattree a {
  color: #747474;
  font-size: 1.2em;
  line-height: 1.2em; }

#dj-classifieds .dj-cattree-box .dj-cattree li.lvl0 > a {
  font-size: 1.7em; }

#dj-classifieds .description .desc_content {
  line-height: 1.9em;
  font-size: 1.2em; }

#dj-classifieds .dj-cattree-box .dj-cattree ul li {
  list-style: square inside;
  color: #d82622; }

.item_desc a {
  color: #000000;
  font-size: 1.2em;
  line-height: 1.7em; }

#dj-classifieds .dj-items .item_row .item_row_in {
  border-left: none;
  border-right: none; }

#dj-classifieds .dj-items .item_row .item_content .item_title h3 a {
  color: #ef3826;
  font-size: 1.2em;
  line-height: 1.4em; }

ul#loginform, ul#loginform li.active, ul#loginform li a:hover {
  background: none; }

ul#loginform, ul#loginform li, ul#loginform li a {
  padding: 0px;
  margin: 0px; }

ul#loginform li a {
  color: #747474 !important;
  font-size: 14px; }

.moduletable_login, ul#loginform {
  display: inline-block; }

.moduletable_login {
  float: right;
  margin: 2px 25px 0px 0px;
  position: relative;
  z-index: 100; }

#dj-classifieds .dj-cattree-box .title_top {
  font-size: 2.3em; }

/*#loginform li::before {
  font-family: "FontAwesome";
  content: "\f007";
  margin: 0px 10px 0px 0px;
  font-size: 17px;
}*/
/*.moduletable_login ul {
  float: right;
  margin: 2px 25px 0px 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #cc0000;
  font-size: 14px; }

.moduletable_login a::before {
  font-family: "FontAwesome";
  content: "\f007";
  margin: 0px 10px 0px 0px;
  font-size: 17px; }

.moduletable_login a:hover {
  color: #a6a8aa; }*/
#dj-classifieds {
  margin-top: 0px; }

label, input, button, select, textarea {
  font-size: 1.0em; }

select.goog-te-combo {
  font-size: 1.0em !important; }

#mod_djcf_search353 input, #mod_djcf_search353 select {
  width: 100%;
  border: solid 4px #e1e1e1;
  padding: 7px;
  color: #747474;
  font-size: 1.3em; }

.search_buttons {
  margin: 0px 0px 40px 0px !important; }

.search_buttons button {
  background: #d82622; }

a.reset_button {
  background: #e1e1e1;
  color: #747474;
  width: 49%;
  text-transform: uppercase;
  padding: 5px 9px 9px 9px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 1.7em; }

.dj_cf_search .search_buttons button {
  width: 100%;
  font-size: 1.4em; }

.cat_lvl2 .search_buttons button {
  width: 100% !important; }

.djcf_se_row {
  margin: 5px 0px !important; }

.dj_cf_search .djcf_se_row div {
  margin: 5px 0 0 !important; }

select {
  background-image: url("../images/search-arrow.png");
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

.login .well, .reset .well, .remind .well, .registration .well, .profile-edit .well {
  background: none;
  border: none;
  padding: 19px 0px; }

.login .well .controls input, .reset .well .controls input, .reset-confirm .controls input, .remind .well .controls input, .registration .well .controls input, .profile-edit .well .controls input {
  width: calc(100% - 22px);
  border: solid 4px #e1e1e1;
  padding: 7px; }

#remember {
  margin: 19px 5px; }

.login .btn, .reset .btn, .reset-confirm .btn, .remind .btn, .registration .btn, .profile-edit .btn {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0px;
  padding: 14px 0px; }

.registration a.btn, .profile-edit a.btn {
  background: #e1e1e1;
  color: #747474;
  display: block;
  text-align: center; }

.registration legend, .profile legend, .profile-edit legend {
  font-size: 2.3em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1em; }

ul.loginhelp {
  margin: 0px;
  padding: 0px; }

.loginhelp li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin: 10px 0px; }

.loginhelp li a {
  color: #747474;
  border: solid 4px #747474;
  width: calc(100% - 8px);
  padding: 7px 0px;
  display: inline-block; }

.loginhelp li a:hover {
  color: #e1e1e1;
  border: solid 4px #e1e1e1; }

#dj-classifieds .dj-additem h1 {
  font-size: 2.7em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: solid 1px #e1e1e1;
  margin: 0px 0px 25px 0px; }

#classifiedstype ul {
  padding: 0px;
  margin: 0px; }

#classifiedstype li {
  list-style: none;
  padding: 0px;
  margin: 14px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.3em;
  text-align: center; }

#classifiedstype li a {
  border: solid 4px #d82622;
  width: 70%;
  display: inline-block;
  padding-top: 7px; }

#classifiedstype li a:hover {
  background: #d82622;
  color: #ffffff; }

#dj-classifieds .dj-additem input[type="text"], #dj-classifieds .dj-additem textarea, #dj-classifieds .dj-additem select {
  border: solid 4px #e1e1e1;
  padding: 7px;
  margin: 5px 0 0 0; }

#addclassified .header-large-banner {
  display: none; }

.classifieds_buttons a.button {
  background: #e1e1e1;
  color: #747474; }

.classifieds_buttons #submit_button {
  background: #d82622; }

a.back_to_edit {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  border: solid 2px #d82622;
  padding: 5px 20px;
  display: inline-block;
  float: right; }

.paymentdetails .td_title h2 {
  padding-top: 0px;
  margin-top: 0px; }

main h2 {
  font-size: 2.3em;
  line-height: 1.4rem; }

.adCntr {
  margin: 25px 0; }

.archiveContent .intro-text {
  font-size: 1.2em; }
.archiveContent .item-image img {
  /*            width:70%;*/ }

#sidebar-b {
  /*    clear:both;*/
  float: right; }

#dj-classifieds .dj-item .additional {
  margin: 0 0 0 19px; }

.dj-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .dj-category .cat_title_desc {
    margin: 7px 14px;
    font-size: 0.7em; }

.dj-cattree .lvl0 a:hover {
  color: #d82622 !important; }
.dj-cattree .lvl0 a:visited {
  color: #747474; }

#classifiedsCntr {
  padding: 0 2%;
  width: 96%; }
  #classifiedsCntr #sidebarb .mod_djclassifieds_items .portal-block-name a {
    color: #ffffff; }

#classifiedsCategoryList .classifiedCategories li {
  border-bottom: solid 1px #747474;
  padding: 7px !important; }
  #classifiedsCategoryList .classifiedCategories li a:focus {
    background: none; }
  #classifiedsCategoryList .classifiedCategories li.parent {
    background-image: url("../images/search-arrow.png");
    background-repeat: no-repeat;
    background-position: right center; }
  #classifiedsCategoryList .classifiedCategories li.active {
    background: none;
    color: #b81a00; }
    #classifiedsCategoryList .classifiedCategories li.active > a {
      color: #ef3826 !important;
      margin: 10px 0 10px 0; }
    #classifiedsCategoryList .classifiedCategories li.active ul {
      display: flex;
      flex-direction: column; }
    #classifiedsCategoryList .classifiedCategories li.active ul li {
      border: none;
      padding: 5px 0  !important; }
      #classifiedsCategoryList .classifiedCategories li.active ul li a {
        padding: 2px 0px 2px 10px; }
#classifiedsCategoryList ul.nav li ul {
  position: unset;
  padding: 0; }

li.active ul li:last-of-type {
  border: none; }

#componentCntr {
  display: flex; }

#classifiedsCategory {
  border: solid 2px #747474;
  background-image: url("../images/search-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin: 10px 0; }
  #classifiedsCategory h4 {
    font-size: 1.6em;
    padding: 7px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif; }

.moduletable_classifiedSearch {
  border-bottom: solid 2px #f4f4f4;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0; }
  .moduletable_classifiedSearch h3 {
    width: 100%;
    font-weight: 700;
    line-height: 1em; }

#geek-search-form-381 .phrases-box {
  display: flex;
  justify-content: center; }

#classifiedsColumn {
  margin: 0 auto;
  width: 100%; }
  #classifiedsColumn .dj-cattree {
    display: flex; }

.header-large-banner-classifieds {
  margin: 75px 0 75px 0; }

#geek-search-381 {
  margin: 14px 0 0 0; }

.moduletable_newads {
  margin: 45px 0 45px 0; }
  .moduletable_newads h2.newads {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    color: #000000;
    background: none;
    text-shadow: none;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6em;
    padding: 10px;
    border-bottom: solid 2px #747474; }
  .moduletable_newads .newclassifieds {
    border: none; }

.djc_images {
  margin: 14px 0 0 0; }

.images_wrap {
  max-width: 100% !important; }
  .images_wrap img {
    padding: 5px; }

.description h1 {
  font-size: 1.9em;
  line-height: 1.4em; }
.description h4 {
  color: #878787;
  border-bottom: solid 1px #878787;
  padding: 7px; }

.addClassifiedLink a {
  color: #ffffff !important;
  background: #cc0000;
  width: calc(100% - 28px);
  font-size: 1.4em;
  text-align: center;
  border-radius: 5px;
  padding: 14px !important;
  margin: 7px 0 14px 0; }
  .addClassifiedLink a:hover {
    /*            background: none !important;*/ }

.geek-search-wrapper .search-form {
  padding: 0 !important; }

.main_cat_desc p {
  font-size: 1.2em !important; }

.moduletable_classifiedsHeaderBtn {
  float: left; }
  .moduletable_classifiedsHeaderBtn a {
    color: #ffffff !important;
    background: #cc0000;
    padding: 4px 14px;
    display: block; }
    .moduletable_classifiedsHeaderBtn a:hover, .moduletable_classifiedsHeaderBtn a:focus, .moduletable_classifiedsHeaderBtn a:visited {
      color: #ffffff;
      background: #cc0000; }

.fav_icon_link {
  float: left; }

.dj-item-in .at-share-btn-elements {
  margin: 14px !important; }

.geek-search-wrapper .controls label {
  margin: 0 5px; }

#sidebarb .mod_djclassifieds_items .portal-block-name a {
  background: url(../images/arrow-white-right.svg) right center no-repeat;
  color: #ffffff; }

#classifiedsColumn .mod_djclassifieds_items .portal-block-name a {
  background: url(../images/arrow-white-right.svg) right center no-repeat;
  color: #ffffff; }

.djcf_menu a.button {
  padding: 13px 15px;
  width: calc(100% - 30px); }

.item_details_in {
  font-size: 0.9em;
  line-height: 1.4em; }

.main_cat_title .rss_icon {
  float: right; }
.main_cat_title .main_cat_title_path a {
  color: #ef3826; }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .item_details_in {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-left: 20px; }
    .item_details_in div {
      margin-right: 7px; }

  .blog .pull-left {
    width: 100%; }

  #dj-classifieds h1.main_cat_title {
    font-size: 2em; }

  .moduletable_classifiedSearch h3 {
    padding: 0;
    font-size: 1.9em; }

  .searchform {
    margin: 0 0 20px 0; }

  .infolinialogo {
    margin: 20px 0 0 0; }

  #headerbottom {
    margin: 0; }

  #sidebarb .moduletable_newads, #sidebarb .right-banner-2, .newad_link_bottom {
    display: none; }

  .moduletable_categories > h3 {
    display: none; }

  .moduletable_categories {
    margin: 0 0 25px 0; }

  #geek-search-form-381 {
    padding: 0px 7px 0px 7px; }
    #geek-search-form-381 .search-box {
      padding: 0 10px; }
    #geek-search-form-381 .phrases-box {
      flex-direction: column; }

  #classifiedsCntr {
    margin: 14px auto; }

  #componentCntr {
    flex-direction: column-reverse; }
    #componentCntr #sidebarb {
      flex-basis: 100%;
      /*            padding:0 2% 0 0;*/ }
    #componentCntr #classifiedsColumn {
      flex-basis: 100%; }
      #componentCntr #classifiedsColumn .dj-cattree {
        flex-wrap: wrap;
        justify-content: center; }
        #componentCntr #classifiedsColumn .dj-cattree li {
          flex-basis: 45%; }
          #componentCntr #classifiedsColumn .dj-cattree li a {
            font-size: 1.2em; }
            #componentCntr #classifiedsColumn .dj-cattree li a:hover {
              text-decoration: none; }

  .computerCategories {
    display: none !important; }

  .newadsv2 {
    display: none; }

  #classifiedsCategoryList {
    display: none; } }
.additem_djform img {
  width: auto !important;
  height: auto; }
.additem_djform a {
  color: #ef3826; }

.additem_djform_in label {
  margin: 0 7px;
  font-size: 0.9em; }
.additem_djform_in .titletext {
  padding: 0;
  margin: 0; }

.dj-useradverts img {
  width: auto !important; }
.dj-useradverts .row_ua2_in a {
  padding: 7px 14px !important; }

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .item_details_in {
    display: block; }

  .blog .pull-left {
    width: 40%; }

  #dj-classifieds h1.main_cat_title {
    font-size: 2em; }

  .phoneCategories {
    display: none; }

  .computerCategories {
    display: flex !important; }

  .moduletable_classifiedSearch h3 {
    padding: 0 25px;
    font-size: 2.3em; }

  #geek-search-form-381 {
    padding: 0px 75px 7px 75px; }
    #geek-search-form-381 .phrases-box {
      flex-direction: row; }

  #classifiedsCntr {
    margin: 27px auto; }

  #componentCntr {
    flex-direction: row; }
    #componentCntr #sidebarb {
      flex-basis: 35%;
      padding: 0 2% 0 0; }
    #componentCntr #classifiedsColumn {
      flex-basis: 65%; }
      #componentCntr #classifiedsColumn .dj-cattree {
        flex-wrap: no-wrap;
        justify-content: space-around; }
        #componentCntr #classifiedsColumn .dj-cattree li {
          flex-basis: 20%; }
          #componentCntr #classifiedsColumn .dj-cattree li a {
            text-align: center;
            line-height: 1em; }

  #classifiedsCategoryList, .moduletable_categories > h3, #sidebarb .moduletable_newads, #sidebarb .right-banner-2, .newad_link_bottom {
    display: block; }

  #classifiedsCategory {
    display: none; }

  #headerbottom {
    margin: 14px 0 0 0; } }
/* Medium Devices, Desktops */
/*@media only screen and (min-width : 992px)*/
@media only screen and (min-width: 960px) {
  .searchform {
    margin: 0; }

  .moduletable_classifiedsHeaderBtn {
    display: none; }

  .infolinialogo {
    margin: 0; }

  #classifiedsColumn .dj-cattree li a {
    font-size: 1.7em; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #componentCntr #sidebarb {
    flex-basis: 25%;
    padding: 0 2% 0 0; }
  #componentCntr #classifiedsColumn {
    flex-basis: 75%; } }
/* update end */
userBtn
h1#listingName {
  font-size: 1.9em;
  margin: 0 14px 0 0; }
  userBtn
  h1#listingName a {
    width: auto; }

#packagesList main {
  max-width: 95%; }

.jbd-container .process-steps li.is-complete:before, .jbd-container .process-steps li.is-complete .process-steps > li.is-complete:after {
  background: #1c3a65; }

.jbd-container .process-steps li.is-complete {
  color: #000000; }

.planPromo {
  background: url("https://www.monitorlocalnews.com/images/theme/bg-line.png") center center no-repeat;
  background-size: cover;
  padding: 7px 32px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9em; }

#business_id {
  padding: 4px 27px 4px 7px; }

.moduletable_bottomInfo2 {
  padding: 0 25px;
  max-width: 1250px;
  margin: 0 auto; }

.moduletable_userAccount {
  width: max-content; }
  .moduletable_userAccount .allow-registration {
    display: none !important; }
  .moduletable_userAccount a.jbd-username {
    color: #000000; }
    .moduletable_userAccount a.jbd-username i {
      margin: 0; }
  .moduletable_userAccount .dropdown {
    left: 0 !important; }
    .moduletable_userAccount .dropdown a {
      color: #000000; }

#dir-navigation ul.nav-second-level {
  padding: 0; }

.jpackage-desc h4 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.9em !important;
  color: #000000;
  margin: 0 0 14px 0 !important; }

#jdb-wrapper.tmpl-style-1 .nav > li a, #jdb-wrapper.tmpl-style-1 .nav > li.active {
  border-radius: 5px; }

#jdb-wrapper.tmpl-style-1 .nav > li a {
  padding: 12px 20px 12px 25px !important; }

#jbd-user-login .jmodal-header, #jbd-user-registration .jmodal-header, #legend .jmodal-header {
  padding: 45px; }
#jbd-user-login .jmodal-body, #jbd-user-registration .jmodal-body, #legend .jmodal-body {
  padding: 0 45px 45px 45px; }
  #jbd-user-login .jmodal-body a, #jbd-user-registration .jmodal-body a, #legend .jmodal-body a {
    color: #1c3a65;
    font-weight: 700; }
  #jbd-user-login .jmodal-body #jform_name, #jbd-user-login .jmodal-body #jinput-username, #jbd-user-registration .jmodal-body #jform_name, #jbd-user-registration .jmodal-body #jinput-username, #legend .jmodal-body #jform_name, #legend .jmodal-body #jinput-username {
    margin: 0 0 14px 0; }
  #jbd-user-login .jmodal-body button, #jbd-user-registration .jmodal-body button, #legend .jmodal-body button {
    width: 100%;
    padding: 14px 0;
    font-weight: 700; }
#jbd-user-login #term_conditions, #jbd-user-registration #term_conditions, #legend #term_conditions {
  line-height: 1.4em; }
  #jbd-user-login #term_conditions p, #jbd-user-registration #term_conditions p, #legend #term_conditions p {
    color: #000000; }
  #jbd-user-login #term_conditions a, #jbd-user-registration #term_conditions a, #legend #term_conditions a {
    font-weight: 700; }

.headerLeft {
  width: 70%; }

.packages-info-container {
  max-width: 1100px !important; }
  .packages-info-container .packages-info-text {
    line-height: 1.7em; }

.categories-style-4 .category-wraper {
  min-height: 140px; }

.headerCatalog .cntrRow {
  flex-wrap: nowrap !important; }

.jbd-container .jitem-card .jitem-img-wrap .card-hoverable {
  background-color: transparent !important; }

.moduletable_catalogPrices .jbd-container .packages-info-title {
  margin: 0 0 25px 0;
  line-height: 1.4em; }
.moduletable_catalogPrices .jbd-container .packages-info-container, .moduletable_catalogPrices .jbd-container .packages-info-text {
  max-width: 1100px;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.7em; }
.moduletable_catalogPrices #process-container {
  margin: 45px 0 45px 0; }
  .moduletable_catalogPrices #process-container .process-steps {
    margin: 0 auto; }

.moduletable_featuredItems, .moduletable_catalogPrices {
  margin: 25px 0 75px 0; }
  .moduletable_featuredItems h2, .moduletable_catalogPrices h2 {
    font-size: 2.7em;
    text-align: center;
    margin: 25px 0 25px 0;
    line-height: 1em; }

.moduletable_bottomInfo1 h2 {
  font-size: 2.7em;
  text-align: center;
  margin: 25px 0 25px 0;
  line-height: 1em; }

.flexCntr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .flexCntr div {
    max-width: 425px;
    width: 100%;
    background-color: #fafafa;
    border-radius: 7px;
    padding: 45px;
    margin: 14px;
    text-align: center; }
    .flexCntr div p {
      font-size: 1.4em;
      line-height: 1.4em; }
  .flexCntr svg {
    width: 110px;
    margin: 0 0 25px 0; }
  .flexCntr path {
    fill: #1c3a65; }

#logoRow #userBtn {
  float: right;
  margin: -7px 0 0 0;
  display: flex;
  align-items: center;
  font-weight: 700; }
  #logoRow #userBtn .user-area {
    display: flex;
    align-items: center; }
    #logoRow #userBtn .user-area a {
      color: #000000; }
  #logoRow #userBtn .lineBreak {
    margin: 0 7px;
    color: #e7e7e7; }
  #logoRow #userBtn svg {
    width: 19px !important;
    margin: 7px 7px 0 0; }
  #logoRow #userBtn p {
    margin: 7px 19px -4px 0;
    padding: 0 14px 0 0;
    text-transform: uppercase;
    border-right: solid 1px #e4e4e4; }
    #logoRow #userBtn p a {
      color: #000000;
      text-decoration: none; }
  #logoRow #userBtn #languageCntr svg {
    width: 32px !important;
    margin: 0 7px !important; }

#jpackage-2 .jpackage-price-duration, #jpackage-2 .jpackage-price-info, #jpackage-8 .jpackage-price-duration, #jpackage-8 .jpackage-price-info {
  display: none !important; }

.jbd-container #search-path ul.category-breadcrumbs.category-breadcrumbs {
  margin: 10px 0 0 0; }

#itemTopCntr {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.jbd-container .btn-success, .jbd-container .btn-success:hover {
  background-color: #ef3826;
  border-color: #ef3826; }

.jbd-container #company-style-7-container #search-path {
  margin: 0 0 14px 0; }

.infoCntrLine1 {
  margin: 0 0 7px 7px; }
  .infoCntrLine1 a {
    color: #1c3a65;
    font-weight: 500; }
  .infoCntrLine1 .verticalLine {
    color: #e4e4e4;
    margin: 0 5px; }

.jbd-container .card-elements {
  width: 100% !important; }
.jbd-container .bg-dark {
  background-color: #1c3a65 !important; }
.jbd-container .jmodal-header-title {
  line-height: 1.2em; }
.jbd-container .jmodal-body {
  padding: 0; }
.jbd-container .jinput-outline {
  margin: 7px 0; }
.jbd-container .jmodal-header .close-btn {
  top: 25%;
  right: 15px; }
.jbd-container .jbd-checkbox label {
  line-height: 1.2em; }
.jbd-container .categories-menu ul.main-categories {
  padding: 0;
  margin: 0 0 25px 0;
  max-width: 100%; }
.jbd-container .jbtn-offer *[class*='jbtn-offer-info'] {
  width: 110px;
  height: 145px;
  border-radius: 0 0 7px 7px;
  padding: 23px 0 0 0; }
.jbd-container .jbtn-offer [class*="jbtn-offer-info"] > :not(a) {
  padding: 0;
  margin: 4px 0; }
.jbd-container .jbtn-offer *[class*='jbtn-offer-info'] > *:not(a) span {
  font-size: 3.1em;
  margin: 0 0 14px 0; }
.jbd-container .jbtn-offer-info {
  flex-direction: column;
  background-color: #ef3826; }
  .jbd-container .jbtn-offer-info p {
    padding: 0;
    margin: 0; }
  .jbd-container .jbtn-offer-info hr {
    background: #ffffff;
    width: 45%;
    height: 1px;
    margin: 14px 0; }
  .jbd-container .jbtn-offer-info span {
    font-family: Bebas Neue, sans-serif;
    font-size: 2.7em;
    letter-spacing: -1px;
    font-weight: 700; }
.jbd-container .offer-price {
  /*        .price {
              letter-spacing: 0;
              font-weight:700;
              font-size:1.4em;
          }*/ }
  .jbd-container .offer-price .old-price {
    font-weight: 400;
    font-size: 1em;
    text-decoration: line-through;
    letter-spacing: 0; }
.jbd-container #jbd-results-list-container .col-lg-5 {
  padding: 0; }
.jbd-container #jbd-results-list-container .result-item .item-image-cover #hover-effect {
  min-width: 100%;
  min-height: 320px;
  padding: 0 0 0 14px; }
.jbd-container .offer-list-style-1 .result-item .item-image-cover {
  border-radius: 0; }
.jbd-container .offer-list-style-1 .result-item .col-lg-3 {
  padding: 0;
  min-height: 220px; }
.jbd-container .offer-list-style-1 .result-item .result-content .item-name {
  margin: 0 0 14px 0; }
.jbd-container .offer-list-style-1 .result-item .result-content .col-lg-7, .jbd-container .offer-list-style-1 .result-item .result-content .col-lg-5 {
  padding: 0; }
.jbd-container .offer-list-style-1 .result-item .item-options .item-option {
  min-width: auto; }
.jbd-container .offer-list-style-1 .result-item .item-options .col-md-6 {
  padding: 0; }
.jbd-container #search-results .pagination-container {
  width: 100%; }
  .jbd-container #search-results .pagination-container .pagination {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 1.3em;
    border-top: solid 1px #e7e7e7;
    border-radius: 0;
    padding: 25px 7px; }
    .jbd-container #search-results .pagination-container .pagination .limit select {
      padding: 0 14px 0 7px;
      margin: 0 0 0 7px; }
    .jbd-container #search-results .pagination-container .pagination .pagination-list li.active {
      border-bottom: solid 1px #000000; }
.jbd-container .offer-details-1 .price-value {
  font-weight: 700; }
.jbd-container .offer-details-1 .business-details {
  padding: 14px 5px;
  border: solid 1px #e7e7e7;
  border-radius: 7px; }
.jbd-container .offer-details-1 .offer-business {
  margin-left: 25px; }
  .jbd-container .offer-details-1 .offer-business i.icon {
    width: 17px;
    height: 17px; }
  .jbd-container .offer-details-1 .offer-business .business-head {
    padding: 0; }
  .jbd-container .offer-details-1 .offer-business .business-item {
    line-height: 29px; }
  .jbd-container .offer-details-1 .offer-business .business-name {
    padding: 0;
    font-weight: 700;
    font-size: 1.7em; }
.jbd-container .offer-details-1 .itemPhone a {
  font-size: 1em; }
.jbd-container .offer-details-1 .offerCompany {
  margin: 0 0 7px 0; }
  .jbd-container .offer-details-1 .offerCompany a {
    color: #000000;
    font-weight: 700; }
.jbd-container .info-box-content .info-phone {
  font-weight: 700;
  font-size: 14px; }
.jbd-container .info-box-image {
  margin: 14px 0 0 0; }
.jbd-container #slidergallery ul.gallery a {
  border-radius: 5px;
  padding: 5px; }
  .jbd-container #slidergallery ul.gallery a img {
    width: 145px;
    height: 125px; }
.jbd-container .header-icons .icon {
  width: 17px;
  height: 17px; }
.jbd-container .view-counter {
  margin: 0 7px;
  font-size: 14px; }
  .jbd-container .view-counter i.icon {
    margin: 0; }
.jbd-container .filter-switch {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: #3f4247; }
.jbd-container .search-options {
  flex-wrap: nowrap; }
  .jbd-container .search-options .jbd-select-box select {
    padding: 7px;
    border: solid 1px #e7e7e7; }
  .jbd-container .search-options .jbd-select-box a {
    height: 37px;
    line-height: 37px;
    border-radius: 5px; }
  .jbd-container .search-options .view-mode a {
    width: 37px;
    height: 37px;
    line-height: 43px;
    border-radius: 5px; }
.jbd-container .result-item .result-header-row .col-lg-5 {
  display: flex; }
.jbd-container .process-steps li.is-active:before {
  background: #ef3826; }
.jbd-container .process-steps li.is-active {
  color: #000000;
  font-weight: 700; }
.jbd-container .result-content-bottom {
  padding-top: 14px;
  margin-top: 10px;
  border-top: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.listing-banners .company-style-box {
  border: none !important;
  box-shadow: none !important; }

.business-hours {
  padding: 14px; }
  .business-hours strong {
    font-size: 1.2em; }
  .business-hours .day {
    font-weight: 700; }

.jbd-container .jpackage-wrap .jpackage-footer {
  width: 75%;
  padding: 14px;
  font-size: 1.4em;
  background-color: #ef3826;
  border-radius: 7px; }
  .jbd-container .jpackage-wrap .jpackage-footer a {
    color: #ffffff; }
    .jbd-container .jpackage-wrap .jpackage-footer a:hover {
      color: #ffffff; }
  .jbd-container .jpackage-wrap .jpackage-footer:hover {
    background-color: #ef3826; }

.jbd-container .search-results .search-result-module {
  margin: 0 0 25px 0; }

.jbd-container .jbd-search-statistics {
  margin: 25px 0 0 0; }

#claimCntr h4 {
  font-size: 17px;
  font-weight: 700; }
#claimCntr h4, #claimCntr p, #claimCntr ul {
  margin: 14px; }
#claimCntr li {
  margin: 0 14px; }
#claimCntr .businessClaim2 a {
  font-size: 1.2em;
  padding: 7px 14px; }

.businessClaim1 {
  display: flex;
  align-items: center; }
  .businessClaim1 .la {
    color: #ffffff !important; }
  .businessClaim1 a {
    font-size: 12px; }
    .businessClaim1 a.btnClaim {
      background: #ef3826;
      color: #ffffff;
      font-weight: 700;
      padding: 0px 7px 5px 5px;
      margin: 0 7px; }
    .businessClaim1 a .la-pencil:before {
      font-size: 12px; }

.businessClaim2 .la {
  color: #ffffff !important; }
.businessClaim2 a {
  margin: 14px 0 0 0; }
  .businessClaim2 a.btnClaim {
    background: #ef3826;
    color: #ffffff;
    font-weight: 700;
    padding: 2px 7px 2px 5px; }

.jbd-container #company-style-7-container #businessOffer, .jbd-container #company-style-7-container #galleryCntr {
  border: none;
  box-shadow: none;
  padding: 0; }
.jbd-container #company-style-7-container .result-item {
  margin: 0 0 25px 0; }
.jbd-container #company-style-7-container .style-7-header {
  border: none; }
.jbd-container #company-style-7-container .listing-content {
  padding: 0; }
  .jbd-container #company-style-7-container .listing-content .col-md-7 {
    padding: 0; }
.jbd-container #company-style-7-container .company-style-box {
  font-size: 14px;
  padding: 10px; }
  .jbd-container #company-style-7-container .company-style-box h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 700;
    display: flex;
    align-items: baseline; }
    .jbd-container #company-style-7-container .company-style-box h3 i {
      margin: 0 7px 0 0; }

.addressDistance {
  color: #1c3a65;
  font-weight: 700;
  margin: 7px 0; }

.socialBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 14px; }
  .socialBtn a {
    margin: 0 4px;
    padding: 0; }

a.itemQuoteBtn {
  color: #ffffff;
  background-color: #ef3826;
  font-weight: 700;
  font-size: 1.1em;
  padding: 7px 14px;
  border-radius: 4px; }
  a.itemQuoteBtn:hover {
    color: #ffffff; }

.search-filter-header {
  flex-direction: column; }

.jbd-container h1 .claimed,
.claimed {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 14px;
  display: flex; }
  .jbd-container h1 .claimed p,
  .claimed p {
    margin: 4px 0 0 5px;
    padding: 0;
    align-self: center; }
  .jbd-container h1 .claimed .la-check::before,
  .claimed .la-check::before {
    background: #ef3826;
    color: #ffffff;
    padding: 4px;
    border-radius: 100%;
    font-size: 7px;
    font-weight: 700; }

.categoryCntr {
  margin: 14px 0 0 0; }
  .categoryCntr a {
    background: #ececec;
    color: #747474;
    padding: 2px 7px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    margin: 2px 0; }
    .categoryCntr a:hover {
      color: #000000; }

#search-module .header-large-banner {
  margin-bottom: 25px; }

/*$theme-color*/
.jbd-container .categories-style-4 a:hover .category-title {
  color: #ffffff; }
.jbd-container .categories-style-4 a:hover .category-wraper {
  background-color: #ef3826; }
.jbd-container .categories-style-4 .category-wraper {
  padding: 10px; }
.jbd-container .categories-style-4 .category-title {
  font-size: 14px; }
.jbd-container .categories-style-4 .category-icon {
  margin: 14px 0 7px 0; }
  .jbd-container .categories-style-4 .category-icon .la {
    font-size: 34px; }
.jbd-container .categories-style-4 .category-wraper {
  background-color: #1c3a65;
  color: #ffffff; }
  .jbd-container .categories-style-4 .category-wraper .category-icon *::before {
    color: #ffffff; }
  .jbd-container .categories-style-4 .category-wraper .category-title {
    color: #ffffff; }
.jbd-container .col-6 {
  padding: 12px !important; }
.jbd-container .offerTitle {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .jbd-container .offerTitle h1 {
    font-weight: 700; }
.jbd-container .jitem-card .jitem-title {
  line-height: 1.2em; }
.jbd-container .jitem-card .price {
  font-weight: 700;
  letter-spacing: 0; }
.jbd-container #attachmentCntr {
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: solid 1px #e7e7e7; }
  .jbd-container #attachmentCntr dt {
    font-weight: 700;
    margin: 0 0 14px 0; }
  .jbd-container #attachmentCntr dd {
    margin: 0 7px; }
  .jbd-container #attachmentCntr .attachment-info {
    margin: 7px 0 0 0; }
    .jbd-container #attachmentCntr .attachment-info .attachment-link {
      display: flex;
      align-items: center; }
      .jbd-container #attachmentCntr .attachment-info .attachment-link img {
        margin: 0 7px 0 0; }
.jbd-container .list-style-6 .item-image {
  border-radius: 0; }
.jbd-container .result-item .result-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.jbd-container .result-item .itemInfoCntr {
  display: flex; }
  .jbd-container .result-item .itemInfoCntr .itemImage {
    flex-basis: 37%; }
  .jbd-container .result-item .itemInfoCntr .imageCntr {
    flex-basis: 27%; }
.jbd-container .result-item h3 {
  font-size: 1.4em;
  font-weight: 700; }
.jbd-container .result-item .item-name {
  display: flex; }
.jbd-container .result-item .result-header-row {
  margin: 0;
  display: flex;
  justify-content: space-between; }
.jbd-container .offerCntr {
  min-height: 325px;
  margin: 25px 0; }
  .jbd-container .offerCntr .offerCntrInfo {
    padding: 25px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .jbd-container .offerCntr .offerCntrInfo .offer-dates {
      margin: 0 0 4px 0; }
      .jbd-container .offerCntr .offerCntrInfo .offer-dates i.icon {
        width: 17px;
        height: 17px; }
    .jbd-container .offerCntr .offerCntrInfo .col-lg, .jbd-container .offerCntr .offerCntrInfo .col-lg-5 {
      padding: 0; }
.jbd-container dl.price dt {
  min-width: auto; }
.jbd-container .priceTag {
  border-bottom: solid 4px #ef3826;
  display: inline; }
.jbd-container .promoPrice {
  font-family: Bebas Neue, sans-serif;
  font-size: 2.7em; }
  .jbd-container .promoPrice span {
    font-weight: 700; }

.jbd-container i.icon {
  width: 21px;
  height: 21px;
  background: #000000; }

.jbd-container i.phone {
  -webkit-mask: url(../images/icons/phone-pic.svg);
  mask: url(../images/icons/phone-pic.svg); }

.jbd-container i.facebook {
  -webkit-mask: url("../images/icons/facebook-pic.svg") no-repeat center;
  mask: url(../images/icons/facebook-pic.svg) no-repeat center; }
.jbd-container i.instagram {
  -webkit-mask: url("../images/icons/instagram-pic.svg") no-repeat center;
  mask: url(../images/icons/instagram-pic.svg) no-repeat center; }
.jbd-container i.linkedin {
  -webkit-mask: url("../images/icons/linkedin-pic.svg") no-repeat center;
  mask: url(../images/icons/linkedin-pic.svg) no-repeat center; }

.storeFrontCntr {
  display: flex;
  align-items: center; }
  .storeFrontCntr i.icon {
    width: 37px;
    height: 37px;
    background: #000000; }
  .storeFrontCntr i.storefront {
    -webkit-mask: url("../images/icons/storefront.svg") no-repeat center;
    mask: url(../images/icons/storefront.svg) no-repeat center; }
  .storeFrontCntr p {
    margin: 0 7px;
    padding: 0;
    line-height: 1em; }

.itemInfo1 {
  display: flex; }

.itemAddress {
  margin: 7px 0; }
  .itemAddress i.map-marker {
    width: 17px;
    height: 17px;
    margin: 0 7px 0 0; }
  .itemAddress a {
    margin: 0 0 0 7px;
    color: #1c3a65;
    font-weight: 700; }

.itemPhone a {
  font-size: 1.3em;
  display: flex;
  align-items: center; }
  .itemPhone a:hover {
    color: #000000; }
  .itemPhone a p {
    margin: 0 0 0 7px;
    padding: 0;
    color: #747474;
    font-weight: 700; }

.businessCntr a {
  color: #747474;
  font-weight: 700; }
.businessCntr i.icon {
  width: 23px;
  height: 23px;
  margin: 0 7px 0 0; }

.jbd-container .result-item .result-header-row {
  align-items: flex-start; }

.jbd-container .result-item .result-header {
  display: block;
  border: none;
  margin: 0;
  padding: 0; }

.jbd-container #company-style-7-container h1 {
  font-size: 1.7em;
  margin: 0;
  font-weight: 700; }

.jbd-container h1 .claimed i {
  background: none;
  font-size: 7px;
  align-self: center;
  margin: 0; }

.contactBtnCntr {
  margin: 14px 0 0 0;
  border: 0;
  background-color: #ef3826;
  padding: 7px 14px; }
  .contactBtnCntr a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: 700; }
    .contactBtnCntr a i.icon {
      background: #ffffff;
      margin: 0 7px 0 0; }

#itemInfoCntr {
  display: flex;
  padding: 25px;
  margin: 25px 0 0 0;
  color: #5d6161;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 10px -2px rgba(176, 177, 182, 0.3); }
  #itemInfoCntr .itemLogo {
    margin: 14px; }
    #itemInfoCntr .itemLogo img {
      height: auto;
      border: solid 1px #e4e4e4; }

#addBusiness {
  padding: 45px 0;
  margin: 45px auto;
  border-top: 4px solid #e4e4e4;
  border-bottom: 4px solid #e4e4e4;
  display: flex;
  align-items: center; }
  #addBusiness #addBusinessImg {
    width: 55%;
    padding: 0 25px; }
    #addBusiness #addBusinessImg img {
      max-width: 100%; }
  #addBusiness #addBusinessTxt {
    width: 40%;
    padding: 0 25px; }
    #addBusiness #addBusinessTxt h2 {
      line-height: 1.2em;
      font-weight: 700; }
    #addBusiness #addBusinessTxt p {
      font-size: 1.4em;
      line-height: 1.4em; }
    #addBusiness #addBusinessTxt #searchform {
      margin: 0; }
    #addBusiness #addBusinessTxt form .fields-container {
      margin: 0; }
  #addBusiness .addBusinessBtn {
    background-color: #ef3826;
    padding: 7px 34px;
    font-size: 1.7em;
    font-weight: 700;
    border-radius: 7px;
    color: #ffffff; }
    #addBusiness .addBusinessBtn:hover {
      background-color: #1c3a65; }

#catalogBottom {
  margin: 45px auto; }
  #catalogBottom .row {
    margin: 14px 0; }

.categories-header {
  text-align: center; }

#companies-search {
  margin: 0 0 45px 0; }
  #companies-search .search-description {
    margin: 0; }

.jbd-grid-container {
  margin: 0 14px; }

.business-directory-findCompany {
  margin: 0 !important; }
  .business-directory-findCompany #searchform {
    background-image: none;
    padding: 0;
    min-height: auto; }
    .business-directory-findCompany #searchform::before {
      background-color: #ffffff; }
  .business-directory-findCompany .fields-container {
    border-left: solid 1px #e7e7e7;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7; }
    .business-directory-findCompany .fields-container .form-field {
      padding: 0 0 0 14px; }

#searchform {
  max-width: 1270px;
  width: 95%;
  margin: 14px auto;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.1);
  padding: 45px 0;
  /*    background-image: url('https://www.monitorlocalnews.com/images/theme/search-1.jpg');*/
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  /*    overflow:hidden;*/ }
  #searchform::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: inherit;
    z-index: 1; }
  #searchform #searchkeyword {
    width: 100%; }
  #searchform .form-field input[type="text"] {
    width: 100%; }
  #searchform h1 {
    padding: 0 25px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 14px 0;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 2; }
  #searchform .jbd-search-bar {
    z-index: 2; }
  #searchform .form-container {
    display: inline-flex;
    justify-content: center;
    /*        padding: 14px;*/
    background: #ffffff; }
    #searchform .form-container .fields-container {
      flex: 7; }
      #searchform .form-container .fields-container > .form-field {
        /*                border-right:solid 1px #747474;*/ }
      #searchform .form-container .fields-container .form-field {
        flex: 1;
        margin: 0; }
      #searchform .form-container .fields-container .search input {
        border: none;
        outline: none;
        background: none;
        border-radius: 0; }
        #searchform .form-container .fields-container .search input:focus {
          border-bottom: 4px solid #ef3826;
          box-shadow: none; }
      #searchform .form-container .fields-container .zipcode-container input {
        border: none;
        outline: none;
        background: none;
        border-radius: 0; }
        #searchform .form-container .fields-container .zipcode-container input:focus {
          border-bottom: 4px solid #ef3826;
          box-shadow: none; }
    #searchform .form-container .search-dir-button {
      border: none;
      border-radius: 0;
      background: #ef3826;
      flex: 1;
      /*            border-radius:5px;*/ }
      #searchform .form-container .search-dir-button i {
        display: none !important; }

a.logout {
  color: #e90000 !important; }

.col-xs-12 {
  width: 100%; }

/*.jbd-container .jpackage-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    text-align: center;
    line-height: 1;
}

.jbd-container .jpackage-wrap .jpackage-price-text {
    line-height: .9;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
}*/
/*.jpackage-container {
    display: flex;
    justify-content: space-around;
}*/
.jbd-container .period-toggle {
  font-size: 1.7em; }
.jbd-container #plans-container .jtoggle-text label {
  background-color: #ef3826; }
.jbd-container .jpackage-wrap {
  padding: 37px 14px; }
  .jbd-container .jpackage-wrap p {
    line-height: 1.4em; }
  .jbd-container .jpackage-wrap ul {
    text-align: left;
    padding: 0px 0px 0 25px; }
    .jbd-container .jpackage-wrap ul li {
      padding: 4px 0;
      line-height: 1.4em; }
  .jbd-container .jpackage-wrap .jpackage-title {
    display: none !important; }
.jbd-container .columnPkg {
  margin: 7px 0; }

.jpackage-price-text .price-whole {
  font-weight: 700;
  /*    letter-spacing: -7px;*/
  font-size: 1.7em; }
.jpackage-price-text .jpackage-price-duration {
  font-size: 19px; }
.jpackage-price-text .price-formatted .price-symbol, .jpackage-price-text .price-formatted .price-fraction {
  font-size: 1em; }

#priceList .addthisCntr {
  display: none; }

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/* Small devices (portrait phones, 320px and up) */
@media (min-width: 320px) {
  .bvRibbon {
    width: 175px;
    position: absolute;
    top: -9px;
    right: 1px; }

  .jpackage-container {
    /*        flex-direction: column;*/ }

  .planPromo {
    display: block; }

  .moduletable_catalogPrices {
    padding: 0 25px; }

  .offerCntr #hover-effect {
    min-height: 325px; }
  .offerCntr .offerTitle {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 14px 0; }

  #addBusiness {
    flex-direction: column; }
    #addBusiness #addBusinessImg {
      width: 100%; }
    #addBusiness #addBusinessTxt {
      width: 100%; }
      #addBusiness #addBusinessTxt h2 {
        font-size: 2.3em;
        line-height: 1.2em; }
      #addBusiness #addBusinessTxt p {
        margin: 25px 0; }

  .itemInfo1 {
    flex-wrap: wrap; }
    .itemInfo1 .itemPhone a {
      justify-content: left; }

  #jbd-results-list-container .result-header .row {
    flex-wrap: wrap; }

  .jbd-container .container {
    max-width: 100%; }
  .jbd-container .result-item .itemInfoCntr {
    flex-direction: column; }
  .jbd-container .result-item .result-header-row {
    flex-direction: column; }
    .jbd-container .result-item .result-header-row .col-lg-5 {
      justify-content: left; }

  #searchform {
    background-size: cover; }
    #searchform h1 {
      font-size: 31px;
      line-height: 1em; }
    #searchform form {
      padding: 9px;
      background-color: rgba(255, 255, 255, 0.27); }
    #searchform .form-container {
      min-width: 320px;
      flex-direction: column; }
      #searchform .form-container .fields-container {
        width: 100%;
        padding: 6px 0;
        flex-direction: column; }
        #searchform .form-container .fields-container .form-field {
          width: 100%;
          margin: 2px 0; }
          #searchform .form-container .fields-container .form-field input:focus {
            border-bottom: none !important; }
    #searchform .search-dir-button {
      width: 100%;
      line-height: normal;
      height: auto;
      padding: 19px 0;
      /*            margin:7px 0 0 0;*/ } }
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .jbd-container #slidergallery ul.gallery li {
    width: 45%; } }
@media (min-width: 576px) {
  .planPromo {
    display: initial; }

  .offerCntr #hover-effect {
    /*            min-height: 325px;*/ }
  .offerCntr .offerTitle {
    flex-direction: row;
    margin: 0; }

  .jbd-container .result-item .itemInfoCntr {
    flex-direction: row; }

  #searchform .form-container {
    min-width: 475px; } }
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .bvRibbon {
    width: 137px;
    position: absolute;
    top: -7px;
    right: 5px; }

  .moduletable_catalogPrices {
    padding: 0; }

  #addBusiness {
    flex-direction: row; }
    #addBusiness #addBusinessImg {
      width: 55%; }
    #addBusiness #addBusinessTxt {
      width: 45%; }
      #addBusiness #addBusinessTxt h2 {
        font-size: 2.9em;
        line-height: 1.2em; }

  .jbd-container .result-item .result-content {
    padding: 25px 45px 25px 45px; }
  .jbd-container .result-item .result-header-row {
    flex-direction: row; }
    .jbd-container .result-item .result-header-row .col-lg-5 {
      justify-content: right; }

  #jbd-results-list-container .result-header .row {
    flex-wrap: nowrap; }

  .itemInfo1 {
    flex-wrap: nowrap; }
    .itemInfo1 .itemPhone a {
      justify-content: right; }

  #searchform h1 {
    font-size: 43px; } }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .business-directory-findCompany #searchform .form-container {
    min-width: 475px; }
    .business-directory-findCompany #searchform .form-container .search-dir-button {
      min-width: 110px; }

  #searchform .form-container {
    min-width: 950px;
    flex-direction: row; }
    #searchform .form-container .fields-container {
      width: 100%;
      flex-direction: row;
      margin: 0 0 0 14px; }
      #searchform .form-container .fields-container .search-field {
        margin: 0 0 0 7px; }
      #searchform .form-container .fields-container .form-field {
        width: 100%;
        margin: 2px 0; }
  #searchform .search-dir-button {
    width: 100%;
    /*            margin:7px 0 0 0;*/ } }
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    /*max-width: 1250px;*/
    max-width: 95%; } }
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
/* ------------------- Catalog 2024 */
.rsdir-listing a {
  color: #ef3826; }

.catalogtitle {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.4em; }

.pagination {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 45px 0px; }

.pagination ul {
  box-shadow: none; }

.pagination ul li span, .pagination ul li a {
  border: none;
  padding: 7px 2px; }

.pagination ul li a {
  padding-bottom: 7px !important; }

.monitorpdf {
  width: 100% !important; }

.rsdir-listing-title {
  font-size: 1.4em;
  font-weight: 700; }

.rsform-block input, .rsform-block textarea, .rsform-block select {
  font-size: 1.2em !important; }

.rsform-block h4 {
  text-transform: uppercase;
  font-size: 1.9em;
  border-bottom: solid 4px #e1e1e1;
  padding-bottom: 5px; }

button.rsform-submit-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em !important; }

#rsform_3_page_0 .control-label {
  display: none !important; }

#rsform_3_page_0 .form-group {
  margin-bottom: 0px; }

#rsform_4_page_0 .control-label {
  display: none !important; }

#rsform_4_page_0 .form-group {
  margin-bottom: 0px; }

.rsdir-listing-meta a, .rsdir-detail-meta a {
  margin: 0px 2px;
  color: #ef3826; }

#catalog main {
  margin-top: 25px; }

.rsdir-details-container a.btn-primary:active, .rsdir-details-container a.btn-primary:visited {
  color: #ffffff; }

.rsdir-details-container a.btn {
  color: #ffffff; }
.rsdir-details-container .btn {
  background: #ef3826; }

.rsdir-detail-big-subtitle span {
  font-weight: 400; }

form.rsdir-mod-simple-search {
  padding-bottom: 10px;
  border-bottom: solid 4px #eeeeee; }

.rsdir-detail-title {
  font-size: 1.9em; }

.rsdir-detail-section-title {
  padding-bottom: 5px; }

h4.rsdir-detail-section-title {
  text-transform: uppercase;
  font-size: 1.4em; }

.rsdir-contact-btn-wrapper a {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0px; }

.rsdir-contact-btn-wrapper i {
  margin-right: 10px; }

.rsdir {
  font-family: "Open Sans", sans-serif; }

.rsdir-listing-meta {
  font-size: 0.9em; }

.rsdir-categories, .rsdir-listing-title a {
  font-family: "Roboto Condensed", sans-serif; }

.letterslist {
  font-weight: 700; }

.rsdir-listing-promoted {
  background-color: #FFD700;
  border-color: #dddddd; }

.rsdir-categories-list h5 {
  font-weight: 400;
  font-size: 1.2em; }

.rsdir-categories-list .media-heading a {
  color: #747474; }

.rsdir-mod-simple-search .input-prepend {
  font-size: 1.2em;
  width: 100%; }

.rsdir-mod-simple-search .input-prepend input {
  width: 80%;
  height: 30px; }

.rsdir-mod-simple-search .input-prepend button {
  width: 20%;
  height: 40px;
  background: #FFD700;
  color: #000000;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 700; }

.letterslist {
  width: 100%;
  border-top: solid 2px #dddddd;
  border-bottom: solid 2px #dddddd;
  padding: 7px;
  font-size: 1.4em;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.letter a {
  color: #c00000; }

.letter a:hover {
  color: #000000;
  text-decoration: none; }

.rsdir-categories-list .row-fluid {
  padding: 0px 0px 0px 30px; }

.rsdir-categories-list .row-fluid .span6 {
  padding: 0px 20px 0px 0px; }

.rsdir-files-table object {
  min-height: 550px; }

.rsdir-files-table .table td, .rsdir-files-table tbody > tr > td {
  border: none !important; }

/* Custom Directory CSS */
.InformatorBanner {
  padding: 0 14px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 12, 2022, 8:49:58 AM
    Author     : Robert Smith
*/
/*.geek-search-wrapper {
    .search-results {
        padding:0 25px;
        .pagination {
            justify-content: center;
            font-size:1em;
            margin:0;
            padding:14px 7px;
        }
    }
    .label-group {
        .label {
            padding:2px;
        }
        .label-info {
            color:$white-color;
        }
    }
    
    .result-title {
        font-size:1em;
        padding:0;
        margin:0;
        a {
            &:hover {
                color:$theme-color !important;
            }
        }
    }
    .result-text {
        line-height: 1.7em;
    }
}

#geek-search-form-381 .input-group {
    width:90%;
    margin:0 auto;
}



#geek-search-form-381 .phrases-box input {
    margin-top: 4px;
}


#geek-search-form-381 input.form-control {
    background:#ffffff url("https://www.monitorlocalnews.com/images/theme/searchIco.png") 97% center no-repeat;
}


#search-results .addthisCntr {
    display:none;
}

*/
#geek-search-form-381 .control-label {
  margin: 0 14px 0 0; }

#geek-search-form-384 .search-box .input-group input.form-control {
  background: #ffffff url("https://www.monitorlocalnews.com/images/theme/searchIco.png") 97% center no-repeat !important;
  font-size: 1.2em !important;
  border: solid 1px #000000; }
#geek-search-form-384 span.icon-filter {
  display: none; }
#geek-search-form-384 #ges-document-type-384 {
  margin: 10px 0 0 14px; }
#geek-search-form-384 .filter-types {
  display: flex;
  align-items: center;
  font-size: 0.9em; }
#geek-search-form-384 .phrases-box {
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 !important; }
  #geek-search-form-384 .phrases-box .control-label {
    margin: 0 14px 0 0; }
  #geek-search-form-384 .phrases-box .controls label:nth-child(4) {
    display: none !important; }

select#ges-document-type-384 {
  scrollbar-width: none;
  background-image: none;
  display: ruby;
  border: none;
  height: 37px; }
  select#ges-document-type-384::-webkit-scrollbar {
    display: none; }
  select#ges-document-type-384::-moz-scrollbar {
    display: none; }
  select#ges-document-type-384::-o-scrollbar {
    display: none; }
  select#ges-document-type-384::-google-ms-scrollbar {
    display: none; }
  select#ges-document-type-384::-khtml-scrollbar {
    display: none; }
  select#ges-document-type-384 option {
    margin: 0 5px;
    padding: 5px;
    border: solid 1px #747474;
    display: inline-block; }

.search-results {
  margin: 25px 0 0 0; }
  .search-results .pagination ul li a {
    color: #000000; }

.geek-search-wrapper .search-results .pagination {
  justify-content: center;
  font-size: 1em;
  margin: 0;
  padding: 14px 7px; }
.geek-search-wrapper .label-group .label {
  padding: 2px; }
.geek-search-wrapper .label-group .label-info {
  color: #ffffff; }
.geek-search-wrapper .result-title {
  font-size: 1em;
  padding: 0;
  margin: 0; }
  .geek-search-wrapper .result-title a:hover {
    color: #ef3826 !important; }
.geek-search-wrapper .result-text {
  line-height: 1.7em; }
.geek-search-wrapper .filter-list select {
  width: 100%; }

.geek-search-wrapper .result-statistics {
  font-size: 1em;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; }

.geek-search-wrapper .search-form .input-group.input-large > input {
  font-size: 1.2em; }

.geek-search-wrapper .search-results .result-item .badge-featured {
  display: none !important; }

select#ges-document-type-384 {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

h1, h2, h3, h4, h5 {
  font-family: 'Libre Caslon Text', serif; }

h1[itemprop="headline"] {
  font-size: 2.25rem;
  line-height: 2.75rem; }

.translator {
  display: none; }

#languageCntr {
  display: flex;
  align-items: center;
  flex-direction: row; }
  #languageCntr svg {
    width: 32px !important;
    margin: 0 7px; }

#logoRow .cntrRow #userBtn {
  position: relative;
  z-index: 1000; }

.logoCntrWrap {
  display: flex;
  flex-direction: row;
  align-items: center; }

.cntrRow #logoCntr {
  justify-content: space-between; }

span.a2a_svg {
  background-color: #747474 !important;
  width: 23px !important;
  height: 23px !important;
  border-radius: 0 !important; }

/*div.a2a_kit > a:first-child {
    display: none !important;
}*/
.a2a_default_style:not(.a2a_flex_style) a {
  padding: 0 4px !important; }

/* audio player */
#audioPlayer {
  margin: 0 0 14px 0; }

@keyframes loadingAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.loading-animation {
  height: 8px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f3f4;
  animation: loadingAnimation 1.5s infinite; }

/* audio player */
main .subPageCntr {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, max-content);
  gap: 1em;
  padding: 0 1em;
  margin: 25px 0 0 0; }
  main .subPageCntr .portal-image img, main .subPageCntr .item-image img {
    width: 100%;
    height: auto; }
  main .subPageCntr aside {
    /*                grid-column: -4/ span 4;*/ }
  main .subPageCntr .banner970x250 {
    margin: 0 auto 45px auto; }
main .banner970x250 {
  grid-column: span 12;
  /*        max-width: max-content;*/
  margin: 0 auto; }
  main .banner970x250 img {
    max-width: 970px;
    width: 100%; }
main .banner300x600v1 {
  grid-column: -5 / span 3;
  grid-row: 3; }
main .contentCntr {
  margin: 25px 0 0 0; }
main .btn-toolbar {
  border: none; }

.dj-mobile-open-btn {
  /*   margin-top: 7px !important; */ }
  .dj-mobile-open-btn .fa-bars:before {
    font-size: 27px; }

/* ----- Poradnik start ----- */
.poradyprawne {
  display: flex; }
  .poradyprawne .poradyprawneBtn {
    margin: 4px; }
    .poradyprawne .poradyprawneBtn a {
      color: #000000; }

/* ----- Poradnik end ----- */
p.img_caption {
  margin: 0; }

.jicons-icons img {
  width: auto !important;
  height: auto; }

.contact h3 {
  font-size: 1.4em;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  padding: 14px;
  margin: 25px 0; }
.contact #authorCntr {
  display: flex;
  padding: 25px 0; }
  .contact #authorCntr .authorCntrInfo {
    padding: 0 45px; }
    .contact #authorCntr .authorCntrInfo h2 {
      margin: 7px 0 14px 0;
      font-size: 1.4em; }
.contact .thumbnail img {
  width: 125px;
  border-radius: 100%; }
.contact .miscCntr p {
  font-size: 1rem;
  margin: 7px 0 14px 0; }
.contact a {
  color: #000000; }
.contact .contact-articles li {
  margin: 19px 0; }
  .contact .contact-articles li a {
    font-size: 1.2em; }
.contact time {
  display: block;
  margin: 7px 0 0 0;
  font-size: 0.75em; }
  .contact time i {
    margin: 0 4px; }

.contact-address {
  margin: 0; }
  .contact-address dd {
    margin: 7px 0; }
  .contact-address .far, .contact-address .fas {
    margin: 0 7px 0 0; }

.authorPictureCntr {
  margin: 0; }
  .authorPictureCntr img {
    width: 50px !important;
    margin: 0 14px 0 7px;
    height: auto;
    /*filter: grayscale(100%);*/
    border-radius: 100%; }

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /*    background-color: $gray-background;*/ }

.tag-category h1, .blog h1 {
  border-bottom: solid 1px #e7e7e7;
  padding: 0 0 14px 0;
  margin: 7px 0 0 0; }

.tag-category .filters {
  display: none; }

.btnCntr1 {
  grid-column: span 7;
  background-color: #ef3826;
  padding: 14px;
  text-transform: uppercase; }
  .btnCntr1 h4 {
    font-size: 1.9rem; }
  .btnCntr1 h4, .btnCntr1 p {
    margin: 0; }
  .btnCntr1 a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffffff;
    margin-top: 19px; }
    .btnCntr1 a .btnCntr1Btn {
      border: solid 2px #ffffff;
      padding: 14px 19px; }

.btnCntr2 {
  grid-column: span 5;
  background-color: #ececec;
  padding: 14px;
  text-transform: uppercase; }
  .btnCntr2 h4 {
    font-size: 1.4rem; }
  .btnCntr2 p {
    font-size: 0.9rem; }
  .btnCntr2 h4, .btnCntr2 p {
    margin: 0; }
  .btnCntr2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: solid 2px #000000;
    padding: 14px 19px; }

.page-header h1 {
  margin: 14px 0 14px 0; }

.item-page #articleBox h1, .item-page #articleBox h2, .item-page #articleBox h3, .item-page #articleBox h4, .item-page #articleBox h5 {
  line-height: 1.45em; }
.item-page #articleBox img {
  width: 100%; }
.item-page #articleBox h3 {
  font-size: 1.4rem; }
.item-page #articleBox p {
  font-size: 1.2rem;
  line-height: 1.95rem; }
.item-page #articleBox p img {
  width: 100%;
  height: auto; }
.item-page ul, .item-page ol {
  line-height: 1.95em;
  font-size: 1.2rem; }
  .item-page ul li, .item-page ol li {
    margin: 0; }

.custom_backbutton {
  display: flex;
  justify-content: right; }
  .custom_backbutton i {
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #ef3826;
    padding: 7px 10px; }
    .custom_backbutton i.fa-angle-double-left:before {
      content: "\f100";
      margin: 0 7px 0 0; }
    .custom_backbutton i:hover {
      cursor: pointer; }
  .custom_backbutton input {
    font-family: 'Roboto', sans-serif; }

.backbutton {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 1px;
  background-color: #ef3826;
  border: none; }

.article-info {
  margin: 0 0 7px 0;
  display: flex;
  align-items: center; }
  .article-info .published {
    margin: 0;
    font-size: 0.9rem; }
  .article-info .authorNameText {
    margin: 0 7px 0 0; }

.addthisCntr p {
  font-size: 0.75rem !important; }

.moduletablerelatedArticles {
  margin: 25px 0 0 0; }

.raxo-infolinia .raxo-item {
  padding: 12px 0 6px;
  margin: 7px 0;
  overflow: hidden;
  clear: left;
  border-top: 1px  solid #ddd; }
  .raxo-infolinia .raxo-item .raxo-title {
    margin: 0 0 14px 0 !important;
    font-size: 1.5rem;
    line-height: 1em; }
    .raxo-infolinia .raxo-item .raxo-title a {
      color: #ef3826; }
  .raxo-infolinia .raxo-item .articleTags {
    margin: 14px 0 0 0; }
  .raxo-infolinia .raxo-item .raxo-text {
    line-height: 1.4rem;
    font-size: 0.95rem; }
    .raxo-infolinia .raxo-item .raxo-text p {
      margin: 7px 0 14px 0; }
  .raxo-infolinia .raxo-item .raxo-img img {
    float: left;
    display: block;
    box-sizing: content-box;
    margin: 0 16px 8px 0;
    padding: 3px;
    max-width: calc(100% - 6px - 2px);
    width: auto !important;
    height: auto;
    background-color: #f6f5f5;
    transition: border 0.4s ease; }
  .raxo-infolinia .raxo-item .raxo-readmore a {
    color: #ef3826;
    text-transform: uppercase;
    border: solid #ef3826 1px;
    padding: 5px 14px;
    font-size: 0.7rem; }

.relatedArticles ul.tags {
  border-top: none !important;
  margin: 0px; }

.relatedArticles {
  margin: 45px 0 0 0; }
  .relatedArticles .portal-content {
    padding: 0 0 1.25em 0;
    border-bottom: solid 1px #ececec; }
  .relatedArticles .portal-title {
    grid-column: 2; }
    .relatedArticles .portal-title h4 {
      margin: 0;
      padding: 7px; }
    .relatedArticles .portal-title p {
      margin: 0; }
    .relatedArticles .portal-title a {
      color: #000000;
      font-weight: 400; }
  .relatedArticles .portal-image, .relatedArticles .articleTags {
    grid-area: 1/1; }
  .relatedArticles .articleTags {
    align-self: flex-end; }
  .relatedArticles .portal-readmore a {
    display: inline-block;
    color: #ef3826;
    text-transform: uppercase;
    border: solid #ef3826 1px;
    padding: 5px 14px;
    margin: 14px 0 0 0;
    font-size: 0.7rem; }
  .relatedArticles div.img_caption {
    width: 100% !important; }
  .relatedArticles .img_caption {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #505050; }

.article-info dd.articleAuthor {
  margin: 0;
  padding: 0; }

.articleAuthor {
  margin: 0;
  font-size: 0.9em; }
  .articleAuthor .authorNameText {
    text-transform: uppercase; }
  .articleAuthor a {
    color: #000000; }
    .articleAuthor a.authorEmail {
      font-weight: 200; }
  .articleAuthor p {
    margin: 0; }
    .articleAuthor p:first-child {
      font-weight: 500; }
    .articleAuthor p:last-child {
      border: none; }
  .articleAuthor i {
    margin: 0 4px 0 0; }

.addthisCntr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  padding: 7px 14px;
  margin: 0 0 14px 0; }
  .addthisCntr p {
    padding: 0;
    margin: 0 10px 0 0; }
  .addthisCntr .addthistitle {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 25px;
    /*        margin: 5px 0 2px 0;*/ }
  .addthisCntr .at-resp-share-element .at-share-btn {
    margin: 0px 5px; }

/* Tag list start */
.tag-category fieldset {
  border: none; }
.tag-category .category-desc h2 {
  display: inline-block;
  margin: 25px 0 0 0; }

.tagItemInfo {
  font-size: 0.75em;
  margin: 0 0 7px 7px; }
  .tagItemInfo .far {
    margin: 0 5px 0 0; }
  .tagItemInfo p.authorNameText {
    margin: 0 7px 0 0; }

.tagListCntr {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Tag list end */
.pagination {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  padding: 25px 0;
  flex-wrap: wrap; }
  .pagination ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4em; }
    .pagination ul li {
      list-style: none;
      margin: 0 7px; }
      .pagination ul li a {
        color: #ef3826; }

#system-message {
  margin: 4px 0; }
  #system-message .alert {
    background-color: #ee3129;
    box-shadow: 7px 7px 0px #e4e4e4;
    padding: 14px 25px; }

.alert-message, .alert-error, .alert-warning {
  background-color: #ef3826;
  padding: 4px 7px 14px 7px;
  margin: 0;
  color: #ffffff;
  font-family: Roboto;
  font-size: 1em;
  line-height: 1.4em; }
  .alert-message .close, .alert-error .close, .alert-warning .close {
    float: right;
    font-size: 1.9em; }
  .alert-message h4.alert-heading, .alert-error h4.alert-heading, .alert-warning h4.alert-heading {
    font-size: 1.2em;
    padding: 7px;
    text-transform: uppercase;
    margin: 0; }

.custom_portalBtn {
  background: linear-gradient(to right, #ffffff, #eaeaea, #ffffff);
  max-width: 1250px;
  padding: 5px 0;
  margin: 0 auto; }
  .custom_portalBtn .btnWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
    padding: 0 14px; }
  .custom_portalBtn .portalBtn {
    flex: 1;
    margin: 14px 0; }
    .custom_portalBtn .portalBtn a {
      text-decoration: none;
      color: #000000; }
      .custom_portalBtn .portalBtn a:visited, .custom_portalBtn .portalBtn a:hover, .custom_portalBtn .portalBtn a:active, .custom_portalBtn .portalBtn a:focus {
        color: #000000; }
  .custom_portalBtn .portalBtnCntr {
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
    padding: 14px 0 0 0; }
    .custom_portalBtn .portalBtnCntr h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1em; }
  .custom_portalBtn .centerCntr {
    border-right: solid 3px #ffffff;
    border-left: solid 3px #ffffff; }
  .custom_portalBtn svg {
    width: 87px; }
  .custom_portalBtn .st0 {
    fill: #444; }
  .custom_portalBtn .st1 {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6px; }
  .custom_portalBtn .st2 {
    fill: #ef3826; }
  .custom_portalBtn .btnCntr {
    text-align: right;
    padding: 0 19px 0 19px; }
    .custom_portalBtn .btnCntr svg {
      width: 27px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 9, 2023, 12:02:05 PM
    Author     : Robert Smith
*/
#subskrypcja a {
  color: #000000; }
#subskrypcja .infolinialogo {
  text-align: center;
  margin: 25px 0 25px 0; }
#subskrypcja .acym_module_form input {
  max-width: 100%; }
#subskrypcja header {
  border: none; }
#subskrypcja #copyright {
  text-align: center;
  margin: 25px 0 0 0; }

#subscription .acym_introtext h2 {
  line-height: 1.2em; }
#subscription .acym_form input {
  font-size: 1.4em;
  width: calc(100% - 28px);
  padding: 14px; }
#subscription .acysubbuttons input {
  font-size: 1.4em;
  width: 100%;
  padding: 17px;
  margin: 0 0 25px 0;
  border: 0; }
#subscription .acym_posttext p {
  line-height: 1.7em; }

.moduletable_newspaper #field_2 input {
  padding: 10px !important; }
.moduletable_newspaper .acym_form {
  display: flex; }
.moduletable_newspaper #field_2 {
  margin: 0; }
.moduletable_newspaper h2, .moduletable_newspaper p {
  font-family: "Roboto", sans-serif; }
.moduletable_newspaper h2 {
  color: #ffffff;
  margin: 0 14px; }
.moduletable_newspaper .acym_module_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
.moduletable_newspaper input {
  border: 0;
  padding: 7px; }
.moduletable_newspaper .acysubbuttons {
  margin: 7px 0; }
  .moduletable_newspaper .acysubbuttons input {
    max-width: 100%;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700; }

#newspaperHeader h2 {
  font-weight: 500; }

@media (min-width: 320px) {
  #newspaperHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(var(--vh, 1vh) * 10);
    background: #505050;
    border-bottom: 2px solid #ffffff; }

  #newspaperCntr {
    width: 100%;
    height: calc(var(--vh, 1vh) * 90); } }
@media (min-width: 605px) {
  #newspaperHeader {
    height: calc(var(--vh, 1vh) * 7); }

  #newspaperCntr {
    height: calc(var(--vh, 1vh) * 93); } }
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none !important; }

h3 a {
  color: #747474; }

ul.nav li {
  list-style: none; }

button {
  cursor: pointer; }

#unsubscribePage form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#socialFooter svg {
  height: 19px;
  margin: 0 7px; }

.bannergroup {
  text-align: center; }

.bannerheader {
  font-size: 0.7rem;
  margin: 7px 0; }

#dj-megamenu439 a, #dj-megamenu526 a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px; }
#dj-megamenu439 > li, #dj-megamenu526 > li {
  padding: 0 14px !important; }
  #dj-megamenu439 > li > a, #dj-megamenu526 > li > a {
    font-weight: 700; }
    #dj-megamenu439 > li > a:hover, #dj-megamenu439 > li > a.active, #dj-megamenu526 > li > a:hover, #dj-megamenu526 > li > a.active {
      color: #747474; }
#dj-megamenu439 .dj-more:after, #dj-megamenu526 .dj-more:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin: 0 0 0 7px; }

.featured-article h3 {
  margin: 0; }
.featured-article .allmode-topbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em; }
.featured-article .allmode-author {
  font-size: 0.9em;
  margin: 5px 0;
  display: block; }
.featured-article .allmode-img {
  position: relative; }
  .featured-article .allmode-img .tagButton {
    position: absolute;
    left: 7px;
    bottom: 12px; }
    .featured-article .allmode-img .tagButton a {
      text-decoration: none;
      background: #C00;
      color: #ffffff;
      padding: 2px 7px;
      font-size: 0.7em; }

footer {
  width: 90%;
  padding: 45px 5% 14px 5%;
  margin: 45px 0 0 0;
  background-color: #ececec; }
  footer .footerCntr {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    footer .footerCntr > div {
      margin: 0 5%; }
    footer .footerCntr p {
      font-size: 14px;
      line-height: 23px;
      margin: 0; }
    footer .footerCntr a {
      color: #000000; }
  footer .copyrightCntr {
    text-align: center;
    margin: 45px 0 0 0; }
    footer .copyrightCntr p {
      font-size: 12px; }
    footer .copyrightCntr svg {
      width: 145px; }
  footer .footerCntr3 svg {
    margin: 0px 5px; }

button.hasTooltip {
  background: #cc0000;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 0px;
  margin-left: -5px !important; }

button.hasTooltip:hover {
  color: #ffffff;
  background: #ac1e1b; }

.popover {
  display: none !important; }

button.close {
  border: solid 1px #ffffff;
  background: none;
  color: #ffffff;
  padding: 0px 7px; }

/* User pages */
.login fieldset, #user-registration fieldset, #member-registration fieldset, .reset fieldset, .reset-confirm fieldset {
  border: none;
  padding: 0; }
.login legend, #user-registration legend, #member-registration legend, .reset legend, .reset-confirm legend {
  margin: 0 0 14px 0; }
.login .control-group, #user-registration .control-group, #member-registration .control-group, .reset .control-group, .reset-confirm .control-group {
  margin: 14px 0 !important; }

#jform_password1-lbl {
  font-weight: bold; }

/* User pages */
.btn-primary {
  color: #ffffff;
  background-color: #ef3826;
  border: solid 1px #e7e7e7; }

.contentCntr p {
  font-size: 1rem;
  line-height: 1.5rem; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
.cntrFluid {
  background: #ffffff;
  width: 100%;
  padding: 0;
  margin: 0; }

.cntrRow {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 10px 0px 10px; }

/*#headerMenu {display:none !important;}*/
/*
    Created on : Feb 28, 2021, 12:48:11 PM
    Author     : Robert Smith
*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (portrait phones, 320px and up) */
@media (min-width: 320px) {
  /*    #homepage nav {display:none;}*/
  nav {
    display: none; }

  .moduletable_portalBtn {
    margin: 7px 0 0 0; }

  .portalBtnCntr {
    flex-direction: column; }
    .portalBtnCntr h2 {
      font-size: 1.3em;
      text-align: center;
      margin: 25px 0; }

  /* marketplace menu */
  .itemid1374, .itemid1375 {
    display: none; }

  /* marketplace menu */
  .company-style-box .col-md {
    padding-left: 0px;
    padding-right: 0px; }

  #jbd-container {
    padding: 0 7px; }
    #jbd-container .col-md-5 {
      padding-left: 0px;
      padding-right: 0px; }

  .search-modules {
    display: none; }

  header {
    width: 95%; }
    header .itemid1259, header .itemid1258, header .itemid1203 {
      display: none; }

  #searchform {
    min-height: 250px; }

  .dj-megamenu-select-override .dj-mobile-open-btn,
  .dj-megamenu-offcanvas-override .dj-mobile-open-btn,
  .dj-megamenu-accordion-override .dj-mobile-open-btn {
    padding: 3px 14px 3px 7px; }

  .translator {
    margin: 0 0 0 auto; }

  #raxo-module-id453, #raxo-module-id454, #raxo-module-id455, #raxo-module-id484, #raxo-module-id445, #raxo-module-id446 {
    /*   padding:0 1.25em;  */ }
    #raxo-module-id453 .portal-top h2 a, #raxo-module-id454 .portal-top h2 a, #raxo-module-id455 .portal-top h2 a, #raxo-module-id484 .portal-top h2 a, #raxo-module-id445 .portal-top h2 a, #raxo-module-id446 .portal-top h2 a {
      font-size: 1.7rem; }

  .portal-slider .raxo-title {
    font-size: 1.9em; }

  .dj-mobile-open-btn-lbl {
    display: none; }

  #raxo-module-id475 .portal-container {
    padding: 2.5em 0 0 0; }

  .poradyprawne {
    flex-wrap: wrap; }
    .poradyprawne .poradyprawneBtn {
      flex-basis: 47%; }

  html {
    font-size: 14px; }

  header {
    border-bottom: solid 2px #e1e1e1; }
    header h4 {
      font-family: 'Roboto', sans-serif; }

  .subPageCntr .contentCntr {
    margin: 0;
    grid-column: span 12;
    width: 100%; }
  .subPageCntr .classifiedsCntr {
    grid-area: 2/1;
    grid-column: span 12; }

  #logoRow {
    margin: 0; }
    #logoRow .cntrRow {
      flex-wrap: wrap;
      justify-content: space-between; }

  .dj-megamenu-override li a.dj-up_a {
    padding: 0;
    font-size: 14px; }

  /*#dj-megamenu439 {
      display:flex;
      flex-direction: column;
      .itemid1073 {
          border:none;
      }
      li {
          border-bottom: solid 1px #cccccc;
          width:95%;
      }
  }*/
  .itemid526, .itemid1204 {
    display: none; }

  .portal-content .portal-title {
    margin: 14px;
    /*       a {
                font-size:1.2rem;
            }*/ }

  /* Home Page */
  .articleCntr1, #raxo-module-id446, #topArticle {
    grid-column: span 12; }

  .articleCntr1, .articleCntr4, .articleCntr10, .articleCntr8, .articleCntr9, #topArticle {
    grid-column: span 12; }
    .articleCntr1 .portal-normal, .articleCntr4 .portal-normal, .articleCntr10 .portal-normal, .articleCntr8 .portal-normal, .articleCntr9 .portal-normal, #topArticle .portal-normal {
      grid-template-columns: 1fr; }
      .articleCntr1 .portal-normal .portal-content, .articleCntr4 .portal-normal .portal-content, .articleCntr10 .portal-normal .portal-content, .articleCntr8 .portal-normal .portal-content, .articleCntr9 .portal-normal .portal-content, #topArticle .portal-normal .portal-content {
        grid-template-columns: 0.75fr 1fr;
        gap: 1em; }
        .articleCntr1 .portal-normal .portal-content .portal-title, .articleCntr4 .portal-normal .portal-content .portal-title, .articleCntr10 .portal-normal .portal-content .portal-title, .articleCntr8 .portal-normal .portal-content .portal-title, .articleCntr9 .portal-normal .portal-content .portal-title, #topArticle .portal-normal .portal-content .portal-title {
          grid-area: 1/2;
          align-self: flex-start; }

  .articleCntr3 .portal-normal {
    grid-template-columns: 1fr; }

  .localNewsCntr {
    grid-column: span 12;
    grid-template-columns: repeat(12, 1fr); }
    .localNewsCntr .articleCntr2 {
      grid-area: 3/1;
      grid-column: span 12; }

  .classifiedsCntr {
    grid-area: 2/1;
    grid-column: span 12;
    display: flex;
    justify-content: center; }
    .classifiedsCntr .banner300x300v1 img {
      max-width: 300px; }

  .banner300x300v2 img, .banner300x300v3 img {
    max-width: 300px; }

  /*.articleCntr4 {
      grid-column: span 9;
  }*/
  /*-------------.articleCntr4, .articleCntr10, .articleCntr8, .articleCntr9 {
      grid-column: span 12;
      .portal-normal {
          grid-template-columns: 1fr;
      }
  }*/
  .featuredArticle {
    grid-column: span 12; }
    .featuredArticle .portal-normal {
      grid-template-columns: repeat(2, 1fr); }
      .featuredArticle .portal-normal article:last-child {
        display: none; }

  .articleCntr5, .articleCntr6, .articleCntr7, .articleCntr15 {
    grid-column: span 12; }

  .authorList {
    grid-column: span 12; }
    .authorList h4 {
      font-size: 1.2rem; }
    .authorList p {
      font-size: 1rem;
      line-height: 1.4rem; }
    .authorList .authorListCntr {
      flex-direction: column; }
      .authorList .authorListCntr .authorInfoCntr {
        width: 90%; }
      .authorList .authorListCntr .authorInfoCntr {
        border-bottom: solid 1px #e7e7e7; }
    .authorList .portal-list {
      width: 90%;
      padding: 14px 0 0 0; }
    .authorList .authorArticle .portal-title a {
      font-size: 1rem; }

  .bottomRelatedItems {
    grid-column: span 12;
    display: flex;
    flex-direction: column-reverse; }
    .bottomRelatedItems .banner300x600v2 img {
      max-width: 300px; }

  .btnCntr1, .btnCntr2 {
    grid-column: span 12; }

  .homepageRelatedItems, .relatedArticles {
    grid-column: span 12; }
    .homepageRelatedItems .portal-content, .relatedArticles .portal-content {
      grid-template-columns: 0.75fr 1fr; }
      .homepageRelatedItems .portal-content .portal-text, .relatedArticles .portal-content .portal-text {
        display: none; }

  /* Home Page */
  #trans {
    width: 95px;
    margin: -14px 0 0 0; }

  #google_translate_element:after {
    width: 100%;
    text-align: left;
    display: block; }

  #logoRow .cntrRow {
    /*            justify-content: center;*/
    /*            flex-direction: column;*/ }
  #logoRow svg {
    width: 155px; }
  #logoRow #searchCntr {
    order: 3;
    flex-basis: 100%;
    margin: 0px 0 7px 0; }

  .websitesearch {
    margin: 0; }
    .websitesearch form {
      text-align: center; }
    .websitesearch input {
      width: 95%;
      font-weight: 200; }

  #headerMenu .headerPhone {
    display: flex;
    flex-direction: row;
    /* display: none; */
    align-items: center;
    margin: 0 10px; }
    #headerMenu .headerPhone h4 {
      font-size: 12px; }

  #headerSubscription span {
    display: none; }

  .stickyCntr2position {
    grid-column: span 12;
    grid-area: 6 / 1 / 7 / -1; }

  #dj-megamenu440offcanvas .popupTopCntr2 {
    flex-basis: 100%;
    flex-wrap: wrap; }
    #dj-megamenu440offcanvas .popupTopCntr2 .popupWebsiteSearch {
      margin: 0 0 14px 0; }
      #dj-megamenu440offcanvas .popupTopCntr2 .popupWebsiteSearch input.search-query {
        width: calc(100% - 34px);
        margin: 0 17px; }
  #dj-megamenu440offcanvas .popupCntr2 {
    justify-content: left;
    flex-wrap: wrap;
    padding: 0 45px 75px 45px; }
    #dj-megamenu440offcanvas .popupCntr2 .popupCntrWidth {
      flex-basis: 100%;
      padding: 14px 25px;
      border-bottom: solid 1px #e7e7e7; }
    #dj-megamenu440offcanvas .popupCntr2 .coverCntr {
      /*            border-left:solid 1px $gray-border;*/ }
      #dj-megamenu440offcanvas .popupCntr2 .coverCntr h4 {
        font-size: 1.4em; }

  .bannerBtn {
    flex-wrap: wrap;
    padding: 25px 7px; }
    .bannerBtn h4 {
      font-size: 1.4em; }
    .bannerBtn p {
      font-size: 1em; }
    .bannerBtn .bannerBtn1, .bannerBtn .bannerBtn2 {
      flex-basis: 100%; }
    .bannerBtn .bannerBtn1 {
      border-bottom: solid 1px #e7e7e7; }
      .bannerBtn .bannerBtn1 img {
        max-width: 195px; }
    .bannerBtn .bannerBtn2 {
      padding: 70px 0 25px 0; }
      .bannerBtn .bannerBtn2 svg {
        width: 95px; }

  #headerLogin span {
    display: none; }

  #raxo-module-id449 .portal-normal .portal-title a, #raxo-module-id475 .portal-normal .portal-title a {
    font-size: 1em;
    line-height: 1.4em; }

  #raxo-module-id460 .portal-content .portal-title, #raxo-module-id459 .portal-content .portal-title, .relatedArticles .portal-content .portal-title {
    margin: 0 14px 14px 14px; }

  #raxo-module-id448 .portal-normal .portal-content {
    /*                    padding: 0 0 2.5em 0;*/
    grid-template-columns: 0.75fr 1fr;
    gap: 1em;
    align-items: flex-start; }
    #raxo-module-id448 .portal-normal .portal-content .portal-title {
      margin: 14px; }
      #raxo-module-id448 .portal-normal .portal-content .portal-title h4 {
        padding: 0; }
      #raxo-module-id448 .portal-normal .portal-content .portal-title a {
        font-size: 1.2em;
        line-height: 1.4em; }

  .sidebarCntr {
    margin: 0 0 2.5em 0; }
    .sidebarCntr .mod_djclassifieds_items {
      margin: 1.25em 0 0 0; }

  .relatedArticles {
    padding: 0; }
    .relatedArticles .portal-content {
      padding: 0 0 1.25em 0; }
    .relatedArticles .portal-title a {
      font-size: 1em;
      line-height: 1.4em; }

  #raxo-module-id449 .portal-normal, #raxo-module-id475 .portal-normal, #raxo-module-id448 .portal-normal, #raxo-module-id447 .portal-normal, #raxo-module-id456 .portal-normal, #raxo-module-id457 .portal-normal, #raxo-module-id458 .portal-normal {
    gap: 1.25em; }
    #raxo-module-id449 .portal-normal article, #raxo-module-id475 .portal-normal article, #raxo-module-id448 .portal-normal article, #raxo-module-id447 .portal-normal article, #raxo-module-id456 .portal-normal article, #raxo-module-id457 .portal-normal article, #raxo-module-id458 .portal-normal article {
      border-bottom: solid 1px #e7e7e7; }
      #raxo-module-id449 .portal-normal article:last-child, #raxo-module-id475 .portal-normal article:last-child, #raxo-module-id448 .portal-normal article:last-child, #raxo-module-id447 .portal-normal article:last-child, #raxo-module-id456 .portal-normal article:last-child, #raxo-module-id457 .portal-normal article:last-child, #raxo-module-id458 .portal-normal article:last-child {
        border: none; }
  #raxo-module-id449 .portal-content, #raxo-module-id475 .portal-content, #raxo-module-id448 .portal-content, #raxo-module-id447 .portal-content, #raxo-module-id456 .portal-content, #raxo-module-id457 .portal-content, #raxo-module-id458 .portal-content {
    padding: 0 0 1.25em 0;
    /*                border-bottom: solid 1px $gray-border;*/ }

  #raxo-module-id448 .portal-header {
    margin: 2.5em 0 1.25em 0; }
  #raxo-module-id448 .portal-content {
    padding: 1.25em 0; }

  .portal-top h2 a {
    font-size: 1.7rem;
    line-height: 1.9rem; }

  footer h4 {
    font-family: 'Roboto', sans-serif; }
  footer .footerCntr {
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .banner970x250, .banner970x90v2, banner970x90v3, .footerBanner970x90 {
    margin: 0 auto; }

  .articleCntrTitle .portal-title a {
    font-size: 1.2em;
    line-height: 1.3em; } }
@media (min-width: 480px) {
  /* Home Page */
  /*    .articleCntr4, .articleCntr10 {
      .portal-normal {
          grid-template-columns: repeat(2, 1fr);
      }
  }*/
  /* Home Page */
  .dj-megamenu-override li a.dj-up_a {
    font-size: 14px; } }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .portalBtnCntr h2 {
    font-size: 1.7em; }

  .company-style-box .col-md {
    padding-left: 14px;
    padding-right: 14px; }

  #jbd-container {
    padding: 0 19px; }
    #jbd-container .col-md-5 {
      padding-left: 14px;
      padding-right: 14px; }

  header .itemid1259, header .itemid1258 {
    display: initial; }

  .dj-megamenu-select-override .dj-mobile-open-btn,
  .dj-megamenu-offcanvas-override .dj-mobile-open-btn,
  .dj-megamenu-accordion-override .dj-mobile-open-btn {
    padding: 3px 25px; }

  .dj-mobile-open-btn-lbl {
    display: initial; }

  #headerMenu .headerPhone h4 {
    font-size: 14px; }

  #raxo-module-id449 .portal-normal, #raxo-module-id475 .portal-normal, #raxo-module-id448 .portal-normal, #raxo-module-id447 .portal-normal, #raxo-module-id456 .portal-normal, #raxo-module-id457 .portal-normal, #raxo-module-id458 .portal-normal {
    gap: 2.5em; }
    #raxo-module-id449 .portal-normal article, #raxo-module-id475 .portal-normal article, #raxo-module-id448 .portal-normal article, #raxo-module-id447 .portal-normal article, #raxo-module-id456 .portal-normal article, #raxo-module-id457 .portal-normal article, #raxo-module-id458 .portal-normal article {
      border: none; }
  #raxo-module-id449 .portal-content, #raxo-module-id475 .portal-content, #raxo-module-id448 .portal-content, #raxo-module-id447 .portal-content, #raxo-module-id456 .portal-content, #raxo-module-id457 .portal-content, #raxo-module-id458 .portal-content {
    padding: 0; }

  #raxo-module-id448 .portal-header {
    margin: 1.25em 0; }
  #raxo-module-id448 .portal-normal .portal-content {
    /*                    padding: 0 0 2.5em 0;*/
    grid-template-columns: 1fr; }
    #raxo-module-id448 .portal-normal .portal-content .portal-title {
      margin: 0 14px; }

  .articleCntr1 .portal-normal, .articleCntr2 .portal-normal, #topArticle .portal-normal {
    grid-template-columns: repeat(3, 1fr); }
    .articleCntr1 .portal-normal .portal-content, .articleCntr2 .portal-normal .portal-content, #topArticle .portal-normal .portal-content {
      grid-template-columns: 1fr; }
      .articleCntr1 .portal-normal .portal-content .portal-title, .articleCntr2 .portal-normal .portal-content .portal-title, #topArticle .portal-normal .portal-content .portal-title {
        grid-area: 2/1;
        align-self: flex-end; }

  .articleCntr2 .portal-normal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em; }

  .articleCntr3 .portal-normal {
    grid-template-columns: repeat(2, 1fr); }

  .articleCntr4 .portal-normal {
    grid-template-columns: repeat(3, 1fr); }
    .articleCntr4 .portal-normal .portal-content {
      grid-template-columns: 1fr; }
      .articleCntr4 .portal-normal .portal-content .portal-title {
        grid-area: 2/1; }

  .articleCntr9 .portal-normal, .articleCntr8 .portal-normal, .articleCntr10 .portal-normal {
    grid-template-columns: repeat(2, 1fr); }
    .articleCntr9 .portal-normal .portal-content, .articleCntr8 .portal-normal .portal-content, .articleCntr10 .portal-normal .portal-content {
      grid-template-columns: 1fr; }
      .articleCntr9 .portal-normal .portal-content .portal-title, .articleCntr8 .portal-normal .portal-content .portal-title, .articleCntr10 .portal-normal .portal-content .portal-title {
        grid-area: 2/1; }

  .homepageRelatedItems .portal-content .portal-text, .relatedArticles .portal-content .portal-text {
    display: block; }

  .portal-content .portal-title {
    margin: 0px; }
    .portal-content .portal-title a {
      /*            font-size:1.3rem;*/ }

  #dj-megamenu440offcanvas .popupCntr2 {
    flex-wrap: wrap;
    padding: 0 7px 75px 7px; }
    #dj-megamenu440offcanvas .popupCntr2 .popupCntrWidth {
      flex-basis: 41%;
      padding: 14px 7px;
      margin: 7px; }
  #dj-megamenu440offcanvas .coverCntr {
    /*            border-left:solid 1px $gray-border;*/ }

  #headerLogin span {
    display: block; }

  .relatedArticles .portal-content {
    margin: 0 0 2.5em 0;
    padding: 0 0 1.25em 0; }
  .relatedArticles .portal-title a {
    font-size: 1.3em;
    line-height: 1.4em; }

  .articleCntr5, .articleCntr6, .articleCntr7, .articleCntr15 {
    grid-column: span 6; }

  #raxo-module-id453, #raxo-module-id454, #raxo-module-id455, #raxo-module-id484, #raxo-module-id445, #raxo-module-id446 {
    /*   padding:0 1.25em;  */ }
    #raxo-module-id453 .portal-top h2 a, #raxo-module-id454 .portal-top h2 a, #raxo-module-id455 .portal-top h2 a, #raxo-module-id484 .portal-top h2 a, #raxo-module-id445 .portal-top h2 a, #raxo-module-id446 .portal-top h2 a {
      font-size: 1.4rem; } }
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  /*    #homepage nav {display:initial;}*/
  nav {
    display: initial; }

  .portalBtnCntr {
    flex-direction: row; }
    .portalBtnCntr h2 {
      text-align: left;
      margin: 0 25px; }

  /* marketplace menu */
  .itemid1374, .itemid1375 {
    display: initial; }

  /* marketplace menu */
  header {
    width: 100%; }

  #searchform {
    min-height: 370px; }

  .portal-slider .raxo-title {
    font-size: 2.3em; }

  .poradyprawne {
    flex-wrap: no-wrap; }
    .poradyprawne .poradyprawneBtn {
      flex-basis: 32%; }

  footer .footerCntr {
    flex-direction: row;
    align-items: flex-start;
    text-align: left; }

  .portal-top h2 a {
    font-size: 2.3rem;
    line-height: 2.3rem; }

  .dj-megamenu-offcanvas-override .dj-mobile-open-btn {
    font-size: 14px; }

  #logoRow {
    margin: 7px 0 0 0; }
    #logoRow .cntrRow {
      flex-wrap: nowrap; }

  .localNewsCntr {
    grid-column: span 8;
    grid-template-columns: repeat(8, 1fr); }

  .classifiedsCntr {
    display: block;
    grid-area: 1/9/1/-1;
    flex-direction: column !important; }

  .articleCntr1, #raxo-module-id446, .localNewsCntr .articleCntr2, #topArticle {
    grid-column: span 8; }

  #dj-megamenu439 {
    flex-direction: row; }
    #dj-megamenu439 li {
      border: none;
      width: auto; }

  /* Home Page */
  .featuredArticle {
    grid-column: span 6; }
    .featuredArticle .portal-normal {
      grid-template-columns: repeat(3, 1fr); }
      .featuredArticle .portal-normal article:last-child {
        display: initial; }

  .articleCntr4 {
    grid-column: span 9; }
    .articleCntr4 .portal-normal {
      grid-template-columns: repeat(3, 1fr); }

  .articleCntr8 .portal-normal, .articleCntr9 .portal-normal, .articleCntr10 .portal-normal {
    grid-template-columns: repeat(4, 1fr); }

  .articleCntr5 .portal-top h2, .articleCntr6 .portal-top h2, .articleCntr7 .portal-top h2, .articleCntr15 .portal-top h2 {
    font-size: 1.4rem; }

  .authorList {
    grid-column: span 9; }
    .authorList h4 {
      font-size: 1.2rem; }
    .authorList p {
      font-size: 0.9rem;
      line-height: 1.2rem; }
    .authorList .authorListCntr {
      flex-direction: row; }
      .authorList .authorListCntr .authorInfoCntr {
        border: none; }
    .authorList .portal-list {
      padding: 0 0 0 25px;
      border-left: solid 1px #e7e7e7; }
    .authorList .authorArticle .portal-title a {
      font-size: 1rem; }

  .bottomRelatedItems {
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(12, 1fr); }

  .btnCntr1 {
    grid-column: span 7; }

  .btnCntr2 {
    grid-column: span 5; }

  .homepageRelatedItems, .relatedArticles {
    grid-column: 2 / span 7; }

  /* Home Page */
  #trans {
    width: 175px; }

  #google_translate_element:after {
    display: initial; }

  #logoRow .cntrRow {
    justify-content: space-between;
    flex-direction: row; }
  #logoRow svg {
    width: 225px; }
  #logoRow #searchCntr {
    order: initial;
    flex-basis: initial;
    margin: 0; }

  .websitesearch {
    margin: 0px 14px 0 0; }
    .websitesearch form {
      text-align: right; }
    .websitesearch input {
      width: 90%; }

  .itemid526, .itemid1204 {
    display: block; }

  /*    #headerMenu {
          
              display:none !important;
          
      }*/
  .stickyCntr2position {
    grid-column: span 3;
    grid-area: 3 / 10 / 7 / -1; }

  #dj-megamenu440offcanvas .popupCntr2 .popupCntrWidth {
    flex-basis: 29%; }
  #dj-megamenu440offcanvas .coverCntr {
    /*            border-left:solid 1px $gray-border;*/ }

  .mod_djclassifieds_items .portal-block-name a {
    /*font-size: 1.4rem; */ }

  .bannerBtn {
    padding: 25px;
    flex-wrap: nowrap; }
    .bannerBtn h4 {
      font-size: 1.4em; }
    .bannerBtn p {
      font-size: 1em; }
    .bannerBtn .bannerBtn1, .bannerBtn .bannerBtn2 {
      flex-basis: 50%;
      padding: 0 14px; }
    .bannerBtn .bannerBtn1 {
      border-right: solid 1px #e7e7e7;
      border-bottom: none; }
      .bannerBtn .bannerBtn1 img {
        max-width: 195px; }
    .bannerBtn .bannerBtn2 svg {
      width: 75px; }

  .banner970x250, .banner970x90v2, banner970x90v3, .footerBanner970x90 {
    margin: 34px auto 34px auto; } }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .portalBtnCntr h2 {
    font-size: 2.3em; }

  .articleCntr5, .articleCntr6, .articleCntr7, .articleCntr15 {
    grid-column: span 3; }

  header {
    /*        margin:0 0 1.25em 0;*/ }

  .subPageCntr .contentCntr {
    /*        grid-column: 2 / span 7;*/
    grid-column: span 8; }
  .subPageCntr .classifiedsCntr {
    grid-area: 1/9/1/-1;
    grid-column: -5/span 5;
    flex-direction: column !important; }
  .subPageCntr aside {
    /*                grid-column: -4/ span 4;*/
    /*            grid-column: -5/ span 5;*/ }

  .subPageContentCntr .contentCntr {
    grid-column: 2 / span 9 !important; }

  .dj-megamenu-override li a.dj-up_a, .dj-megamenu-offcanvas-override .dj-mobile-open-btn {
    font-size: 16px; }

  /* Home Page */
  .articleCntr3 .portal-normal {
    grid-template-columns: repeat(3, 1fr); }

  /* Home Page */
  html {
    font-size: 14px; }

  .dj-megamenu-override li a.dj-up_a {
    padding: 0 14px; }

  #headerSubscription span {
    display: block; }

  .homepageRelatedItems, .relatedArticles {
    padding: 0 25px 0 0; }

  #dj-megamenu440offcanvas .popupCntr1 {
    justify-content: left; }
  #dj-megamenu440offcanvas .popupTopCntr2 {
    flex-basis: 75%;
    justify-content: right;
    flex-wrap: nowrap; }
    #dj-megamenu440offcanvas .popupTopCntr2 .popupWebsiteSearch {
      margin: 0; }

  .bannerBtn {
    flex-wrap: nowrap; }
    .bannerBtn h4 {
      font-size: 1.9em; }
    .bannerBtn p {
      font-size: 1.2em; }
    .bannerBtn .bannerBtn1 img {
      max-width: 225px; }
    .bannerBtn .bannerBtn2 svg {
      width: 95px; } }
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .subPageCntr .contentCntr {
    margin: 25px 0;
    grid-column: 2 / span 7; }
  .subPageCntr .classifiedsCntr {
    grid-column: -4/ span 4; }

  .localNewsCntr {
    grid-template-columns: repeat(9, 1fr);
    grid-column: span 9; }

  .articleCntr1, #topArticle {
    grid-column: span 6;
    grid-area: 1/4/1/-1; }

  #raxo-module-id446 {
    grid-column: span 9; }

  .articleCntr2 .portal-normal {
    grid-template-columns: 1fr; }

  .localNewsCntr .articleCntr2 {
    grid-column: span 3;
    grid-area: 1/4/1/1; }

  .classifiedsCntr {
    grid-area: 1/10/1/-1; }

  #dj-megamenu440offcanvas .popupCntr2 {
    padding: 0 25px 75px 25px;
    flex-wrap: nowrap; }
    #dj-megamenu440offcanvas .popupCntr2 .popupCntrWidth {
      flex-basis: 20%;
      border-bottom: none;
      padding: 0 19px; }
  #dj-megamenu440offcanvas .coverCntr {
    border-left: solid 1px #e7e7e7; }

  #raxo-module-id449 .portal-container, #raxo-module-id449 .raxo-container, #raxo-module-id475 .portal-container, #raxo-module-id475 .raxo-container {
    border-left: solid 1px #e7e7e7; }
  #raxo-module-id449 .portal-header, #raxo-module-id475 .portal-header {
    margin: 1.25em 0 1.25em 2.5em; }

  #raxo-module-id449 .portal-container, #raxo-module-id449 .raxo-container {
    padding: 0 0 0 2.5em; }

  #raxo-module-id475 .portal-container {
    padding: 2.5em 0 0 2.5em; } }
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */

/*# sourceMappingURL=theme.css.map */
