/* Gravityforms */
.button {
    padding: 16px 32px;
    display: inline-block;
    border: none;
    background-color: #a86500;
    color: #ffffff;
}

.onw-ebook-block {
    box-shadow: 0px 21px 47px 0px rgb(181 181 181 / 30%);
    padding: 25px!important;
    margin-bottom: 25px;
}

.onw-ebook-block .gform_footer {
    padding-bottom: 0!important;
}

.onw-ebook-block .gform_button {
    margin-bottom: 0!important;
    font-size: 1.2em;
}
/* END Gravityforms */
/* Instagram feed */
#sbi_images > :nth-child(n+9) {
    display: none!important;
}
/* END Instagram feed */
/* Google reviews */
.google-business-reviews-rating .rating .count {
    color: #000;
    font-weight: 600
}

.google-business-reviews-rating .attribution,.google-business-reviews-rating .vicinity,.google-business-reviews-rating .heading {
    display: none
}

.google-business-reviews-rating .rating {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal!important;
}

.google-business-reviews-rating .listing {
    order: -1;
    align-items: normal!important;
}

.google-business-reviews-rating {
    display: flex;
    flex-direction: column
}

.google-business-reviews-rating .listing li {
    
    padding: 15px;
    display: block;
		background-color: #ffffff;
box-shadow: 0px 21px 47px 0px rgb(181 181 181 / 30%);margin-top: 75px!important;border: solid 1px #f9f9f9;}

.google-business-reviews-rating .listing .author-avatar {
    margin: 0;
    float: left;
    right: 0;
    margin-right: 15px
}

.google-business-reviews-rating .listing .text {
    margin-top: 15px!important;
}
/* END Google reviews */
/* E-book popup */
.onw-ebook-popup-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 999999;
}

.onw-ebook-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 1200px;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 30px;
    z-index: 999999;
}

.onw-popup-close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.5em;
    background-color: #b50000;
    color: #ffffff;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.onw-popup-close:before {
    content: 'X';
}

.onw-popup-close:hover {
    background-color: #cd0d0d;
}

.gform_button {
    cursor: pointer;
}

.onw-popup-inner .gform_wrapper {
    margin-top: 25px;
}

.onw-popup-inner .gform_footer {
    padding-bottom: 0!important;
}

.onw-popup-inner .gform_button {
    margin-bottom: 0!important;
}

#page-container .menu-item-1677 a {
    background-color: #a86500;
    color: #ffffff!important;
    padding: 19px!important;
    margin: -12px 0 -10px;
}

#page-container .menu-item-1677 {
    margin: 0;
}

@media (max-width: 767px) {
		.onw-ebook-popup {
    		top: unset;
    		bottom: 0;
    		left: 0;
    		transform: none;
		}
	
		#page-container .menu-item-1677 a {
    		margin: 0 -16px -16px;
    		text-align: center;
		}
}
/* END E-book popup */