/* WRAPPER */
.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 90px 0 0;
    position: relative;
}

.smith__agen .pro__container {
    max-width: 1170px;
}

/* HEADER */
.smith__header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
    height: 90px;
}
.noscroll .smith__header,
.single .smith__header {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.header__inter {
    display: flex;
    align-items: center;
    height: 90px;
}
.smith__logo {
    padding: 0 50px 0 0;
    height: 46px;
}
.smith__logo a,
.smith__logo img {
    display: block;
    height: 46px;
    width: auto;
}

/* ICON HEADER */
.smith__search {
    border-radius: 36px;
    margin-left: 40px;
}
.smith__search i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smith__oagent {
    margin-left: 10px;
    position: relative;
    width: 40px;
    height: 40px;
}
.smith__oagent img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 2;
}
.smith__oagent:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 100px;
    background: #111;
    z-index: 1;
    animation: bigger 2s infinite;
}
@keyframes bigger {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    5% {
        transform: scale(0);
        opacity: 0.4;
    }
    70% {
        transform: scale(1);
        opacity: 0;
    }
    99% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(0);
        opacity: 0.4;
    }
}

.smith__float {
    display: none;
    position: absolute;
    top: 85px;
    right: 0;
    width: 260px;
    z-index: 10;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}
.oagent .smith__float {
    display: block;
}
.smith__float:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    clear: both;
}
.float__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.float__accent:after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: 50px;
    width: 460px;
    height: 300px;
    opacity: 0.2;
    z-index: 1;
    border-radius: 200px;
}
.float__box {
    position: relative;
    z-index: 2;
}
.float__title {
    font-size: 16px;
    padding: 30px;
}
.float__sub {
    padding: 30px;
    margin: 0 0 25px;
    opacity: 0.8;
    font-size: 14px;
}
.float__call {
    margin: 0 0 20px;
    padding: 0 30px;
}
.smith__iconsos {
    display: flex;
    padding: 0 30px 30px;
}
.smith__iconsos a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin: 0 6px 0 0;
}
.smith_fb {
    color: #0862bd;
    background: #fff;
}
.smith_x {
    color: #222;
    background: #fff;
}
.smith_ig {
    color: #f4a;
    background: #fff;
}
.smith_you {
    color: #d34;
    background: #fff;
}
.smith__call {
    padding: 6px 20px 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 6px;
}

/* Main Menu */
.smith__nav {
    margin: 0 50px 0 auto;
    height: 90px;
}
.smith__opennav {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
    width: 20px;
    height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 40;
}
.smith__opennav:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 19px;
    left: 0px;
    right: 0px;
    transition: all 0.3s ease;
}
.opennav .smith__opennav:before {
    border-bottom: 0;
    transform: rotate(135deg);
    top: 19px;
}
.smith__opennav:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 6px;
    transition: all 0.3s ease;
}
.opennav .smith__opennav:after {
    transform: rotate(-135deg);
    right: 0;
    bottom: 19px;
}

.smithnavi.smith-desktop .accordion {
    height: 30px;
    display: block;
    transition: all 0.3s ease;
}

.smithnavi.smith-desktop .accordion,
.smithnavi.smith-desktop .accordion ul,
.smithnavi.smith-desktop .accordion li,
.smithnavi.smith-desktop .accordion a,
.smithnavi.smith-desktop .accordion span {
    border: none;
    outline: none;
}

.smithnavi.smith-desktop .accordion li {
    list-style: none;
}

.smithnavi.smith-desktop .accordion li {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.smithnavi.smith-desktop .accordion li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 3px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 14px;
    transition: all 0.3s ease;
}
.smithnavi.smith-desktop .accordion li.menu-item-has-children:hover:after {
    opacity: 0;
}
.smithnavi.smith-desktop .accordion li ul li a:hover,
.smithnavi.smith-desktop .accordion li ul li ul li a:hover,
.smithnavi.smith-desktop .accordion li.current-menu-item ul li a,
.smithnavi.smith-desktop .accordion li.current-menu-item ul li ul li a {
	background: none;
}
.smithnavi.smith-desktop .accordion > li > a {
    text-decoration: none;
    display: block;
    margin: 27px 1px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 36px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 5px;
}
.smithnavi.smith-desktop .accordion li > .sub-menu {
    top: 85px;
    right: -20px;
    padding: 8px 0;
    position: absolute;
    width: 210px;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.smithnavi.smith-desktop .accordion > li > .sub-menu:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    clear: both;
}
.smithnavi.smith-desktop .accordion li > a > span {
    position: absolute;
    top: calc(50% - 26px);
    right: -10px;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    font-size: 10px;
}
.smithnavi.smith-desktop .accordion li > ul > li > a {
    display: block;
    word-wrap: break-word;
    line-height: 1.4 !important;
    padding: 8px 20px;
    transition: all 0.3s ease;
}
.smithnavi.smith-desktop .accordion li > ul > li > a:hover {
    padding-left: 30px;
}

.smithnavi.smith-desktop .accordion li:hover > .sub-menu {
    display: block;
    padding: 8px 0;
}

.smithnavi.smith-desktop .accordion li > .sub-menu > li {
    position: relative;
    display: block;
    float: none;
    text-align: left;
}
.smithnavi.smith-desktop .accordion li > .sub-menu > li.menu-item-has-children:after {
    top: 15px;
    right: 15px;
}
.smithnavi.smith-desktop .accordion li > .sub-menu > li > .sub-menu {
    top: 0;
    right: calc(100% - 10px);
}

.smithnavi.smith-desktop .accordion li > .sub-menu > li.menu-item-has-children:before {
    display: none;
}

/* Slideshow */
#slideshow {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}
.slide__image {
    position: relative;
}
.slide__image img {
    width: 100%;
}
.slide__image:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.slide__box {
    position: absolute;
    bottom: 150px;
    left: 65px;
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}
.slide__box:after {
    content: "";
    position: absolute;
    left: 60px;
    bottom: 0px;
    height: 3px;
    width: 80px;
    transition: all 1s ease 2s;
    opacity: 0;
}
.is-visible .slide__box:after {
    left: 5px;
    opacity: 1;
}
.slide__title {
    max-width: 800px;
    font-size: 70px;
    font-weight: normal;
    line-height: 1.1;
    transition: all 1s ease 1.5s;
    opacity: 0;
    margin: 0 -100px 0 100px;
    position: relative;
}
.is-visible .slide__title {
    margin: 0;
    opacity: 1;
}
.smith__onlypage {
	height: 300px;
	border-radius: 20px;
}

/* Search */

.searching {
    margin: -100px 0 60px;
    padding: 40px;
    box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.smith__select {
    margin: 0 15px 25px;
    display: flex;
}
.smith__select span {
    display: flex;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 10px;
}
.smith__select span.active {
    border: 1px solid rgba(125,125,125,0.3);
}

.smith_randloc {
    display: flex;
    margin-left: auto;
    align-items: center;
    font-size: 15px;
}
.smith_randloc.inactive {
    display: none;
}
.smith_randloc a {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin: 0 0 0 10px;
    border: 1px solid rgba(125,125,125,0.3);
}

.property.form {
    border-radius: 60px;
    border: 1px solid rgba(125,125,125,0.3);
}
#sell_form {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    height: 50px;
    padding: 10px;
    grid-gap: 15px;
}
#rent_form {
    display: none;
    grid-template-columns: repeat(8, 1fr);
    height: 50px;
    padding: 10px;
    grid-gap: 15px;
}
.property_search {
    grid-column: span 7;
}
.outer__search {
    display: grid;
    grid-gap: 15px;
    height: 45px;
    padding: 2px 0;
}
#sell_form .outer__search {
    grid-template-columns: repeat(4, 1fr);
}
#rent_form .outer__search {
    grid-template-columns: repeat(4, 1fr);
}
.inner__column {
    padding: 0 20px 0 0;
    height: 45px;
    line-height: 45px;
    position: relative;
}
.inner__column:last-child {
    border: 0;
}

.inner__column .select2-container {
    width: 100% !important;
}
.inner__column .select2-container--default .select2-selection--single {
    padding: 0 0 0 20px !important;
}
.inner__check {
    margin: 0;
    position: absolute;
    top: 40px;
    line-height: 33px;
    left: 260px;
    font-size: 14px;
}
.inner__check span {
    margin-right: 10px;
}

.inner__column input[type="text"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0;
    font-size: 15px;
}

.property__button {
    grid-column: span 1;
}
.property__button button {
    display: block;
    height: 50px;
    width: 100%;
    border-radius: 60px;
    text-align: center;
    border: 0;
    font-size: 18px;
}

.inner__column i {
    position: absolute;
    right: 1px;
    top: 2px;
    height: 42px;
    line-height: 42px;
    width: 43px;
    text-align: center;
}
.smith__agen .inner__column .select2-container--default .select2-selection--single,
.smith__agen .inner__column input[type="text"] {
	background: transparent !important;
}

/* Featured */
#smith__featured {
    padding: 0 0 60px;
}
.feat__head {
    max-width: 700px;
    margin: 0 auto 60px;
	padding: 0 16px;
    text-align: center;
}
.feat__title {
    font-size: 36px;
	font-weight: 800;
    line-height: 1.1;
    margin: 0 0 25px;
}
.single .feat__title {
	font-size: 50px;
}
.feat__text {
    font-size: 16px;
    line-height: 1.6;
	max-width: 500px;
	margin: 0 auto;
	opacity: 0.8;
}
.feat__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.feat__loop {
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
    font-family: Inter;
}

.feat__img {
    grid-column: span 3;
	position: relative;
}
.feat__img img {
    border-radius: 10px;
	display: block;
}

.feat__meta {
    grid-column: span 5;
    position: relative;
}
.meta__icon {
    position: absolute;
    top: 0;
    right: 0;
	width: 15px;
	height: 15px;
	border-radius: 12px;
}
.meta__tl {
    font-size: 15px;
    opacity: 0.7;
    margin: 0 25px 4px 0;
}
.meta__tl a {
	font-weight: bold;
}
.meta__ex {
    font-size: 14px;
    opacity: 0.7;
	padding: 10px 0 0;
}
.meta__title {
    margin: 0 25px 4px 0;
}
.meta__title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.meta__price {
    display: flex;
    align-items: center;
    padding: 12px 0 0;
    font-size: 14px;
}
.meta__promo {
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
}
.meta__nominal {
    margin-left: auto;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.meta__nominal del {
    font-size: 14px;
    color: #d34;
    font-weight: normal;
}
.meta__nominal span {
    font-size: 14px;
    font-weight: normal;
}

/* AGENT SMITH */
.agent__smith {
    border-radius: 15px;
    padding: 40px;
    margin: 0 0 60px;
}
.agent__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 60px;
}
.agent__pro {
    grid-column: span 4;
}
.text__prefix {
    margin: 0 0 30px;
	display: flex;
}
.text__prefix span {
    position: relative;
    height: 28px;
	display: flex;
	align-items: center;
    border-radius: 20px;
    font-size: 14px;
	padding: 0 15px 0 35px;
    border: 1px solid rgba(125,125,125,0.4);
}
.text__prefix span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 20px;
	height: 20px;
    border-radius: 20px;
}
.feat__status {
	margin: 0 auto;
}
.text__title {
    font-size: 42px;
	font-weight: 800;
    line-height: 1.1;
    margin: 0 0 25px;
}
.text__button {
    padding: 15px 0 50px;
    display: flex;
}
.text__button a,
.form-submit .submit {
    padding: 13px 26px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    font-size: 15px;
	font-weight: bold;
}

.text__button i {
    margin-left: 12px;
}
.text__sub {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.text__social a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 22px;
    margin: 0 8px 0 0;
    border-radius: 60px;
}

.agent__img {
    grid-column: span 3;
}
.agent__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/* TESSMITH */

.pro__testimonial {
    margin: 0 0 30px;
}
.tessmith__grid {
	column-count: 3; column-gap: 30px; margin: 0;
}
.tessmith__loop {
	margin: 0 0 30px;
  padding: 30px;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
  position: relative;
}
.tessmith__rate {
	margin: 0 0 25px; display: flex; align-items: center; font-size: 22px;
}
.tessmith__rate .icon-comment {
	 opacity: .5;
}
.rate__smith {
	margin-left: auto; font-size: 16px;
}
.tessmith__text {
	font-size: 14px; margin: 0 0 25px; line-height: 1.5;
}

.tessmith__text p {
	margin: 0 0 10px;
}
.tessmith__text p:last-child {
	margin: 0;
}
.tessmith__who {
	display: flex; align-items: center;
}
.tessmith__img {
	width: 50px; height: 50px; margin: 0 10px 0 0;
}
.tessmith__img img {
    border-radius: 50px;
}
.tessmith__pro {
    font-size: 14px;
	padding: 4px 0 0;
    opacity: .7;
}

/* LISTSMITH */
#listing {
    padding: 60px 0;
}



/* SMITHARCHIVE */
.smith__arsip {
	padding: 0 0 50px;
}
.smith__pagination {
	padding: 30px 0 50px;
	display: flex;
	gap: 8px;
}
.smith__pagination a {
	display: flex;
	align-items: center;
	padding: 6px 15px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
     border-radius: 4px;
}
.smith__pagination a.active {
	font-weight: bold;
}


/* SMITHSINGLE */
.smith__single {
	padding: 60px 0 0;
	position: relative;
}
.text__prefix  a {
	margin: 0 auto;
}

.smith__wide {
	max-width: 800px;
	margin: 0 auto 40px;
	position: relative;
}
.smith__wide img {
	border-radius: 20px;
	width: 100%;
}
.wide__status {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}
.wide__diskon {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 60px;
	height: 60px;
  border-radius: 60px;
  font-size: 25px;
  letter-spacing: -2px;
  z-index: 1;
}
.wide__diskon span {
	font-weight: bold;
}
.wide__diskon small {
	font-size: 80%;
}

.smith__singtes {
	max-width: 150px;
	margin: 0 auto 40px;
}
.smith__singtes img {
	border-radius: 150px;
}
.smith__article {
	max-width: 700px;
	margin: 0 auto 40px;
}


.smith__article {
    font-size: 16px;
    line-height: 1.55;
}

.smith__article p {
    margin: 0 0 15px;
}

.smith__article > p:first-child::first-letter {
  font-size: 3.5em;
  font-weight: bold;
  float: left; 
  line-height: 0.8;
  margin-right: 8px;
  margin-top: 4px;
  font-family: Georgia, serif;
  color: #b8860b; 
}

.smith__article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.smith__article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.smith__article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.smith__article .wp-caption {
    max-width: 100%;
}
.smith__article iframe {
    max-width: 100%;
}
.smith__article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}
.smith__article table td {
    vertical-align: top;
    border: 1px solid #ddd;
}
.smith__article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.smith__article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.smith__article li {
    margin: 0 0 0 15px;
}

.smith__article li ol,
.smith__article li ul {
    margin: 0;
}
/* TAGS */
.smith__tag {
	display: flex;
	gap: 10px;
	margin: 0 0 60px;
}
.smith__tag a {
	display: flex;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* SMITHCOMMENT */

.comment_leads {
	font-size: 20px;
}

.comment-form {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 135px rgba(0,0,0,0.08);
}
.comment-form #comment {
	grid-column: span 3;
    width: calc( 100% - 42px );
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
}
.comment-form #author,
.comment-form #email,
.comment-form #url {
	grid-column: span 1;
	width: calc( 100% - 42px );
	padding: 12px 20px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
}
.comment-form-cookies-consent {
	grid-column: span 3;
}



#comments {
    font-size: 16px;
}
.comment__listing .navigation {
    padding: 15px 0;
}
.comment_list li {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.4;
}
.comment_list .depth-2 {
    padding-left: 30px;
}
.comment-meta {
    margin: 0 0 8px;
}
.comment-author {
    margin: 0 0 5px;
	font-size: 14px;
}

.fn {
	text-transform: capitalize;
	font-size: 16px;
}
.comment-meta .avatar {
    float: left;
    margin: 0 30px 0 0;
    width: 60px;
    height: 60px;
    border-radius: 40px;
}
.comment-metadata {
    font-size: 13px;
    margin: 0 0 10px;
	opacity: .7;
}
.comment-body {
    margin: 0 0 25px;
}
.comment-content {
	font-size: 15px;
	opacity: .85;
}
.comment-content,
.reply {
    margin: 0 0 8px 90px;
}
.reply a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 10px !important;
    padding: 0 15px;
    margin: 0 2px 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.comment-reply-title {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 0 10px;
}
.comment-reply-title small {
    font-size: 13px !important;
    font-weight: 400;
    margin-left: 10px;
}

/* SMITHSELL */
.smith__summary {
	margin: 0 0 25px;
}
.smith__pjp {
	padding: 20px 0 0;
	display: flex;
	align-items: center;
	gap: 20px;
}
.smith__legal {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0;
	font-weight: bold;
}
.smith__down {
	line-height: 1.3;
	font-size: 14px;
}
.smith__size {
	font-weight: bold;
	font-size: 18px;
}




.smith__table {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	margin: 0 0 40px;
}
.table__before {
	grid-column: span 2;
}

.table__price {
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}
.table__price span {
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
}
.table__before del {
	font-size: 16px;
	color: #d34;
	margin-right: 6px;
}
.smith__online {
	margin: 25px 0 0;
}
.online__contact {
	display: flex;
	gap: 10px;
	padding: 20px 0;
}
.online__contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	font-size: 20px;
	background: rgba(0,0,0,0.075);
	border-radius: 40px;
}

.table__data {
	grid-column: span 3;
}

.table__list {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.table__list span {
	margin-left: auto;
}


.galeria__grid {
	column-count: 3;
	column-gap: 10px;
	margin: 0 0 40px;
}
.galeria__image {
	margin: 0 0 10px;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
}
.galeria__image img {
	display: block;
	margin: 0;
	border-radius: 8px;
}

.smith__addhead {
	font-size: 25px;
	margin: 0 0 15px;
}
.add__detail {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 0 0 40px;
}
.add__list {
	padding: 20px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	border-radius: 8px;
}

.add__video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 0 20px;
  border-radius: 10px;
  overflow: hidden;
}

/* SHARE */
.smith__share {
	position: fixed;
	bottom: 30px;
	left: 40px;
	background: #fff;
	padding: 10px;
	transition: all 1s ease;
	z-index: 19;
}
.noscroll .smith__share {
	bottom: calc( 50% - 30px );
}
.share__text {
	margin: 0 0 10px;
}
.share__link {
	display: flex;
	gap: 5px;
}
.share__link a {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size: 16px;
}
.sh_fac {
	background: #eee;
	color: #333;
}
.sh_fac {
	background: #eee;
	color: #333;
}
.sh_fac {
	background: #ccd3ff;
	color: #018;
}
.sh_twi {
	background: #ddd;
	color: #111;
}
.sh_was {
	background: #adf5c9;
	color: #109443;
}
.sh_tel {
	background: #c3edfa;
	color: #189fc7;
}
.sh_lin {
	background: #b9dbff;
	color: #038;
}
.sh_pin {
	background: #f9caca;
	color: #f33;
}

/* SMITHFOOT */
.smith__footer {
	box-shadow: 0 0 35px rgba(0,0,0,0.06);
}
.smith__realfooter {
	display: flex;
	padding: 20px 0;
	align-items: center;
	gap: 20px;
}
.smith__copyfoot {
	font-size: 14px;
}
.smith__iconfoot {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.smith__iconfoot a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	
}

.breadcrumb_ads {
	margin: 0 0 40px;
	text-align: center;
}
.breadcrumb_ads img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        overflow: hidden;
    }
    .smith__nav {
        margin: 0 0 0 auto;
    }
    .smith__opennav {
        display: flex;
    }
    .smith__nav .smith__navswitch {
        display: none;
    }
    .opennav .smith__nav .smith__navswitch {
        display: block;
    }
    .smith__navswitch {
        position: fixed;
        top: -60px;
        right: 0;
        bottom: -60px;
        padding: 80px 0;
        width: 260px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        z-index: 30;
    }
    .smithnavi.smith-mobile {
        height: 100%;
        overflow-y: auto;
        padding: 0 30px;
    }

    .smithnavi.smith-mobile .accordion {
        height: 100%;
    }
    .smithnavi.smith-mobile .accordion li {
        display: block;
        position: relative;
        float: none;
        text-align: left;
        line-height: 1.3;
        padding: 0;
    }
    .smithnavi.smith-mobile .accordion li a {
        position: relative;
        display: inline-block;
        float: none;
        line-height: 1.3;
        padding: 10px 0;
    }
    .smithnavi.smith-mobile .accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 0;
        width: 10px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        border-radius: 14px;
        transition: all 0.3s ease;
    }
    .smithnavi.smith-mobile .accordion li > a > span {
        position: absolute;
        top: calc(50% - 26px);
        left: calc(100% - 10px);
        height: 16px;
        line-height: 16px;
        padding: 0 6px;
        font-size: 10px;
    }
    .smithnavi.smith-mobile .accordion li > .sub-menu {
        padding: 0;
        position: relative;
        width: 100% !important;
        max-height: 0;
        overflow: hidden;
        transition:
            opacity 0.5s ease,
            max-height 0.5s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .smithnavi.smith-mobile .accordion li.active > .sub-menu {
        max-height: 500px;
        height: auto;
    }

    .smithnavi.smith-mobile .accordion li > .sub-menu > li {
        width: 100%;
    }
    .smithnavi.smith-mobile .accordion li > .sub-menu > li > a {
        padding: 10px 20px 10px 15px;
    }
    .smithnavi.smith-mobile .accordion li > .sub-menu > li > ul > li > a {
        padding: 10px 20px 10px 30px;
    }

    .smith__oagent {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 20;
    }
    .smith__float {
        position: fixed;
        right: 5px;
        top: auto;
        bottom: 40px;
    }
    .smith__float:before {
        display: none;
    }

    #slideshow,
	.smith__onlypage {
        margin: 0 16px;
    }
    .slide__image {
        height: 500px;
    }
    .slide__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slide__box {
        bottom: 50px;
        left: 40px;
        right: 80px;
    }
    .slide__title {
        font-size: 50px;
    }

    .searching {
        margin: 20px 0 40px;
    }
    .smith_randloc {
        display: none;
    }
    .property.form {
        border-radius: 20px;
    }
    #sell_form,
    #rent_form {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
    }
    .property_search {
        grid-column: span 1;
    }
    .outer__search {
        height: auto;
    }
    #sell_form .outer__search,
    #rent_form .outer__search {
        grid-template-columns: repeat(1, 1fr);
        height: auto;
    }
    .search__column {
        margin: 0 10px;
        height: 48px;
        border-bottom: 1px solid #ddd;
    }
    .inner__column input[type="text"] {
        padding: 0 0 0 20px;
    }
    .inner__check {
        margin: 0 16px;
        position: static;
    }
    .property__button button {
        border-radius: 12px;
    }
	
	/* THE AGENT */
	    .agent__smith {
        padding: 30px;
        margin: 0 0 40px;
    }

    .agent__grid {
        gap: 40px;
    }

    .text__title {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .text__button {
        padding: 10px 0 35px;
    }

    .agent__img img {
        height: 350px;
    }
	.smith__share {
		padding: 15px;
		border-radius: 8px;
		box-shadow: 0 0 135px rgba(0,0,0,0.1);
	}
	.noscroll .smith__share {
		bottom: 30px;
	}
}
@media screen and (max-width: 720px) {
    .slide__image {
        height: 500px;
    }
	.feat__grid {
  grid-template-columns: repeat(1, 1fr);
}
/* THE AGENT */
    .agent__smith {
        padding: 25px;
    }

    .agent__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .agent__pro {
        grid-column: span 1;
        order: 1;
    }

    .agent__img {
        grid-column: span 1;
        order: 0;
    }

    .agent__img img {
        height: 300px;
        max-height: 350px;
    }

    .text__title {
        font-size: 28px;
        margin: 0 0 20px;
    }

    .text__button {
        flex-wrap: wrap;
    }

    .text__social a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin: 0 6px 6px 0;
    }
	/* TESSMITH */
	.tessmith__grid {
  column-count: 2;
  column-gap: 20px;
}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 600px) {
    .slide__title {
        font-size: 40px;
    }
	/* THE AGENT */
	    .agent__smith {
        padding: 20px;
        border-radius: 12px;
    }

    .agent__grid {
        gap: 25px;
    }

    .agent__img img {
        height: 250px;
    }

    .text__button {
        gap: 8px;
    }

    .text__button i {
        margin-left: 8px;
    }

    .text__social a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        margin: 0 5px 5px 0;
    }
	/* SMITHFOOTER */
	.smith__realfooter {
		flex-direction: column;
	}
	.smith__iconfoot {
		margin: 0;
	}
	
	.comment-form #author, .comment-form #email, .comment-form #url {
  grid-column: span 3;
	}

.smith__table {
  display: block;

}
.table__before,
.table__data {
  grid-column: span 1;
}
.add__detail {
  grid-template-columns: repeat(2, 1fr);
}

}
@media screen and (max-width: 533px) {
}
@media screen and (max-width: 480px) {
    .smith__logo {
        padding: 0 20px 0 0;
        height: 40px;
    }
    .smith__logo a,
    .smith__logo img {
        height: 40px;
    }
	/* TESSMITH */
	.tessmith__grid {
  column-count: 1;
}
.add__detail {
  grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width: 420px) {
    .wrapper {
        padding: 70px 0 0;
    }
    .smith__header {
        height: 70px;
    }
    .header__inter {
        height: 70px;
    }
    .smith__logo {
        height: 36px;
    }
    .smith__logo a,
    .smith__logo img {
        height: 36px;
    }
    .smith__nav {
        height: 70px;
    }
    .smith__opennav {
        margin: 15px 0;
    }
    .smith__oagent {
        width: 50px;
        height: 50px;
    }
    .smith__oagent img {
        width: 50px;
        height: 50px;
    }
    .smith__float {
        width: 280px;
    }
    .float__title {
        font-size: 18px;
    }
    .float__sub {
        font-size: 16px;
    }

    .smith__phone {
        border: 1px solid #ff5a1a;
    }
    .smith__call {
        padding: 8px 20px 8px 16px;
    }
    .smith__iconsos a {
        width: 40px;
        height: 40px;
    }
    #slideshow,
	.smith__onlypage {
        border-radius: 10px;
    }
	.smith__onlypage {
		height: 200px;
	}
    .slide__image {
        height: 480px;
    }
    .slide__box {
        bottom: 40px;
        left: 30px;
        right: 50px;
    }
    .slide__title {
        font-size: 35px;
        margin: 0 -50px 0 50px;
    }
    .slide__box:after {
        height: 2px;
    }
    .searching {
        padding: 20px;
        border-radius: 10px;
    }
    .smith__select {
        margin: 0 0 20px;
    }
	
	/* FEATURED */
	.feat__head {
  margin: 0 auto 30px;
}
	.feat__title,
	.single .feat__title {
  font-size: 28px;
}
	.feat__loop {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  grid-gap: 16px;
}
.feat__img img {
width: 100%;
height: 100%;	
object-fit: cover;
}
.meta__tl {
  font-size: 13px;
}
.meta__ex {
    font-size: 12px;
}
.meta__title a {
  font-size: 17px;
  -webkit-line-clamp: 3;
}
.meta__price {
  font-size: 13px;
  display: grid;
  padding: 0;
}
.meta__nominal {
  font-size: 18px;
}

.meta__pro {
	display: flex;
	justify-content: right;
}
.meta__promo {
	background: #26bca7;
  padding: 4px 8px;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
}
/* THE AGENT */
    .agent__smith {
        padding: 16px;
        border-radius: 10px;
    }

    .agent__grid {
        gap: 20px;
    }

    .agent__img img {
        height: 250px;
        border-radius: 8px;
    }

    .text__title {
        font-size: 26px;
        margin: 0 0 12px;
        line-height: 1.2;
    }

    .text__prefix {
        margin: 0 0 15px;
    }

    .text__button {
        flex-direction: column;
        gap: 8px;
    }

    .text__button a {
        margin: 0;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .text__button i {
        margin-left: 8px;
    }

    .text__social a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        margin: 0 4px 4px 0;
    }
	/* TESSMITH */
	.tessmith__loop {
  margin: 0 0 20px;
  padding: 20px;
	}
	.tessmith__text {
  font-size: 15px;
}
.smith__single {
  padding: 30px 0 0;
}
.single .feat__text {
	font-size: 14px;
}
.smith__wide img {
  border-radius: 10px;
}
.smith__wide {
  margin: 0 auto 20px;
}
.comment-meta .avatar {
  margin: 0 12px 0 0;
  width: 40px;
  height: 40px;
}
.comment-content, .reply {
  margin: 0 0 8px 50px;
}
.comment-form {
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  padding: 16px;
}
.smith__share {
		left: 0;
		bottom: 0;
		right: 0;
		padding: 20px;
		border-radius: 0;
	}
	.noscroll .smith__share {
		bottom: 0;
	}
	.breadcrumb_ads {
	margin: 0 0 20px;
}
}
@media screen and (max-width: 380px) {
	/* FEATURED */

.meta__title a {
  font-size: 15px;
}
.meta__price {
  padding: 5px 0 0;
  font-size: 12px;
}
.meta__nominal {
  font-size: 17px;
}
.meta__promo {
  padding: 3px 6px;
  border-radius: 20px;
  font-size: 11px;
}

/* THE AGENT */
    .agent__smith {
        padding: 12px;
        margin: 0 0 25px;
        border-radius: 8px;
    }

    .agent__grid {
        gap: 15px;
    }

    .agent__img img {
        height: 200px;
        border-radius: 6px;
    }

    .text__title {
        font-size: 18px;
        margin: 0 0 10px;
    }


    .text__button {
        margin: 0 0 15px;
        gap: 6px;
    }

    .text__button a,
.form-submit .submit {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 40px;
    }

    .text__button i {
        margin-left: 6px;
        font-size: 11px;
    }

    .text__sub {
        font-size: 12px;
        margin: 0 0 10px;
        line-height: 1.4;
    }

    .text__social a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        margin: 0 3px 3px 0;
        border-radius: 50px;
    }
}



