/*
Theme Name: Salt Lake City Child
Template: salt-lake-city
Version: 1.0.0
*/
/* Add your custom styles here */

.contact-footer input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.form-control {
    width: 500px;
}

.desc span p {
    padding: 0px !important;
    /* margin-bottom: 40px; */
    color: #8C959F !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: 0px;
}

p:empty {display: none;}

.pad-top-bottom{
    padding: 40px 0px 40px 0px;
}

.box-content {
    display: block;
}

.agentDesc p a{
        /*padding: 22px 0 24px;*/
    color: #8C959F;
    font-weight: 400;
    font-size: 28px;
    /*line-height: 100%;*/
}

.tourForm span.wpcf7-form-control-wrap {
    width: 100%;
}

.slideForImg img {
    height: 372px;
    width: 100%;
    object-fit: cover;
}

.slideNavImg img {
    width: 100%;
    /* height: 110px; */
    /* object-fit:cover; */
}

.team .agentImg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.team .agentDesc {
    
    margin-top: 40px !important;
    
}
.team .agentCon{
    display:block;
}

.abtMeWrap span ul li {
    display: inline-flex;
    /* flex-wrap: nowrap; */
    border: 1px solid;
    padding: 10px;
    margin: 0 0 20px 0;
    /*border-radius: 24px;*/
}


.hero-content h1 {
    font-size: 80px;
    line-height: normal;
}


.chooseImg {
    width: 60%;
}

.chooseImg img{
    height: 100%;
    object-fit: cover;
}

.ftrimg a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* Table Css*/


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.userinfo ul {
    display: flex;
    gap: inherit;
    padding: 10px;
}

.userinfo ul li {
    padding-left: 13px;
}

.userinfo ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.inner-banner video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}


.lakeSlideImg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.d-none{
    displya:none;
}


.ftrimg a {
    width: 110px;
    height: auto;
}

.ftrimg {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    align-items: center;
}


.table-property-list table li a {
    color: #000 !important;
}

.table-property-list li a {
    color: #000;
}
 

section.propertyList table tbody tr:nth-child(even) {
    background: #ebebeb;
}

section.propertyList  table tbody tr td a {
    color: #000;
}

section.propertyList table tbody tr td {
    font-size: 14px;
    padding: 4px 15px;
}
 
section.propertyList table tbody tr th {font-weight: 600;font-size: 15px;background: #b1aa7e;color: #fff;padding: 8px 15px;}

section.propertyList table tbody tr td a:hover {
    text-decoration: underline;
}

span.catname {position: absolute;z-index: 99;padding: 10px 10px;background-color: #cd9f5a;color: #fff;}

a.listingImg span + span {
    left: 10%;
}

span.dateTime {position: absolute;z-index: 99;padding: 10px 10px;background-color: #cd9f5ac7;color: #fff;bottom: 0;width: 100%;text-align: center;left: 0;}

span.dateTime strong {
    font-weight: bold;
}

.btn_pre_next {
    margin-bottom: 40px !important;
}
.previous_btn {text-align: end;}

.tabs a {
    margin: 20px 0 0 0;
}