.gr-review-url {
	display: contents !important;
}

	/* Enter Your Custom CSS Here */
.fw-page-transition-spinner {
    display: none!important;
}

.fw-page-transition {
    opacity: 1!important;
}

.gr-review-rating.gr-rating-stars .dashicons-star-filled {
    color: #ffd700;
}

.gr-review-url {
    font-size: 0;
}

.gr-author-name:before {
    content: '- ';
}

.gr-review-body {
    margin-top: 15px;
}

.gr-review {
    padding: 0;
    padding-right: 50px;
}

.gr-author-name, .gr-review-body p {
    padding: 0;
    font-weight: 100;
    font-style: normal;
    font-size: 15px!important;
}

.gr-author-name {
    font-size: 15px!important;
}

#usp_bar .fw-container {
    padding: 0;
    margin: auto;
}

.usp-bar ul {
    padding: 0;
    margin: 0;
}

#usp_bar {
    background-color: #1f1f1f;
    color: #ffffff;
}

.usp-bar ul {
    max-width: 1200px;
    margin: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.usp-bar ul li {
    margin: 5px;
}

.usp-bar ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    margin-right: 5px;
}

.fw-footer-widgets {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #061d2d;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}

.fw-footer-widgets .widget a, .fw-footer-widgets .widget .comment-author-link a {
    color: #ffa502;
}

#home-header .fw-heading > * {
    color: #ffffff;
    font-weight: 600;
}

#home-header .fw-heading {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px;
    margin-top: 130px;
}

#home-header .fw-special-subtitle {
    font-size: 0.94em;
    line-height: normal;
    font-weight: 400;
}

@media (max-width: 767px) {
    .fw-mobile-hide-element {
        background-image: none!important;
    }
	
		.usp-bar ul li:not(:nth-child(3)) {
    		display: none;
		}

		.usp-bar ul {
    		justify-content: center;
		}
}
