/* Main css file. */

.hentry {
    margin: 0;
}

/* ווידג'ט הצגת נכס */
.btn-primary {
    color: #000 !important;
    background-color: #7ed8d8 !important;
    border-color: #7ed8d8 !important;
    font-weight: 600 !important;
}
.btn-primary:hover {
    background-color: #98dede !important;
}
.item {
    display: flex;
}
.slide-item-prop {
    border: 1px solid #f3f2f2;
    margin-bottom: 30px;
    flex: 1 0 100%;
}
.slide-item-prop .image{
    position: relative;
}
.slide-item-prop .image img{
    max-height: 215px;
}
.slide-item-prop .price {
    background: #7ed8d8;
    color: #000;
    left: 0px;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
}
.slide-item-prop .status{
	background: #171717;
    color: #63d4d5;
    right: 0px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
}
.meta > .title{
    font-size: 20px;
    text-align: center !important;
}
.meta{
    padding: 10px 15px;
    color: #171717;
}
.meta a{color: inherit; text-decoration: none;}
.meta a:hover {text-decoration: none;}
.meta ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.meta .info > li {
    padding: 5px 0;
    border-bottom: 1px solid #dadada;
}
.lispan{
    font-weight: 600;
}

/* חיפוש */
.search-box{
    background: #eaebec;
    padding: 20px;
    border-radius: 10px;
}


/* פרויקטים בשיווק */
.project-image {
    width: 100%;
    max-height: 330px;
    position: relative;
}
.size-project{
    width: 320px;
    height: 140px !important;
}

.service_single_item{padding: 0; margin: 15px 0;}
.service_item {
    color: #fff;
    text-align: center;
    transition: 1s ease;
   /* padding: 10px; */
}
.service_item:hover {opacity: 0.3;}
.service_item .title {
    font-size: 20px;
    font-weight: 400;
    background: #63d4d5;
}

.btn-service {
    background: #fff;
    color: #000;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 5px 20px !important;
}
/* hover box */
.box-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: calc(100% - 30px);
    height: 100%;
    background: #7ed8d8;
    color: #000;

}
.box-hover:hover {opacity: 1;}
.box-hover .content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.box-hover .content a{color: inherit; font-size: 20px;}
.box-hover .content a:hover{color: inherit; text-decoration: none;}

.box-hover .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}
.box-hover .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

/* חיפוש */
.search-box .title{
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

/* רשתות חברתיות */
.social-bar {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-bar a {
    display: block;
    text-align: center;
    padding: 15px;
    transition: all 0.5s ease;
    color: #171717;
    font-size: 20px;
    background: #63d4d5;
}
.social-bar a:hover {
    background-color: #171717;
	color:#63d4d5 ;
}

.social-bar a:nth-child(1){
	border-top-right-radius: 10px ;
}
.social-bar a:nth-child(3){
	border-bottom-right-radius: 10px ;
}
   
  