/* hide entry thumbnail on project highlights page - 20023557-hc */
.page-id-147 .entry-thumb {
   display: none;
}
element.style {
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, a.primary-button, input[type="submit"] {
    background: #6e6a00;
}
	/* hide post-501 | SKO  #2885906-zen */

article.post-501.page.type-page.status-publish.has-post-thumbnail.hentry {
    display: none;

}
/* reduce padding-bottom #front-featured-page-47 | SKO #2885906-zen */

section#front-featured-page-47 {
    padding-bottom: 0px;
}
/* Separator margin | #2885906-zen (KK) */
.grid-wrapper .grid-sep {
    margin: 0 30px 0;
}
/* remove bottom border  | SKO #2885906-zen */

.grid-wrapper .grid-sep   {
    border-bottom: unset;
}
/*  add background to search and category archives | 3140878-zd bk */ 
.archive.category header.page-header,
.search-results header.page-header {
    background: linear-gradient(
      rgba(0, 0, 0, 0.75), 
      rgba(0, 0, 0, 0.75)
    ), url('https://i2.wp.com/stonemtg.wpcomstaging.com/wp-content/uploads/2020/04/Barangaroo-towers.jpg');
    background-position: 50%;
}

/* change the color of the page title in category pages VC-20442768-hc*/
h1.page-title.th-text-secondary-base.th-text-3xl.th-my-0 {
 color: white;
}
/* Remove featured image from multiple pages | YH-3214774-zen */ 
.page-id-37 .grid-main-entry .entry-thumb, .page-id-912 .entry-thumb, .page-id-142 .entry-thumb, .page-id-270 .entry-thumb, .page-id-1014 .entry-thumb, .page-id-2450 .entry-thumb, .page-id-2486 .entry-thumb, .page-id-2497 .entry-thumb, .page-id-2598 .entry-thumb {
    display:none;
}
/* align items on payment page | KS-24308168-hc */
#smart-button-container label {
    width: 40%;
    margin-right: 1em;
    text-align: right;
    display: inline-block;
}

#smart-button-container input {
    text-align: left;
    margin-right: 1em;
    display: inline-block;
}

#smart-button-container > div {
    text-align: left !important;
}

@media (max-width:768px) {
    #smart-button-container label {
        width: 100%;
        margin-right: 0;
        text-align: left;
        display: block;
    }
}
/*hide featured images on all child pages under meet the team | 24783785-hc*/
.page-id-2765 .entry-thumb img, .page-id-560 .entry-thumb img, .page-id-221 .entry-thumb img, .page-id-493 .entry-thumb img, .page-id-218 .entry-thumb img, .page-id-494 .entry-thumb img, .page-id-1454 .entry-thumb img, .page-id-851 .entry-thumb img, .page-id-2764 .entry-thumb img {
    display: none;
}
/*hide featured images on all child pages under meet the team behind page title | 24783785-hc*/
.page-id-560 .page-header .th-featured-image, .page-id-221 .page-header .th-featured-image, .page-id-493 .page-header .th-featured-image, .page-id-218 .page-header .th-featured-image, .page-id-494 .page-header .th-featured-image, .page-id-1454 .page-header .th-featured-image, .page-id-851 .page-header .th-featured-image, .page-id-2764 .page-header .th-featured-image {
    display: none;
}
/* Change button's background color | YH-31875365-hc */
.wp-block-button__link {
    background-color: #707127;
}
/* Change current menu's background color | YH-31875365-hc */
#site-navigation .current-menu-parent > a, #site-navigation .current-menu-ancestor > a {
	background-color: #707127;
}