/* Enter Your Custom CSS Here */

.hide-this {
  display: none;
}

.slider-pointer{
  cursor: pointer;
}

/*Remove love button*/
.nectar-love-wrap .nectar-love {
   display: none;
}
article.post .post-meta .date {
   margin-bottom: 0px;
}
article.post .post-meta .date {
   padding-bottom: 0px;
   border-bottom: 0px!important;
}

/*Blue*/
.accent-color {
  color: #b1c0c9;
}

/*Set bg overlay color on title*/
#page-header-bg h1 {
    background-color: rgba(0,0,0,0.5);
    display: initial;
    padding: 5px 15px;
    border-radius: 10px;
}

/***********************HOME PAGE***********************/
/*Set bg overlay on slider text*/
.swiper-slide .content {
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding-bottom: 10px !important;
}

/*Remove bottom padding on the page wrapper*/
.home .container-wrap {
    padding-bottom: 0 !important;
}

/*Set portfolio element bg color*/
.row.portfolio-items.no-masonry.constrain-max-cols {
    background-color: #fff;
}


/***********************FEATURED PROPERTIES PAGE***********************/
/*Remove "view larger" button*/
.portfolio-items .vert-center a:first-child {
    display: none;
}

/***********************SINGLE PORTFOLIO***********************/
/*Remove borken "back to all projects" button*/
#portfolio-nav li#all-items {
    display: none;
}

/*Left align title*/
.project-title .section-title {
    padding-left: 0 !important;
}
.single-portfolio .row .col.section-title h1 {
    text-align: left;
}

/*Set width of row to be 100%*/
.single-portfolio #post-area {
    width: 100%;
}

/*Set width and float of description area*/
div#portfolio-extra {
    width: 70%;
    float: left;
}

/*Position sidebar info to the right*/
.single-portfolio #sidebar {
    float: right;
}

/*Remove sidebar meta (share and love buttons)*/
div#project-meta {
    display: none;
}