/* Search Results */
.the7-related-products .paginator {
	display: none;
}

/* Homepage */
.service-card .link-button:hover {
	cursor: pointer;
}

.newsletter strong, .benefits strong {
	font-weight: 500;
	font-size: 32px;
	color: #FF6633;
}

.newsletter-row p {
	display: flex;
	gap: 10px;
	align-items: end;
}

.wpcf7-spinner {
  display: none;
}

.newsletter-row input {
	height: 56px;
	font-family: Montserrat !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 100% !important;
}

.newsletter-row .wpcf7-form-control {
	margin-bottom: 0 !important;
	border: 1px solid #CACACA !important;
}

.newsletter-shortcode .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px !important;
}

.newsletter-shortcode .wpcf7-email {
	border-radius: 8px !important;
	margin-top: 10px;
}

.newsletter-shortcode .wpcf7-submit {
	border-radius: 8px !important;
	border: 1px solid #ff6633 !important;
}

.newsletter-shortcode .wpcf7-submit:hover {
	border: 1px solid #645d57 !important;
}

.newsletter-shortcode .wpcf7-acceptance {
	color: #645D57 !important;
}

.newsletter-shortcode .wpcf7-acceptance a {
	color: #645D57 !important;
	text-decoration: underline !important;
}

.newsletter-shortcode .wpcf7-acceptance a:hover {
	color: #ff6633 !important;
}

.newsletter-shortcode .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.newsletter-shortcode .wpcf7-list-item > label:nth-child(1) > input:nth-child(1) {
  width: 21px;
  height: 21px;
}

.newsletter-row label {
	color: #000000;
}

.newsletter-shortcode p {
	margin-top: 20px;
}

.newsletter-shortcode .wpcf7-validates-as-email {
	width: 362px !important;
}

#art-img img {
	-webkit-mask-image: none;
}

/* Reviews */

.wp-gr .grw-row {
  display:-ms-flexbox!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  -ms-flex-wrap:nowrap!important;
  -ms-flex-align:center!important;
  flex-direction: column;
}

.wp-google-right > div:nth-child(1) {
	position: relative !important;
}


.wp-gr .wp-google-rating {
	position: absolute !important;
	top: 3px !important;
	left: 55px !important;
}

@media (max-width: 768px) {
	.wp-gr .wp-google-rating {
		left: 45px !important;	
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wp-gr .wp-google-rating {
		left: 18px !important;	
	}
}

.wp-google-wr, .wp-google-based,
.wp-google-powered, .grw-header-inner .wp-google-name  {
	display: none !important;
}

.grw-review-inner.grw-round {
	border: 1px solid #00000017 !important;
}

.wp-gr.wpac a.wp-google-name {
  color:#000000 !important;
}

/* .wp-gr.wpac {
	width: 1430px !important;
}

.wp-gr {
	width: 1430px !important;	
} */

.wp-gr.wpac {
  	width: auto !important;
}


.grw-row.grw-row-m .grw-content {
  	width: 100% !important;
	margin-top: 25px !important;
}

.wp-gr .grw-content {
  min-width: 100% !important;
}

.grw-content .rpi-dots-wrap {
	display: none !important;
}

.grw-review-inner svg {
	display: none !important;
}

.wp-gr .grw-btns svg path {
	fill: rgb(255, 102, 51);
}

