/*GLOBAL*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Rufina:wght@400;700&display=swap');
:root {
  --primary-color: #d5ae42;
  --secondary-color: #262626;
  --footer-bg: #000001;
  --tertiary-color: #d19d2a;
  --primary-font: 'Josefin Sans', sans-serif;
  --secondary-font: 'Rufina', serif;
}

body {
  font-family: var(--primary-font);
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: var(--secondary-font);
}
header .-default #section_main_menu {
  padding: 0;
}
.custom-container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}

/*HEADER*/

header .-default {
  padding-top: 0;
}
.section-above-navbar .container {
  width: 100%;
  padding: 0;
}
.section-above-navbar .contact-info {
  display: none;
}
header .-default .-heading-content {
  padding: 0;
  width: 100%;
  float: none;
  display: block;
}
.-heading-content #realtor_name {
  display: none;
}
header .-default #logo ._navbar-logo > img {
  width: 100%;
  max-width: 100%;
}

/*Navigation Menu*/
header .-default .section-navbar {
background: var(--primary-color);
}
#main_menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: none;
}
#main_menu .sub-arrow {
  display: none;
}
#main_menu > li > a {
  padding: 20px 25px !important;
    color: #1A1613;
}
#main_menu > li.sel > a.sel {
  //background: var(--primary-color);
color: #1A1613;
} 
#homePageBanner {
  background: url(http://store24-ubertor-com.s3.amazonaws.com/katrinawatycha.my-ubertor.com/content/image/banner-home-page_27.jpg) no-repeat;
  min-height: 650px;
  background-size: cover;
  display: grid;
  align-items: center;
}
#homePageBanner {
  color: #d19d2a;
}



/*HOME */

#aboutKatrina .custom-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);

}

#aboutKatrina .custom-container div:nth-child(2) {
  position: relative;
}
#aboutKatrina .custom-container div:nth-child(2) img {
  max-width: 150px;
  position: absolute;
  right: 0;
  bottom: 0px;
}
#aboutKatrina h2 {
  color: #d19d2a;
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: 300 !important;
  margin: 90px 0 40px;
  padding: 0;
}
#aboutKatrina p {
  color: #000001;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400 !important;
}
#aboutKatrina .custom-container a, section.btnmore .container a {
  background: var(--primary-color);
  color: #fff;
  font-family: var(--primary-font);
  display: block;
  text-align: center;
  padding: 10px 35px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: max-content;
  margin-top: 40px;
  margin-right: auto;
  vertical-align: middle;
}

/*FOOTER AREA*/

.uber-footer {
  display: none;
}
footer {
  background: var(--footer-bg);
  margin-top: 0;
 
}
footer .-default {
  padding: 0;
}
footer .-default .col-md-3 {
  display: none;
}
footer .-right .-title {
  display: none;
}
.basic-footer-info img {
  max-width: 200px;
  display: block;
  margin: auto auto 30px;
}
footer .-right {
  width: 100%;
}
#newFooterArea .custom-container {
  display: grid;
 grid-template-columns: repeat( auto-fit, minmax(450px, 1fr) );
}
#newFooterArea .custom-container .social-media-container ul {
  display: flex;
  justify-content: center;
  grid-gap: 25px;
  margin-top: 20px;
}
#newFooterArea .custom-container .social-media-container li a img {
  max-height: 20px;
  vertical-align: middle;
  display: block;
}
#newFooterArea .custom-container .social-media-container {
  margin-top: 40px;
}
.basic-footer-info {
  display: grid;
  justify-content:center;
  text-align: center;
}
.basic-footer-info p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.basic-footer-info p > span, .basic-footer-info p > a {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
}
#newFooterArea .copyright-div {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 60px;
  margin-bottom: 20px;
}
#newFooterArea .copyright-div ul {
  display: flex;
  grid-gap: 25px;
}
#newFooterArea .copyright-div ul li a  {
  color: #fff;
  font-size: 20px;
  display: block;
}
#newFooterArea .copyright-div p {
  color: #fff;
  text-align: center;
}
#newFooterArea .copyright-div img {
  margin-left: auto;
  display: block;
}
/*Real estate resources*/
#realEstateResources {
  background: #262626;
  position: relative;
  padding: 100px 0 50px;
}
#realEstateResources::after {
  content: '';
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 140px; 
}
#realEstateResources .custom-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  grid-gap: 30px;
  position: relative;
  z-index: 1;
  align-items: center;
}
#realEstateResources .grid-item {
  background: var(--primary-color);
  display: grid;
  grid-template-columns: minmax(150px, .4fr) minmax(250px, 1fr);
  padding: 60px 35px;
  align-items: center;
}
#realEstateResources a {
  padding: 15px 15px;
  border: 6px solid #d19d2a;
  display: block;
}
#realEstateResources a img {
  max-width: 70px;
}
#realEstateResources h3 {
  color: #fff;
  font-size: 24px;
}
#realEstateResources p {
  color: #fff;
}
#realEstateResources h5 {
  color: #fff;
  text-transform: uppercase; 
  font-size: 19px;
  font-family: var(--primary-font) !important;
}
#realEstateResources h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 40px;
}
body.home .-search-board-wrap h2 {
  display: none;
}
[data-widget-type=search_board_listings] {
  background: none;
}
#homePageBanner .custom-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(38,38,38,0.7);
  max-width: 100%;
}
#homePageBanner .custom-container > div{
  display: grid;
  grid-template-columns: minmax(220px, .2fr) minmax(70%, 1fr);
  align-items: center;
  padding: 30px 15px;
  max-width: 1170px;
  margin: auto;
}
#homePageBanner input:not(.submit-btn), #homePageBanner button {
  border-radius: 0;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  height: 50px;
  text-indent: 10px;
}
#homePageBanner input:not(.submit-btn)::placeholder {
  color: #fff;
  font-family: var(--primary-font);
  text-indent: 10px;
}
.-search-board-wrap .container {
  width: initial;
}
#homePageBanner input.submit-btn {
  background: var(--primary-color);
  height: 50px;
}


#newFeaturedWrap h2 {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 40px;
}
#newFeaturedWrap {
  padding-bottom: 40px;
}
#newFeaturedWrap .custom-container-lg,
#newFeaturedWrap .custom-container-lg1 {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  padding: 0px 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#newFeaturedWrap  .featured-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 400px;
}
#newFeaturedWrap  .featured-link:after {
  content: '';
  background: rgba(38,38,38,0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  left: 0;
  opacity: 0;
}
#newFeaturedWrap  .featured-link .featured-image {
  height: 400px;
  width: 100%;
}
.featured-inner-container {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  color: #fff;
  transition: all 0.5s ease;
  opacity: 0;
}

#newFeaturedWrap .featured-address {
  font-family: var(--primary-font);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 27px;
}
#newFeaturedWrap ul li:first-child {
  border-right: 1px solid #fff;
}
#newFeaturedWrap ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 15px;
}
#newFeaturedWrap ul li:last-child {
  display: block;
}
#newFeaturedWrap p {
  margin-top: 20px;
  font-weight: 300;
  color: var(--primary-color);
}
#newFeaturedWrap  .listing-item:hover .featured-link:after, #newFeaturedWrap  .listing-item:hover .featured-inner-container {
  opacity: 1
}

#testimonial-container {
  background: #333232;
  text-align: center;
  padding: 100px 0;
}
body.home .custom_html {
  padding: 0;
}
.quote-container, #homeTestimonials {
  max-width: 1170px;
  margin: auto;
  padding: 0px 15px;
}
.quote-container {
  margin-bottom: 60px;
}
#homeTestimonials p {
  color: #fff;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 40px;
}
#homeTestimonials h4 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 400;
}

#aboutKatrina {
  padding: 100px 0;
}
#aboutKatrina p {
  font-size: 19px;
}
#aboutKatrina h2 {
  font-size: 28px;
}
#aboutKatrina .custom-container a {
  font-size: 18px;
}

#realEstateResources a:hover {
  text-decoration: none; 
}
#realEstateResources a .grid-item {
  transition: all 0.5s ease;
}
#realEstateResources a:hover .grid-item {
  background: #d19d2a;
}
#main_menu.nav li > ul {
  background: var(--primary-color);
}
body.home div[data-form-name="Contact"] section[data-type="component-title"] {
  display: none;
}
body.home div[data-form-name="Contact"] .container {
   width: initial;
}
body.home div[data-form-name="Contact"] label {
  display: none;
}
body.home div[data-form-name="Contact"] .submit-btn input {
  background: var(--primary-color);
  text-shadow: none;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 10px;
}
body.home div[data-form-name="Contact"] .contact.Comments textarea {
  border-radius: 0;
  border: 2px solid #aaa1a1;
  background: None;
  height: 70px;
}
body.home div[data-form-name="Contact"] .contact input:not(.submit) {
  border: 2px solid #aaa1a1;
  background: none;
  border-radius: 0;
  height: 50px;
}
body.home div[data-form-name="Contact"] .contact input:not(.submit)::placeholder, body.home div[data-form-name="Contact"] .contact.Comments textarea::placeholder {
  color: #aaa1a1;
}
body.home div[data-form-name="Contact"] .col-md-6.contact, body.home div[data-form-name="Contact"] .col-md-12.contact {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

body.home div[data-form-name="Contact"] .contact {
  padding: 0;
}
body.home div[data-form-name="Contact"] .row > .col-sm-12 {
  padding: 0;
}
[data-widget-type=contact_us] .lead-form .submit-btn {
  padding-left: 0;
}
body.home div[data-form-name="Contact"] > .container {
  width: initial;
}
body.home div[data-form-name="Contact"] > .container .row {
  margin: 0;
}
#contact-form-container h3 {
  color: #d19d2a; 
margin-left:25px;
}
@media screen and (max-width: 1200px) {
  #aboutKatrina .custom-container {
    padding: 0px 15px;
  }
  #realEstateResources .custom-container {
    padding: 0px 15px;
  }
  #main_menu > li > a {
    padding: 25px 10px !important;
  }
}
@media screen and (max-width: 992px) {
  #homePageBanner .custom-container > div {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  #aboutKatrina .custom-container {
    grid-template-columns: repeat(1, 1fr);
  }

  #realEstateResources .custom-container {
    grid-template-columns: repeat(1,1fr);
  }
  #realEstateResources::after {
    display: none;
  }
  #newFeaturedWrap {
    padding-top: 30px;
  }
  #newFeaturedWrap .custom-container-lg,
#newFeaturedWrap .custom-container-lg1 {
    grid-template-columns: repeat(1, 1fr);
  }
  header .-default .section-navbar {
    z-index: 9999999;
    position: relative;
  }
  
}

@media screen and (max-width: 768px) {
  header .-default .section-navbar #section_main_menu {
    background: #aaa1a1;
  }
  header .-default .section-navbar #section_main_menu .nav.navbar-nav {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  #realEstateResources .grid-item {
    grid-template-columns: repeat(1, 1fr);
  }
  #newFooterArea .custom-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

img[src="https://s3.amazonaws.com/images2-gmls-ubertor-com/assets/CREB/REALTOR_R.png"] {
  max-width: 50px;
}



body:not(.on-live-editor) .reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1.5s ease;
}
body:not(.on-live-editor) .reveal.active {
  position: relative;
  transform: translateY(0px);
  opacity: 1;
}

header .-default .section-navbar .navbar-collapse .nav li a {
  background: transparent;
}
header .-default .section-navbar .navbar-collapse .nav li a:hover {
  background: var(--primary-color);
}

#homePageBanner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-image 1s ease-in-out, filter 1s ease-in-out;  
}
#homePageBanner.fade-out {
  filter: blur(5px);
  opacity: 0;
}
#homePageBanner h2 {
  font-size: 40px;
  line-height: 1.1em;
}
#aboutKatrina .custom-container {
  max-width: 1400px;
  grid-gap: 30px;
}
#realEstateResources h2, #newFeaturedWrap h2 {
  font-size: 40px;
}
.basic-footer-info p > span, .basic-footer-info p > a {
  display: inline-block;
  padding: 5px;
}
body.home div[data-form-name="Contact"] #form_protection .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
  grid-gap: 20px;
}
body.home div[data-form-name="Contact"] #form_protection .row .col-md-12 {
  padding: 0;
}
body.home div[data-form-name="Contact"] #form_protection .row:before, body.home div[data-form-name="Contact"] #form_protection .row:after {
  display: none;
}
.contactFormWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media screen and (max-width: 991px) {
  .contactFormWrap, body.home div[data-form-name="Contact"] #form_protection .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
body[data-page-name="buying_guides"] .special-btn, body[data-page-name="selling_guides"] .special-btn {
  background: var(--primary-color);
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 10px;
}
body[data-page-name="buying_guides"] .col-md-4 > div, body[data-page-name="selling_guides"] .col-md-4 > div{
  background: #f0f0f0;
  padding: 25px 10px 15px;
}
.testi-item {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#newTestimonialsContainer .container > h1 {
  text-align: center;
}
#newTestimonialsContainer .container > p {
  margin-bottom: 40px;
  text-align: center;
}

.separator-div  {
  border-bottom: 1px solid #f0f0f0;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.separator-div > p {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.separator-div > h3 {
  float: left;
  width: 100%;
}


@media screen and (max-width: 991px) {
  .separator-div > p {
    width: 100%;
    float: none;
  }
}

body:not(.home) #contact-form-container, body:not(.home) .basic-footer-info {
  display: none;
}
body.home #inner-rpm-footer {
  display: none;
}
#inner-rpm-footer .grid-footer-rpm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
#inner-rpm-footer .grid-footer-rpm div > img {
  max-width: 200px;
}
#inner-rpm-footer .contact-link-container p i, #inner-rpm-footer .contact-link-container p a {
  color: #fff;
}
#inner-rpm-footer .social-media-container  {
  text-align: right;
}
#inner-rpm-footer .social-media-container p {
  color: #fff;
  font-size: 24px;
}
#inner-rpm-footer .social-media-container ul {
  text-align: right;
  display: flex;
  justify-content: end;
}
#inner-rpm-footer .social-media-container ul img {
 max-width: 30px;
  max-height: 30px;
}


@media screen and (max-width: 991px) {
  #inner-rpm-footer .grid-footer-rpm  {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    grid-gap: 30px;
  }
  #inner-rpm-footer .social-media-container ul {
    justify-content: center;
  }
  #inner-rpm-footer .social-media-container  {
    text-align: center;
  }
  .grid-footer-rpm div img {
    margin: auto;
  }
}


#aboutKatrina {
  background: #ffffff;
  /*background: url(https://store24-ubertor-com.s3.amazonaws.com/katrinawatycha.my-ubertor.com/content/image/10277478114-391d7dbd5a-o-1_64.jpg) no-repeat;*/
  background-size: cover;
}

#aboutKatrina .custom-container {
  max-width: 1170px;
  background: rgba(38,38,38,0.7);
  padding: 0px 25px 40px;
}
#aboutKatrina p {
  color: #fff;
}
#aboutKatrina .custom-container img {
  max-width: 150px; display: inline-block;
  vertical-align: middle;
  float: right;
}
body.links .inner p > a {
  color: #fff;
  background: var(--primary-color);
  padding: 10px;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

body.przeprowad�_si�_do_alberty .inner p > a {
  color: #fff;
  background: var(--primary-color);
  padding: 10px;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

.grid-contact {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .grid-contact {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
}

header .-default .section-navbar .navbar-toggle:after {
  display: none;
}
header .-default .section-navbar .navbar-toggle .icon-bar {
  display: block;
  max-width: 120px;
  height: 2px;
  background: var(--primary-color);
  margin: auto auto 4px;
}
@media screen and (max-width: 767px) {
  header .-default .section-above-navbar > .container {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #homePageBanner {
    height: 800px;
  }
}

/*jx- idx fonts fixed*/
.cs-vip-panel-status,
.cs-vip-panel,
.cs-idx-last-updated,
.cs-form-simple,
.cs-tabs-list,
.cs-treeview-inner span,
.cs-treeview-check-all,
.cs-treeview-check-none,
#cs-wrapper div.cs-pagination-bar-displaying-mls-search,
.cs-pagination-bar-sort,
.pagination,
#cs-idx-quickstats,
.cs-footer,
.cs-idx-disclaimer,

.cs-idx-search-info-window-result-tabular-info,
.cs-idx-search-info-window-result-id a,
.cs-idx-search-info-window-result-price,
.cs-idx-search-info-window-result-agent-bottom,
.cs-idx-search-info-window-result-right a,
.cs-listings-results-result-right-container-wrap,
.cs-listings-results-result-contact
{
  font-size:1.6em;
}

.idx_search .-modules{
  padding:70px 0;
}

/* Hide the Google Translate toolbar */
#google_translate_element {
  display: none !important;
}

.lang-convert {
    color: var(--primary-color);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99999;
    font-size: 14px;
    text-transform: uppercase;
    background: #333;
    padding: 10px;
    border: 2px solid #e7c144;
    border-radius: 7px;
    border-image: linear-gradient(to top left, #eecc66 -20%, #7a5a14 80%) 1;
}

/* Hide the language dropdown */
.skiptranslate {
  display: none !important;
}

body { top: 0 !important;}


.has_afc.properties #grid .preview-thumb {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
}

.afc-listings p {
    margin-top: 0;
}

section.btnmore .container a {
    margin-left: auto;
}




ul.textulcntnt {
    font-size: 16px;
}



@media screen and (max-width: 767px) {
.lang-convert {
    color: var(--primary-color);
    position: relative !important;
    top: 0px;
    display: block !important;
    left: 0px;
    z-index: 99999;
    font-size: 14px;
    text-transform: uppercase;
    background: #333;
    padding: 10px;
}
}

/*jx css update*/
#realEstateResources p{
  line-height:25px;
}
#aboutKatrina .custom-container a, section.btnmore .container a{
  display:inline;
}
#newFeaturedWrap ul li:empty {
  display:none;
}
#newFeaturedWrap ul li{
  display:inline-block!important;
}
.afc-listings #grid .preview-thumb p.al a{
  font-size:inherit!important;
  line-height:25px!important;
}
.afc-listings #grid .summary .listing_provided_by,
.disclaimer
{
  font-size:18px!important;
}
.afc-listings #grid .preview-thumb .price{
  font-size:2em;
}
.afc-listings #grid .summary .info li,
.afc-listings #grid .summary .description{
  font-size:16px;
}
#cs-wrapper ul.cs-tabs-list li.cs-tabs-tab-right a{
 display:block;
}

#realEstateResources p{
  line-height:25px!important;
}
.afc-listings #grid .preview-thumb p.al a{
  line-height:30px;
  padding-top:15px;
}
body.home  #contact-form-container .col-md-6.contact, body.home  #contact-form-container .col-md-12.contact{
      width: 100%;
    float: none;
    margin-bottom: 20px;
}
body.home  #contact-form-container label{
  display:none;
}
body.home  #contact-form-container .contact input:not(.submit) {
    border: 2px solid #aaa1a1;
    background: none;
    border-radius: 0;
    height: 50px;
}
body.home  #contact-form-container .contact.Comments textarea {
    border-radius: 0;
    border: 2px solid #aaa1a1;
    background: None;
    height: 70px;
}
body.home  #contact-form-container  .g-recaptcha.submit{
 background:var(--primary-color);
  color:#fff;
  padding:10px 15px;
  border-radius:0
    font-size:16px;
  margin-top:0;
  width:100%;
}
body.home  #contact-form-container .form-group.row{
  margin-bottom:0;
}

.cs-module{
  margin-top:50px;
}
#cs-wrapper select.cs-pagination-bar-select{
font-size:16px!important;
}
#cs-wrapper div.cs-vip-panel-status,
#cs-wrapper div.cs-vip-panel li a,
#cs-wrapper form.cs-form-simple,
.cs-idx-last-updated-text,
#cs-wrapper .cs-module a,
#cs-wrapper span.cs-treeview-title, div.idx_quick_search_widget span.cs-treeview-title,
#cs-wrapper div.cs-pagination-bar-displaying-mls-search,
.pagination,
#cs-wrapper dl.cs-idx-search-info-window-result-tabular-info dt, #cs-wrapper dl.cs-idx-search-info-window-result-tabular-info dd,
#cs-wrapper div.cs-idx-search-info-window-result-agent-bottom,
#cs-idx-quickstats,
.cs-idx-disclaimer,
.cs-footer,
#cs-wrapper div.cs-idx-search-info-window-result-price{
  font-size:initial;
}
#cs-wrapper ul.cs-listing-details-buttons-list li{
  display:inline-block;
}
#cs-wrapper div.cs-listing-details-listing-url-right{
display:flex;
}
.afc-listings #grid .preview-thumb p.al a{
font-size:inherit;
line-height:25px;
}
.afc-listings #grid .summary .listing_provided_by,
.disclaimer,
._content-count p{
  font-size:18px!important;
}
.afc-listings #grid .preview-thumb .price{
  font-size:2em;
}
.afc-listings #grid .summary .info li,
.afc-listings #grid .summary .description{
  font-size:16px;
}
#cs-wrapper ul.cs-tabs-list li.cs-tabs-tab-right a{
 display:block;
}

a#langConvert {
    text-align: center;
    padding: 25px 20px 20px;
    font-size: 15px;
    font-weight: bold;
}

a:hover, a:focus {
    color: #b18400;
    text-decoration: none;
}


/*jx - welcome widget*/
#welcome-container h2 {
    color: #DCAA45;
    text-align: center;
    text-transform: uppercase;
}
#welcome-container .welcome-photo img {
    width: 85%;
    display: block;
    margin: auto;
}
.welcome-item-div {
    margin-bottom: 30px;
}
#welcome-container .welcome-text p {
    color: #1A1613;
    font-size: 18px;
    line-height: 35px;
    font-family: var(--primary-font);
}
.welcome-item-div .new-default-btn {
    margin: auto;
    display: block;
    text-align: center;
}
.new-default-btn {
    display: block;
    border-radius: 0;
    background: radial-gradient(circle, rgba(248, 236, 176, 1) 0%, rgba(196, 148, 45, 1) 100%);
    color: rgba(26, 22, 19, 1);
    text-transform: uppercase;
    line-height: 1.2em;
    max-width: max-content;
    padding: 14px 50px;
}


/*jx------- front page--------*/
.home .breadcrumb-wrap {
  display:none;
}
#searchWidgetContainer .-search-board-wrap {
    max-width: 1170px;
    margin: auto;
}
#new-home-banner h1 {
    margin-top: 0;
    font-size: 50px;
    color: #F7F7F7;
    text-transform: uppercase;
    line-height: 63px;
}
.vertical-line {
    display: block;
    margin: auto;
}
#new-home-banner .custom-container {
    position: relative;
    z-index: 1;
}
#new-home-banner {
    background: url(https://store24-ubertor-com.s3.amazonaws.com/katrinawatycha.my-ubertor.com/content/image/kat-watycha_2577.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    padding-top: 250px;
    background-attachment: fixed;
}
#new-home-banner:after {
    content: '';
    background: rgba(26, 22, 19, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*search widget*/
#searchWidgetContainer {
    background: #333232;
}
.new-grid-con {
    display: grid
;
    grid-template-columns: 1fr 130px;
    align-items: center;
}
.-search-board-wrap form .row:first-child {
    display: flex
;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.-search-board-wrap form {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
}
.-search-board-wrap form .row:first-child .col-md-6 {
    float: none;
    width: 100%;
    padding: 0;
}
.-search-board-wrap form .row:first-child .col-md-6 input {
    border-radius: 0;
    background: transparent;
    height: 50px;
    text-indent: 20px;
    color: #ffffff;
}
.-search-board-wrap form .row:nth-child(2) {
    display: flex
;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0;
    grid-gap: 10px;
}
div[data-widget-type=search_board_listings] .row {
    margin-left: 0;
    margin-right: 0;
}
.-search-board-wrap form .row:nth-child(2) .lstngs-sel {
    float: none;
    width: 100%;
    padding: 0;
}
.new-grid-con .search-btn-container .col-md-2 {
    float: none;
    width: 100%;
}
.new-grid-con .search-btn-container .col-md-2 .submit-btn {
    display: block;
    height: 110px;
    border-radius: 0;
    background: radial-gradient(circle, rgba(248, 236, 176, 1) 0%, rgba(196, 148, 45, 1) 100%);
    color: rgba(26, 22, 19, 1);
    text-transform: uppercase;
}
.-search-board-wrap form .row:nth-child(2) .lstngs-sel .btn-group .btn {
    background: transparent;
    height: 50px !important;
    text-shadow: none;
    color: #fff;
    border-radius: 0;
}
#welcome-container {
    margin-bottom: 60px;
}
#welcome-container {
    padding-top: 100px;
}


body.home div[data-widget-type="featured_listings"] {
    background: url(https://store24-ubertor-com.s3.amazonaws.com/katrinawatycha.my-ubertor.com/content/image/gold-bg_2588.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.listing-title-custom {
    color: #1A1613;
    max-width: 1170px;
    margin: 0px auto 60px;
    padding: 15px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 28px;
}
#featured_listings .container .featured-listing-title,
[data-widget-type=featured_listings] .listing .item .provided_by,
[data-widget-type=featured_listings] .-description,
[data-widget-type=featured_listings] .listing .item .-listing-wrap a .details-container .details-minor {
  display:none;
}
#featured_listings .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-auto-flow: row;
}
#featured_listings .container:before {
  content:none;
}
body.home #featured_listings {
    position: relative;
    z-index: 1;
}
#featured_listings .container .item {
    float: none;
    width: 100%;
    padding: 0;
}
[data-widget-type=featured_listings] .listing .item .-listing-wrap a .photo-container img {
    height: 526px;
}
[data-widget-type=featured_listings] .listing .item .-listing-wrap a .details-container {
    top: initial;
    bottom: 20px;
    left: 20px;
}
[data-widget-type=featured_listings] .listing .item .-listing-wrap a .details-container .details-main h4 {
    font-size: 18px;
    width: initial;
    line-height: 21px;
    background: none;
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 400;
}
 [data-widget-type=featured_listings] .listing .item .-listing-wrap a .details-container .details-main .price {
    width: initial;
    background: none;
    margin-top: 0;
    font-family: var(--primary-font);
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    padding-top: 0;
}
[data-widget-type=featured_listings] .listing .item .-listing-wrap a .details-container .details-main h4 {
    font-size: 18px;
    width: initial;
    line-height: 21px;
    background: none;
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 400;
}
[data-widget-type=featured_listings] .listing .item .-listing-wrap a .details-container .details-main h4 {
    font-size: 18px;
    width: initial;
    line-height: 21px;
    background: none;
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 400;
}

body.home div[data-widget-type="featured_listings"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}


/*jx-search area*/
#search-by-area {
    background: #333232;
    padding: 100px 0;
}
#search-by-area h3 {
    color: #fff;
    font-size: 23px;
    font-family: var(--primary-color);
    margin-bottom: 20px;
    line-height: 28px;
}
#search-by-area a {
    display: block;
    color: #F7F7F7;
    line-height: 1.2em;
    border: 1px solid #f7f7f7;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    font-family: var(--primary-color);
    padding: 18px 27px;
    margin-bottom: 20px;
}

body.home div[data-widget-type="auto_fill_category"] .sidebar-title {
    color: #1A1613;
    max-width: 1170px;
    margin: 0px auto 60px;
    padding: 15px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 28px;
}
body.home div[data-widget-type="auto_fill_category"] {
    background: url(https://store24-ubertor-com.s3.amazonaws.com/katrinawatycha.my-ubertor.com/content/image/gold-bg_2588.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding: 80px 0;
}
body.home #grid .preview-thumb {
    padding: 0;
}
#grid .preview-thumb {
    position: initial;
}
body.home .afc-listings #grid .preview-thumb ._img-wrap {
    max-height: 100%;
    height: 100%;
    width: 100%;
}
body.home .afc-listings #grid .preview-thumb ._img-wrap a img {
    height: 526px !important;
    object-fit: cover;
    min-height: initial;
    filter: brightness(85%);
}
body.home .afc-listings p {
    position: absolute;
    bottom: 90px;
    background: transparent;
    left: 40px;
}
body.home .afc-listings #grid .preview-thumb p.al a {
    background: none;
    color: #fff;
    font-size: 18px;
    width: initial;
    line-height: 21px;
    background: none;
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    text-align: left;
}
body.home .afc-listings #grid .preview-thumb .price {
    position: absolute;
    bottom: 30px;
    background: transparent;
    margin-top: 0;
    font-family: var(--primary-font);
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    padding-top: 0;
    color: #fff;
    left: 40px;
}
body.home .afc-listings .summary {
    display: none;
}

/*home buying*/
#new-buying-container {
    padding-top: 100px;
}
#new-buying-container .text-section, #new-selling-container .text-section {
    padding-top: 20px;
}
#new-buying-container .text-section > p:first-child, #new-selling-container .text-section > p:first-child {
    color: #1A1613;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 40px;
}
#new-buying-container .text-section > h3, #new-selling-container .text-section > h3 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 40px;
}
#new-buying-container .text-section p:not(:first-child), #new-selling-container .text-section p:not(:first-child) {
    font-size: 20px;
    line-height: 40px;
}
#new-buying-container .new-default-btn.white, #new-selling-container .new-default-btn.white {
    background: #fff;
    border: 2px solid #DCAA45;
    margin-bottom: 20px;
}
#new-buying-container .new-default-btn, #new-selling-container .new-default-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.new-default-btn {
    display: block;
    border-radius: 0;
    background: radial-gradient(circle, rgba(248, 236, 176, 1) 0%, rgba(196, 148, 45, 1) 100%);
    color: rgba(26, 22, 19, 1);
    text-transform: uppercase;
    line-height: 1.2em;
    max-width: max-content;
    padding: 14px 50px;
}
#new-selling-container {
    padding-bottom: 50px;
      padding-top: 50px;
}

.below-test {
    text-align: center;
    padding: 70px 0;
}
.below-test p {
    font-size: 23px;
    font-family: var(--primary-font);
    line-height: 28px;
    font-weight: 400;
    color: #000;
}
#brand-new-footer .img-footer-container img {
    width: 100%;
}
footer .-default .container {
    width: 100%;
    padding: 0;
}
footer .-right {
    width: 100%;
  padding:0;
}
#brand-new-footer .container {
    max-width: 1170px;
    margin: auto;
    padding: 20px 15px;
}
.left-footer {
    padding-top: 30px;
}
.left-footer a {
    font-size: 23px;
    color: #F7F7F7;
}
.left-footer ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    gap: 10px;
}
.right-footer p {
    color: #f7f7f7;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    margin-top: 20px;
}

body.home div[data-widget-type="auto_fill_category"] .view-all-afc-btn {
    display: block;
    border-radius: 0;
    background: radial-gradient(circle, rgba(248, 236, 176, 1) 0%, rgba(196, 148, 45, 1) 100%);
    color: rgba(26, 22, 19, 1);
    text-transform: uppercase;
    line-height: 1.2em;
    max-width: max-content;
    padding: 14px 50px;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    #featured_listings .container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 768px) {
  .new-grid-con{
    display:block;
  } 
  .-search-board-wrap form .row:first-child,
  .-search-board-wrap form .row:nth-child(2){
    flex-direction: column;
  }
  .new-grid-con .search-btn-container .col-md-2{
   width: max-content;
        padding: 0;
  }
  .new-grid-con .search-btn-container .col-md-2 .submit-btn {
    height: 60px;
  }
  .left-footer ul{
    justify-content: center;
  }
  .right-footer p{
    text-align:center;
  }
}


div#welcome-container2 {
    color: #1A1613;
    font-size: 18px;
    line-height: 35px;
    font-family: var(--primary-font);
    margin-top: -45px;
}

/*jx - mortgage calculator*/
#mortgageCalculator_information td{
  font-size:16px;
}

form#mortgageCalculator_information {
    background: #e1e1e1;
    padding: 0px 50px 50px;
    max-width: 600px;
    margin: 50px auto;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
}

#mortgageCalculator_information tr td:first-of-type {
    width: 35%;
    padding: 20px 10px;
    margin-bottom: 20px;
}

form#mortgageCalculator_information input[type="text"] {
    width: 100%;
}


.welcome-item-div h4 {
    color: #DCAA45;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--primary-font);
    line-height: 36px;
}


.welcome-item-div ul li
Specificity: (0,1,2)
 {
    color: #1A1613;
    font-size: 18px;
    line-height: 36px;
}

.welcome-item-div ul {
    list-style-type: initial;
}

.welcome-item-div p {
    color: #1A1613;
    font-size: 18px;
    line-height: 36px;
}