.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    color: #fd4703;
}

.yotpo .font-color-gray-darker,
.yotpo .y-label, .yotpo span.y-label {
	color: #000000;
}

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
    font-family: 'Proxima Nova';
    color: #000000;
}


.bottom-line-items-container .avg-score {
	font-family: 'Proxima Nova';
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo .write-review .yotpo-header .yotpo-icon,
.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
	 color: #fd4703;
}

.yotpo a:hover {
	 color: #fd4703!important;
}

.yotpo .standalone-bottomline .star-clickable {
	outline: none;
}

.write-question-review-buttons-container .write-question-review-button .write-question-review-button-text,
.bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label,
.yotpo .yotpo-review .yotpo-main .content-review, 
.yotpo .yotpo-comment .yotpo-main .content-review, .yotpo .yotpo-question .yotpo-main .content-review, .yotpo .yotpo-onsite-upload .yotpo-main .content-review {
	color: #000000;
	font-family: 'Proxima Nova';
}

.write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
	width: auto;
	height: auto;
	line-height: initial;
}

.yotpo .transparent-color-btn span.yotpo-icon {
	color: #fd4703;
}

.yotpo .yotpo-logo-link-new {
	display: none;
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
	background-color: #000;
}

.write-question-review-buttons-container .write-question-review-button {
	background-color: #fd4703;
}

.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {
	display: inline-block;
    padding: 10px 25px;
    height: auto;
    background: transparent;
    color: #000000;
    border-radius: 0px;
    font-weight: 800!important;
    font-size: 14px;
    font-family: 'Proxima Nova';
    transition: all 0.3s;
    min-width: 175px;
    max-width: 100%;
    text-align: center;
    border: none;
    line-height: 18px;
    border: 3px solid #fd4703;
    outline: none;
    text-transform: uppercase;
}

.yotpo .yotpo-default-button:hover, 
.yotpo input[type="button"].yotpo-default-button:hover,
.yotpo .yotpo-default-button:focus, 
.yotpo input[type="button"].yotpo-default-button:focus {
	background: transparent;
    color: #fd4703!important;
    border-color: #fd4703;
}

.yotpo .primary-color-btn:hover, .yotpo input[type="button"].primary-color-btn:hover {
    background: transparent !important;
    border: 3px solid #fd4703!important;
    color: #fd4703!important;
}

.yotpo .yotpo-default-button span, 
.yotpo input[type="button"].yotpo-default-button span,
.yotpo .yotpo-default-button span, 
.yotpo input[type="button"].yotpo-default-button span {
	transition: all 0.3s;
}

.yotpo .yotpo-default-button:hover span, 
.yotpo input[type="button"].yotpo-default-button:hover span,
.yotpo .yotpo-default-button:focus span, 
.yotpo input[type="button"].yotpo-default-button:focus span {
    color: #fd4703!important;
}

.write-question-review-buttons-container .write-question-review-button {
	height: auto;
	padding: 10px 25px;
}

.reviews-header .reviews-amount,
.yotpo .yotpo-review .yotpo-main .content-title, .yotpo .yotpo-comment .yotpo-main .content-title, .yotpo .yotpo-question .yotpo-main .content-title, .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
	color: #000;
}

.yotpo-main-widget,
.main-widget.yotpo-display-wrapper {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	.main-widget .write-question-review-buttons-container {
	    margin-top: 15px;
	}
	.main-widget .write-question-review-buttons-container .write-question-review-button {
	    min-width: initial;
	}
}

@media only screen and (min-width: 961px) {
	.main-widget .reviews-qa-labels-container {
		display: block;
	}
}
