html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

a, button {
  transition: all 0.4s ease;
}

html {
  font-size: 15px;
  line-height: 20px;
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

#top-ad {
  margin: 20px 0;
  min-height: 252px;
  padding: 0 10px;
}
#top-ad img {
  max-height: 250px;
}

.header-logo a {
  display: inline-block;
  border: 1px solid #bfbfbf;
  padding: 15px 20px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}
.header-logo a:hover {
  background-color: #e0e0e0;
}
.header-logo a.logo-active {
  background-color: #114B8E;
  border-color: #114B8E;
}
.header-logo a.logo-active:hover {
  background-color: #114B8E;
}

.menu-band {
  padding: 16px 0;
  background-color: #114B8E;
  transition: all 0.1s ease;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.menu-band ul {
  display: flex;
  align-items: center;
  padding-top: 0 !important;
}
.menu-band ul li {
  display: inline-flex; /*height: 100%;*/
}
.menu-band ul li a {
  font-size: 15px;
  padding: 4px;
  margin: 0 4px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-flex;
  opacity: 1;
  align-items: center;
  cursor: pointer;
}
.menu-band ul li a:hover {
  color: #5EAAF5;
}
.menu-band ul li a.active {
  color: #5EAAF5;
}
.menu-band ul li.menu-band-logo {
  display: none;
}
.menu-band ul li.menu-band-logo img {
  height: 30px;
}
.menu-band ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.menu-band ul li:first-child a {
  margin-left: 0;
  padding-left: 0;
}
.menu-band .account-search li {
  position: relative;
  height: auto !important;
}
.menu-band .account-search li:first-child {
  border-right: 1px solid #fff;
}
.menu-band .header-bottom li {
  height: auto;
  align-items: center;
}
.menu-band .menu-login-menu-container ul li {
  height: auto !important;
}
.menu-band .menu-normal-menu-container ul li {
  height: auto !important;
}

.headerscroll .menu-band {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.headerscroll .menu-band ul li a {
  font-size: 14px;
  margin: 0 2px;
}
.headerscroll .menu-band ul li.menu-band-logo {
  display: block;
}
.headerscroll #filter-band {
  position: fixed;
  left: 0;
  right: 0;
  top: 62px;
  background: #fff;
  z-index: 1;
}
.headerscroll .account-search li:nth-child(2) a span {
  display: none;
}

.charity-contact-info a {
  color: #9c9c9c;
  text-decoration: underline;
}
.charity-contact-info a:hover {
  color: #114B8E;
}

.charity-listing {
  border-top: none !important;
}

.charity-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.charity-item h3 {
  font-family: "Lato", sans-serif !important;
}
.charity-item .charity-contact-info a {
  word-break: break-all;
}

.charity-cat {
  font-family: "Lato", sans-serif !important;
  padding-top: 10px !important;
}
.charity-cat ul li {
  margin-bottom: 4px !important;
  font-weight: 400 !important;
}
.charity-cat ul li a {
  color: #9B9B9B !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.charity-cat ul .active_charity_cat a {
  color: #114B8E;
  font-weight: 700;
  cursor: default;
  text-transform: none;
}

.show-nav .menu-band {
  padding: 18px 0;
}
.show-nav .menu-band ul li a {
  font-size: 13px;
  padding: 2px;
  margin: 0 3px;
}
.show-nav .menu-band .account-search li a span {
  display: none;
}

.show-nav.headerscroll .menu-band ul li a {
  font-size: 12px;
  padding: 2px;
  margin: 0 3px;
}
.show-nav.headerscroll .menu-band .account-search li a span {
  display: none;
}

.page-tile {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
}
.page-tile h1, .page-tile h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.page-tile span a {
  color: #000;
}
.page-tile span a:hover {
  text-decoration: underline;
}
.page-tile span b {
  color: #949494;
}
.page-tile.page-tile-no-border {
  border-bottom: 0;
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 2.188rem;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
}

.link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.link:focus {
  outline: 0;
}

.breadcrumbstyle span {
  color: #000;
}
.breadcrumbstyle span a {
  color: #000;
}

.intro {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1200;
  display: none;
}
.intro .intro-inner {
  padding: 60px 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.intro .intro-inner h4 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #114B8E;
  font-weight: 700;
}
.intro .intro-inner p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
  color: #464646;
}
.intro .intro-inner a {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
  background-color: #114B8E;
  padding: 10px 15px;
  display: inline-flex;
  border-radius: 4px;
}
.intro .intro-inner a:hover {
  background-color: #8BB024;
}

.introjs-tooltiptext {
  line-height: 22px;
}

.powertour-step a {
  padding: 15px 20px !important;
  border-radius: 4px !important;
  border: 0 !important;
  color: #fff !important;
  background-color: #114B8E !important;
  margin-right: 10px !important;
}
.powertour-step a:hover {
  background-color: #8BB024 !important;
}
.powertour-step a:last-child {
  margin-right: 0 !important;
}
.powertour-step .single-step {
  border-radius: 4px;
}
.powertour-step .single-step h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.powertour-step .single-step p {
  margin-bottom: 15px;
  line-height: 20px;
}

.pagination .nav-links {
  margin: 20px auto;
}
.pagination .nav-links a {
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #5a5555;
  margin-right: 3px;
}
.pagination .nav-links a:hover {
  background-color: #0b4990;
  border-color: #0b4990;
  color: #fff;
}
.pagination .nav-links .page-numbers.current {
  background-color: #0b4990;
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  border-radius: 4px;
  margin-right: 3px;
}

.alm-load-more-btn.done {
  display: none !important;
}

/*footer{padding-top: 45px; line-height:  1.208rem;background-color: #292929;color: $wt;
	.footer-logo {margin-bottom: 20px;display: block;
		img{width: 142px;}
		}
	.footer-link{
		li{margin-bottom: 12px;}
		a{color: $wt;display: block;
			&:hover{color: #4970ff;}
		}
	}
	.footer-bottom{padding: 35px 0;margin-top: 35px;border-top: 1px solid #5C5C5C;display: flex;justify-content: space-between; align-items: center;}
	.footer-social-links{
		a{display: inline-flex;height: 35px;width: 35px;border:1px solid $wt;border-radius: 50px;justify-content:center;align-items:center;position: relative;top:0;@include transition(all 0.3s ease);
			&:hover{background-color: $blue;top:-3px;border-color: $blue;}
		}
	}
}
.share {
	a{display: inline-flex;height: 30px;width: 30px;border:1px solid #838383;border-radius: 50px;justify-content:center;align-items:center;position: relative;top:0;@include transition(all 0.4s ease);align-items:center;
			img{height: 15px;}
			&:hover{border-color:  $blue;background-color: $blue;

			}
			& img:first-child {display: block;}
			& img:last-child{display: none;}
			&:hover img:first-child{display:none }
			&:hover img:last-child{display: block;}
		}
}*/
footer.footer-white {
  background-color: #fff;
  line-height: 26px;
  font-size: 16px;
}
footer.footer-white .footer-top {
  padding-top: 40px;
  border-top: 1px solid #989898;
}
footer.footer-white .footer-logos a {
  display: block;
}
footer.footer-white .footer-logos a img {
  height: 30px;
  display: block;
}
footer.footer-white .footer-logos a:nth-child(2) {
  margin-top: 15px;
  margin-bottom: 5px;
}
footer.footer-white .footer-links li {
  color: #444;
}
footer.footer-white .footer-links li a {
  color: #444;
}
footer.footer-white .footer-links li a:hover {
  color: #2980B9;
}
footer.footer-white .footer-bottom {
  padding: 35px 0;
  margin-top: 35px;
  border-top: 1px solid #989898;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer-white .footer-social-links a {
  display: inline-flex;
  height: 35px;
  width: 35px;
  border: 1px solid #7d7d7d;
  background-color: #7d7d7d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
footer.footer-white .footer-social-links a:hover {
  background-color: #114B8E;
  top: -3px;
  border-color: #114B8E;
}

.footer-terms {
  color: #000;
  border-left: 1px solid #000;
  margin-left: 12px;
  padding-left: 15px;
}
.footer-terms:hover {
  color: #114B8E;
}

/******** 27 East landing ********/
.breaking-news {
  margin: 10px 0;
  padding: 15px;
  background-image: linear-gradient(-180deg, rgba(238, 238, 238, 0) 41%, #EEEEEE 100%);
  box-shadow: 1px 0 0 0 rgba(199, 199, 199, 0);
}
.breaking-news label {
  font-size: 16px;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  flex-shrink: 0;
  float: left;
  margin-right: 20px;
  animation: break-blink 1.5s infinite;
}
.breaking-news .breaking-item a {
  color: #000;
  display: block;
  padding: 3px 0;
  margin-top: 3px;
  cursor: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.breaking-news .slick-arrow {
  display: block;
  position: absolute;
  top: 10%;
  z-index: 100;
  cursor: pointer;
}
.breaking-news .slick-lft-arrow {
  right: 25px;
}
.breaking-news .slick-rgt-arrow {
  right: 0px;
}
.breaking-news .marquee {
  overflow: hidden;
  padding: 3px 0;
  margin-top: 2px;
}

.no-breaking-news {
  margin-bottom: 30px;
}

#featured-27 {
  margin-top: 10px;
}
#featured-27 .featured-27-slider .featured-27-item {
  height: 450px;
  width: 100%;
  padding: 30px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  flex-direction: columns;
  position: relative;
}
#featured-27 .featured-27-slider .featured-27-item h2 {
  font-size: 34px;
  line-height: 38px;
  font-family: "Montserrat", sans-serif;
}
#featured-27 .featured-27-slider .featured-27-item .featured-27-cnt {
  position: relative;
  z-index: 1;
}
#featured-27 .featured-27-slider .featured-27-item .featured-27-cat {
  font-size: 12px;
  padding: 7px 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #009588;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#featured-27 .featured-27-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
}
#featured-27 .featured-27-slider .slick-arrow img {
  width: 50px;
}
#featured-27 .featured-27-slider .slick-lft-arrow {
  left: 5px;
  z-index: 1;
}
#featured-27 .featured-27-slider .slick-rgt-arrow {
  right: 5px;
}
#featured-27 .featured-27-slider .slick-disabled {
  opacity: 0.4;
}
#featured-27 .ad-after-banner {
  margin: 40px 0;
}

#featured-27.home-27-featured-slider .featured-27-slider .featured-27-item .featured-27-cnt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

#news-headlines {
  border: 1px solid #E6E4E4;
  margin-bottom: 25px;
}
#news-headlines h5 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
}
#news-headlines ul li {
  border-bottom: 1px solid #f4f4f4;
  transition: all 0.5s ease;
}
#news-headlines ul li a {
  padding: 12px 15px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  display: block;
}
#news-headlines ul li:hover {
  border-color: #8BB024;
}
#news-headlines ul li:hover a {
  color: #114B8E;
}
#news-headlines ul li:last-child {
  border-bottom: 0;
}
#news-headlines ul li:first-child a {
  font-weight: 700;
}
#news-headlines ul li:nth-child(2) a {
  font-weight: 700;
}
#news-headlines .news-headlines-more {
  font-size: 16px;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #8BB024;
  display: block;
}
#news-headlines .news-headlines-more:hover {
  color: #114B8E;
}

.featured-27-head {
  font-size: 34px;
  color: #4A4A4A;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
}
.featured-27-head img {
  margin-left: 10px;
  transition: all 0.8s ease;
}
.featured-27-head:hover {
  color: #8BB024;
}
.featured-27-head:hover img {
  margin-left: 15px;
}

.featured-27-article {
  margin-bottom: 40px;
}
.featured-27-article .main-article-wrap {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.featured-27-article .main-article-wrap .main-article {
  width: 100%;
  height: 330px;
  padding: 20px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.featured-27-article .main-article-wrap .main-article small {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.featured-27-article .main-article-wrap .main-article:hover small {
  transform: scale(1.1);
  overflow: hidden;
}
.featured-27-article .main-article-wrap .main-article.no-image {
  background-position: center;
  background-size: cover;
}
.featured-27-article .main-article-wrap .main-article.no-image:hover {
  transform: none;
}
.featured-27-article .main-article-wrap .main-article .main-article-cnt {
  z-index: 1;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.featured-27-article .main-article-wrap .main-article .main-article-cat {
  font-size: 14px;
  padding: 6px 14px;
  display: inline-block;
  color: #fff;
  background-color: #009f93;
  font-family: "Montserrat", sans-serif;
}
.featured-27-article .main-article-wrap .main-article h3 {
  font-size: 22px;
  margin: 10px 0;
  line-height: 27px;
  font-family: "Montserrat", sans-serif;
}
.featured-27-article .main-article-wrap .main-article .main-article-autor {
  display: flex;
  align-items: center;
}
.featured-27-article .main-article-wrap .main-article .main-article-autor img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.featured-27-article .main-sub-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.featured-27-article .main-sub-item .main-sub-item-wrap {
  width: 100px;
  height: 96px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 15px;
}
.featured-27-article .main-sub-item .main-sub-item-wrap .main-sub-item-img {
  min-height: 96px;
  width: 100px;
  transition: all 0.8s ease;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-27-article .main-sub-item h6 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.featured-27-article .main-sub-item:hover h6 {
  color: #114B8E;
}
.featured-27-article .main-sub-item p {
  font-size: 14px;
  line-height: 20px;
}
.featured-27-article .main-sub-item h6 {
  transition: all 0.8s ease;
}
.featured-27-article .main-sub-item:hover .main-sub-item-img {
  transform: scale(1.1);
  overflow: hidden;
}
.featured-27-article .main-sub-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.featured-27-article.home-and-garden .main-sub-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.featured-27-article.home-and-garden .main-sub-item .main-sub-item-wrap {
  width: 155px;
  height: 148px;
}
.featured-27-article.home-and-garden .main-sub-item .main-sub-item-wrap .main-sub-item-img {
  width: 155px;
  min-height: 148px;
}
.featured-27-article.home-and-garden .main-sub-item h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.featured-27-article.home-and-garden .main-sub-item:hover h6 {
  color: #114B8E;
}
.featured-27-article.home-and-garden .main-sub-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.featured-27-article.home-real-estate .main-article-wrap .main-article p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.featured-27-article.home-real-estate .main-sub-item h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.featured-27-article.home-real-estate .main-sub-item:hover h6 {
  color: #114B8E;
}

#home-events .featured-event-slider .featured-event-item {
  border: 0;
}
#home-events .featured-event-slider .featured-event-item .featured-event-img {
  height: 220px;
}
#home-events .featured-event-slider .featured-event-item .featured-event-img img {
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-events .featured-event-slider .featured-event-item .featured-event-cnt {
  padding-left: 0;
}
#home-events .featured-event-slider .slick-next, #home-events .featured-event-slider .slick-prev {
  top: 30%;
}

#home-events-listing .week-slider {
  margin-bottom: 25px;
}

#parties-and-benefits {
  margin-bottom: 50px;
}
#parties-and-benefits .pb-slider .pb-item {
  height: 315px;
  width: 100%;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#parties-and-benefits .pb-slider .pb-item h3 {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#parties-and-benefits .pb-slider.featured-event-slider .slick-next, #parties-and-benefits .pb-slider.featured-event-slider .slick-prev {
  top: 50%;
}

#home-jobs .job-item .job-tag {
  font-size: 12px;
  padding: 4px 15px;
  display: inline-block;
  background-color: #8BB024;
  color: #fff;
  text-transform: uppercase;
}
#home-jobs .job-item p {
  line-height: 20px;
  word-break: break-word;
}
#home-jobs .job-item p b {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.common-green-btn {
  width: 240px;
  height: 50px;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #8BB024;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s ease;
}
.common-green-btn:hover {
  background-color: #114B8E;
  color: #fff;
}

#home-magazine {
  padding: 40px 0 70px;
  margin-top: 60px;
  background-color: #000;
}
#home-magazine h2 {
  margin-bottom: 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#home-magazine h2 a {
  color: #fff;
}
#home-magazine h2 a:hover {
  color: #8BB024;
}
#home-magazine .magazine-item {
  position: relative;
  height: auto;
  overflow: hidden;
}
#home-magazine .magazine-item img {
  width: 100%; /*height: 100%;max-height: 350px;*/
}
#home-magazine .magazine-slider.slick-slider {
  margin: 0;
}
#home-magazine .magazine-slider.slick-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
#home-magazine .slick-track {
  display: flex !important;
}
#home-magazine .slick-slide {
  height: inherit !important;
}

#insta-feed {
  padding: 70px 0;
}
#insta-feed h2 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}

/******** 27 East landing ********/
/******** Southampton Press Landing ********/
#featured-27.sp .featured-27-slider {
  margin-bottom: 30px;
}
#featured-27.sp .featured-27-slider .featured-27-item {
  height: 350px;
  padding: 20px 30px;
  color: #fff;
}
#featured-27.sp .featured-27-slider .featured-27-item h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Merriweather", serif;
}
#featured-27.sp .featured-27-slider .featured-27-item small {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  display: block;
}
#featured-27.sp .featured-27-slider .featured-27-item time {
  font-size: 12px;
}
#featured-27.sp .spf-left {
  border-right: 1px solid #cecece;
}
#featured-27.sp .ad-after-banner.sp-ad {
  padding: 40px 0;
  margin: 40px 0;
  border: 1px solid #cecece;
  border-width: 1px 0 1px;
}
#featured-27.sp .most-read .most-read-item {
  padding: 16px 15px;
  line-height: 20px;
}

.sp-featured-article {
  overflow: hidden;
}
.sp-featured-article .sfp-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cecece;
  display: flex;
  position: relative;
  transition: all 0.8s ease;
}
.sp-featured-article .sfp-item .spf-img-wrap {
  width: 140px;
  height: 125px;
  margin-right: 15px;
  overflow: hidden;
  flex-shrink: 0;
}
.sp-featured-article .sfp-item .spf-img-wrap .spf-img {
  width: 140px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.sp-featured-article .sfp-item .spf-cnt {
  color: #000;
}
.sp-featured-article .sfp-item .spf-cnt h3 {
  font-size: 15px;
  line-height: 27px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  transition: all 0.8s ease;
}
.sp-featured-article .sfp-item .spf-cnt p {
  font-size: 14px;
  padding: 10px 0 5px;
  line-height: 23px;
}
.sp-featured-article .sfp-item .spf-cnt time {
  font-size: 0.8rem;
  color: #9C9C9C;
  text-transform: capitalize;
}
.sp-featured-article .sfp-item:hover {
  border-color: #8BB024;
}
.sp-featured-article .sfp-item:hover .spf-img {
  transform: scale(1.1);
}
.sp-featured-article .sfp-item:hover .spf-cnt h3 {
  color: #114B8E;
}
.sp-featured-article .sfp-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sp-featured-article.sp-right-article .sfp-item .spf-cnt h3 {
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.sp-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
}
.sp-head .sp-head-icon {
  margin-right: 8px;
  display: none;
}
.sp-head span {
  flex-shrink: 0;
}
.sp-head .sp-head-arrow {
  height: 15px;
  margin-left: 8px;
  transition: all 0.5s ease;
}
.sp-head:hover {
  color: #8BB024;
}
.sp-head:hover .sp-head-arrow {
  margin-left: 13px;
}

#sp-police {
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}

#sp-sports {
  padding: 50px 0 20px;
}

.police-article {
  padding-bottom: 20px;
  transition: all 0.8s ease;
  position: relative;
}
.police-article .police-img-wrap {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.police-article .police-img-wrap .police-img {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}
.police-article h4 {
  font-size: 1.1rem;
  line-height: 26px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  transition: all 0.8s ease;
  padding-bottom: 0px;
}
.police-article time {
  font-size: 0.8rem;
  color: #9c9c9c;
  text-transform: capitalize;
}
.police-article p {
  font-size: 0.9333rem;
  padding-top: 20px;
  line-height: 23px;
}
.police-article:hover .police-img {
  transform: scale(1.1);
}
.police-article:hover h4 {
  color: #114B8E;
}

#editorial-letters {
  margin-top: 50px;
  padding: 50px 0;
  border: 1px solid #cecece;
  border-width: 1px 0 1px;
}
#editorial-letters .sp-head {
  margin-bottom: 50px;
}
#editorial-letters .editorial-item {
  margin: 0 60px 30px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
  position: relative;
  transition: all 0.8s ease;
}
#editorial-letters .editorial-item h3 {
  font-size: 1.333rem;
  line-height: 27px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  transition: all 0.8s ease;
}
#editorial-letters .editorial-item h3 sup {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
#editorial-letters .editorial-item p {
  font-size: 0.9333rem;
  padding: 10px 0 15px;
  line-height: 23px;
}
#editorial-letters .editorial-item time {
  font-size: 0.8rem;
  color: #9C9C9C;
  text-transform: capitalize;
}
#editorial-letters .editorial-item:hover h3 {
  color: #114B8E;
}
#editorial-letters .editorial-item:hover {
  border-color: #8BB024;
}
#editorial-letters .editorial-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
#editorial-letters .sp-quote-icon {
  margin-bottom: -5px;
}

#columnist {
  margin-top: 40px;
}
#columnist .columnist-slider {
  margin: 40px 0;
}
#columnist .columnist-slider .columnist-item {
  font-size: 0.8rem;
  color: #9C9C9C;
  position: relative;
  transition: all 0.8s ease;
}
#columnist .columnist-slider .columnist-item .columnist-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#columnist .columnist-slider .columnist-item .columnist-img img {
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
  transition: all 0.8s ease;
}
#columnist .columnist-slider .columnist-item .columnist-img:after {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)) 0 1%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.8s ease;
  transform: scale(0);
  border-radius: 50%;
}
#columnist .columnist-slider .columnist-item h3 {
  font-size: 1.2rem;
  margin-top: 20px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #000;
  transition: all 0.8s ease;
}
#columnist .columnist-slider .columnist-item label {
  margin: 10px 0;
  display: block;
}
#columnist .columnist-slider .columnist-item span {
  display: block;
}
#columnist .columnist-slider .columnist-item:focus {
  outline: 0;
}
#columnist .columnist-slider .columnist-item:hover {
  color: #8BB024;
}
#columnist .columnist-slider .columnist-item:hover .columnist-img::after {
  opacity: 1;
  transform: scale(1);
}
#columnist .columnist-slider .columnist-item:hover img {
  transform: scale(1);
}
#columnist .columnist-slider .columnist-item:hover h3 {
  color: #114B8E;
}
#columnist .slick-arrow {
  position: absolute;
  top: 30%;
  display: block;
  cursor: pointer;
}
#columnist .slick-arrow.slick-lft-arrow {
  left: -40px;
}
#columnist .slick-arrow.slick-rgt-arrow {
  right: -40px;
}
#columnist .slick-arrow.slick-disabled {
  opacity: 0.4;
}

#visual-stories {
  padding: 40px 0;
  margin-bottom: 40px;
  border: 1px solid #cecece;
  border-width: 1px 0 1px;
}
#visual-stories .visual-item {
  position: relative;
}
#visual-stories .visual-item .visual-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#visual-stories .visual-item .visual-img.bg-image {
  height: 333px;
  overflow: hidden;
  background-size: cover;
}
#visual-stories .visual-item h3 {
  font-size: 1.2rem;
  margin: 20px 0 10px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #000;
  transition: all 0.8s ease;
}
#visual-stories .visual-item h3 a {
  color: #000;
}
#visual-stories .visual-item h3 a:hover {
  color: #114B8E;
}
#visual-stories .visual-item:hover h3 {
  color: #114B8E;
}
#visual-stories p {
  line-height: 23px;
}
#visual-stories .videos-of-week {
  -o-object-fit: cover;
     object-fit: cover;
}
#visual-stories .videos-of-week:focus {
  outline: 0;
}

#eoc {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cecece;
}
#eoc .eoc-item {
  position: relative;
}
#eoc .eoc-item .eoc-img {
  height: 250px;
  width: 100%;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
#eoc .eoc-item .eoc-img h3 {
  font-size: 1.467rem;
  line-height: 28px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Merriweather", serif;
  font-weight: 700;
  transition: all 0.8s ease;
}
#eoc .eoc-item p {
  line-height: 20px;
  padding: 20px 0;
  min-height: 81px;
  border-bottom: 1px solid #cecece;
  transition: all 0.8s ease;
}
#eoc .eoc-item:hover .eoc-img h3 {
  opacity: 0.8;
}
#eoc .eoc-item:hover p {
  color: #8BB024;
  border-color: #8BB024;
}
#eoc .eoc-item:last-child p {
  border: 0;
}

#mostRead {
  display: block;
  text-align: center;
  color: #114B8E;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 13px;
}
#mostRead:hover {
  color: #8BB024;
}

/******** Southampton Press Landing ********/
/********Common Article Listing ********/
#article-listing {
  margin: 30px 0;
}

.headerscroll .article-sub-cat {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}

.article-sub-cat {
  padding: 16px 0;
  border-bottom: 1px solid #D9D9D9;
}
.article-sub-cat ul li {
  line-height: 30px;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  position: relative;
  float: left;
}
.article-sub-cat ul li a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1E1E1E;
}
.article-sub-cat ul li a:hover {
  color: #114B8E;
}
.article-sub-cat ul li:first-child {
  padding-left: 0;
}
.article-sub-cat ul li:first-child:after {
  background-image: none;
}
.article-sub-cat ul li:last-child {
  padding-right: 0;
}
.article-sub-cat ul li.active a {
  color: #114B8E;
}
.article-sub-cat ul li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-image: url("images/black-dot.svg");
  background-repeat: no-repeat;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.featured-article {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.featured-article .featured-article-item {
  height: 425px;
  width: 100%;
  padding: 0 60px 30px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  transition: all 0.4s ease;
}
.featured-article .featured-article-item h2 {
  font-family: "Montserrat", sans-serif;
}
.featured-article .featured-article-item small {
  margin: 20px 0;
  display: block;
  line-height: 1.2rem;
}
.overlay {
  position: relative;
}
.overlay::before {
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  transition: all 1s ease;
}
.overlay:hover::before {
  opacity: 0;
}
.overlay::after {
  background-image: linear-gradient(to top, #114b8e 0%, rgba(0, 0, 0, 0) 60%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
}
.overlay:hover::after {
  opacity: 1;
}

.hover-img-wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.article-tile {
  margin-bottom: 40px;
  border-bottom: 1px solid #adadad;
  padding-bottom: 30px;
}
.article-tile .hover-img-wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.article-tile .tile-img {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.8s ease;
}
.article-tile .tile-img:hover {
  transform: scale(1.1);
  overflow: hidden;
}
.article-tile .tile-img.no-image {
  background-position: center;
  background-size: cover;
}
.article-tile .tile-img.no-image:hover {
  transform: none;
}
.article-tile h3 {
  line-height: 28px;
  margin: 20px 0 8px;
  font-family: "Merriweather", serif;
  font-weight: 700;
}
.article-tile h3 a {
  color: #000;
}
.article-tile h3 a:hover {
  color: #114B8E;
}
.article-tile h3 a:focus {
  outline: 0;
}
.article-tile small {
  line-height: 24px;
}
.article-tile span.article-post-date {
  font-size: 0.8125rem;
  margin-top: 20px;
  color: #9c9c9c;
  display: block;
  text-transform: capitalize;
}
.article-tile:nth-child(3), .article-tile:nth-child(4) {
  border: 0;
}

.article-simple-listing {
  border-top: 1px solid #D9D9D9;
  padding-top: 25px !important;
}
.article-simple-listing .article-tile {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.article-simple-listing .article-tile .tile-img-wrap {
  width: 180px;
  height: 150px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 15px;
}
.article-simple-listing .article-tile .tile-img {
  width: 180px;
  height: 150px;
  flex-shrink: 0;
  margin-right: 15px;
}
.article-simple-listing .article-tile h3 {
  margin: 0 0 5px;
}
.article-simple-listing .article-tile span {
  margin-top: 15px;
}
.article-simple-listing .article-tile:hover h3 a {
  color: #114B8E;
}
.article-simple-listing .article-tile:hover .tile-img {
  transform: scale(1.1);
  overflow: hidden;
}

.article-4-wrap .col-sm-6:nth-last-child(2) .article-tile {
  border-bottom: 0;
}

.article-4-wrap .col-sm-6:nth-last-child(1) .article-tile {
  border-bottom: 0;
}

.ad img {
  width: 100%;
}

.subscribe-digital {
  padding: 25px;
  margin: 25px 0;
  background-color: #EFEFEF;
}
.subscribe-digital h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4D4D4D;
  display: flex;
  align-items: center;
}
.subscribe-digital a {
  font-size: 1.12rem;
  font-weight: 700;
  margin: 20px 0;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #8BB024;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s ease;
}
.subscribe-digital a:hover {
  background-color: #114B8E;
}
.subscribe-digital small {
  font-size: 0.875rem;
  color: #4D4D4D;
  line-height: 18px;
}
.subscribe-digital.subscribe-digital-home {
  padding: 25px 15px;
}
.subscribe-digital.subscribe-digital-home h4 {
  font-size: 14px;
}
.subscribe-digital.subscribe-digital-home a {
  font-size: 14px;
  padding: 12px 0;
}

.most-read {
  margin-bottom: 25px;
  border: 1px solid #DBD6D6;
}
.most-read h4 {
  font-size: 1.125rem;
  padding: 17px 20px;
  border-bottom: 1px solid #DBD6D6;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.most-read .most-read-item {
  font-size: 0.875rem;
  line-height: 24px;
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #DBD6D6;
  position: relative;
  transition: all 0.4s ease;
  align-items: center;
}
.most-read .most-read-item h5 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-right: 13px;
  margin-top: 1px;
}
.most-read .most-read-item span {
  display: block;
  margin-right: 12px;
}
.most-read .most-read-item img {
  margin-left: auto;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.most-read .most-read-item:last-child {
  border-bottom: 0;
}
.most-read .most-read-item:hover {
  color: #114B8E;
  background-color: #f5f5f5;
}
.most-read.recent-columns {
  margin-top: 25px;
}

.recent-columns-item {
  line-height: 1.3rem;
}
.recent-columns-item b {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.4s ease;
}

.most-read.recent-columns .most-read-item:hover b {
  color: #114B8E;
}

.subscribe-feed {
  padding: 25px;
  margin: 25px 0;
  background-color: #022859;
  position: relative;
}
.subscribe-feed h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.subscribe-feed .input-group {
  margin: 20px 0;
}
.subscribe-feed input {
  height: 50px;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  position: relative;
  z-index: 1;
  border: 0;
}
.subscribe-feed input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #fff;
}
.subscribe-feed button {
  height: 50px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
}
align-items:center .subscribe-feed button:hover {
  background-color: #e8e8e8;
}
.subscribe-feed button:focus {
  outline: 0;
  box-shadow: none;
  border-color: #fff;
}
.subscribe-feed small {
  font-size: 0.875rem;
  color: #fff;
  line-height: 0.7rem;
}
.subscribe-feed::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #fff;
}

.column-article h2 {
  padding: 20px 0;
  margin-bottom: 50px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}

.column-item {
  padding-bottom: 35px;
  margin-bottom: 35px;
  display: flex;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.column-item .column-item-img-wrap {
  height: 190px;
  width: 210px;
  flex-shrink: 0;
  overflow: hidden;
}
.column-item .column-item-img {
  height: 190px;
  width: 210px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}
.column-item .column-item-cnt {
  margin: 0 20px;
}
.column-item .column-item-cnt .column-cat {
  padding: 4px 10px;
  margin-bottom: 10px;
  background-color: #3D586C;
  color: #fff;
  display: inline-block;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
}
.column-item .column-item-cnt .column-cat:hover {
  background-color: #8BB024;
}
.column-item .column-item-cnt h3 {
  line-height: 25px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  transition: all 0.4s ease;
}
.column-item .column-item-cnt small {
  margin: 10px 0;
  line-height: 23px;
  display: block;
}
.column-item .column-item-cnt .column-post-time span {
  display: inline-flex;
  align-items: center;
}
.column-item .column-item-cnt .column-post-time span img {
  margin-right: 8px;
}
.column-item .column-item-cnt .column-post-time span b {
  font-weight: 700;
}
.column-item .column-item-cnt .column-post-time span:first-child {
  margin-right: 10px;
}
.column-item:last-child {
  border-bottom: 0;
}
.column-item:hover .column-item-cnt h3 {
  color: #114B8E;
}
.column-item:hover .column-item-img {
  transform: scale(1.1);
  overflow: hidden;
}

.column-listing .column-item .column-item-cnt small {
  margin: 15px 0;
}

.article-list-side .ad {
  text-align: center;
}

/********Common Article Listing ********/
/********Common Article Details ********/
#article-details .container {
  padding-bottom: 35px;
  border-bottom: 1px solid #D9D9D9;
}
#article-details h1 {
  font-size: 2.6rem;
  margin: 35px 0 25px;
  text-align: center;
  padding: 0 30px;
  font-family: "Montserrat", sans-serif;
}
#article-details .article-detail-img { /*padding: 0 50px;*/
  position: relative;
  background-color: #fff;
}
#article-details .article-detail-img img {
  display: block;
  margin: auto;
}
#article-details .article-detail-img .video-frame {
  position: relative;
}
#article-details .article-detail-img .video-frame:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
#article-details .photo-count {
  display: inline-flex;
  padding: 11px 12px;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  margin: auto;
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#article-details .photo-count img {
  margin: 0 5px 0 0;
}

.article-detail-image-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
}
.article-detail-image-slider .slick-arrow img {
  width: 30px;
}
.article-detail-image-slider .slick-arrow.slick-lft-arrow {
  left: 0;
  z-index: 1;
}
.article-detail-image-slider .slick-arrow.slick-rgt-arrow {
  right: 0;
}
.article-detail-image-slider .adi-cnt {
  background-color: #f5f5f5;
  padding: 20px;
  color: #6c757d;
}
.article-detail-image-slider .adi-cnt p {
  font-size: 15px;
  line-height: 20px;
}

.video-poster {
  position: relative;
}
.video-poster .video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.autor-share {
  padding: 20px 0;
  border-bottom: 1px solid #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.autor-share .autor {
  font-size: 0.9375rem;
  color: #1F1F1F;
  display: flex;
  align-items: center;
}
.autor-share .autor img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.autor-share .autor b {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.autor-share .share a {
  margin-right: 3px;
}
.autor-share .share a:last-child {
  margin-right: 0;
}

.article-cnt {
  line-height: 36px;
  font-family: "Merriweather", serif;
}
.article-cnt center {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 10px 0;
}
.article-cnt p, .article-cnt span {
  margin: 30px 0;
  font-size: 1.125rem;
  display: block;
}
.article-cnt .comment-count {
  padding: 10px 18px;
  border: 1px solid #C6C6C6;
  font-size: 1.188rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #000;
}
.article-cnt .comment-count img {
  margin-right: 8px;
}
.article-cnt .comment-count:hover {
  color: #114B8E;
}
.article-cnt strong, .article-cnt b {
  font-weight: 700;
}
.article-cnt ol, .article-cnt ul {
  list-style: inside;
  padding-left: 20px;
}
.article-cnt ol {
  list-style-type: decimal;
}
.article-cnt em, .article-cnt i {
  font-style: italic;
}
.article-cnt blockquote {
  display: block;
  margin: 20px;
}
.article-cnt del {
  text-decoration: line-through;
}
.article-cnt ins {
  text-decoration: underline;
}

.arrest-content h3 {
  margin-bottom: 16px;
  font-size: 28px;
}
.arrest-content p {
  margin: 4px 0 !important;
  font-size: 16px !important;
  line-height: 24px;
}
.arrest-content p strong {
  font-weight: 900;
}

#recent-article {
  margin: 35px 0;
}
#recent-article h3 {
  margin-bottom: 15px;
}
#recent-article .date-autor {
  font-size: 13px;
  margin-top: 15px;
  color: #9C9C9C;
  display: block;
}

.matching-titles li a {
  line-height: 22px;
  color: #114B8E;
  font-family: "Merriweather", serif;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 1px;
}

/********Common Article Details ********/
/********EVENT********/
.event-cat ul li {
  margin-bottom: 8px;
}
.event-cat ul li a {
  color: #000;
  font-weight: 700;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
}
.event-cat ul li a:hover {
  color: #53990B !important;
}
.event-cat ul li a.unlinked-category {
  cursor: auto;
}
.event-cat ul li a.unlinked-category:hover {
  color: #000 !important;
}
.event-cat ul li.active a {
  color: #53990B !important;
}
.event-cat ul li:first-child a {
  padding-top: 0;
}
.event-cat ul ul {
  margin-left: 20px;
}
.event-cat ul ul li a {
  color: #9B9B9B;
  text-transform: capitalize;
  font-weight: 400;
}
.event-cat ul.popular-categories {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.event-cat ul.popular-categories li {
  color: #c70606;
  font-weight: 700;
}
.event-cat ul.popular-categories li a {
  color: #c70606;
  font-weight: 700;
}
.event-cat ul.popular-categories ul li a {
  color: #9B9B9B;
  font-weight: normal;
}

.Place-event-btn {
  font-size: 1.125rem;
  padding: 16px 30px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #8BB024;
  text-transform: uppercase;
}
.Place-event-btn:hover {
  background-color: #114B8E;
  color: #fff;
}

.featured-event {
  margin-bottom: 40px;
}
.featured-event .featured-event-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-event .featured-event-title h2 {
  color: #4A4A4A;
  font-family: "Montserrat", sans-serif;
}
.featured-event .featured-event-title h2 img {
  margin-left: 10px;
}
.featured-event .featured-event-title .Place-event-btn {
  font-size: 1.125rem;
  padding: 16px 30px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #8BB024;
  text-transform: uppercase;
}
.featured-event .featured-event-title .Place-event-btn:hover {
  background-color: #114B8E;
}

.featured-event-slider .featured-event-item {
  border: 1px solid #F0F0F0;
  position: relative;
  transition: all 0.4s ease;
}
.featured-event-slider .featured-event-item .featured-event-img {
  height: 160px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-event-slider .featured-event-item .featured-event-img img {
  min-height: 160px;
  width: 100%;
}
.featured-event-slider .featured-event-item .featured-event-img .event-date {
  position: absolute;
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #2980B9;
  z-index: 1;
  font-size: 0.625rem;
  top: 10px;
  left: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
}
.featured-event-slider .featured-event-item .featured-event-img .event-date b {
  font-size: 1.313rem;
  display: block;
}
.featured-event-slider .featured-event-item .featured-event-cnt {
  padding: 18px 10px;
}
.featured-event-slider .featured-event-item .featured-event-cnt h3 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.featured-event-slider .featured-event-item .featured-event-cnt ul li {
  font-size: 0.875rem;
  color: #7B7B7B;
  line-height: 20px;
}
.featured-event-slider .featured-event-item:hover .featured-event-cnt h3 {
  color: #114B8E;
}
.featured-event-slider.slick-slider {
  margin: 0 -15px;
}
.featured-event-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.featured-event-slider .slick-slide:focus {
  outline: 0;
}
.featured-event-slider .slick-arrow {
  background: #000;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
}
.featured-event-slider .slick-arrow:before {
  color: transparent;
  background-repeat: no-repeat;
}
.featured-event-slider .slick-arrow:hover {
  background-color: #114B8E;
}
.featured-event-slider .slick-prev, .featured-event-slider .slick-next {
  top: 25%;
  z-index: 1;
}
.featured-event-slider .slick-prev {
  left: 0;
}
.featured-event-slider .slick-next {
  right: 0;
}
.featured-event-slider .slick-prev:before {
  background-image: url("images/slider-left-arrow.svg");
  opacity: 1;
  position: relative;
  left: -1px;
}
.featured-event-slider .slick-next:before {
  background-image: url("images/slider-right-arrow.svg");
  opacity: 1;
  position: relative;
  left: 2px;
}
.featured-event-slider .slick-prev.slick-disabled:before, .featured-event-slider .slick-next.slick-disabled:before, .featured-event-slider .slick-prev.slick-disabled:before, .featured-event-slider .slick-next.slick-disabled:before {
  opacity: 1 !important;
}
.featured-event-slider .slick-prev.slick-disabled:before, .featured-event-slider .slick-next.slick-disabled:before {
  opacity: 1 !important;
}

.event-listing {
  margin-bottom: 40px;
}

.event-cat {
  margin-bottom: 25px;
  margin-top: 18px;
}
.event-cat h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #2980B9;
  font-family: "Montserrat", sans-serif;
}
.event-cat:last-child .event-item:last-child {
  border-bottom: none;
}

.event-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}
.event-item .event-item-wrap {
  display: flex;
  align-items: center;
}
.event-item .event-item-wrap .event-item-img {
  width: 200px;
  height: 114px;
  overflow: hidden;
  flex-shrink: 0;
}
.event-item .event-item-wrap .event-item-img img {
  width: 200px;
  height: 114px;
  transition: all 0.8s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-item .event-item-wrap .event-item-cnt {
  margin: 0 20px;
  font-size: 0.9333rem;
}
.event-item .event-item-wrap .event-item-cnt h4 {
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.4s ease;
  font-family: "Montserrat", sans-serif;
}
.event-item .event-item-wrap .event-item-cnt .event-time {
  margin: 10px 0;
  display: block;
  font-family: "Lato", sans-serif;
}
.event-item .event-item-wrap .event-item-cnt .event-venue {
  display: block;
  font-family: "Lato", sans-serif;
}
.event-item .event-date {
  font-size: 1.5rem;
  color: #2980B9;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
  margin-left: auto;
  font-weight: 700;
}
.event-item .event-date b {
  font-size: 2.5rem;
  display: block;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.event-item:hover .event-item-wrap .event-item-cnt h4, .event-item:hover .event-date {
  color: #114B8E;
}
.event-item:hover .event-item-wrap .event-item-img img {
  transform: scale(1.1);
}
.event-item:hover .event-item-wrap .event-item-img img.event-no-image {
  transform: none;
}

.gallery1DescP {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 15px;
}

#browse {
  padding: 30px 0 50px;
  margin-bottom: 40px;
  background-color: #000;
  color: #fff;
}
#browse h5 {
  font-size: 1.188rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#browse h5 img {
  width: 110px;
}
#browse .browse-item {
  position: relative;
  transition: all 0.4s ease;
  /* &::after{background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);position: absolute;left: 0;right: 0;bottom: -1px;top:0;content: ""; }
  &:hover::after{background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #114b8e 100%);} */
}
#browse .browse-item .browse-cat {
  font-size: 1.188rem;
  font-weight: 700;
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
}
#browse .browse-item .browse-cat img {
  margin-left: 8px;
  display: inline-block;
  transition: all 1s ease;
}
#browse .browse-item:hover .browse-cat img {
  margin-left: 15px;
}
#browse .slick-slider {
  margin: 0 -8px;
}
#browse .slick-slide {
  margin-right: 8px;
  margin-left: 8px;
}
#browse .slick-slide:focus {
  outline: 0;
}
#browse .slick-arrow {
  background: #000;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
}
#browse .slick-arrow:before {
  color: transparent;
  background-repeat: no-repeat;
}
#browse .slick-arrow:hover {
  background-color: #114B8E;
}
#browse .slick-prev, #browse .slick-next {
  top: 50%;
  z-index: 1;
}
#browse .slick-prev {
  left: -35px;
}
#browse .slick-next {
  right: -35px;
}
#browse .slick-prev:before {
  background-image: url("images/slider-left-arrow.svg");
  opacity: 1;
  position: relative;
  left: -1px;
}
#browse .slick-next:before {
  background-image: url("images/slider-right-arrow.svg");
  opacity: 1;
  position: relative;
  left: 2px;
}
#browse .slick-prev.slick-disabled:before, #browse .slick-next.slick-disabled:before, #browse .slick-prev.slick-disabled:before, #browse .slick-next.slick-disabled:before {
  opacity: 1 !important;
}
#browse .slick-prev.slick-disabled:before, #browse .slick-next.slick-disabled:before {
  opacity: 1 !important;
}

.week-slider {
  margin-bottom: 40px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 16px;
}
.week-slider .single-day {
  background-color: #fff;
  text-align: center;
  border-right: 1px solid #D9D9D9;
  padding: 26px 0px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s ease;
}
.week-slider .single-day span {
  display: block;
}
.week-slider .single-day .week {
  font-size: 1.125rem;
  font-weight: 600;
  color: #cdcdcd;
  text-transform: uppercase;
}
.week-slider .single-day .date {
  font-size: 2.5rem;
  margin-top: 3px;
  font-weight: 500;
}
.week-slider .single-day:hover {
  color: #fff;
  background-color: #2980B9;
}
.week-slider .single-day:hover .week {
  color: #fff;
}
.week-slider .single-day.active {
  color: #fff;
  background-color: #2980B9;
}
.week-slider .single-day.active .week {
  color: #fff;
}
.week-slider .single-day.disabled-day {
  background-color: #efefef;
  cursor: not-allowed;
}
.week-slider .single-day.disabled-day .date {
  color: #cdcdcd;
}
.week-slider .single-day.disabled-day:hover {
  background-color: #efefef;
  cursor: not-allowed;
  color: #cdcdcd;
}
.week-slider .single-day.disabled-day:hover .week {
  color: #cdcdcd;
}
.week-slider .slick-slide:focus {
  outline: 0;
}
.week-slider .slick-arrow:before {
  color: transparent;
  background-repeat: no-repeat;
}
.week-slider .slick-prev, .week-slider .slick-next {
  top: 50%;
  z-index: 1;
  width: 12px;
  height: 24px;
}
.week-slider .slick-prev {
  left: 0px;
  display: none !important;
}
.week-slider .slick-next {
  right: 0px;
}
.week-slider .slick-prev:before, .week-slider .slick-next:before {
  font-size: 23px;
}
.week-slider .slick-prev:before {
  background-image: url("images/week-slider-left.svg");
  opacity: 1;
  position: relative;
}
.week-slider .slick-next:before {
  background-image: url("images/week-slider-right.svg");
  opacity: 1;
  position: relative;
}

.calendar-event .common-green-btn {
  width: 100%;
  margin-right: 0;
  margin-top: 30px;
}

.essb_links {
  margin: 0 !important;
}

/********EVENT********/
/********EVENT DETAILS********/
.col-pad {
  padding: 0;
}

#event-details {
  margin-top: 30px;
}

.event-img-title {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  background-color: #000;
}

.event-details-img {
  display: flex;
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-details-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-title {
  padding: 20px 20px 20px 30px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.event-title .event-date {
  font-size: 1.565rem;
  margin-bottom: 30px;
  font-weight: 700;
  opacity: 0.5;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  display: inline-block;
}
.event-title .event-date b {
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  display: block;
}
.event-title h1 {
  font-size: 2.188rem;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.event-title .event-price {
  font-size: 1.125rem;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
  background-color: #4A90E2;
  border-radius: 5px;
  font-weight: 700;
}

.event-disc h3 {
  font-family: "Montserrat", sans-serif;
}

.event-disc-band {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-disc-band h3 {
  font-size: 1.5rem;
}

.event-disc {
  margin-bottom: 40px;
  padding: 15px 60px 40px;
  border: 1px solid #d9d9d9;
}
.event-disc p {
  line-height: 23px;
  margin-bottom: 20px;
}

.time-contact {
  display: flex;
  justify-content: space-between;
}
.time-contact h3 {
  margin-bottom: 10px;
}
.time-contact ul li {
  word-break: break-all;
}

.e-time, .e-contact {
  line-height: 23px;
  margin-bottom: 20px;
}
.e-time ul li, .e-contact ul li {
  margin-bottom: 3px;
}
.e-time a, .e-contact a {
  color: #000;
}
.e-time a:hover, .e-contact a:hover {
  color: #8BB024;
}

.e-reg {
  line-height: 25px;
  margin-top: 8px;
}
.e-reg b {
  font-weight: 700;
  display: block;
  margin: 5px 0;
  font-family: "Montserrat", sans-serif;
}
.e-reg a {
  color: #000;
}
.e-reg a:hover {
  color: #8BB024;
}

.time-contact-btn {
  width: 170px;
  height: 50px;
  font-size: 1.125rem;
  margin-top: 15px;
  font-weight: 700;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8BB024;
  font-family: "Montserrat", sans-serif;
}
.time-contact-btn:hover {
  color: #fff;
  background-color: #114B8E;
}

.event-iframe iframe {
  width: 100%;
}

.event-direc {
  line-height: 23px;
}

#upcoming-events {
  padding: 40px 0;
  background-color: #f3f3f3;
}
#upcoming-events h3 {
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}
#upcoming-events h3 img {
  width: 12px;
  margin-left: 18px;
}
#upcoming-events .featured-event-slider .featured-event-item .featured-event-img {
  height: 230px;
}
#upcoming-events .featured-event-slider .featured-event-item .featured-event-img img {
  min-height: 230px;
}
#upcoming-events .featured-event-slider .featured-event-item .featured-event-cnt h3 {
  margin-bottom: 15px;
}
#upcoming-events .featured-event-slider .slick-prev, #upcoming-events .featured-event-slider .slick-next {
  top: 30%;
}

.article-detail-ad {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-detail-ad img {
  margin: 0 5px;
}

/********EVENT DETAILS********/
.event-step {
  margin: 20px 0;
  border-bottom: 1px solid #dbdae3;
  display: flex;
  align-items: center;
}
.event-step .step-count {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  background-color: #3D64FF;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-step h3 {
  margin-left: 20px;
  color: #6f7287;
}

.step-form {
  width: 80%;
}
.step-form .form-group {
  margin-bottom: 25px;
}
.step-form .form-group label {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.step-form .form-box {
  height: 44px;
  border-color: #dbdae3;
}
.step-form .form-box:focus {
  outline: 0;
  box-shadow: none;
  border-color: #114B8E;
}

/********CREATE DETAILS********/
/******COLUMN LISTING*******/
.column-autor-details {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.column-autor-details .column-autor-img {
  margin-right: 20px;
}
.column-autor-details .column-autor-img img {
  width: 150px;
  height: 150px;
}
.column-autor-details .column-autor-cnt {
  color: #1F1F1F;
}
.column-autor-details .column-autor-cnt h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #8BB024;
}
.column-autor-details .column-autor-cnt ul li {
  margin-bottom: 8px;
}
.column-autor-details .column-autor-cnt ul li a {
  text-decoration: underline;
  color: #1F1F1F;
}
.column-autor-details .column-autor-cnt ul li a:hover {
  color: #114B8E;
}

/******COLUMN LISTING*******/
/******COLUMN Details*******/
#article-details.column-details h1 {
  text-align: left;
  padding: 0;
}
#article-details.column-details .column-autor-details {
  padding: 0;
  margin: 0;
  border: 0;
}
#article-details.column-details .column-autor-details .column-autor-img img {
  width: 105px;
  height: 105px;
}
#article-details.column-details .column-autor-details .column-autor-cnt h3 {
  margin-bottom: 8px;
}
#article-details.column-details .column-autor-details .column-autor-cnt ul li {
  margin-bottom: 4px;
}
#article-details.column-details .article-cnt {
  margin-top: 25px;
}

.column-autor-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.autors-more-columns h3 {
  display: flex;
  align-items: center;
}
.autors-more-columns h3 img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.autors-more-columns .article-tile {
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.autors-more-columns .article-tile h3, .autors-more-columns .article-tile small, .autors-more-columns .article-tile span {
  padding: 0 20px;
  display: block;
}
.autors-more-columns .slick-slider {
  margin: 0 -10px;
}
.autors-more-columns .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.autors-more-columns .slick-slide:focus {
  outline: 0;
}
.autors-more-columns .slide {
  height: 100%;
}
.autors-more-columns .slick-arrow {
  background: #000;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}
.autors-more-columns .slick-arrow:before {
  color: transparent;
  background-repeat: no-repeat;
}
.autors-more-columns .slick-arrow:hover {
  background-color: #114B8E;
}
.autors-more-columns .slick-prev, .autors-more-columns .slick-next {
  top: 40%;
  z-index: 1;
}
.autors-more-columns .slick-prev {
  left: -10px;
}
.autors-more-columns .slick-next {
  right: -10px;
}
.autors-more-columns .slick-prev:before {
  background-image: url("images/slider-left-arrow.svg");
  opacity: 1;
  position: relative;
  left: -1px;
}
.autors-more-columns .slick-next:before {
  background-image: url("images/slider-right-arrow.svg");
  opacity: 1;
  position: relative;
  left: 2px;
}

/******COLUMN Details*******/
/******Real Estate*******/
.advance-filter {
  display: flex;
  align-items: center;
  color: #000;
  margin: 10px 5px;
  text-decoration: underline;
}
.advance-filter img {
  width: 18px;
  margin-right: 3px;
}
.advance-filter:hover {
  color: #114B8E;
}

.re-featured-band {
  color: #fff;
  display: flex;
  background-color: #000;
  margin-bottom: 30px;
}
.re-featured-band h3 {
  padding: 16px 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.re-featured-band h3 img {
  margin-left: 15px;
}

/* .place-btn{width: 200px;font-size: 1.125rem;background:$green;border: 1px solid #87AC23;color: $wt;margin-left: auto;font-weight: 700; display: flex;align-items: center;justify-content: center;
	&:hover{color: $wt;background-color: $blue;border-color: $blue;}
} */
.place-btn {
  width: 200px;
  font-size: 1.125rem;
  color: #fff;
  margin-left: auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8BB024;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s ease;
}
.place-btn:hover {
  color: #fff;
  background-color: #114B8E;
}

.re-row {
  margin-left: -10px;
  margin-right: -10px;
}

.re-col {
  padding-left: 10px;
  padding-right: 10px;
}

.re-listing {
  margin-bottom: 20px;
}

.re-item {
  border: 1px solid #E3E3E3;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s ease;
}
.re-item .re-img-wrap {
  height: 190px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.re-item .re-img-wrap .re-price {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
  transition: all 0.4s ease;
}
.re-item .re-img {
  height: 190px;
  width: 100%;
  padding: 0 0 15px 15px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.8s ease;
}
.re-item .re-img:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #114b8e);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.re-item .re-cnt {
  padding: 18px 15px;
  color: #000;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
.re-item .re-cnt span {
  display: flex;
  align-items: center;
}
.re-item .re-cnt span img {
  margin-right: 5px;
  height: 17px;
}
.re-item .re-cnt .re-icon-blk {
  display: inline-block;
}
.re-item .re-cnt .re-icon-wt {
  display: none;
}
.re-item .re-cnt .re-location {
  max-width: 55%;
  white-space: nowrap;
  text-overflow: ellipse;
  overflow: hidden;
}
.re-item:hover .re-img {
  transform: scale(1.1);
  overflow: hidden;
}
.re-item:hover .re-img:after {
  opacity: 1;
}
.re-item:hover .re-cnt {
  background-color: #114B8E;
  color: #fff;
}
.re-item:hover .re-cnt .re-icon-wt {
  display: inline-block;
}
.re-item:hover .re-cnt .re-icon-blk {
  display: none;
}

.listing-tag {
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.re-wrap .ad {
  margin-bottom: 30px;
  text-align: center;
}

#sales_featured {
  margin-top: 40px;
}

.featured-agent {
  padding: 35px 0 40px;
  border-top: 1px solid #D8D8D8;
}
.featured-agent .featured-agent-band {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-agent .featured-agent-band h3 {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.featured-agent .featured-agent-band h3 img {
  margin-left: 10px;
}
.featured-agent .featured-agent-band a {
  color: #114B8E;
  text-decoration: underline;
}
.featured-agent .featured-agent-band a:hover {
  color: #8BB024;
}
.featured-agent .featured-agent-item {
  line-height: 16px;
  position: relative;
  text-align: center;
}
.featured-agent .featured-agent-item img {
  width: 175px;
  height: 175px;
  margin: auto;
  margin-bottom: 20px;
}
.featured-agent .featured-agent-item ul {
  color: #9C9C9C;
}
.featured-agent .featured-agent-item ul li {
  margin-bottom: 7px;
  transition: all 0.4s ease;
  word-break: break-all;
}
.featured-agent .featured-agent-item ul li a {
  color: #9C9C9C;
}
.featured-agent .featured-agent-item ul li a:hover a {
  color: #114B8E;
}
.featured-agent .featured-agent-item ul h3 {
  margin-bottom: 5px;
  color: #000;
  transition: all 0.4s ease;
  font-family: "Merriweather", serif;
}
.featured-agent .featured-agent-item:last-child {
  border-bottom: 0;
}
.featured-agent-slider {
  /*.slick-prev, .slick-next{top: 50%;z-index: 1;width: 12px;height: 24px;}
  .slick-prev{left: -30px;}
  .slick-next{right: -30px;}
  .slick-prev:before, .slick-next:before{font-size: 23px;}
  .slick-prev:before{background-image: url('images/week-slider-left.svg');opacity: 1;position: relative;}
  .slick-next:before{background-image: url('images/week-slider-right.svg');opacity: 1;position: relative;}*/
}
.featured-agent-slider.slick-slider {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}
.featured-agent-slider .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.featured-agent-slider .slick-slide:focus {
  outline: 0;
}
.featured-agent-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 10;
}
.featured-agent-slider .slick-arrow.f-a-left {
  left: -50px;
}
.featured-agent-slider .slick-arrow.f-a-right {
  right: -50px;
}

#most-viewed-rentals .mvr-listing {
  padding: 35px 0 40px;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
#most-viewed-rentals .mvr-listing h3 {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
#most-viewed-rentals .mvr-listing h3 img {
  margin-left: 10px;
}
#most-viewed-rentals .mvr-slider .re-item {
  margin-bottom: 0;
}
#most-viewed-rentals .mvr-slider.slick-slider {
  margin-top: 20px;
}
#most-viewed-rentals .mvr-slider .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
#most-viewed-rentals .mvr-slider .slick-slide:focus {
  outline: 0;
}
#most-viewed-rentals .mvr-slider .slick-arrow:before {
  color: transparent;
  background-repeat: no-repeat;
}
#most-viewed-rentals .mvr-slider .slick-prev, #most-viewed-rentals .mvr-slider .slick-next {
  top: 50%;
  z-index: 1;
  width: 12px;
  height: 24px;
}
#most-viewed-rentals .mvr-slider .slick-prev {
  left: -30px;
}
#most-viewed-rentals .mvr-slider .slick-next {
  right: -30px;
}
#most-viewed-rentals .mvr-slider .slick-prev:before, #most-viewed-rentals .mvr-slider .slick-next:before {
  font-size: 23px;
}
#most-viewed-rentals .mvr-slider .slick-prev:before {
  background-image: url("images/week-slider-left.svg");
  opacity: 1;
  position: relative;
}
#most-viewed-rentals .mvr-slider .slick-next:before {
  background-image: url("images/week-slider-right.svg");
  opacity: 1;
  position: relative;
}

#re-news {
  margin: 35px 0 40px;
}
#re-news h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Merriweather", serif;
}
#re-news h3 img {
  margin-left: 10px;
}

.re-news-item {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  position: relative;
}
.re-news-item .re-news-img-wrap {
  height: 165px;
  width: 215px;
  margin-right: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.re-news-item .re-news-img {
  height: 165px;
  width: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  transition: all 0.8s ease;
}
.re-news-item .re-news-cnt {
  margin-top: -5px;
}
.re-news-item .re-news-cnt h3 {
  font-weight: 700;
  font-family: "Merriweather", serif;
  transition: all 0.4s ease;
  margin-bottom: 0 !important;
  display: block !important;
}
.re-news-item .re-news-cnt p {
  margin: 10px 0;
  line-height: 23px;
}
.re-news-item .re-news-cnt span {
  font-size: 0.8125rem;
  color: #9c9c9c;
}
.re-news-item:hover .re-news-img {
  transform: scale(1.1);
  overflow: hidden;
}
.re-news-item:hover .re-news-cnt h3 {
  color: #114B8E;
}

/******Advanced Filter Modal*******/
.placeAdModal .placeAd {
  padding: 55px;
}
.placeAdModal .placeAd .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 0;
  justify-content: center;
}
.placeAdModal .placeAd .nav-tabs .nav-link {
  margin: 0 12px;
  padding: 0;
  font-size: 1.75rem;
  border: 0;
  color: #AAABAE;
  transition: all 0s ease;
}
.placeAdModal .placeAd .nav-tabs .nav-link:hover {
  color: #898a8c;
}
.placeAdModal .placeAd .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #000;
  border-bottom: 2px solid #000;
}
.placeAdModal .placeAd .tab-content .form-group {
  margin-bottom: 25px;
}
.placeAdModal .placeAd .tab-content .form-group label {
  margin-bottom: 20px;
  display: block;
}
.placeAdModal .placeAd .tab-content .form-box {
  height: 55px;
  border-radius: 0;
  border-color: #d4d4d4;
  -webkit-appearance: none;
}
.placeAdModal .placeAd .tab-content .form-box:focus {
  outline: 0;
  box-shadow: none;
  color: #000;
  font-size: 0.875rem;
}
.placeAdModal .placeAd .tab-content .form-box.form-box-loc {
  padding-left: 38px;
  background-image: url("images/location-icon.svg");
  background-repeat: no-repeat;
  background-position: left 14px center;
}
.placeAdModal .placeAd .tab-content .form-box.dropdown-arrow {
  background-image: url("images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.placeAdModal .placeAd .tab-content .form-box.price-box {
  width: 48%;
  display: inline-block;
}
.placeAdModal .placeAd .tab-content .form-box.price-box:last-child {
  float: right;
}
.placeAdModal .placeAd .tab-content .form-box::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #7C7C7C;
}
.placeAdModal .placeAd .tab-content .form-box:-moz-placeholder {
  font-size: 0.875rem;
  color: #7C7C7C;
}
.placeAdModal .placeAd .tab-content .form-box::-moz-placeholder {
  font-size: 0.875rem;
  color: #7C7C7C;
}
.placeAdModal .placeAd .tab-content .form-box:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #7C7C7C;
}
.placeAdModal .placeAd .owner-checkbox .custom-control-label {
  padding-left: 14px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.placeAdModal .placeAd .owner-checkbox .custom-control-label::before {
  width: 25px;
  height: 25px;
  top: -5px;
  background-color: #fff;
}
.placeAdModal .placeAd .owner-checkbox .custom-control-label::after {
  width: 25px;
  height: 25px;
  top: -5px;
}
.placeAdModal .placeAd .owner-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8BB024;
}
.placeAdModal .placeAd .owner-checkbox .custom-control-label::before {
  border: 1px solid #8BB024;
  border-radius: 0;
  box-shadow: none;
}
.placeAdModal .modal-dialog {
  width: 900px !important;
  margin: 0 auto;
}
.placeAdModal .modal-content {
  border-radius: 0;
  border: 0;
  background-color: #fff;
}
.placeAdModal .modal-footer {
  justify-content: center;
  padding: 2rem 0;
  border-color: #d4d4d4;
}
.placeAdModal .modal-footer .re-green-btn {
  border-radius: 0;
  border-color: #8BB024;
  margin-top: 0;
  transition: all 0.4s ease;
}
.placeAdModal .modal-footer .re-green-btn:first-child {
  color: #717171;
  border-color: #717171;
  background: linear-gradient(to top, #000 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: top;
}
.placeAdModal .modal-footer .re-green-btn:first-child:hover {
  border-color: #000;
  color: #fff;
  background-position: bottom;
}
.placeAdModal .modal-footer .re-green-btn:hover {
  border-color: #114B8E;
}
.placeAdModal .modal-footer .re-green-btn:focus {
  outline: 0;
  box-shadow: none;
}
.placeAdModal .close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.placeAdModal .close:focus {
  outline: 0;
}

.modal-dialog {
  max-width: 900px !important;
}

.f-property-item {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-property-item label {
  font-size: 0.875rem;
}

.plus-minus-input {
  align-items: center;
  width: auto;
}
.plus-minus-input .input-group-field {
  width: 60px;
  height: 35px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #D7D7D7;
}
.plus-minus-input .input-group-field:focus {
  outline: 0;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #8BB024;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0;
  justify-content: center;
}
.plus-minus-input .input-group-button .circle img {
  max-width: initial;
}
.plus-minus-input .input-group-button .circle:focus {
  outline: 0;
}

.common-select-box .btn-secondary {
  font-size: 0.875rem;
  color: #767e86;
  background-color: #ffffff;
  border-color: #d7d7d7;
  width: 100%;
  text-align: left;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.common-select-box .btn-secondary:focus {
  box-shadow: none;
}
.common-select-box .btn-secondary.dropdown-toggle {
  color: #000;
}
.common-select-box .btn-secondary:not(:disabled):not(.disabled).active, .common-select-box .btn-secondary:not(:disabled):not(.disabled):active, .common-select-box .show > .btn-secondary.dropdown-toggle {
  color: #767e86;
  background-color: #ffffff;
  border-color: #114B8E;
}
.common-select-box .btn-secondary:not(:disabled):not(.disabled).active:focus, .common-select-box .btn-secondary:not(:disabled):not(.disabled):active:focus, .common-select-box .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.common-select-box .dropdown-menu {
  min-width: 100%; /* border-radius: 0 */
  border-radius: 0;
}
.common-select-box .dropdown-item.active, .common-select-box .dropdown-item:active {
  background-color: #8BB024;
}
.common-select-box .dropdown-item:focus, .common-select-box .dropdown-item:hover {
  background-color: #dadada;
}
.common-select-box .dropdown-toggle::after {
  border: 0;
  background-image: url("images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  transition: all 0.4s ease;
}
.common-select-box .dropdown.select-extended-element.show .dropdown-toggle::after {
  transform: rotateZ(180deg);
}

/******Advanced Filter Modal*******/
.p-tag {
  font-size: 0.75rem;
  padding: 5px 10px;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #F5900E;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}
.p-tag.p-tag-rent {
  background-color: #F14C13;
}

/******Real Estate*******/
/******Real Estate Details*******/
#re-details {
  margin: 30px 0 70px;
}

.re-details-large-item {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.re-details-large-item:focus {
  outline: 0;
}

.re-details-thumbnail-item {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.re-details-thumbnail-item:focus {
  outline: 0;
}

.re-map {
  margin-top: 10px;
}
.re-map iframe {
  width: 100%;
  height: 320px;
}

.re-thumbnail-img-slider {
  margin: 0 -3px;
}
.re-thumbnail-img-slider .slick-slide {
  margin-left: 3px;
  margin-right: 3px;
}
.re-thumbnail-img-slider .slick-rgt-arrow {
  position: absolute;
  right: 5px;
  top: 42%;
  display: block;
  cursor: pointer;
}
.re-thumbnail-img-slider .slick-rgt-arrow:hover {
  opacity: 0.7;
}
.re-thumbnail-img-slider .slick-lft-arrow {
  position: absolute;
  left: 5px;
  top: 42%;
  z-index: 10;
  cursor: pointer;
}
.re-thumbnail-img-slider .slick-lft-arrow:hover {
  opacity: 0.7;
}

.re-full-details .p-location {
  display: flex;
  align-items: center;
}
.re-full-details h1 {
  font-size: 33px;
  line-height: 33px;
  font-family: "Merriweather", serif;
}
.re-full-details h1.p-location-name {
  margin: 10px 0;
}
.re-full-details .agent-logo img {
  max-width: 200px;
}
.re-full-details .p-contact {
  border-top: 1px solid #C1BDBD;
  padding: 20px 0;
  margin-top: 20px;
}
.re-full-details .p-contact h3 {
  margin-bottom: 5px;
  font-family: "Merriweather", serif;
}
.re-full-details .p-contact address {
  margin: 10px 0;
  color: #9c9c9c;
}
.re-full-details .p-contact span {
  display: flex;
  align-items: center;
}
.re-full-details .p-contact span a {
  color: #9c9c9c;
  display: flex;
  align-items: center;
}
.re-full-details .p-contact span a:first-child {
  margin-right: 15px;
}
.re-full-details .p-contact span a:hover {
  color: #114B8E;
}
.re-full-details .p-facility {
  padding: 15px 0;
  border: 1px solid #C1BDBD;
  border-width: 1px 0 1px 0;
  display: flex;
  justify-content: space-between;
}
.re-full-details .p-facility .facility-item {
  width: 25%;
  padding: 10px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #8C8C8C;
}
.re-full-details .p-facility .facility-item label {
  padding-bottom: 10px;
  display: block;
  color: #8C8C8C;
}
.re-full-details .p-facility .facility-item span {
  display: flex;
  align-items: center;
}
.re-full-details .p-facility .facility-item:last-child {
  border-right: 0;
}
.re-full-details .p-aminities {
  margin: 20px 0;
  border-bottom: 1px solid #C1BDBD;
  padding-bottom: 30px;
}
.re-full-details .p-aminities h4 {
  margin-bottom: 22px;
}
.re-full-details .p-aminities ul {
  line-height: 23px;
}
.re-full-details .p-aminities ul li {
  padding: 3px 0;
  padding-left: 28px;
  margin-right: 15px;
  color: #747474;
  background-image: url("images/aminities-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: capitalize;
  float: left;
}
.re-full-details .p-description {
  margin-top: 20px;
  padding-bottom: 30px;
  line-height: 23px;
  color: #747474;
}
.re-full-details .p-description h4 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}
.re-green-btn {
  width: 200px;
  height: 50px;
  margin-top: 20px;
  font-size: 1.125rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #8BB024;
}
.re-green-btn:hover {
  color: #fff;
  background-color: #114B8E;
}

#realated-property {
  padding: 65px 0;
  background-color: #f3f3f3;
}
#realated-property h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#realated-property h3 img {
  margin-left: 10px;
}
#realated-property .re-item .re-img {
  height: 225px;
}
#realated-property .slick-slider {
  margin: 0 -15px;
}
#realated-property .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
#realated-property .slick-slide:focus {
  outline: 0;
}
#realated-property .slide {
  height: 100%;
}
#realated-property .slick-arrow {
  background: #000;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}
#realated-property .slick-arrow:before {
  color: transparent;
  background-repeat: no-repeat;
}
#realated-property .slick-arrow:hover {
  background-color: #114B8E;
}
#realated-property .slick-prev, #realated-property .slick-next {
  top: 40%;
  z-index: 1;
}
#realated-property .slick-prev {
  left: -10px;
}
#realated-property .slick-next {
  right: -10px;
}
#realated-property .slick-prev:before {
  background-image: url("images/slider-left-arrow.svg");
  opacity: 1;
  position: relative;
  left: -1px;
}
#realated-property .slick-next:before {
  background-image: url("images/slider-right-arrow.svg");
  opacity: 1;
  position: relative;
  left: 2px;
}

.real-estate-detail-img {
  position: relative;
}
.real-estate-detail-img .photo-count {
  display: inline-flex;
  padding: 11px 12px;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  bottom: 2px;
  margin: auto;
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.real-estate-detail-img .photo-count img {
  margin: 0 5px 0 0;
}

/******Real Estate Details*******/
/******Event Filter*******/
#filter-band {
  border-bottom: 1px solid #e0e0e0;
}

.filter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-wrap .filter-item {
  border-right: 1px solid #e0e0e0;
  font-size: 0.875rem;
  height: 60px;
  padding: 0px;
  display: flex;
  align-items: center;
  width: 100%;
}
.filter-wrap .filter-item .form-control {
  width: 100%;
  border: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  font-size: 0.875rem;
  color: #7C7C7C;
}
.filter-wrap .filter-item .form-control:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
.filter-wrap .filter-item.title h5 {
  font-weight: 700;
}
.filter-wrap .filter-item.event-search .form-control {
  width: 350px;
}
.filter-wrap .filter-btn button, .filter-wrap .filter-btn a {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 0;
  height: 60px;
  width: 50px;
  border: 0;
  text-transform: uppercase;
  background-color: #8BB024;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-wrap .filter-btn button:focus, .filter-wrap .filter-btn a:focus {
  outline: 0;
  box-shadow: none;
}
.filter-wrap .filter-btn button:hover, .filter-wrap .filter-btn a:hover {
  background-color: #114B8E;
}
.filter-wrap .town_count, .filter-wrap .amenities_count {
  background-color: #8BB024;
  padding: 1px 5px;
  margin: 0 5px 0 0;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  font-size: 10px;
  display: inline-block;
  top: -2px;
  position: relative;
}
.filter-wrap.real-estate-filter .filter-item .dropdown, .filter-wrap.event-filter-wrap .filter-item .dropdown {
  width: 100%;
}
.filter-wrap.real-estate-filter .filter-item .dropdown .dropdown-btn, .filter-wrap.event-filter-wrap .filter-item .dropdown .dropdown-btn {
  height: 60px;
  width: 100%;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.filter-wrap.real-estate-filter .filter-item.listed-owner-search, .filter-wrap.event-filter-wrap .filter-item.listed-owner-search {
  display: flex;
  justify-content: center;
}
.filter-wrap.real-estate-filter .filter-item.listed-owner-search a, .filter-wrap.event-filter-wrap .filter-item.listed-owner-search a {
  color: #8BB024;
  text-decoration: underline;
}
.filter-wrap.real-estate-filter .filter-item.listed-owner-search a:hover, .filter-wrap.event-filter-wrap .filter-item.listed-owner-search a:hover {
  color: #114B8E;
}
.filter-wrap.real-estate-filter .filter-item.event-filter-location, .filter-wrap.event-filter-wrap .filter-item.event-filter-location {
  width: 200px;
  flex-shrink: 0;
}
.filter-wrap.real-estate-filter .re-type, .filter-wrap.event-filter-wrap .re-type {
  height: auto;
  padding: 0;
  color: #000;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 0;
  background-image: none;
  background-color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.filter-wrap.real-estate-filter .re-type:focus, .filter-wrap.event-filter-wrap .re-type:focus {
  outline: 0;
  box-shadow: none;
}
.filter-wrap.real-estate-filter .btn-secondary, .filter-wrap.event-filter-wrap .btn-secondary {
  height: 60px;
  color: #8b9299;
  font-weight: 300;
  background-color: #fff;
  border-color: #fff;
  width: 100%;
  text-align: left;
}
.filter-wrap.real-estate-filter .btn-secondary:focus, .filter-wrap.event-filter-wrap .btn-secondary:focus {
  outline: 0;
  box-shadow: none;
}
.filter-wrap.real-estate-filter .btn-secondary:active, .filter-wrap.event-filter-wrap .btn-secondary:active {
  color: #8b9299;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.filter-wrap.real-estate-filter .btn-secondary:not(:disabled):not(.disabled).active:focus, .filter-wrap.real-estate-filter .btn-secondary:not(:disabled):not(.disabled):active:focus, .filter-wrap.real-estate-filter .show > .btn-secondary.dropdown-toggle:focus, .filter-wrap.event-filter-wrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .filter-wrap.event-filter-wrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .filter-wrap.event-filter-wrap .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.filter-wrap.real-estate-filter .dropdown-toggle::after, .filter-wrap.event-filter-wrap .dropdown-toggle::after {
  border: 0;
  background-image: url("images/down-arrow.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  transition: all 0.8s ease;
  position: absolute;
  right: 10px;
  top: 24px;
}
.filter-wrap.real-estate-filter .dropdown.show .dropdown-toggle::after, .filter-wrap.event-filter-wrap .dropdown.show .dropdown-toggle::after {
  transform: rotateZ(180deg);
}
.filter-wrap.real-estate-filter .dropdown-menu, .filter-wrap.event-filter-wrap .dropdown-menu {
  margin-top: 1px;
  margin-left: -1px;
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background-color: #fafafa;
  /* &:after, &:before{content: '';border: solid transparent;position: absolute;top: -16px;left: 14px;} */
  /* &:before {border-width: 9px;border-bottom-color: #fff;margin: 0px 0 0 -1px;}
  &:after{border-width: 8px;border-bottom-color: #e2e1e1;} */
}
.filter-wrap.real-estate-filter .dropdown-menu:after, .filter-wrap.event-filter-wrap .dropdown-menu:after {
  background-image: url("images/point-arrow.svg");
  content: "";
  position: absolute;
  top: -7px;
  left: 14px;
  position: absolute;
  width: 16px;
  height: 7px;
  background-repeat: no-repeat;
}
.filter-wrap.real-estate-filter .dropdown-menu, .filter-wrap.event-filter-wrap .dropdown-menu {
  padding: 0;
  max-height: -moz-max-content;
  max-height: max-content;
}
.filter-wrap.real-estate-filter .dropdown-item, .filter-wrap.event-filter-wrap .dropdown-item {
  font-size: 14px;
  line-height: 20px;
  width: 210px;
  padding: 6px 12px;
}
.filter-wrap.real-estate-filter .dropdown-item:hover, .filter-wrap.event-filter-wrap .dropdown-item:hover {
  background-color: #eaeaea;
}
.filter-wrap.real-estate-filter .dropdown-item.active, .filter-wrap.real-estate-filter .dropdown-item:active, .filter-wrap.event-filter-wrap .dropdown-item.active, .filter-wrap.event-filter-wrap .dropdown-item:active {
  background-color: #114B8E;
}
.filter-wrap.real-estate-filter .filter-item.event-search .form-control, .filter-wrap.event-filter-wrap .filter-item.event-search .form-control {
  width: 235px;
  background-image: url("images/location-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.filter-wrap.real-estate-filter .dropdown-menu.bed-selection, .filter-wrap.real-estate-filter .dropdown-menu.bath-selection, .filter-wrap.real-estate-filter .dropdown-menu.amenity-selection, .filter-wrap.real-estate-filter .dropdown-menu.listed-by-selection, .filter-wrap.event-filter-wrap .dropdown-menu.bed-selection, .filter-wrap.event-filter-wrap .dropdown-menu.bath-selection, .filter-wrap.event-filter-wrap .dropdown-menu.amenity-selection, .filter-wrap.event-filter-wrap .dropdown-menu.listed-by-selection {
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
.filter-wrap.real-estate-filter .dropdown-menu.bed-selection .checkbox-success, .filter-wrap.real-estate-filter .dropdown-menu.bath-selection .checkbox-success, .filter-wrap.real-estate-filter .dropdown-menu.amenity-selection .checkbox-success, .filter-wrap.real-estate-filter .dropdown-menu.listed-by-selection .checkbox-success, .filter-wrap.event-filter-wrap .dropdown-menu.bed-selection .checkbox-success, .filter-wrap.event-filter-wrap .dropdown-menu.bath-selection .checkbox-success, .filter-wrap.event-filter-wrap .dropdown-menu.amenity-selection .checkbox-success, .filter-wrap.event-filter-wrap .dropdown-menu.listed-by-selection .checkbox-success {
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.filter-wrap.real-estate-filter .rental-season .dropdown .btn, .filter-wrap.event-filter-wrap .rental-season .dropdown .btn {
  padding-right: 18px;
}
.filter-wrap.real-estate-filter .filter-price, .filter-wrap.event-filter-wrap .filter-price {
  padding: 15px;
  align-items: center;
}
.filter-wrap.real-estate-filter .filter-price input.form-control, .filter-wrap.event-filter-wrap .filter-price input.form-control {
  height: 32px;
  padding: 0 6px;
  width: 160px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  transition: all 0.4s ease;
}
.filter-wrap.real-estate-filter .filter-price input.form-control:hover, .filter-wrap.event-filter-wrap .filter-price input.form-control:hover {
  border-color: #114B8E;
}
.filter-wrap.real-estate-filter .filter-price input.form-control:focus, .filter-wrap.event-filter-wrap .filter-price input.form-control:focus {
  border-color: #114B8E !important;
}
.filter-wrap.real-estate-filter .filter-price span, .filter-wrap.event-filter-wrap .filter-price span {
  display: block;
  margin: 0 10px;
}
.filter-wrap.real-estate-filter .filter-price input::-webkit-outer-spin-button, .filter-wrap.real-estate-filter .filter-price input::-webkit-inner-spin-button, .filter-wrap.event-filter-wrap .filter-price input::-webkit-outer-spin-button, .filter-wrap.event-filter-wrap .filter-price input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.filter-wrap.event-filter-wrap .filter-item.event-search .form-control {
  background-image: none;
  height: 60px;
  width: 100%;
}

.dropdown-btn {
  color: #8b9299;
}
.dropdown-btn:hover {
  color: #8b9299;
}
.dropdown-btn:focus {
  outline: 0;
  box-shadow: none;
}

.drop-title {
  float: left;
}
.drop-title:focus {
  outline: 0;
  box-shadow: none;
}

.checkbox-success input[type=checkbox]:checked + label::before, .checkbox-success input[type=radio]:checked + label::before {
  background-color: #8BB024 !important;
  border-color: #8BB024 !important;
}

.checkbox-success input[type=checkbox]:checked + label::after, .checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
  content: "" !important;
  background-image: url("images/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.checkbox.checkbox-success label::before {
  border-radius: 0 !important;
  cursor: pointer;
  outline: none !important;
  border-color: #b8b8b8;
  width: 14px;
  height: 14px;
  top: 3px;
  margin-left: -16px;
}

.checkbox.checkbox-success:hover label {
  color: #114B8E;
}

.checkbox.checkbox-success:hover label::before {
  border-color: #114B8E;
}

.checkbox.checkbox-success label::after {
  top: 3px;
  margin-left: -16px;
}

.checkbox-success {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  width: 250px;
}
.checkbox-success label {
  color: #000;
  padding-left: 8px;
}
.checkbox-success label img {
  height: 15px;
  margin-left: 5px;
  margin-bottom: -2px;
  display: none;
}

#svgLoader {
  display: none;
}

#select_town {
  max-height: 400px;
  overflow-y: scroll;
}

/******Event Filter*******/
.featured_business #business-sub-category {
  margin-top: 35px;
}
.featured_business #business-sub-category .browse_categories {
  margin-left: -8px;
  margin-right: -8px;
}
.featured_business #business-sub-category .browse_categories .col-pad {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.featured_business #business-sub-category .business_slide {
  margin: 0;
  position: relative;
  transition: all 0.8s ease;
  height: 100%;
}
.featured_business #business-sub-category .business_slide .business_slide_image_wrap {
  height: 190px;
}
.featured_business #business-sub-category .business_slide .business_slide_image_wrap .business_slide_image {
  height: 190px;
  overflow: hidden;
}
.featured_business #business-sub-category .business_slide .business_slide_image_wrap .business_slide_image img {
  max-height: 160px;
}
.featured_business #business-sub-category .business_slide .link {
  border: 0;
  background-color: initial;
  padding: 0;
  margin: 0;
}
.featured_business #business-sub-category .business_slide .link:hover {
  background-color: initial;
}
.featured_business #business-sub-category .business_slide:hover .business_slide_image {
  transform: scale(1.1);
}
.featured_business #business-sub-category .business_slide:hover .business_slide_image.business_logo_image {
  transform: scale(1);
}
.featured_business #business-sub-category .business_slide:hover .business_slide_image.no-image {
  transform: scale(1);
}

.business-detail-ad .ad {
  margin-top: 30px;
}
.business-detail-ad .ad img {
  width: 100%;
}

.business-deatil-gallery {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-deatil-gallery li {
  width: 23.5%;
  height: 160px;
  overflow: hidden;
}
.business-deatil-gallery li img {
  width: 100%;
}
.business-deatil-gallery li:first-child {
  margin-left: 0;
}
.gallery-plus {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.gallery-plus a {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.gallery-plus:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

/******STAFF MEMBER*******/
.page-tile.staffmember-title {
  border: 0;
}

.staffmember-sub-title {
  line-height: 23px;
  margin-bottom: 40px;
  display: block;
}

.staff-cat {
  margin-bottom: 20px;
}
.staff-cat h2 {
  margin-bottom: 30px;
}
.staff-cat .staff-tile {
  text-align: center;
  border: 1px solid #cdcdcd;
  padding: 20px;
  margin-bottom: 30px;
}
.staff-cat .staff-tile .staff-img img {
  width: 195px;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-cat .staff-tile .staff-img h3 {
  margin: 3px 0;
}
.staff-cat .staff-tile .staff-img label {
  color: #7c7c7c;
}
.staff-cat .staff-contact {
  border-top: 1px solid #cdcdcd;
  margin: 0 -20px;
  padding: 0 20px;
  padding-top: 10px;
  margin-top: 20px;
}
.staff-cat .staff-contact a {
  color: #7C7C7C;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}
.staff-cat .staff-contact a img {
  margin-right: 5px;
  width: 18px;
}
.staff-cat .staff-contact a:hover {
  color: #114B8E;
}

/******STAFF MEMBER*******/
#magazines {
  margin: 50px 0;
}
#magazines .row {
  margin: 0 -8px;
}
#magazines .mag-col {
  padding: 0 8px;
}
#magazines .magazine-item {
  position: relative; /*height: 280px;*/
  overflow: hidden;
  border: 1px solid #cacaca;
}
#magazines .magazine-item img {
  width: 100%;
  min-height: 280px;
}

.magazine-slider .slick-lft-arrow, .magazine-slider .slick-rgt-arrow {
  width: 30px;
  height: 30px;
  background: #000;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.magazine-slider .slick-lft-arrow img, .magazine-slider .slick-rgt-arrow img {
  position: absolute;
  top: 2px;
}
.magazine-slider .slick-lft-arrow {
  left: -15px;
}
.magazine-slider .slick-lft-arrow img {
  left: 3px;
}
.magazine-slider .slick-rgt-arrow {
  right: -15px;
}
.magazine-slider .slick-rgt-arrow img {
  right: 3px;
}
.magazine-slider.slick-slider {
  margin: 0 -8px;
}
.magazine-slider .slick-slide {
  margin-right: 8px;
  margin-left: 8px;
}
.magazine-slider .slick-slide:focus {
  outline: 0;
}

.sp-section h2 {
  margin: 50px 0;
  font-family: "Montserrat", sans-serif;
}

.magazine-place-ad {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 25px 0;
  margin-bottom: 100px;
}
.magazine-place-ad .place-btn {
  height: 50px;
  margin-top: 25px;
  text-transform: uppercase;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.magazine-place-ad p {
  font-size: 14px;
  line-height: 24px;
}

.magazine-details {
  margin-bottom: 50px;
}
.magazine-details h2 {
  margin: 30px 0;
}
.magazine-details iframe {
  width: 100%;
}

#svg-loader {
  margin: 40px 0;
}

/******Choose Premium Membership*******/
#membership {
  font-family: "Open Sans", sans-serif;
  margin: 55px 0;
}
#membership h1, #membership h2, #membership h3, #membership h4 {
  font-family: "Montserrat", sans-serif;
}
#membership h3 {
  font-size: 23px;
  margin-bottom: 50px;
  font-weight: 700;
  color: #114B8E;
}
#membership .mem-box {
  padding: 45px 20px 25px;
  border: 1px solid #cdcdcd;
  border-top: 0;
  color: #000;
}
#membership .mem-box.newspaper-blue {
  border-top: 7px solid #114B8E;
}
#membership .mem-box.newspaper-blue .sub-plans li a {
  border: 1px solid #A3C8F3;
  color: #114B8E;
}
#membership .mem-box.newspaper-blue .sub-plans li a:hover {
  background-color: #114B8E;
  color: #fff;
  border-color: #114B8E;
}
#membership .mem-box.digital-green {
  border-top: 7px solid #8BB024;
}
#membership .mem-box.digital-green .sub-plans li a {
  border: 1px solid #8BB024;
  color: #8BB024;
}
#membership .mem-box.digital-green .sub-plans li a:hover {
  background-color: #8BB024;
  color: #fff;
  border-color: #8BB024;
}
#membership .mem-box h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#membership .mem-box .mem-points {
  font-size: 14px;
}
#membership .mem-box .mem-points li {
  margin-bottom: 10px;
  line-height: 22px;
  list-style: disc;
  list-style-position: inside;
  font-weight: 300;
}
#membership .mem-box .mem-points li:last-child {
  margin-bottom: 0;
}
#membership .mem-box .sub-plans {
  margin-top: 55px;
}
#membership .mem-box .sub-plans li a {
  padding: 0 20px;
  display: flex;
  height: 85px;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 18px;
}
#membership .mem-box .sub-plans li a h4 {
  margin-bottom: 0px;
}
#membership .mem-box .sub-plans li a span {
  font-size: 12px;
  margin-top: 10px;
  color: #000;
  display: block;
}
#membership .mem-box .sub-plans li a:hover span {
  color: #fff;
}
#membership .mem-box .sub-plans li:last-child a {
  margin-bottom: 0;
}
#membership .select-region {
  font-family: "Open Sans", sans-serif;
  border-right: 1px solid #E7E7E7;
  padding-right: 50px;
  height: 100%;
}
#membership .select-region h4 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
#membership .select-region p {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
#membership .select-region .custom-radio {
  margin-bottom: 20px;
}
#membership .select-region .form-green-btn {
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  font-size: 15px;
}
#membership .edition-preview {
  padding-left: 30px;
  height: 100%;
}

.my_account .login_box .edition-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_account .login_box .edition-wrap .btn.green_btn {
  margin-left: 10px;
  color: #fff !important;
  margin-bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
}

.subscriptions-table thead tr th {
  text-align: center;
}
.subscriptions-table thead tr th:first-child {
  text-align: left;
}
.subscriptions-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  color: #292929;
}
.subscriptions-table tbody tr td:first-child {
  width: 300px;
  text-align: left;
}
.subscriptions-table tbody tr td .btn {
  background-color: transparent;
  height: 38px;
  border: 1px solid #C9C9C9;
  border-radius: 0;
  color: #292929;
}
.subscriptions-table tbody tr td .btn:hover {
  border-color: #8BB024;
}

.subscribe-text {
  font-size: 14px;
  line-height: 25px;
  margin: 50px 0;
}
.subscribe-text p {
  margin-bottom: 20px;
}
.subscribe-text p sub {
  color: red;
}

.talk_comment_count_box {
  margin-top: 30px;
  display: flex;
  padding: 20px 0;
  border: 1px solid #dedede;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.talk_comment_count_box img {
  margin-right: 5px;
}
.talk_comment_count_box a {
  color: #333;
}

/******Choose Premium Membership*******/
.signin-to-comment {
  float: right;
  display: block;
  padding: 10px 20px;
  background: #114b8e;
  color: #fff;
  border-radius: 4px;
}
.signin-to-comment:hover {
  background-color: #8BB024;
  color: #fff;
}

/****** Yard Sale *******/
.page-tile.yard-title .common-green-btn {
  height: 40px;
}

.yard-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yard-filter .yard-drop-filter {
  display: flex;
  align-items: center;
}
.yard-filter .yard-drop-filter .form-group {
  margin-bottom: 0;
}
.yard-filter .yard-drop-filter .zipcode {
  margin-right: 20px;
}
.yard-filter .yard-drop-filter .zipcode .btn-secondary {
  width: 270px;
}
.yard-filter .yard-drop-filter .yard-sale-btn {
  height: 40px;
  padding: 0 10px;
  margin-right: 10px;
  background-color: #8BB024;
  border: 1px solid #8BB024;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.yard-filter .yard-drop-filter .yard-sale-btn:hover {
  background-color: #114B8E;
  border-color: #114B8E;
}
.yard-filter .yard-drop-filter .yard-sale-btn:last-child {
  margin-right: 0;
}
.yard-filter .yard-view {
  display: flex;
  align-items: center;
}
.yard-filter .yard-view a {
  font-size: 18px;
  padding: 10px 25px;
  background-color: #B9C1C9;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.yard-filter .yard-view a img {
  margin-right: 10px;
  height: 20px;
}
.yard-filter .yard-view a:hover, .yard-filter .yard-view a.active-view {
  background-color: #114B8E;
}

/****** Yard Sale *******/
/* Search */
.search-form input {
  height: 50px;
  border: 1px solid #ccc;
  background-image: url("images/search-search-icon.svg");
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-position: left 15px center;
  border: 1px solid #D4D4D4;
  border-radius: 6px 0 0px 6px;
  padding-left: 40px;
  font-weight: 300;
}
.search-form input:focus {
  outline: 0;
  box-shadow: none;
}
.search-form button {
  height: 50px;
  font-size: 18px;
  background-color: #114B8E;
  color: #fff;
  border: 1px solid #114B8E;
  border-radius: 0 6px 6px 0;
  padding: 0 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.search-form button:hover {
  background-color: #8BB024;
  border-color: #8BB024;
}
.search-form .result-count {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-form .result-count span {
  font-size: 15px;
  color: #4A4A4A;
}
.search-form .result-count .search-btn {
  font-size: 13px;
  border: 1px solid #114B8E;
  border-radius: 4px;
  padding: 10px 10px;
  color: #114B8E;
  background-color: transparent;
  display: inline-block;
}
.search-form .result-count .search-btn:hover {
  color: #fff;
  background-color: #8BB024;
  border-color: #8BB024;
}
.search-form .result-count .archive-link {
  display: inline-flex;
  font-size: 14px;
  margin-top: 10px;
}

.article-simple-listing.search-result .article-tile {
  flex-direction: row-reverse;
}
.article-simple-listing.search-result .article-tile .tile-img-wrap {
  margin-right: 0;
  margin-left: 15px;
  width: 150px;
  height: 130px;
}
.article-simple-listing.search-result .article-tile .tile-img {
  width: 150px;
  height: 130px;
}
.article-simple-listing.search-result .article-tile h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
.article-simple-listing.search-result .article-tile p {
  font-size: 14px;
  line-height: 22px;
}
.article-simple-listing.search-result .article-tile span {
  margin-top: 10px;
}

.headerscroll .search-input {
  top: 15px;
}

.search-input {
  background-color: #fff;
  width: 400px;
  right: 15px;
  top: 11px;
  position: absolute;
}
.search-input.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}
.search-input .close {
  opacity: 1;
  font-size: 27px;
  color: #fff;
  float: none;
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-input .close img {
  width: 50px;
}
.search-input .close:hover {
  color: #FC2121;
  cursor: pointer;
}
.search-input .search-inner .input-group-append {
  margin-left: 0;
}
.search-input .form-control {
  height: 38px;
  font-size: 15px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  color: #000;
}
.search-input .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.search-input .form-control::-webkit-input-placeholder {
  color: #2980B9;
}
.search-input .form-control:-moz-placeholder {
  color: #2980B9;
}
.search-input .form-control::-moz-placeholder {
  color: #2980B9;
}
.search-input .form-control:-ms-input-placeholder {
  color: #2980B9;
}
.search-input button {
  font-weight: 700;
  color: #fff;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #fff;
  display: flex;
}
.search-input button:hover {
  background-color: #ccc;
  border-color: #ccc;
}
.search-input .search-link a {
  color: #fff;
  font-size: 10px;
  padding: 1px 0;
}
.search-input .search-link a:hover {
  text-decoration: underline;
}
.search-input .search-link a:first-child {
  border-right: 1px solid #fff;
  padding-right: 7px;
  margin-right: 7px;
}

/*.headerscroll{
	#search-input {
    	.container{position: relative;}
    	.search-inner{position: relative;top:64px;}
    }
}*/
/* search */
/*About*/
#about-page {
  margin: 40px 0;
}
#about-page h2 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#about-page h2 img {
  margin-right: 10px;
}
#about-page p {
  line-height: 23px;
  margin-bottom: 20px;
}

.about-press {
  margin-bottom: 40px;
  padding: 30px 0;
  border: 1px solid #cecece;
  border-width: 1px 0 1px 0;
}

.about-what-do {
  margin: 40px 0;
  padding: 40px 0;
  border: 1px solid #cecece;
  border-width: 1px 0 1px 0;
}

.about-award {
  margin-bottom: 40px;
}

/*About*/
/*Contact us*/
.contact-listing {
  padding: 30px 0;
  border: 1px solid #cecece;
  border-width: 1px 0 1px;
}
.contact-listing .contact-item {
  margin-bottom: 40px;
}
.contact-listing .contact-item h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.contact-listing .contact-item ul li {
  line-height: 25px;
}
.contact-listing .contact-item ul li a {
  color: #000;
}
.contact-listing .contact-item ul li a b {
  font-weight: 600;
}
.contact-listing .contact-item ul li a:hover {
  color: #114B8E;
}
.contact-listing .contact-item .contact-office {
  margin-top: 25px;
}
.contact-listing .contact-item .contact-office h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-listing .contact-item .contact-office .office-item {
  margin-top: 20px;
  line-height: 20px;
}
.contact-listing .contact-item .contact-office .office-item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.contact-listing .contact-item .contact-office .office-item span {
  display: block;
  color: #656565;
}
.contact-listing .contact-item .contact-office .office-item a {
  display: block;
  color: #656565;
}
.contact-listing .contact-item .contact-office .office-item a:hover {
  color: #114B8E;
}

.most-read.event-side-list {
  margin: 30px 0;
}
.most-read.event-side-list h4 {
  background-color: #000;
  color: #fff;
}
.most-read.event-side-list .most-read-item {
  color: #000;
}
.most-read.event-side-list .most-read-item .event-side-date {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #cecece;
  text-align: center;
}
.most-read.event-side-list .most-read-item .event-side-date span {
  font-size: 15px;
  color: #2980B9;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 0;
}
.most-read.event-side-list .most-read-item .event-side-date b {
  font-size: 28px;
}
.most-read.event-side-list .most-read-item .event-side-text h5 {
  font-size: 1rem;
}
.most-read.event-side-list .most-read-item .event-side-text small {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

#common-contact {
  margin-bottom: 30px;
}

.contact-title {
  margin-bottom: 30px;
}

.contact-box {
  font-size: 16px;
  color: #000;
}
.contact-box p {
  line-height: 25px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.contact-box a {
  color: #000;
}
.contact-box small {
  font-weight: 700;
  display: block;
}
.contact-box .admin-wrap {
  width: 80%;
}
.contact-box .admin-wrap h4 {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #DADAE3;
}
.contact-box .admin-wrap sup {
  top: 0;
  left: 2px;
  color: red;
}
.contact-box .contact-box-upload label {
  color: #114B8E;
  text-decoration: underline;
  cursor: pointer;
}
.contact-box .contact-box-upload label:hover {
  color: #8BB024;
}
.contact-box .contact-send {
  width: 200px;
  height: 40px;
  margin-top: 30px;
  background-color: #8BB024;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
}
.contact-box .contact-send:hover {
  background-color: #114B8E;
}
.contact-box .contact-send:focus {
  outline: 0;
  box-shadow: none;
}
.contact-box .print-media-inner small {
  font-size: 14px;
  color: #7B7B7B;
}
.contact-box .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
}
.contact-box .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.contact-box .southampton-print .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
  display: inline;
  line-height: 20px;
}
.contact-box span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
  color: red;
  float: right;
}
.contact-box div.wpcf7-validation-errors, .contact-box div.wpcf7-acceptance-missing {
  color: red;
  padding: 0;
  border: 0;
  margin-left: 0;
  margin: 20px 0;
}
.contact-box div.wpcf7-mail-sent-ok {
  color: green;
  border: 0;
  margin-left: 0;
  margin-bottom: 40px;
  padding-left: 0px;
  font-weight: 600;
}

.contact-msg-box {
  margin: 15px 0 30px;
  padding: 20px 30px;
  border: 1px solid #cecece;
  background-color: #ede9df;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.pdf-list {
  padding-left: 20px;
}
.pdf-list li {
  line-height: 25px;
}
.pdf-list li a {
  font-size: 16px;
  color: #114B8E;
  /*font{color: $blue;}*/
}
.pdf-list li a:hover {
  color: #8BB024;
}

.contact-modal .modal-content {
  width: 80%;
}
.contact-modal .modal-dialog {
  margin: auto;
}
.contact-modal .modal-body {
  padding: 40px 30px;
  position: relative;
}
.contact-modal .modal-body h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #353535;
}
.contact-modal .modal-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact-modal .modal-body .form-group {
  margin-bottom: 30px;
}
.contact-modal .modal-body .form-group label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #676767;
  text-transform: uppercase;
}
.contact-modal .modal-body .form-group label sup {
  top: -1px;
  color: #ce0000;
}
.contact-modal .modal-body .form-group .form-control {
  height: 45px;
  border-radius: 2px;
}
.contact-modal .modal-body .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.contact-modal .modal-body .get-info {
  margin-top: 10px;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 700;
  background-color: #8BB024;
  color: #fff;
  border-radius: 2px;
  border-color: #8BB024;
}
.contact-modal .modal-body .get-info:hover {
  background-color: #114B8E;
  border-color: #114B8E;
}
.contact-modal .modal-body .get-info:focus {
  outline: 0;
  box-shadow: none;
}
.contact-modal div.wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  color: #398f14;
}
.contact-modal div.wpcf7-validation-errors, .contact-modal div.wpcf7-acceptance-missing {
  border: 0;
  margin: 0;
  padding: 0;
  color: red;
  margin-bottom: 30px;
}
.contact-modal span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}

/*Contact us*/
.community-news .article-simple-listing .article-tile h3 {
  font-size: 16px;
  line-height: 24px;
}
.community-news .article-simple-listing .article-tile .tile-img-wrap {
  width: 140px;
  height: 110px;
}
.community-news .article-simple-listing .article-tile .tile-img {
  width: 140px;
  height: 110px;
}

.letter-listing-details {
  color: #000;
  font-size: 14px;
}
.letter-listing-details h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.letter-listing-details h4 {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 700;
}
.letter-listing-details p {
  margin-bottom: 20px;
}
.letter-listing-details .letter-title {
  margin: 30px 0;
  text-align: center;
}
.letter-listing-details .autor-name {
  margin-bottom: 30px;
  padding: 20px 0;
  border: 1px solid #D9D9D9;
  border-width: 1px 0 1px;
}
.letter-listing-details .autor-name h5 {
  font-size: 20px;
  font-weight: 700;
}

.related-letters {
  margin-top: 40px;
}
.related-letters #editorial-letters {
  border-bottom: 0;
}
.related-letters #editorial-letters .editorial-item {
  margin: 0 15px;
  padding: 0;
  border-bottom: 0;
}
.related-letters #editorial-letters .editorial-item h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.related-letters #editorial-letters .editorial-item h3 img {
  width: 35px;
  margin-bottom: inherit;
  margin-right: 10px;
}
.related-letters #editorial-letters .editorial-item time {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
  display: block;
}
.related-letters .slick-slider {
  margin: 0 -15px;
}
.related-letters .slick-arrow {
  position: absolute;
  top: 30%;
  display: block;
  cursor: pointer;
  z-index: 2;
}
.related-letters .slick-arrow.slick-lft-arrow {
  left: -40px;
}
.related-letters .slick-arrow.slick-rgt-arrow {
  right: -40px;
}
.related-letters .slick-arrow.slick-disabled {
  opacity: 0.4;
}

.hide-column-list {
  display: none !important;
}

.pmu-disabled.pmu-button {
  background-color: #efefef;
  cursor: not-allowed !important;
  color: #cdcdcd !important;
}

.terms {
  margin-bottom: 60px;
  line-height: 22px;
  color: #616161;
}
.terms strong {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  color: #000;
}
.terms p {
  margin-bottom: 20px;
}
.terms a {
  color: #114B8E;
}

.ad-landing .ad {
  text-align: center;
  margin: 20px 0;
}

.ui-datepicker-trigger {
  cursor: pointer;
}

#sale {
  padding-top: 25px;
  margin: 50px 0;
  color: #000;
  background-image: url("images/offer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#sale h1 {
  font-size: 65px;
  margin-bottom: 15px;
  font-weight: 800;
}
#sale h1 font {
  color: #DC0A0A;
}
#sale b {
  font-size: 17px;
  font-weight: 600;
  display: block;
}
#sale label {
  font-size: 20px;
  margin: 20px 0 40px;
  font-weight: 700;
  display: block;
  position: relative;
}
#sale label i {
  text-decoration: line-through;
}
#sale label font {
  font-size: 24px;
  color: #114B8E;
}
#sale label:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 40%;
  left: 0;
  right: 0;
  top: 43px;
  background-color: #404040;
  margin: auto;
}
#sale span {
  font-size: 14px;
  font-weight: 600;
}
#sale .sale-sub {
  padding: 20px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
#sale .sale-sub a {
  width: 210px;
  height: 40px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  background-color: #8BB024;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#sale .sale-sub a:hover {
  background-color: #114B8E;
}
#sale .sale-sub q {
  font-size: 13px;
  margin-top: 10px;
  color: #212121;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
    line-height: 18px;
  }
  #top-ad {
    min-height: 95px;
  }
  .menu-band {
    padding: 0;
    padding-top: 8px;
  }
  .menu-band ul li {
    margin-right: 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .menu-band ul li a {
    margin: 0;
    padding: 8px 8px;
  }
  .menu-band ul li.menu-band-logo {
    display: block;
    opacity: 1;
    background-color: #4d6fa1;
  }
  .menu-band ul li.menu-band-logo img {
    height: 16px;
    filter: brightness(0) invert(1);
  }
  .menu-band ul li.menu-band-logo.m-l-active {
    opacity: 1;
    background-color: #fff;
  }
  .menu-band ul li.menu-band-logo.m-l-active img {
    filter: none;
    opacity: 1;
  }
  .headerscroll .menu-band ul li a {
    margin: 0px;
  }
  .sp-mob-logo a img {
    position: relative;
    top: 2px;
  }
  .article-tile .charity-item h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .article-tile .charity-item address {
    font-size: 12px !important;
  }
  .article-tile .charity-item address img {
    height: 15px;
  }
  .article-tile .charity-item .charity-contact-info {
    flex-direction: column;
    gap: 10px !important;
    align-items: flex-start !important;
  }
  .article-tile .charity-item .charity-contact-info a {
    font-size: 12px !important;
    word-break: break-all;
  }
  .article-tile .charity-item .charity-contact-info span img {
    height: 15px;
  }
  .menu-bar {
    width: 25px;
  }
  .page-tile {
    padding: 15px 0;
  }
  .page-tile h1, .page-tile h2 {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .featured_business .business-deatil-page_title {
    align-items: flex-start;
    padding-bottom: 0;
  }
  .featured_business .business-deatil-page_title h1 {
    margin-top: 20px;
  }
  .common-green-btn.place-business {
    width: 70%;
    height: 35px;
    font-size: 12px;
  }
  .top-ad {
    display: none !important;
  }
  .breadcrumbstyle {
    display: none;
  }
  #site-menu ul li ul {
    padding-left: 10px;
  }
  #site-menu ul li ul li {
    padding: 5px 20px;
  }
  #site-menu ul li ul li a {
    font-size: 12px;
    color: #6d6d6d !important;
  }
  #site-menu ul li ul li:first-child {
    margin-top: 10px;
  }
  #site-menu ul li ul li:last-child {
    margin-bottom: 0px;
  }
  .intro .intro-inner {
    padding: 30px 20px;
  }
  .intro .intro-inner h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .intro .intro-inner p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .intro .intro-inner p br {
    display: none;
  }
  .intro .intro-inner a {
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
    background-color: #114B8E;
    padding: 10px 15px;
    display: inline-flex;
    border-radius: 4px;
  }
  .intro .intro-inner a:hover {
    background-color: #8BB024;
  }
  /*	footer{padding-top: 20px; line-height:  1rem;margin-top: 20px;
  	.footer-logo {
  		img{width: 90px;}
  	}
  	.footer-link{
  		li{margin-bottom: 8px;}
  	}
  	.address-footer{margin-top: 20px;float: none !important}
  	.footer-bottom{padding: 20px 0;margin-top: 20px;}
  	.footer-social-links a{width: 28px;height: 28px;
  		img{height: 12px;}
  	}
  }*/
  footer.footer-white {
    font-size: 13px;
  }
  footer.footer-white .footer-top {
    padding-top: 20px;
  }
  footer.footer-white .footer-logos a img {
    height: 25px;
  }
  footer.footer-white .footer-logos a:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  footer.footer-white .footer-links {
    margin-top: 20px;
  }
  footer.footer-white .footer-bottom {
    font-size: 11px;
    padding: 20px 0;
    margin-top: 20px;
  }
  footer.footer-white .footer-social-links a {
    width: 28px;
    height: 28px;
  }
  footer.footer-white .footer-social-links a img {
    height: 12px;
  }
  .footer-terms {
    margin-left: 6px;
    padding-left: 10px;
  }
  /******** 27 East landing ********/
  .breaking-news {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
  }
  .breaking-news label {
    font-size: 9px;
    margin-right: 10px;
    padding: 5px 9px;
  }
  .breaking-news .breaking-item {
    margin-right: 20px;
  }
  .breaking-news .breaking-item a {
    color: #000;
    display: block;
    padding: 3px 0;
    margin-top: 1px;
    cursor: auto;
  }
  .breaking-news .slick-arrow {
    width: 15px;
  }
  .breaking-news .slick-lft-arrow {
    right: 20px;
  }
  .breaking-news .slick-rgt-arrow {
    right: -5px;
  }
  #featured-27 {
    margin-top: 10px;
  }
  #featured-27 .featured-27-slider .featured-27-item {
    height: 300px;
    padding: 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: flex-end;
    flex-direction: columns;
    position: relative;
  }
  #featured-27 .featured-27-slider .featured-27-item h2 {
    font-size: 22px;
    line-height: 25px;
  }
  #featured-27 .featured-27-slider .featured-27-item .featured-27-cat {
    font-size: 10px;
    padding: 5px 10px;
  }
  #featured-27 .featured-27-slider .slick-arrow img {
    width: 25px;
  }
  #featured-27 .featured-27-slider .slick-lft-arrow {
    left: 0px;
  }
  #featured-27 .featured-27-slider .slick-rgt-arrow {
    right: 0px;
  }
  #featured-27 .ad-after-banner {
    margin: 30px 0;
  }
  #news-headlines {
    margin-bottom: 20px;
  }
  #news-headlines h5 {
    font-size: 16px;
    padding: 15px;
  }
  #news-headlines ul li a {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 18px;
  }
  #news-headlines .news-headlines-more {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .featured-27-head {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .featured-27-head img {
    margin-left: 5px;
    width: 12px;
  }
  .featured-27-article {
    margin-bottom: 20px;
  }
  .featured-27-article .main-article-wrap {
    height: 330px;
  }
  .featured-27-article .main-article-wrap .main-article {
    height: 300px;
    padding: 20px;
  }
  .featured-27-article .main-article-wrap .main-article .main-article-cat {
    font-size: 12px;
    padding: 4px 14px;
    display: inline-block;
    color: #fff;
    background-color: #000;
  }
  .featured-27-article .main-article-wrap .main-article h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .featured-27-article .main-article-wrap .main-article .main-article-autor img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  .featured-27-article .main-sub-item p {
    font-size: 12px;
    line-height: 18px;
  }
  .featured-27-article .main-sub-item:hover .main-sub-item-img {
    transform: scale(1.1);
    overflow: hidden;
  }
  .featured-27-article .main-sub-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
  }
  .featured-27-article.home-and-garden .main-sub-item .main-sub-item-wrap {
    width: 130px;
    height: 125px;
  }
  .featured-27-article.home-and-garden .main-sub-item .main-sub-item-wrap .main-sub-item-img {
    width: 130px;
    min-height: 125px;
  }
  .featured-27-article.home-and-garden .main-sub-item h6 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .featured-27-article.home-real-estate .main-article-wrap .main-article p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .featured-27-article.home-real-estate .main-sub-item {
    align-items: flex-start;
  }
  .featured-27-article.home-real-estate .main-sub-item h6 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  #home-events .featured-event-slider .featured-event-item {
    border: 1px solid #cecece;
  }
  #home-events .featured-event-slider .featured-event-item .featured-event-img {
    height: 180px;
  }
  #home-events .featured-event-slider .featured-event-item .featured-event-img img {
    min-height: 180px;
  }
  #home-events .featured-event-slider .featured-event-item .featured-event-cnt {
    padding: 18px 10px;
  }
  #parties-and-benefits {
    margin-bottom: 50px;
  }
  #parties-and-benefits .pb-slider .pb-item {
    height: 250px;
    width: 100%;
    padding: 20px;
  }
  #parties-and-benefits .pb-slider .pb-item h3 {
    font-size: 14px;
    line-height: 18px;
  }
  #home-jobs .job-item .job-tag {
    font-size: 12px;
    padding: 4px 15px;
    display: inline-block;
    background-color: #8BB024;
    color: #fff;
  }
  #home-jobs .job-item p {
    line-height: 20px;
  }
  #home-jobs .job-item p b {
    font-weight: 700;
  }
  .common-green-btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
    margin-top: 10px;
  }
  #home-magazine {
    padding: 30px 0 50px;
    margin-top: 30px;
  }
  #home-magazine .magazine-item {
    height: auto;
  }
  #home-magazine .magazine-item img { /*height: auto;*/ }
  #home-magazine .magazine-slider.slick-slider {
    margin: 0;
  }
  #home-magazine .magazine-slider.slick-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
  #insta-feed {
    padding: 30px 0;
  }
  #insta-feed h2 {
    margin-bottom: 20px;
    font-weight: 22px;
  }
  #insta-feed h2 img {
    width: 25px;
    margin-right: 5px;
  }
  .featured-event-slider .featured-event-item .featured-event-cnt {
    padding: 18px 10px;
  }
  /******** 27 East landing ********/
  /******** Southampton Press Landing ********/
  #featured-27.sp .featured-27-slider .featured-27-item h2 {
    font-size: 22px;
  }
  #featured-27.sp .featured-27-slider .featured-27-item small {
    font-size: 13px;
  }
  #featured-27.sp .featured-27-slider .featured-27-item time {
    font-size: 12px;
  }
  #featured-27.sp .ad-after-banner.sp-ad {
    padding: 20px 0;
    margin: 20px 0;
  }
  #featured-27.sp .most-read .most-read-item {
    padding: 12px 15px;
  }
  .sp-featured-article .sfp-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sp-featured-article .sfp-item .spf-img-wrap {
    width: 120px;
    height: 100px;
    margin-right: 15px;
  }
  .sp-featured-article .sfp-item .spf-img-wrap .spf-img {
    width: 120px;
    height: 100px;
  }
  .sp-featured-article .sfp-item .spf-cnt {
    color: #000;
  }
  .sp-featured-article .sfp-item .spf-cnt h3 {
    font-size: 1.1rem;
    line-height: 22px;
  }
  .sp-featured-article .sfp-item .spf-cnt p {
    padding: 5px 0 10px;
  }
  .sp-featured-article .sfp-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .sp-head {
    margin-bottom: 15px;
  }
  .sp-head .sp-head-icon {
    margin-right: 5px;
  }
  .sp-head .sp-head-arrow {
    height: 12px;
    margin-left: 5px;
  }
  #sp-sports {
    padding: 20px 0 0px;
  }
  .police-article {
    padding-bottom: 20px;
  }
  .police-article .police-img-wrap {
    height: 200px;
    margin-bottom: 10px;
  }
  .police-article .police-img-wrap .police-img {
    height: 200px;
  }
  .police-article h4 {
    font-size: 1.1rem;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .police-article p {
    padding-top: 10px;
  }
  #editorial-letters {
    margin-top: 20px;
    padding: 20px 0;
  }
  #editorial-letters .sp-head {
    margin-bottom: 20px;
  }
  #editorial-letters .editorial-item {
    margin: 0 0px 20px 0px;
    padding-bottom: 20px;
  }
  #editorial-letters .editorial-item h3 {
    font-size: 1.1rem;
    line-height: 22px;
  }
  #editorial-letters .sp-quote-icon {
    width: 30px;
  }
  #editorial-letters .letter-head {
    margin-top: 30px;
  }
  #columnist {
    margin-top: 20px;
  }
  #columnist .columnist-slider {
    margin: 20px 0;
  }
  #columnist .columnist-slider .columnist-item .columnist-img {
    width: 130px;
    height: 130px;
  }
  #columnist .columnist-slider .columnist-item .columnist-img img {
    min-width: 130px;
    min-height: 130px;
  }
  #columnist .columnist-slider .columnist-item .columnist-img:after {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)) 0 1%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0);
    border-radius: 50%;
  }
  #columnist .columnist-slider .columnist-item h3 {
    font-size: 1rem;
    margin-top: 15px;
  }
  #columnist .columnist-slider .columnist-item label {
    margin: 5px 0;
  }
  #columnist .slick-arrow.slick-lft-arrow {
    left: -10px;
  }
  #columnist .slick-arrow.slick-rgt-arrow {
    right: -10px;
  }
  #visual-stories {
    padding: 20px 0 0px;
    margin-bottom: 20px;
  }
  #visual-stories .visual-item {
    margin-bottom: 20px;
  }
  #visual-stories .visual-item .visual-img.bg-image {
    height: 185px;
  }
  #visual-stories .visual-item h3 {
    font-size: 1.1rem;
    margin: 10px 0 5px;
  }
  #visual-stories p {
    line-height: 20px;
  }
  #eoc {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #eoc .eoc-item .eoc-img {
    height: 250px;
  }
  #eoc .eoc-item .eoc-img h3 {
    font-size: 1.1rem;
    line-height: 22px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "Merriweather", serif;
    font-weight: 700;
    transition: all 0.8s ease;
  }
  #eoc .eoc-item p {
    line-height: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #cecece;
    transition: all 0.8s ease;
    min-height: auto;
  }
  #eoc .eoc-item:hover .eoc-img h3 {
    opacity: 0.8;
  }
  #eoc .eoc-item:hover p {
    color: #8BB024;
    border-color: #8BB024;
  }
  #eoc .eoc-item:last-child p {
    border: 0;
  }
  /******** Southampton Press Landing ********/
  /********Common Article Listing ********/
  #article-details .container {
    border: 0;
  }
  .article-sub-cat {
    padding: 10px 0;
  }
  .article-sub-cat ul {
    list-style: disc;
  }
  .article-sub-cat ul li {
    width: 50%;
    float: left;
    padding: 0;
    margin-bottom: 3px;
    background-position: left center;
    padding-left: 10px;
  }
  .article-sub-cat ul li:first-child {
    padding-left: 10px;
  }
  .article-sub-cat ul li:last-child { /*background-image: url(images/black-dot.svg);*/ }
  .article-sub-cat ul:after {
    content: "";
    clear: both;
    display: table;
  }
  .featured-article {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .featured-article .featured-article-item {
    height: 300px;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .featured-article .featured-article-item h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .featured-article .featured-article-item small {
    margin: 10px 0;
  }
  .article-tile {
    margin-bottom: 20px;
  }
  .article-tile .hover-img-wrap {
    height: 200px;
  }
  .article-tile .tile-img {
    height: 200px;
  }
  .article-tile h3 {
    margin: 10px 0;
    font-size: 1.7rem;
    line-height: 28px;
  }
  .article-tile time {
    margin-top: 10px;
  }
  .article-tile small {
    line-height: 20px;
  }
  .article-simple-listing {
    padding-top: 30px;
  }
  .article-simple-listing .article-tile {
    flex-direction: column;
  }
  .article-simple-listing .article-tile .tile-img-wrap {
    width: 100%;
    height: 180px;
    margin: 0 0 15px;
  }
  .article-simple-listing .article-tile .tile-img {
    width: 100%;
    margin: 0 0 15px;
    height: 180px;
  }
  .subscribe-feed .input-group {
    margin: 12px 0;
  }
  .subscribe-feed input {
    height: 35px;
  }
  .subscribe-feed button {
    height: 35px;
  }
  .column-article h2 {
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .column-article h2 img {
    height: 10px;
  }
  .column-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .column-item .column-item-img-wrap {
    height: 200px;
    width: 100%;
  }
  .column-item .column-item-img {
    height: 200px;
    width: 100%;
  }
  .column-item .column-item-img img {
    min-height: 100px;
  }
  .column-item .column-item-cnt {
    margin: 0 10px;
  }
  .column-item .column-item-cnt .column-cat {
    padding: 3px 8px;
    margin-bottom: 8px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .column-item .column-item-cnt h3 {
    line-height: 21px;
    margin-top: 12px;
  }
  .column-item .column-item-cnt small {
    margin: 10px 0;
    line-height: 17px;
  }
  .column-item .column-item-cnt .column-post-time span img {
    margin-right: 5px;
    width: 15px;
  }
  .column-item .column-item-cnt .column-post-time span:first-child {
    margin-right: 5px;
  }
  .ad {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .most-read .most-read-item {
    padding: 10px;
    line-height: 16px;
  }
  /********Common Article Listing ********/
  /********Common Article Details ********/
  #article-details h1 {
    font-size: 1.9rem;
    margin: 20px 0 20px;
    padding: 0;
    line-height: 28px;
  }
  #article-details .photo-count {
    padding: 8px;
    width: 100px;
  }
  #article-details .photo-count img {
    width: 12px;
    margin: 0 5px 0 0;
  }
  .autor-share {
    display: block;
    padding: 15px 0;
  }
  .autor-share .share {
    margin-top: 15px;
  }
  .article-cnt p, .article-cnt span {
    margin: 20px 0;
  }
  #article-details .container {
    padding-bottom: 20px;
  }
  #recent-article {
    margin: 20px 0;
  }
  /********Common Article Details ********/
  /********EVENT********/
  .filter-wrap.real-estate-filter .filter-item.event-search .form-control {
    background-size: 13px;
    padding-left: 16px;
  }
  .headerscroll .filter-wrap {
    padding-top: 50px;
  }
  .filter-wrap {
    display: block;
    margin: 25px 0px;
  }
  .filter-wrap .filter-item {
    height: 40px;
    border: 0;
    font-size: 0.875rem;
    padding: 0px;
    display: inline-flex;
    margin-bottom: 15px;
  }
  .filter-wrap .filter-item .select-extended-element .btn {
    height: 40px;
    width: 100%;
    text-align: left;
    border: 1px solid #c9c9c9;
    border-radius: 0;
  }
  .filter-wrap .filter-btn button {
    height: 40px;
    width: 100%;
    font-weight: 500;
  }
  #filter-band {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    transition: all 0.4s ease;
    top: 0;
    bottom: 0;
  }
  #filter-band.filter-open {
    display: block;
  }
  .float-filter-btn {
    width: 30px;
    position: fixed;
    top: 100px;
    right: 5px;
    border: 1px solid #8BB024;
    background-color: #8BB024;
    padding: 0;
    z-index: 100;
    line-height: 0;
  }
  .float-filter-btn:focus {
    outline: 0;
  }
  .filter-wrap.event-filter-wrap .filter-item.event-filter-location {
    width: 48%;
  }
  .filter-wrap.event-filter-wrap .filter-item:first-child {
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
    font-size: 15px;
  }
  .filter-wrap.real-estate-filter .filter-item .dropdown .dropdown-btn, .filter-wrap.event-filter-wrap .filter-item .dropdown .dropdown-btn {
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 0;
  }
  .filter-wrap.real-estate-filter .dropdown-menu {
    margin-top: 0px;
    margin-left: 0px;
    width: auto;
    max-height: 300px;
  }
  .filter-wrap.real-estate-filter .filter-price input.form-control {
    width: 120px;
  }
  #select_town {
    max-height: 300px;
  }
  .checkbox-success {
    font-size: 11px;
    padding: 4px 6px;
    width: 250px;
  }
  .filter-wrap.real-estate-filter .dropdown-toggle::after, .filter-wrap.event-filter-wrap .dropdown-toggle::after {
    top: 15px;
  }
  .filter-close {
    position: absolute;
    right: 15px;
    top: 22px;
  }
  /*********EVENT & Real Estate Filter******************/
  .featured-event {
    margin-bottom: 30px;
  }
  .featured-event .featured-event-title {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .featured-event .featured-event-title .Place-event-btn {
    font-size: 1rem;
    padding: 8px 15px;
    width: 100%;
    margin: 10px 0 15px;
    text-align: center;
  }
  .featured-event .featured-event-title .dropdown-header {
    font-weight: 700;
    color: #114B8E;
    font-size: 15px;
    margin: 5px 0 5px -5px;
  }
  .featured-event .featured-event-title h2 img {
    width: 10px;
    margin-left: 6px;
  }
  .featured-event .featured-event-title h2 {
    font-size: 20px;
  }
  .event-item {
    padding: 0 10px 10px;
    align-items: flex-start;
  }
  .event-item .event-item-wrap {
    align-items: flex-start;
  }
  .featured-event .featured-event-item .featured-event-cnt h3 {
    min-height: auto;
  }
  .event-item .event-item-wrap .event-item-img {
    width: 80px;
    height: 70px;
  }
  .event-item .event-item-wrap .event-item-img img {
    width: 80px;
    height: 70px;
  }
  .event-item .event-item-wrap .event-item-cnt {
    margin: 0 15px;
    line-height: 20px;
  }
  .event-item .event-item-wrap .event-item-cnt h4 {
    word-break: break-word;
  }
  #browse {
    padding: 25px 0 40px;
  }
  #browse h5 {
    margin-bottom: 15px;
    text-align: center;
  }
  #browse h5 img {
    width: 80px;
  }
  #browse .browse-item .browse-item-img {
    width: 100%;
  }
  #browse .browse-item .browse-cat {
    left: 20px;
    bottom: 30px;
  }
  #browse .browse-item .browse-cat img {
    margin-left: 8px;
    display: inline-block;
  }
  #browse .slick-slider {
    margin: 0px;
  }
  #browse .slick-slide {
    margin-right: 30px;
    margin-left: 30px;
  }
  #browse .slick-next {
    right: -10px;
  }
  #browse .slick-prev {
    left: -10px;
  }
  #browse .slick-arrow {
    border-width: 1px;
  }
  .share a img {
    height: 16px;
  }
  .week-slider {
    margin: 0;
    margin-bottom: 30px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 16px;
  }
  .week-slider .single-day {
    padding: 8px 0px;
  }
  .week-slider .single-day .week {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .week-slider .single-day .date {
    font-size: 16px;
  }
  /********EVENT********/
  /********EVENT DETAILS********/
  .event-title {
    line-height: 30px;
  }
  .event-title .event-price {
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 15px;
  }
  .event-title h1 {
    font-size: 22px;
    word-break: break-all;
    line-height: 30px;
  }
  .event-direc {
    margin-top: 20px;
  }
  .event-details-img {
    height: 250px;
  }
  .event-disc {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .event-title .event-date {
    margin-bottom: 10px;
  }
  .time-contact {
    display: block;
  }
  .time-contact h3 {
    margin-bottom: 5px;
  }
  .e-time, .e-contact {
    line-height: 20px;
    margin-bottom: 15px;
    width: auto;
    margin-right: 0;
  }
  .e-time {
    position: relative;
  }
  .e-time .time-contact-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .time-contact-btn {
    width: 130px;
    height: 35px;
    margin-top: 5px;
  }
  .e-reg {
    line-height: 18px;
    width: auto;
  }
  .event-direc {
    margin-left: 0;
    line-height: 18px;
  }
  .event-direc iframe {
    margin-top: 10px;
  }
  .event-disc-band {
    margin-bottom: 15px;
  }
  #upcoming-events {
    padding: 25px 0;
  }
  #upcoming-events h3 {
    margin-bottom: 15px;
  }
  #upcoming-events .featured-event-slider .featured-event-item .featured-event-img {
    height: 200px;
  }
  #upcoming-events .featured-event-slider .featured-event-item .featured-event-img img {
    min-height: 200px;
  }
  /********EVENT DETAILS********/
  /******COLUMN LISTING*******/
  .column-autor-details {
    margin: 0px 0px 25px 0;
    padding-bottom: 25px;
  }
  .column-autor-details .column-autor-img {
    margin-right: 8px;
  }
  .column-autor-details .column-autor-img img {
    width: 100px;
    height: 100px;
  }
  .column-autor-details .column-autor-cnt h3 {
    margin-bottom: 8px;
  }
  .column-autor-details .column-autor-cnt ul li {
    margin-bottom: 5px;
  }
  /******COLUMN LISTING*******/
  /******COLUMN Details*******/
  .column-autor-wrap {
    display: block;
  }
  .column-autor-wrap .share {
    text-align: center;
    margin-top: 10px;
  }
  .autors-more-columns .slick-prev, .autors-more-columns .slick-next {
    top: 35%;
  }
  .autors-more-columns .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .autors-more-columns .slick-prev {
    left: 0px;
  }
  .autors-more-columns .slick-next {
    right: 0px;
  }
  /******COLUMN Details*******/
  /******Real Estate*******/
  .place-btn {
    width: 95px;
  }
  .re-featured-band {
    flex-direction: column-reverse;
    margin: 15px 0;
    background-color: #fff;
  }
  .re-featured-band .place-btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .re-featured-band h3 {
    padding: 4px 10px;
    display: block;
  }
  .place-btn {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
  }
  #browse {
    margin-bottom: 20px;
  }
  #re-news {
    margin: 20px 0 30px;
  }
  .featured-agent .featured-agent-band {
    margin-bottom: 15px;
  }
  .featured-agent .featured-agent-band h3 {
    font-size: 13px;
  }
  .featured-agent .featured-agent-band h3 img {
    margin-left: 5px;
    width: 8px;
  }
  .featured-agent .featured-agent-band a {
    font-size: 10px;
  }
  .featured-agent .featured-agent-item img {
    margin-bottom: 10px;
    width: 140px;
    height: 140px;
  }
  .featured-agent-slider {
    /*.slick-prev {left: 2px;width: 18px;height: 24px;background: #fff;border: 1px solid #d8d8d8;}
    .slick-next{right: 2px;width: 18px;height: 24px;background: #fff;border: 1px solid #d8d8d8;}
    .slick-arrow:before {color: transparent;background-repeat: no-repeat;background-size: 9px;background-position-y: center;background-position-x: 4px;}*/
  }
  .featured-agent-slider.slick-slider {
    margin-top: 10px;
  }
  .featured-agent-slider .slick-arrow {
    width: 30px;
    z-index: 10;
  }
  .featured-agent-slider .slick-arrow.f-a-left {
    left: -15px;
  }
  .featured-agent-slider .slick-arrow.f-a-right {
    right: -15px;
  }
  #most-viewed-rentals .mvr-slider.slick-slider {
    margin-top: 15px;
  }
  #most-viewed-rentals .mvr-slider .slick-prev {
    left: 2px;
    width: 18px;
    height: 24px;
    background: #fff;
    border: 1px solid #d8d8d8;
  }
  #most-viewed-rentals .mvr-slider .slick-next {
    right: 2px;
    width: 18px;
    height: 24px;
    background: #fff;
    border: 1px solid #d8d8d8;
  }
  #most-viewed-rentals .mvr-slider .slick-arrow:before {
    color: transparent;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position-y: center;
    background-position-x: 4px;
  }
  #most-viewed-rentals .mvr-listing {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .re-item {
    margin-bottom: 10px;
  }
  #re-news h3 {
    margin-bottom: 15px;
  }
  .re-news-item .re-news-cnt h3 {
    margin-top: 10px;
  }
  .featured-agent-wrap {
    margin-top: 0;
  }
  .re-news-item {
    display: block;
  }
  .re-news-item .re-news-img-wrap {
    height: 200px;
    width: 100%;
    margin-right: 10px;
  }
  .re-news-item .re-news-img {
    height: 200px;
    width: 100%;
  }
  .re-news-item .re-news-cnt p {
    line-height: 16px;
    margin: 8px 0;
  }
  .re-wrap .ad {
    margin-top: 0px;
  }
  .re-wrap .ad img:first-child {
    margin-bottom: 15px;
  }
  #sales_featured {
    margin-top: 20px;
  }
  /******Advanced Filter Modal*******/
  .modal-dialog, .placeAdModal .modal-dialog {
    width: 100% !important;
  }
  .placeAdModal .placeAd {
    padding: 30px 20px;
  }
  .placeAdModal .placeAd .tab-content .form-group {
    margin-bottom: 15px;
  }
  .placeAdModal .placeAd .tab-content .form-group label {
    margin-bottom: 10px;
  }
  .placeAdModal .placeAd .tab-content .form-box {
    height: 40px;
  }
  /******Advanced Filter Modal*******/
  /******Real Estate*******/
  /******Real Estate Details*******/
  #re-details {
    margin: 20px 0 40px;
  }
  .re-details-large-item {
    height: 220px;
  }
  .re-details-thumbnail-item {
    height: 75px;
  }
  .re-map iframe {
    display: none;
  }
  .re-full-details h1 {
    font-size: 18px;
    line-height: 18px;
  }
  .re-full-details .p-contact {
    padding: 15px 0;
    margin-top: 15px;
  }
  .re-full-details .p-facility {
    padding: 10px 0;
  }
  .re-full-details .p-facility .facility-item {
    padding: 5px 0;
  }
  .re-full-details .p-facility .facility-item label {
    padding-bottom: 5px;
  }
  .re-full-details .p-facility .facility-item img {
    height: 18px;
  }
  .re-full-details .p-aminities {
    margin: 15px 0;
    padding-bottom: 15px;
  }
  .re-full-details .p-aminities h4 {
    margin-bottom: 15px;
  }
  .re-full-details .p-aminities ul {
    line-height: 23px;
  }
  .re-full-details .p-aminities ul li {
    padding: 3px 0;
    padding-left: 22px;
    margin-right: 15px;
    background-size: 16px;
  }
  .re-full-details .p-description h4 {
    margin-bottom: 10px;
  }
  .re-full-details .p-description p {
    line-height: 23px;
    color: #747474;
  }
  .re-green-btn {
    width: 150px;
    height: 35px;
    margin-top: 15px;
  }
  #realated-property {
    padding: 30px 0;
  }
  #realated-property h3 {
    margin-bottom: 15px;
  }
  #realated-property h3 img {
    margin-left: 5px;
  }
  #realated-property .slick-arrow {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  #realated-property .slick-prev {
    left: 5px;
  }
  #realated-property .slick-next {
    right: 5px;
  }
  /******Real Estate Details*******/
  .magazine-slider .slick-lft-arrow, .magazine-slider .slick-rgt-arrow {
    border-width: 1px;
  }
  .magazine-slider .slick-lft-arrow img, .magazine-slider .slick-rgt-arrow img {
    position: absolute;
    top: 2px;
  }
  .magazine-slider .slick-lft-arrow {
    left: 0px;
  }
  .magazine-slider .slick-rgt-arrow {
    right: 0px;
  }
  .sp-section h2 {
    margin: 30px 0;
  }
  #magazines .sp-section .magazine-item {
    padding: 10px 0;
  }
  #magazines .sp-section .magazine-item img {
    width: auto;
    margin: auto;
    height: 180px;
    min-height: 180px;
  }
  .magazine-place-ad {
    padding: 20px 0;
    margin-bottom: 50px;
  }
  .magazine-place-ad .place-btn {
    height: 40px;
    margin-top: 25px;
    text-transform: uppercase;
    width: 100%;
    display: flex !important;
  }
  .magazine-place-ad p {
    font-size: 13px;
    line-height: 20px;
  }
  .press-img {
    width: 200px;
    margin-bottom: 10px;
  }
  .staff-cat .staff-tile {
    padding: 10px;
  }
  .staff-cat .staff-tile h3 {
    margin: 0;
  }
  .staff-cat .staff-contact {
    font-size: 12px;
    border-top: 1px solid #cdcdcd;
    margin: 0 -10px;
    padding: 0 10px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .staff-cat .staff-contact a img {
    width: 15px;
  }
  .staff-cat .staff-contact a {
    justify-content: center;
  }
  .business-deatil-gallery li {
    height: 75px;
  }
  .gallery-plus a {
    font-size: 14px;
  }
  #magazines {
    margin: 30px 0;
  }
  /* search */
  .search-form input {
    height: 40px;
    background-position: left 10px center;
    border: 1px solid #D4D4D4;
    padding-left: 30px;
    background-size: 15px;
  }
  .search-form button {
    height: 40px;
    font-size: 15px;
  }
  .search-form .result-count {
    padding-bottom: 30px;
  }
  .search-form .result-count span {
    font-size: 14px;
    color: #4A4A4A;
  }
  .search-form .result-count .archive-link {
    display: inline-flex;
    font-size: 13px;
  }
  .article-simple-listing.search-result .article-tile {
    flex-direction: column;
  }
  .article-simple-listing.search-result .article-tile .tile-img-wrap {
    margin: 0;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .article-simple-listing.search-result .article-tile .tile-img {
    width: 100%;
    height: 200px;
  }
  .article-simple-listing.search-result .article-tile h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .article-simple-listing.search-result .article-tile p {
    font-size: 13px;
    line-height: 21px;
  }
  .article-simple-listing.search-result .article-tile span {
    margin-top: 10px;
  }
  /* search */
  /*About*/
  #about-page h2 {
    margin-bottom: 15px;
  }
  #about-page h2 img {
    margin-right: 10px;
    width: 30px;
  }
  .about-press {
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .about-what-do {
    margin: 20px 0;
    padding: 20px 0;
  }
  .about-award {
    margin-bottom: 20px;
  }
  .mission-vision .col-sm-6 {
    border: 0 !important;
  }
  /*About*/
  /*Contact*/
  .most-read.event-side-list .most-read-item {
    line-height: 22px;
  }
  .most-read.event-side-list .most-read-item .event-side-date b {
    font-size: 22px;
  }
  .contact-title {
    margin-bottom: 20px;
  }
  .contact-box {
    font-size: 14px;
    color: #000;
  }
  .contact-box p {
    line-height: 22px;
    margin-bottom: 15px;
  }
  .contact-box .admin-wrap {
    width: 100%;
  }
  .contact-box .admin-wrap h4 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .contact-box .contact-send {
    width: 180px;
    height: 35px;
    margin-top: 20px;
  }
  .contact-msg-box {
    margin: 15px 0 20px;
    padding: 20px 20px;
    border: 1px solid #cecece;
    background-color: #ede9df;
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }
  .pdf-list {
    padding-left: 15px;
  }
  .pdf-list li a {
    font-size: 13px;
  }
  .pdf-list li a {
    font-size: 13px;
  }
  .contact-listing .contact-item {
    margin-bottom: 20px;
  }
  .contact-listing .contact-item h3 {
    font-size: 18px;
  }
  .contact-modal .modal-content {
    width: 90%;
  }
  .contact-modal .modal-body {
    padding: 30px 20px;
  }
  .contact-modal .modal-body h3 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .contact-modal .modal-body .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .contact-modal .modal-body .form-group {
    margin-bottom: 20px;
  }
  .contact-modal .modal-body .form-group label {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .contact-modal .modal-body .form-group .form-control {
    height: 35px;
  }
  .contact-modal .modal-body .get-info {
    margin-top: 10px;
    padding: 5px 30px;
    font-size: 14px;
  }
  /*Contact*/
  /*Letters*/
  .letter-listing-details {
    font-size: 12px;
  }
  .letter-listing-details h3 {
    font-size: 22px;
  }
  .letter-listing-details h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .letter-listing-details .letter-title {
    margin: 20px 0;
  }
  .letter-listing-details .autor-name {
    margin-bottom: 20px;
    padding: 15px 0;
    border-width: 1px 0 1px;
  }
  .letter-listing-details .autor-name h5 {
    font-size: 16px;
  }
  .related-letters #editorial-letters .editorial-item time {
    margin-top: 5px;
  }
  /*Letters*/
  .related-letters .slick-arrow img {
    width: 20px;
  }
  .related-letters .slick-arrow.slick-lft-arrow {
    left: 0px;
  }
  .related-letters .slick-arrow.slick-rgt-arrow {
    right: 0px;
  }
  .related-letters .slick-dots {
    bottom: -35px;
  }
  .related-letters .slick-dots li {
    margin: 0;
  }
  .related-letters .slick-dots li button:before {
    font-size: 8px;
  }
  .related-letters #editorial-letters {
    padding: 20px 0 50px;
  }
  #classifieds-list .classifieds-list-wrap .grid-item {
    width: 100%;
  }
  .event-cat ul.popular-categories {
    margin-bottom: 15px;
  }
  .yard-filter {
    display: block;
  }
  .yard-filter .yard-drop-filter {
    justify-content: space-between;
  }
  .yard-filter .yard-drop-filter .zipcode {
    margin-right: 10px;
  }
  .yard-filter .yard-drop-filter .zipcode .btn-secondary {
    width: 120px;
    height: 30px;
    font-size: 10px;
  }
  .yard-filter .yard-drop-filter .zipcode .dropdown-toggle::after {
    background-size: 10px;
  }
  .yard-filter .yard-drop-filter .yard-sale-btn {
    height: 30px;
    flex-shrink: 0;
    padding: 0 5px;
  }
  .yard-filter .yard-drop-filter .yard-sale-btn img {
    width: 15px;
  }
  .yard-filter .yard-view {
    justify-content: center;
    margin-top: 15px;
  }
  .yard-filter .yard-view a {
    font-size: 10px;
    padding: 5px 12px;
  }
  .yard-filter .yard-view a img {
    width: 15px;
  }
  .marker-content-wrap {
    width: 100% !important;
  }
  .marker-content-wrap p {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .marker-content-wrap h3 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .marker-content-wrap .yard-bottom-link {
    display: block;
  }
  .marker-content-wrap .yard-bottom-link a img {
    max-width: 11px;
  }
  .terms {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .terms strong {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .terms p {
    margin-bottom: 15px;
  }
  .essb_links li a {
    margin: 2px 0px 2px 0 !important;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 750px) and (orientation: landscape) {
  /*.mob-landscape-view{font-size: 20px;display: flex !important;position: fixed;left: 0;right: 0;top:0;bottom: 0;background-color:$blue;color: $wt;z-index: 100000;align-items: center;justify-content: center;}*/
}
@media only screen and (min-width: 750px) and (max-width: 820px) and (orientation: landscape) {
  .article-detail-img {
    display: none !important;
  }
  .adi-mob-landscape {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 14px;
    line-height: 20px;
  }
  #top-ad {
    min-height: 200px;
  }
  /*.menu-band ul li{
  	a{margin: 0 8px;}
  	&.menu-band-logo {display: block;opacity: .5;
  		img{height: 25px;}
  		&.m-l-active{opacity: 1;}
  	}
  }

  .headerscroll{
  	.menu-band ul li{
  		a{margin: 0 8px;}
  	}
  }*/
  .show-nav .menu-band {
    padding: 0;
    padding-top: 12px;
    padding-left: 290px;
  }
  .show-nav .menu-band ul li a {
    margin: 0;
    padding: 8px 8px;
  }
  .menu-band {
    padding: 8px 0;
  }
  .menu-band ul li {
    margin: 5px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .menu-band ul li a {
    margin: 0;
    padding: 8px 4px;
  }
  .menu-band ul li.menu-band-logo {
    margin-bottom: -5px;
    display: block;
    opacity: 1;
    background-color: #4d6fa1;
  }
  .menu-band ul li.menu-band-logo img {
    height: 20px;
    filter: brightness(0) invert(1);
  }
  .menu-band ul li.menu-band-logo.m-l-active {
    opacity: 1;
    background-color: #fff;
  }
  .menu-band ul li.menu-band-logo.m-l-active img {
    filter: none;
    opacity: 1;
  }
  .headerscroll .menu-band ul li a {
    margin: 0px;
  }
  .menu-band ul li.menu-band-logo {
    display: block;
    opacity: 1;
    background-color: #4d6fa1;
  }
  h2 {
    font-size: 1.714rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  footer {
    padding-top: 25px;
    line-height: 1rem;
  }
  footer .footer-logo img {
    width: 120px;
  }
  footer .footer-link li {
    margin-bottom: 10px;
  }
  footer .footer-bottom {
    padding: 25px 0;
    margin-top: 25px;
  }
  ul.footer-links.col-md-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .footerIpadAddress {
    margin-top: 20px;
  }
  #news-headlines h5 {
    font-size: 15px;
    padding: 12px;
  }
  #news-headlines ul li a {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .calendar-event .form-group {
    text-align: center;
  }
  .multiple {
    display: inline-block;
    margin: auto;
  }
  .featured-27-article .main-article-wrap {
    margin-bottom: 30px;
  }
  #parties-and-benefits .pb-slider .pb-item {
    height: 250px;
  }
  #featured-27.sp .spf-left {
    border: 0;
  }
  .sp-featured-article .sfp-item:last-child {
    border-bottom: 0;
    margin-bottom: 10px;
  }
  #columnist .columnist-slider .columnist-item .columnist-img {
    width: 150px;
    height: 150px;
  }
  #columnist .columnist-slider .columnist-item .columnist-img img {
    min-width: 150px;
    min-height: 150px;
  }
  #columnist .slick-arrow.slick-lft-arrow {
    left: -10px;
  }
  #columnist .slick-arrow.slick-rgt-arrow {
    right: -10px;
  }
  #visual-stories .visual-item .visual-img.bg-image {
    height: 198px;
  }
  #eoc .eoc-item .eoc-img {
    height: 220px;
    padding: 15px;
  }
  #eoc .eoc-item .eoc-img h3 {
    font-size: 1.1rem;
  }
  #home-magazine .magazine-item { /*height: 380px;*/ }
  #home-magazine .magazine-item img { /*height: 380px;*/ }
  /********Common Article Listing ********/
  .article-tile h3 {
    line-height: 25px;
  }
  .article-simple-listing .article-tile h3 {
    margin-top: -4px;
  }
  .article-sub-cat ul li {
    background-image: none;
    padding: 0 5px;
  }
  .article-sub-cat ul li a {
    font-size: 12px;
  }
  .featured-article {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .featured-article .featured-article-item {
    height: 300px;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .featured-article .featured-article-item small {
    margin: 10px 0;
  }
  .article-tile {
    margin-bottom: 30px;
  }
  .article-tile .hover-img-wrap {
    height: 200px;
  }
  .article-tile .tile-img {
    height: 200px;
  }
  .article-tile h3 {
    margin: 15px 0;
  }
  .article-tile time {
    margin-top: 10px;
  }
  .subscribe-digital {
    padding: 12px;
    margin: 15px 0;
  }
  .subscribe-digital a {
    margin: 12px 0;
    padding: 10px 0;
  }
  .most-read h4 {
    padding: 12px 12px;
  }
  .most-read .most-read-item {
    padding: 12px;
  }
  .most-read .most-read-item h5 {
    margin-right: 10px;
  }
  .most-read .most-read-item span {
    margin-right: 0;
  }
  .most-read .most-read-item img {
    margin-left: 10px;
    display: none;
  }
  .article-simple-listing {
    padding-top: 15px;
  }
  .subscribe-feed {
    padding: 15px;
    margin: 15px 0;
  }
  .subscribe-feed .input-group {
    margin: 15px 0;
  }
  .subscribe-feed input {
    height: 35px;
  }
  .subscribe-feed button {
    height: 35px;
  }
  .column-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .column-item .column-item-img-wrap {
    height: 100px;
    width: 100px;
  }
  .column-item .column-item-img {
    height: 100px;
    width: 100px;
  }
  .column-item .column-item-img img {
    min-height: 100px;
  }
  .column-item .column-item-cnt {
    margin: 0 15px;
  }
  .column-item .column-item-cnt .column-cat {
    padding: 3px 8px;
    margin-bottom: 8px;
  }
  .column-item .column-item-cnt h3 {
    line-height: 20px;
  }
  .column-item .column-item-cnt c small {
    margin: 10px 0;
    line-height: 17px;
  }
  .column-item .column-item-cnt .column-post-time span img {
    margin-right: 5px;
    width: 15px;
  }
  .column-item .column-item-cnt .column-post-time span:first-child {
    margin-right: 5px;
  }
  /********Common Article Listing ********/
  /********EVENT********/
  #browse .slick-next {
    right: -14px;
  }
  #browse .slick-prev {
    left: -14px;
  }
  .week-slider .single-day {
    padding: 18px 0;
  }
  .event-cat ul ul {
    margin-left: 10px;
  }
  .event-cat ul li {
    margin-bottom: 4px;
  }
  /********EVENT********/
  /********EVENT DETAILS********/
  .event-title .event-date {
    margin-bottom: 10px;
  }
  .time-contact {
    display: block;
  }
  .time-contact h3 {
    margin-bottom: 5px;
  }
  .event-details-img {
    height: 350px;
  }
  .e-time, .e-contact {
    line-height: 20px;
    margin-bottom: 15px;
    width: auto;
    margin-right: 0;
  }
  .e-time {
    position: relative;
  }
  .e-time .time-contact-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .time-contact-btn {
    width: 130px;
    height: 35px;
    margin-top: 5px;
  }
  .e-reg {
    line-height: 18px;
    width: auto;
  }
  .event-direc iframe {
    margin-top: 10px;
  }
  .event-disc-band {
    margin-bottom: 15px;
  }
  #upcoming-events {
    padding: 25px 0;
  }
  #upcoming-events h3 {
    margin-bottom: 15px;
  }
  #upcoming-events .featured-event-slider .featured-event-item .featured-event-img {
    height: 200px;
  }
  #upcoming-events .featured-event-slider .featured-event-item .featured-event-img img {
    min-height: 200px;
  }
  /********EVENT DETAILS********/
  /******COLUMN LISTING*******/
  .column-autor-details .column-autor-img {
    margin-right: 10px;
  }
  .column-autor-details .column-autor-img img {
    width: 120px;
    height: 120px;
  }
  .column-autor-details .column-autor-cnt ul li {
    margin-bottom: 5px;
  }
  /******COLUMN LISTING*******/
  /******COLUMN Details*******/
  .autors-more-columns .slick-prev, .autors-more-columns .slick-next {
    top: 35%;
  }
  .autors-more-columns .slick-prev {
    left: -20px;
  }
  .autors-more-columns .slick-next {
    right: -20px;
  }
  /******COLUMN Details*******/
  /******Real Estate*******/
  #browse {
    margin-bottom: 20px;
  }
  #re-news {
    margin-bottom: 30px;
  }
  #most-viewed-rentals .mvr-slider .slick-prev {
    left: -15px;
  }
  #most-viewed-rentals .mvr-slider .slick-next {
    right: -15px;
  }
  .re-wrap .ad img:first-child {
    margin-right: 10px;
  }
  .featured-agent-slider {
    /*.slick-prev {left: -15px;}
    .slick-next{right: -15px;}*/
  }
  .featured-agent-slider .slick-arrow {
    width: 50px;
  }
  .featured-agent-slider .slick-arrow.f-a-left {
    left: -15px;
  }
  .featured-agent-slider .slick-arrow.f-a-right {
    right: -15px;
  }
  .featured-agent-wrap {
    margin-top: 0;
  }
  .re-news-item {
    display: block;
  }
  .re-news-item .re-news-img-wrap {
    height: 200px;
    width: 100%;
    margin-right: 10px;
  }
  .re-news-item .re-news-img {
    height: 200px;
    width: 100%;
  }
  .re-news-item .re-news-cnt h3 {
    margin-top: 12px;
  }
  .re-news-item .re-news-cnt p {
    line-height: 16px;
    margin: 8px 0;
  }
  /******Advanced Filter Modal*******/
  .modal-dialog, .placeAdModal .modal-dialog {
    width: 90% !important;
  }
  .placeAdModal .placeAd {
    padding: 30px 20px;
  }
  .placeAdModal .placeAd .tab-content .form-group {
    margin-bottom: 15px;
  }
  .placeAdModal .placeAd .tab-content .form-group label {
    margin-bottom: 10px;
  }
  .placeAdModal .placeAd .tab-content .form-box {
    height: 40px;
  }
  /******Advanced Filter Modal*******/
  /******Real Estate*******/
  /******Real Estate Details*******/
  .re-full-details {
    margin-top: 20px;
  }
  .re-full-details h1 {
    font-size: 25px;
    line-height: 25px;
  }
  #realated-property .slick-arrow {
    width: 30px;
    height: 30px;
  }
  #realated-property .slick-next {
    right: -3px;
  }
  #realated-property .slick-prev {
    left: -3px;
  }
  /******Real Estate Details*******/
  /*********EVENT & Real Estate Filter******************/
  .headerscroll .filter-wrap {
    padding-top: 60px;
  }
  .filter-wrap {
    display: block;
    margin: 25px 0px;
  }
  .filter-wrap .filter-item {
    border: 0;
    height: 50px;
    display: inline-flex;
    margin-bottom: 15px;
  }
  .filter-wrap .filter-btn button {
    width: 100%;
  }
  .filter-close {
    position: absolute;
    right: 50px;
    top: 50px;
  }
  .filter-wrap .filter-btn button {
    width: 100%;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .filter-wrap.real-estate-filter .dropdown-menu, .filter-wrap.event-filter-wrap .dropdown-menu {
    margin-top: 0px;
    margin-left: 0px;
    max-height: 400px;
  }
  #filter-band {
    position: fixed;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    transition: all 0.4s ease;
  }
  #filter-band.filter-open {
    opacity: 1;
  }
  .float-filter-btn {
    width: 35px;
    position: fixed;
    top: 130px;
    right: 5px;
    border: 1px solid #8BB024;
    background-color: #8BB024;
    padding: 0;
    z-index: 100;
    line-height: 0;
  }
  .float-filter-btn:focus {
    outline: 0;
  }
  .filter-wrap.real-estate-filter .filter-item .dropdown .dropdown-btn, .filter-wrap.event-filter-wrap .filter-item .dropdown .dropdown-btn {
    height: 50px;
    border: 1px solid #c9c9c9;
    border-radius: 0;
  }
  .filter-wrap .filter-item .select-extended-element .btn {
    height: 50px;
    width: 100%;
    text-align: left;
    border: 1px solid #c9c9c9;
    border-radius: 0;
  }
  .filter-wrap.event-filter-wrap .filter-item.event-filter-location {
    width: 48%;
  }
  .filter-wrap.event-filter-wrap .filter-item:first-child {
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
    font-size: 18px;
  }
  .filter-wrap.event-filter-wrap .filter-btn button {
    height: 50px;
  }
  /*********EVENT & Real Estate Filter******************/
  .staff-cat .staff-tile {
    padding: 10px;
  }
  .staff-cat .staff-tile h3 {
    margin: 0;
  }
  .staff-cat .staff-tile .staff-img img {
    width: 150px;
    height: 150px;
  }
  .staff-cat .staff-contact {
    font-size: 12px;
    border-top: 1px solid #cdcdcd;
    margin: 0 -10px;
    padding: 0 10px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .staff-cat .staff-contact a img {
    width: 15px;
  }
  .business-deatil-gallery li {
    height: 100px;
  }
  .gallery-plus a {
    font-size: 14px;
  }
  /*********Business******************/
  h2.browse_categories-heading {
    padding: 20px 0 0px;
    margin-top: 30px;
  }
  .featured_business .business_slide {
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .featured_business .business_slide h2 {
    font-size: 15px;
  }
  .featured_business .business_slide p {
    font-size: 13px;
  }
  .featured_business .business_slide a {
    font-size: 13px;
  }
  .featured_business .business_slide .business_slide_image_wrap {
    height: 200px;
  }
  .featured_business .business_slide .business_slide_image_wrap .business_slide_image {
    height: 200px;
    margin-bottom: 10px;
  }
  /*********Business******************/
  .contact-box .admin-wrap {
    width: 100%;
  }
  .related-letters .slick-arrow.slick-lft-arrow {
    left: -10px;
  }
  .related-letters .slick-arrow.slick-rgt-arrow {
    right: -10px;
  }
  #classifieds-list .classifieds-list-wrap .grid-item {
    width: 47%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    font-size: 15px;
    line-height: 20px;
  }
  .menu-band ul li.menu-band-logo img {
    height: 22px;
  }
  .left_menu {
    width: 30px;
  }
  .menu-band ul li {
    margin-right: 5px;
  }
  .menu-band ul li a {
    font-size: 12px;
    padding: 4px 2px;
    margin: 0 2px;
  }
  .headerscroll .menu-band ul li a {
    font-size: 12px;
  }
  .headerscroll .article-sub-cat {
    top: 60px;
  }
  .account-search li a span {
    display: none;
  }
  .week-slider {
    padding: 0 18px;
  }
  .float-filter-btn {
    display: none;
  }
  .featured-27-article .main-article-wrap .main-article h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .featured-27-article .main-article-wrap .main-article .main-article-cat {
    font-size: 11px;
    padding: 4px 12px;
  }
  .featured-27-article .main-sub-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .featured-27-article .main-sub-item p {
    font-size: 12px;
  }
  .featured-27-article .main-article-wrap .main-article .main-article-autor {
    font-size: 14px;
  }
  .featured-27-article .main-article-wrap .main-article .main-article-autor img {
    width: 25px;
    height: 25px;
  }
  .featured-27-article.home-and-garden .main-sub-item {
    align-items: flex-start;
  }
  .featured-27-article.home-and-garden .main-sub-item h6 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .featured-27-article.home-and-garden .main-sub-item .main-sub-item-wrap {
    width: 140px;
    min-height: 140px;
  }
  .featured-27-article.home-and-garden .main-sub-item .main-sub-item-wrap .main-sub-item-img {
    width: 140px;
    min-height: 140px;
  }
  #parties-and-benefits {
    margin-bottom: 50px;
  }
  #parties-and-benefits .pb-slider .pb-item {
    height: 250px;
  }
  /********EVENT DETAILS********/
  .time-contact {
    display: block;
  }
  .event-disc {
    padding: 40px;
  }
  .e-time, .e-contact {
    margin-bottom: 15px;
  }
  .e-time {
    position: relative;
  }
  .e-time .time-contact-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .time-contact-btn {
    margin-top: 5px;
  }
  #upcoming-events {
    padding: 25px 0;
  }
  #upcoming-events h3 {
    margin-bottom: 15px;
  }
  #upcoming-events .featured-event-slider .featured-event-item .featured-event-img {
    height: 200px;
  }
  #upcoming-events .featured-event-slider .featured-event-item .featured-event-img img {
    min-height: 200px;
  }
  /********EVENT DETAILS********/
  /*********Business******************/
  /*********Business******************/
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1360px) {
  .menu-band ul li.menu-band-logo img {
    height: 20px;
  }
  .menu-band ul li {
    margin-right: 5px;
  }
  .menu-band ul li a {
    font-size: 12px;
    padding: 4px 2px;
    margin: 0 2px;
  }
  .headerscroll .menu-band ul li a {
    font-size: 11.5px;
  }
}
@media screen and (min-width: 992px) {
  .float-filter-btn {
    display: none;
  }
  .article-details-wrap {
    width: 800px;
    margin: auto;
  }
  #article-details h1 {
    line-height: 45px;
  }
  .re-wrap .ad img:first-child {
    margin-bottom: 20px;
  }
  .calendar-event .common-green-btn {
    margin-bottom: 30px;
  }
  .article-simple-listing .article-tile h3 {
    margin-top: -4px;
  }
  .community-right {
    position: relative;
  }
  .community-right::after {
    content: "";
    position: absolute;
    border-left: 2px solid #c5c5c5;
    top: 15px;
    bottom: 0;
    left: -10px;
  }
}
.eventCalendar .fc-center h2 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-top: 5px;
}

@media screen and (min-width: 1600px) {
  #home-magazine .magazine-item {
    height: auto;
  }
  #home-magazine .magazine-item img { /*max-height: 550px;*/ }
}
@media screen and (min-width: 2300px) {
  #home-magazine .magazine-item {
    height: auto;
  }
  #home-magazine .magazine-item img { /*max-height: 700px;*/ }
}/*# sourceMappingURL=style.css.map */