.dr-form-error-msg {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 1;
	color: var(--danger-color);
	background-color: rgba(var(--danger-color-rgb), 0.05);
	padding: 7px 10px; }
	.dr-form-error-msg::before {
	  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.917' height='9.795' viewBox='0 0 10.917 9.795'%3E%3Cpath id='Path_30793' data-name='Path 30793' d='M9.65,8.366A1.959,1.959,0,0,0,7.96,7.4a1.935,1.935,0,0,0-1.69.966l-3.483,5.84a1.93,1.93,0,0,0-.023,1.989,1.966,1.966,0,0,0,1.713,1h6.967a1.93,1.93,0,0,0,1.713-1,1.957,1.957,0,0,0-.023-1.989Zm-1.69,7.3a.793.793,0,1,1,.793-.793A.795.795,0,0,1,7.96,15.666Zm.828-5.38-.23,2.621a.592.592,0,0,1-.218.414.58.58,0,0,1-.391.138H7.891a.6.6,0,0,1-.552-.552l-.23-2.621a.8.8,0,0,1,.2-.609.856.856,0,0,1,.563-.3.785.785,0,0,1,.609.2.83.83,0,0,1,.3.563A.229.229,0,0,1,8.788,10.286Z' transform='translate(-2.499 -7.4)' fill='%23d7373f' opacity='0.8'/%3E%3C/svg%3E%0A");
	  width: 11px;
	  height: 10px;
	  display: inline-block;
	  margin-right: 7px; }
  
  .dr-status {
	text-transform: capitalize; }
  
  .dr-table button {
	vertical-align: middle; }
  
  .dr-table .dr-btn-delete {
	background: none;
	border: none;
	padding: 5px; }
	.dr-table .dr-btn-delete svg path {
	  fill: var(--danger-color);
	  opacity: 1; }
  
  .dr-form__fields-wrapper hr {
	background-color: rgba(var(--primary-color-rgb), 0.05); }
  
  .dr-delete-field {
	padding: 0 18px;
	width: 54.39px; }
  
  .dr-delete-this-field {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer; }
	.dr-delete-this-field:hover svg path, .dr-delete-this-field:hover svg g {
	  opacity: 1; }
	.dr-delete-this-field:hover svg path {
	  fill: var(--danger-color); }
  
  .dr-ud__accordion-item {
	border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
	counter-increment: dr-accn-count; }
	.dr-ud__accordion-item .dr-ud__accordion-header {
	  padding: 25px 0;
	  position: relative; }
	  .dr-ud__accordion-item .dr-ud__accordion-header .accn-title {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.5;
		color: var(--font-color);
		margin-bottom: 10px;
		margin-top: 0;
		font-family: var(--secondary-font);
		padding-right: 20px;
		cursor: pointer; }
		.dr-ud__accordion-item .dr-ud__accordion-header .accn-title::before {
		  content: counter(dr-accn-count) ".";
		  margin-right: 5px; }
	  .dr-ud__accordion-item .dr-ud__accordion-header .accn-date-wrap {
		font-size: 13px;
		font-style: italic;
		font-family: var(--secondary-font);
		opacity: .8; }
	  .dr-ud__accordion-item .dr-ud__accordion-header .accn-arrow {
		position: absolute;
		right: 0;
		top: 27px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease; }
		.dr-ud__accordion-item .dr-ud__accordion-header .accn-arrow svg path {
		  stroke: var(--primary-color); }
	.dr-ud__accordion-item .dr-ud__accordion-content {
	  display: none;
	  font-size: 18px;
	  line-height: 1.7;
	  padding: 20px 0 60px; }
	  .dr-ud__accordion-item .dr-ud__accordion-content p {
		margin-bottom: 1.5em; }
	  .dr-ud__accordion-item .dr-ud__accordion-content img {
		max-width: 275px;
		float: left;
		margin-right: 30px; }
	.dr-ud__accordion-item.active .dr-ud__accordion-header .accn-title {
	  font-weight: bold; }
	.dr-ud__accordion-item.active .dr-ud__accordion-header .accn-arrow {
	  -webkit-transform: rotate(180deg);
			  transform: rotate(180deg); }
	.dr-ud__accordion-item.active .dr-ud__accordion-content {
	  display: block; }
  
  .dr-ud__submit-recipe-wrapper input, .dr-ud__submit-recipe-wrapper select, .dr-ud__submit-recipe-wrapper textarea {
	max-width: 528px; }
  
  .dr__back-btn {
	background: none;
	color: #777;
	margin-bottom: 30px; }
	.dr__back-btn::before {
	  display: inline-block;
	  content: "";
	  width: 9px;
	  height: 9px;
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.293' height='9.759' viewBox='0 0 6.293 9.759'%3E%3Cpath id='Path_23595' data-name='Path 23595' d='M1423.2,789.535l3.465-3.465,3.465,3.465' transform='translate(-784.656 1431.544) rotate(-90)' fill='none' stroke='%232db68d' stroke-linecap='round' stroke-width='2' opacity='0.7'/%3E%3C/svg%3E%0A");
	  background-size: auto 100%;
	  background-repeat: no-repeat;
	  background-position: center;
	  margin-right: 8px;
	  -webkit-filter: grayscale(1);
			  filter: grayscale(1); }
  
  .dr-form__section {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid rgba(var(--primary-color-rgb), 0.2); }
	.dr-form__section .dr-form-sec__title {
	  font-size: 24px;
	  font-weight: normal;
	  margin-bottom: 45px;
	  font-family: var(--secondary-font); }
	.dr-form__section.sticky-section {
	  position: sticky;
	  bottom: 0;
	  background-color: #fff;
	  padding-bottom: 30px;
	  z-index: 1; }
	.dr-form__section .dr-form-sec__header {
	  margin-bottom: 45px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	  .dr-form__section .dr-form-sec__header .dr-form-sec__title {
		margin-bottom: 0; }
  
  .dr-ud__toggle-btn {
	font-size: 14px;
	font-style: italic;
	font-family: var(--secondary-font);
	padding: 10px 20px;
	border: 1px solid rgba(var(--primary-color-rgb), 0.3);
	background: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
	color: var(--font-color);
	line-height: 1.35;
	min-height: unset; }
	.dr-ud__toggle-btn::after {
	  content: "";
	  width: 9px;
	  height: 9px;
	  display: inline-block;
	  margin-left: 15px;
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.758' height='6.293' viewBox='0 0 9.758 6.293'%3E%3Cpath id='Path_23595' data-name='Path 23595' d='M1423.2,789.535l3.465-3.465,3.465,3.465' transform='translate(1431.542 790.949) rotate(180)' fill='none' stroke='%23374757' stroke-linecap='round' stroke-width='2' opacity='0.7'/%3E%3C/svg%3E%0A");
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: 100%; }
	.dr-ud__toggle-btn.active::after {
	  -webkit-transform: rotate(180deg);
			  transform: rotate(180deg); }
  
  .dr-ud__repeater-wrapper {
	padding: 10px 10px 30px;
	background-color: rgba(var(--primary-color-rgb), 0.05);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	.dr-ud__repeater-wrapper .move-btn-wrap {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  padding: 0 10px; }
	  .dr-ud__repeater-wrapper .move-btn-wrap button {
		cursor: move;
		display: flex;
		align-items: center;
		background: none;
		border: none;
		padding: 0; }
		.dr-ud__repeater-wrapper .move-btn-wrap button svg path {
		  fill: var(--primary-color); }
		.dr-ud__repeater-wrapper .move-btn-wrap button:hover svg g {
		  opacity: 1; }
	.dr-ud__repeater-wrapper .delete-btn {
	  background: none;
	  border: none;
	  padding: 0;
	  cursor: pointer; }
	  .dr-ud__repeater-wrapper .delete-btn:hover svg path {
		fill: var(--danger-color);
		opacity: 1; }
	.dr-ud__repeater-wrapper .dr-ud__repeate-section {
	  background-color: var(--white-color);
	  margin-bottom: 30px; }
	.dr-ud__repeater-wrapper .dr-repeater-title {
	  font-size: 18px;
	  font-weight: bold;
	  font-family: var(--secondary-font);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  margin: 0; }
	  .dr-ud__repeater-wrapper .dr-repeater-title .move-btn-wrap {
		-webkit-box-flex: unset;
			-ms-flex: unset;
				flex: unset; }
	  .dr-ud__repeater-wrapper .dr-repeater-title input {
		max-width: 100%;
		font-family: var(--secondary-font);
		font-weight: 600; }
	.dr-ud__repeater-wrapper .dr-repeater-header, .dr-ud__repeater-wrapper .dr-repeater-footer {
	  padding: 20px; }
	.dr-ud__repeater-wrapper .dr-repeater-header {
	  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.06);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	.dr-ud__repeater-wrapper .dr-repeater-section-delete-btn {
	  padding: 0 15px; }
	.dr-ud__repeater-wrapper .dr-repeater-body {
	  padding: 25px 0;
	overflow: auto; }
	.dr-ud__repeater-wrapper .dr-repeater-footer {
	  border-top: 1px solid rgba(var(--font-color-rgb), 0.06); }
	.dr-ud__repeater-wrapper .dr-add-repeater-field-button {
	  border: none;
	  background: none;
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  cursor: pointer;
	  font-family: var(--secondary-font);
	  font-size: 15px;
	  color: var(--font-color); }
	  .dr-ud__repeater-wrapper .dr-add-repeater-field-button svg {
		margin-right: 13px; }
		.dr-ud__repeater-wrapper .dr-add-repeater-field-button svg circle {
		  fill: var(--primary-color); }
		.dr-ud__repeater-wrapper .dr-add-repeater-field-button svg line {
		  stroke: var(--white-color); }
	  .dr-ud__repeater-wrapper .dr-add-repeater-field-button:hover {
		color: var(--primary-color); }
	.dr-ud__repeater-wrapper .dr-add-ingredient-section-btn {
	  cursor: pointer;
	  display: inline-block;
	  padding: 15px 25px;
	  border: 1px solid var(--primary-color);
	  color: var(--primary-color);
	  background-color: var(--white-color);
	  font-size: 15px;
	  font-family: var(--secondary-font);
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
	  -ms-flex-item-align: start;
		  align-self: flex-start; }
	  .dr-ud__repeater-wrapper .dr-add-ingredient-section-btn:hover {
		background-color: var(--primary-color);
		color: #fff; }
	.dr-ud__repeater-wrapper .dr-repeater-row {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	  .dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-flex: 1;
			-ms-flex: 1;
				flex: 1;
		padding: 0 10px; }
		.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col label {
		  margin: 0; }
		.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col.dr-col-id {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 65px;
				  flex: 0 0 65px; }
		  .dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col.dr-col-id .row-id {
			-webkit-box-flex: 1;
				-ms-flex: 1;
					flex: 1; }
		.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col.dr-col-del {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 30px;
				  flex: 0 0 30px; }
		.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col .dr-form__field {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 25%;
				  flex: 0 0 25%;
		  max-width: 25%;
		  width: 100%;
		  margin: 0;
		  padding: 5px 10px;
		min-width: 100px; }
		  .dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col .dr-form__field textarea {
			max-height: 50px; }
  
  .dr-ud__gallery-fields .dr-ud__repeater-wrapper {
	padding: 10px; }
  
  .dr-ud__gallery-fields .dr-ud__repeate-section {
	margin-bottom: 0; }
  
  .dr-ud__gallery-fields .dr-form__field .dr-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap; }
	.dr-ud__gallery-fields .dr-form__field .dr-input-wrap input[type="url"], .dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr__recipe-upload-img {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1; }
	.dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-form__info, .dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-vdo-gallery {
	  width: 100%; }
	.dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-video-gal-youtube {
	  margin-bottom: 15px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex; }
	  .dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-video-gal-youtube img {
		-webkit-box-flex: 1;
			-ms-flex: 1;
				flex: 1;
		max-width: 100%;
		width: calc(100% - 55px);
		padding: 10px;
		background-color: rgba(var(--primary-color-rgb), 0.05); }
  
  .dr-ud__gallery-fields .dr-ud__repeater-wrapper .dr-repeater-body {
	padding: 25px 20px;
	margin: 0; }
  
  .dr-ud__gallery-fields .dr-gallery-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	max-width: 528px; }
	.dr-ud__gallery-fields .dr-gallery-input-wrap > [class*="dr"] {
	  max-width: calc(50% - 7.5px);
	  width: 100%;
	  margin-right: 15px;
	  margin-bottom: 15px; }
	  .dr-ud__gallery-fields .dr-gallery-input-wrap > [class*="dr"]:nth-child(2n) {
		margin-right: 0; }
	  @media (max-width: 767px) {
		.dr-ud__gallery-fields .dr-gallery-input-wrap > [class*="dr"] {
		  width: 100%;
		  max-width: 100%;
		  margin-right: 0; } }
	.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-img-wrap {
	  position: relative;
	  overflow: hidden;
	  padding-top: 70%; }
	  .dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-img-wrap img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover; }
	.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group {
	  margin-top: 10px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	  .dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn {
		background: none;
		padding: 0;
		border: none;
		min-height: unset;
		font-size: 13px;
		font-family: var(--primary-font);
		color: rgba(var(--font-color-rgb), 0.34);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center; }
		.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn i {
		  margin-right: 10px; }
		.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:not(:last-child) {
		  padding-right: 8px;
		  margin-right: 8px;
		  border-right: 1px solid rgba(126, 137, 147, 0.3); }
		.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg path, .dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg g {
		  opacity: 1; }
		.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover {
		  color: var(--primary-color); }
		  .dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover svg path {
			fill: var(--primary-color); }
		.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover {
		  color: var(--danger-color); }
		  .dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover svg path {
			fill: var(--danger-color); }
	.dr-ud__gallery-fields .dr-gallery-input-wrap .dr__recipe-upload-img {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex; }
	  .dr-ud__gallery-fields .dr-gallery-input-wrap .dr__recipe-upload-img .dr__upload-wrap {
		height: 100%; }
  
  .dr-ud__instructions-fields .dr-instruction-repeater-row:not(:last-child) {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2); }
  
  .dr-ud__instructions-fields .dr-repeater-col .dr-form__field .dr-col-del {
	text-align: center; }
  
  .dr-ud__instructions-fields .dr-repeater-col textarea {
	max-width: 592px; }
  
  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-instruction-repeater-row .move-btn-wrap {
	-webkit-box-flex: unset;
		-ms-flex: unset;
			flex: unset; }
	@media (min-width: 768px) {
	  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-instruction-repeater-row .move-btn-wrap {
		padding-top: 60px; } }
  
  @media (min-width: 768px) {
	.dr-ud__ingredients-fields .dr-repeater-row .dr-repeater-col .dr-form__field {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  max-width: 100%; } }
  
  .dr-ud__ingredients-fields .dr-repeater-row .dr-repeater-col .dr-form__field.dr-qty-field {
	max-width: 93px; }
  
  .dr-ud__ingredients-fields .dr-repeater-row .dr-repeater-col .dr-form__field.dr-unit-field {
	max-width: 160px; }
  
  .dr__recipe-upload-img {
	padding: 10px;
	background-color: rgba(var(--primary-color-rgb), 0.03);
	border-radius: 5px;
	max-width: 528px; }
	.dr__recipe-upload-img .dr__upload-wrap {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  padding: 30px;
	  border-radius: 4px;
	  border: 2px dashed var(--primary-color);
	  background-color: #fff; }
	  .dr__recipe-upload-img .dr__upload-wrap label {
		-webkit-box-flex: unset !important;
			-ms-flex: unset !important;
				flex: unset !important; }
	  .dr__recipe-upload-img .dr__upload-wrap img {
		margin-bottom: 20px; }
	  .dr__recipe-upload-img .dr__upload-wrap .dr__upload-btn {
		padding: 14px 24px;
		font-family: var(--secondary-font);
		color: var(--primary-color);
		font-size: 15px;
		border: 1px solid var(--primary-color);
		background-color: var(--white-color);
		cursor: pointer;
		margin-bottom: 10px; }
		.dr__recipe-upload-img .dr__upload-wrap .dr__upload-btn:hover {
		  background-color: var(--primary-color);
		  color: #fff; }
	  .dr__recipe-upload-img .dr__upload-wrap .dr__upload-info {
		font-size: 13px;
		color: rgba(var(--font-color-rgb), 0.45);
		line-height: 1.5;
		text-align: center; }
  
  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-repeater-body {
	padding: 30px 20px; }
  
  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	@media (min-width: 768px) {
	  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row; }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-field-wrap {
		  -webkit-box-flex: 1;
			  -ms-flex: auto;
				  flex: auto; }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-repeater-col {
		  -webkit-box-flex: 1;
			  -ms-flex: auto;
				  flex: auto; }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-upload-col {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 161px;
				  flex: 0 0 161px;
		  margin-right: 45px; } }
  
  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap {
	margin-bottom: 25px; }
	@media (min-width: 768px) {
	  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap {
		padding-top: 40px; } }
	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-img-wrap {
	  position: relative;
	  overflow: hidden;
	  padding-top: 56%;
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53.712' height='30.22' viewBox='0 0 53.712 30.22'%3E%3Cg id='Group_5539' data-name='Group 5539' transform='translate(-549.544 -596.127)'%3E%3Cpath id='Path_23530' data-name='Path 23530' d='M15455.828-7578.13l18.875-30.22,9.135,14.39,10.959-6.715,14.613,22.545Z' transform='translate(-14906.284 8204.478)' fill='%23fff'/%3E%3Ccircle id='Ellipse_43' data-name='Ellipse 43' cx='4.713' cy='4.713' r='4.713' transform='translate(593.83 597.965)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
	  background-size: 53.71px 30.22px;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-color: rgba(var(--primary-color-rgb), 0.2); }
	  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-img-wrap img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover; }
	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  margin-top: 10px; }
	  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		border: none;
		background: none;
		color: rgba(var(--font-color-rgb), 0.34);
		font-size: 13px;
		cursor: pointer;
		min-height: unset;
		padding: 0;
		margin-bottom: 10px;
		font-family: var(--primary-font);
		letter-spacing: 0; }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn i {
		  margin-right: 10px; }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:not(:last-child) {
		  padding-right: 8px;
		  margin-right: 8px;
		  border-right: 1px solid rgba(126, 137, 147, 0.3); }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg path, .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg g {
		  opacity: 1; }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover {
		  color: var(--primary-color); }
		  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover svg path {
			fill: var(--primary-color); }
		.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover {
		  color: var(--danger-color); }
		  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover svg path {
			fill: var(--danger-color); }
  
  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section p.note {
	padding-left: 20px;
	border-left: 2px solid var(--primary-color); }
  
  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section input, .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section select {
	max-width: unset; }
  
  .dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center; }
  
  .dr-ud__nutrition-fields .dr-ud__nutrition-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	@media (min-width: 992px) {
	  .dr-ud__nutrition-fields .dr-ud__nutrition-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
		.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-input-area {
		  -webkit-box-flex: 1;
			  -ms-flex: 1;
				  flex: 1; }
		.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-output-area {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 41.66%;
				  flex: 0 0 41.66%;
		  max-width: 357px;
		  margin-left: 110px; } }
	.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column; }
	  @media (min-width: 1200px) {
		.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper {
		  -webkit-box-orient: horizontal;
		  -webkit-box-direction: normal;
			  -ms-flex-direction: row;
				  flex-direction: row;
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
		  margin: 0 -22px; }
		  .dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-form__field {
			-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
					flex: 0 0 50%;
			max-width: 50%;
			padding: 0 22px; } }
	  .dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-form__field label {
		font-size: 14px; }
	  .dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-input-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center; }
		.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-input-wrap span {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 50px;
				  flex: 0 0 50px;
		  max-width: 50px;
		  padding: 0 8px;
		  color: rgba(var(--font-color-rgb), 0.8); }
	.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-input-area {
	  padding-top: 35px;
	  border-top: 1px solid rgba(var(--font-color-rgb), 0.06); }
  
  .select2 {
	width: 100% !important;
	max-width: 528px; }
	.select2 .select2-selection {
	  border-radius: 0 !important;
	  border-color: rgba(var(--font-color-rgb), 0.1) !important; }
	  .select2 .select2-selection .select2-selection__rendered {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding-top: 12.5px !important; }
		.select2 .select2-selection .select2-selection__rendered li {
		  margin: 0px 5px 12.5px;
		  line-height: 1.49;
		  font-size: .8888em; }
		  .select2 .select2-selection .select2-selection__rendered li input {
			height: unset;
			font-size: inherit !important;
			margin: 0; }
	.select2.select2-container--open .select2-selection {
	  border-color: #000 !important; }
  
  .select2-container.select2-container--open .select2-dropdown {
	margin-top: 33px !important; }
  
  .wp-editor-wrap {
	max-width: 528px; }
	.wp-editor-wrap button {
	  min-height: unset; }
  
  .wp-core-ui {
	width: 100%; }
  
  .dr-guest-recipe-submission input[type="text"], .dr-guest-recipe-submission input[type="email"], .dr-guest-recipe-submission input[type="url"], .dr-guest-recipe-submission input[type="password"], .dr-guest-recipe-submission input[type="search"], .dr-guest-recipe-submission input[type="number"], .dr-guest-recipe-submission input[type="tel"], .dr-guest-recipe-submission input[type="range"], .dr-guest-recipe-submission input[type="date"], .dr-guest-recipe-submission input[type="month"], .dr-guest-recipe-submission input[type="week"], .dr-guest-recipe-submission input[type="time"], .dr-guest-recipe-submission input[type="datetime"], .dr-guest-recipe-submission input[type="datetime-local"], .dr-guest-recipe-submission input[type="color"], .dr-guest-recipe-submission textarea, .dr-guest-recipe-submission select {
	max-width: 100%;
	width: 100%; }
  
  .dr-guest-recipe-submission .wp-core-ui {
	max-width: 100%; }
  
  .dr-guest-recipe-submission .dr-form__field-inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	margin: 0 -10px; }
	@media (min-width: 768px) {
	  .dr-guest-recipe-submission .dr-form__field-inner-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row; } }
	.dr-guest-recipe-submission .dr-form__field-inner-row .dr-form__field-wrap {
	  padding: 0 10px;
	  width: 100%; }
	  .dr-guest-recipe-submission .dr-form__field-inner-row .dr-form__field-wrap:not(:last-child) {
		margin-bottom: 20px; }
	  @media (min-width: 768px) {
		.dr-guest-recipe-submission .dr-form__field-inner-row .dr-form__field-wrap {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 50%;
				  flex: 0 0 50%;
		  max-width: 50%;
		  margin-bottom: 0 !important; } }
  
  .dr-guest-recipe-submission .dr-button-group .dr-btn:not(:last-child) {
	margin-right: 15px; }
  
  .dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field {
	margin-bottom: 35px; }
	.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field .dr-form__info {
	  font-size: 14px;
	  line-height: 1.5;
	  margin-top: 10px;
	  color: rgba(var(--font-color-rgb), 0.65); }
	  .dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field .dr-form__info p {
		margin: 0; }
  
  .dr-guest-recipe-submission .dr-form__fields-wrapper .dr__recipe-upload-img, .dr-guest-recipe-submission .dr-form__fields-wrapper .select2 {
	max-width: 100%; }
  
  .dr-guest-recipe-submission .dr-form__fields-wrapper label {
	font-family: var(--secondary-font);
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px; }
  
  .dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	@media (min-width: 768px) {
	  .dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		margin-bottom: 35px; } }
	.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row > label {
	  line-height: 26px;
	  margin-bottom: 10px;
	  display: inline-block; }
	  @media (min-width: 768px) {
		.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row > label {
		  margin-bottom: 0;
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 170px;
				  flex: 0 0 170px;
		  padding-right: 10px;
		  padding-top: 12px;
		  padding-bottom: 12px; } }
	.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row .dr-input-wrap {
	  -webkit-box-flex: 1;
		  -ms-flex: auto;
			  flex: auto; }
  
  .dr-table .dr-btn-view svg g, .dr-table .dr-btn-edit svg g {
	opacity: 1; }
  
  .dr-table .dr-btn-view svg path, .dr-table .dr-btn-view svg circle, .dr-table .dr-btn-edit svg path, .dr-table .dr-btn-edit svg circle {
	fill: #808080; }
  
  .dr-table .dr-btn-view:hover svg path, .dr-table .dr-btn-view:hover svg circle, .dr-table .dr-btn-edit:hover svg path, .dr-table .dr-btn-edit:hover svg circle {
	fill: #000; }
  
  .dr-ud__recipe-list .dr-table {
	font-size: 1em; }
	.dr-ud__recipe-list .dr-table td:last-child {
	  width: 120px; }
  
  .dr-ud__header {
	margin-bottom: 60px; }
	.dr-ud__header .dr-ud__desc {
	  margin-top: 20px; }
  
  .dr-ud__desc {
	border: 10px solid rgba(var(--primary-color-rgb), 0.2);
	padding: 30px; }
  
  .dr-equipment-list-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	.dr-equipment-list-wrapper .dr-equipment-single-item, #primary .entry-content .dr-entry-content .dr-equipment-single-item {
	  -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.04);
			  box-shadow: 0 0 36px rgba(0, 0, 0, 0.04);
	  background-color: #fff;
	  width: 100%;
	  margin-bottom: 30px; }
	  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-featured-tag-wrapper, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-featured-tag-wrapper {
		position: absolute;
		top: 10px;
		left: -4px;
		font-size: 1.063rem;
		line-height: 1;
		font-family: var(--secondary-font);
		font-style: italic;
		color: #fff;
		background-color: #E84E3B;
		padding: 6px 0 6px 12px;
		z-index: 1; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-featured-tag-wrapper::after, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-featured-tag-wrapper::after {
		  content: "";
		  width: 16px;
		  height: 100%;
		  background-color: #E84E3B;
		  -webkit-clip-path: polygon(100% 0%, 40% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
				  clip-path: polygon(100% 0%, 40% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
		  position: absolute;
		  top: 0;
		  left: 100%; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-featured-tag-wrapper::before, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-featured-tag-wrapper::before {
		  content: "";
		  border: 2.5px solid transparent;
		  border-left-color: #330803;
		  position: absolute;
		  left: 0;
		  top: 100%;
		  -webkit-transform: rotate(-45deg);
				  transform: rotate(-45deg);
		  margin-top: -2.5px;
		  margin-left: 1px; }
	  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-img-wrap, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-img-wrap {
		position: relative; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-img-wrap .dr-img, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-img-wrap .dr-img {
		  height: 100%;
		  overflow: hidden;
		  text-align: center;
		  margin-top: 0;
		  margin-bottom: 0; }
		  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-img-wrap .dr-img img, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-img-wrap .dr-img img {
			vertical-align: top;
			-webkit-transition: all 1s ease;
			transition: all 1s ease;
			max-width: 100%; }
	  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-title-wrap, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-title-wrap {
		margin-bottom: 1rem; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-title-wrap .dr-title, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-title-wrap .dr-title {
		  font-size: 1.625rem;
		  line-height: 1.1;
		  font-family: var(--secondary-font);
		  margin: 0; }
		  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-title-wrap .dr-title a, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-title-wrap .dr-title a {
			text-decoration: none;
			color: inherit;
			display: block; }
			.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-title-wrap .dr-title a:hover, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-title-wrap .dr-title a:hover {
			  color: var(--primary-color); }
	  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content {
		font-size: 1.125rem;
		line-height: 1.5; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content p, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content p {
		  margin-bottom: 1.5rem; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content ul, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content ul {
		  margin: 0;
		  margin-left: 20px;
		  padding: 0;
		  list-style: none;
		  text-align: left; }
		  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content ul li, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content ul li {
			padding-left: 17px;
			position: relative; }
			.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content ul li:not(:last-child), #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content ul li:not(:last-child) {
			  margin-bottom: 1.125rem; }
			.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content ul li::before, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content ul li::before {
			  content: "";
			  width: 10px;
			  height: 18px;
			  background-size: 10px auto;
			  background-position: center;
			  background-repeat: no-repeat;
			  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.012' height='7.577' viewBox='0 0 10.012 7.577'%3E%3Cpath id='Path_30705' data-name='Path 30705' d='M17709.342,5050.743l2.021,2.02,5.162-5.162' transform='translate(-17707.928 -5046.187)' fill='none' stroke='%232db68d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
			  position: absolute;
			  left: 0;
			  top: 3px;
			  line-height: 1; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content ol, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content ol {
		  text-align: left;
		  margin: 0;
		  margin-left: 30px; }
	  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-content-wrapper, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-content-wrapper {
		height: 100%; }
	  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-btn-wrap, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-btn-wrap {
		margin-top: 1.8rem; }
		.dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn {
		  border: none;
		  cursor: pointer;
		  font-size: 15px;
		  font-family: var(--secondary-font);
		  line-height: 1.35;
		  padding: 15px 30px;
		  -webkit-transition: all .3s ease;
		  transition: all .3s ease;
		  display: inline-block;
		  text-decoration: none; }
		  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn.btn-primary, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn.btn-primary {
			background: var(--primary-color);
			color: var(--white-color); }
		  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn svg, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn svg {
			-webkit-transition: all .3s ease;
			transition: all .3s ease; }
		  .dr-equipment-list-wrapper .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn:hover svg, #primary .entry-content .dr-entry-content .dr-equipment-single-item .dr-equipment-btn-wrap .dr-btn:hover svg {
			-webkit-transform: translateX(10px);
					transform: translateX(10px); }
	  .dr-equipment-list-wrapper .dr-equipment-single-item:hover .dr-equipment-img-wrap .dr-img img, #primary .entry-content .dr-entry-content .dr-equipment-single-item:hover .dr-equipment-img-wrap .dr-img img {
		-webkit-transform: scale(1.2);
				transform: scale(1.2); }
	@media (min-width: 768px) {
	  .dr-equipment-list-wrapper.view-mode-grid, #primary .entry-content .dr-entry-content.view-mode-grid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap; } }
	.dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column; }
	  @media (min-width: 992px) {
		.dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item {
		  max-width: calc(50% - (30px / 2));
		  margin-right: 30px; }
		  .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item:nth-child(2n), #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item:nth-child(2n) {
			margin-right: 0px; } }
	  @media (min-width: 1200px) {
		.dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item {
		  max-width: calc(33.333% - (60px / 3));
		  margin-right: 30px; }
		  .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item:nth-child(2n), #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item:nth-child(2n) {
			margin-right: 30px; }
		  .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item:nth-child(3n), #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item:nth-child(3n) {
			margin-right: 0px; } }
	  .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item .dr-equipment-img-wrap .dr-featured-tag-wrapper, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item .dr-equipment-img-wrap .dr-featured-tag-wrapper {
		left: auto;
		right: -4px;
		padding: 6px 12px 6px 0; }
		.dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item .dr-equipment-img-wrap .dr-featured-tag-wrapper::after, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item .dr-equipment-img-wrap .dr-featured-tag-wrapper::after {
		  left: auto;
		  right: 100%;
		  -webkit-transform: rotateY(180deg);
				  transform: rotateY(180deg); }
		.dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item .dr-equipment-img-wrap .dr-featured-tag-wrapper:before, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item .dr-equipment-img-wrap .dr-featured-tag-wrapper:before {
		  left: auto;
		  right: 0;
		  -webkit-transform: rotate(-135deg);
				  transform: rotate(-135deg);
		  margin-right: 1px; }
	  .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item .dr-equipment-content, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item .dr-equipment-content {
		-webkit-box-flex: 1;
			-ms-flex: 1;
				flex: 1; }
		.dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item .dr-equipment-content ul, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item .dr-equipment-content ul {
		  margin-left: 0; }
		.dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item .dr-equipment-content ol, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item .dr-equipment-content ol {
		  margin-left: 20px; }
	  .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item .dr-equipment-content-wrapper, #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item .dr-equipment-content-wrapper {
		padding: 30px;
		border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column; }
	@media (min-width: 768px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-1 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-1 .dr-equipment-single-item {
		max-width: 100%;
		-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
		margin-right: 0; } }
	@media (min-width: 768px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-2 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-2 .dr-equipment-single-item {
		max-width: calc(50% - 15px);
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(50% - 15px);
				flex: 0 0 calc(50% - 15px);
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-2 .dr-equipment-single-item:nth-child(2n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-2 .dr-equipment-single-item:nth-child(2n) {
		  margin-right: 0px; } }
	@media (min-width: 768px) and (max-width: 991px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-3 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-3 .dr-equipment-single-item {
		max-width: calc(50% - 15px);
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(50% - 15px);
				flex: 0 0 calc(50% - 15px);
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-3 .dr-equipment-single-item:nth-child(2n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-3 .dr-equipment-single-item:nth-child(2n) {
		  margin-right: 0px; } }
	@media (min-width: 991px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-3 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-3 .dr-equipment-single-item {
		max-width: calc(33.333% - (60px / 3));
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(33.333% - (60px / 3));
				flex: 0 0 calc(33.333% - (60px / 3));
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-3 .dr-equipment-single-item:nth-child(3n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-3 .dr-equipment-single-item:nth-child(3n) {
		  margin-right: 0px; } }
	@media (min-width: 768px) and (max-width: 991px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-4 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-4 .dr-equipment-single-item {
		max-width: calc(50% - 15px);
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(50% - 15px);
				flex: 0 0 calc(50% - 15px);
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-4 .dr-equipment-single-item:nth-child(2n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-4 .dr-equipment-single-item:nth-child(2n) {
		  margin-right: 0px; } }
	@media (min-width: 991px) and (max-width: 1199px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-4 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-4 .dr-equipment-single-item {
		max-width: calc(33.333% - (60px / 3));
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(33.333% - (60px / 3));
				flex: 0 0 calc(33.333% - (60px / 3));
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-4 .dr-equipment-single-item:nth-child(3n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-4 .dr-equipment-single-item:nth-child(3n) {
		  margin-right: 0px; } }
	@media (min-width: 1200px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-4 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-4 .dr-equipment-single-item {
		max-width: calc(25% - (90px / 4));
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(25% - (90px / 4));
				flex: 0 0 calc(25% - (90px / 4));
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-4 .dr-equipment-single-item:nth-child(4n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-4 .dr-equipment-single-item:nth-child(4n) {
		  margin-right: 0px; } }
	@media (min-width: 768px) and (max-width: 991px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-5 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-5 .dr-equipment-single-item {
		max-width: calc(50% - 15px);
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(50% - 15px);
				flex: 0 0 calc(50% - 15px);
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-5 .dr-equipment-single-item:nth-child(2n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-5 .dr-equipment-single-item:nth-child(2n) {
		  margin-right: 0px; } }
	@media (min-width: 991px) and (max-width: 1199px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-5 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-5 .dr-equipment-single-item {
		max-width: calc(33.333% - (60px / 3));
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(33.333% - (60px / 3));
				flex: 0 0 calc(33.333% - (60px / 3));
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-5 .dr-equipment-single-item:nth-child(3n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-5 .dr-equipment-single-item:nth-child(3n) {
		  margin-right: 0px; } }
	@media (min-width: 1200px) {
	  .dr-equipment-list-wrapper.view-mode-grid.per-row-5 .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-grid.per-row-5 .dr-equipment-single-item {
		max-width: calc(20% - (120px / 5));
		-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(20% - (120px / 5));
				flex: 0 0 calc(20% - (120px / 5));
		margin-right: 30px; }
		.dr-equipment-list-wrapper.view-mode-grid.per-row-5 .dr-equipment-single-item:nth-child(5n), #primary .entry-content .dr-entry-content.view-mode-grid.per-row-5 .dr-equipment-single-item:nth-child(5n) {
		  margin-right: 0px; } }
	.dr-equipment-list-wrapper.view-mode-list .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-list .dr-equipment-single-item {
	  width: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column; }
	  @media (min-width: 768px) {
		.dr-equipment-list-wrapper.view-mode-list .dr-equipment-single-item, #primary .entry-content .dr-entry-content.view-mode-list .dr-equipment-single-item {
		  -webkit-box-orient: horizontal;
		  -webkit-box-direction: normal;
			  -ms-flex-direction: row;
				  flex-direction: row; } }
	  @media (min-width: 768px) {
		.dr-equipment-list-wrapper.view-mode-list .dr-equipment-single-item .dr-equipment-img-wrap, #primary .entry-content .dr-entry-content.view-mode-list .dr-equipment-single-item .dr-equipment-img-wrap {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 38%;
				  flex: 0 0 38%; } }
	  .dr-equipment-list-wrapper.view-mode-list .dr-equipment-single-item .dr-equipment-content-wrapper, #primary .entry-content .dr-entry-content.view-mode-list .dr-equipment-single-item .dr-equipment-content-wrapper {
		border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
		padding: 30px; }
		@media (min-width: 768px) {
		  .dr-equipment-list-wrapper.view-mode-list .dr-equipment-single-item .dr-equipment-content-wrapper, #primary .entry-content .dr-entry-content.view-mode-list .dr-equipment-single-item .dr-equipment-content-wrapper {
			padding: 40px 60px;
			border-top: none;
			border-left: 1px solid rgba(var(--font-color-rgb), 0.05); } }
  
  @media (min-width: 1200px) {
	.rightsidebar .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item, .rightsidebar #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item, .leftsidebar .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item, .leftsidebar #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item {
	  max-width: calc(50% - (30px / 2));
	  margin-right: 30px; }
	  .rightsidebar .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item:nth-child(2n), .rightsidebar #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item:nth-child(2n), .leftsidebar .dr-equipment-list-wrapper.view-mode-grid .dr-equipment-single-item:nth-child(2n), .leftsidebar #primary .entry-content .dr-entry-content.view-mode-grid .dr-equipment-single-item:nth-child(2n) {
		margin-right: 0px; } }
  
  .dr-equipment-slider-wrapper, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper {
	padding-top: 40px; }
	.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev, .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next {
	  border: 1px solid var(--primary-color);
	  border-radius: 0;
	  width: 35px;
	  height: 35px;
	  line-height: 35px; }
	  .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev svg path, .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next svg path, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev svg path, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next svg path {
		stroke: var(--primary-color); }
	  .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev:hover svg path, .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next:hover svg path, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev:hover svg path, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next:hover svg path {
		stroke: #fff; }
	@media (min-width: 1025px) {
	  .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev {
		margin-left: -17.5px; }
	  .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next {
		margin-right: -17.5px; } }
	.dr-equipment-slider-wrapper .dr-es-item-wrap, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap {
	  background-color: #fff; }
	  .dr-equipment-slider-wrapper .dr-es-item-wrap:hover .dr-quipment-img-wrap .dr-img img, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap:hover .dr-quipment-img-wrap .dr-img img {
		-webkit-transform: scale(1.2);
				transform: scale(1.2); }
	  .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img {
		margin-top: 0;
		margin-bottom: 0;
		overflow: hidden; }
		.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img img, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img img {
		  max-width: 100%;
		  -webkit-transition: all 1s ease;
		  transition: all 1s ease; }
	  .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap {
		text-align: center;
		padding: 20px 20px 25px;
		border: 1px solid rgba(55, 71, 87, 0.05); }
		.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title {
		  font-size: 1.125rem;
		  font-family: var(--primary-font);
		  color: var(--font-color);
		  font-weight: normal;
		  margin-bottom: 12px; }
		  .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a {
			text-decoration: none;
			color: inherit; }
			.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a:hover, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a:hover {
			  color: var(--primary-color); }
	  .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn {
		font-size: .875rem;
		line-height: 1;
		padding: 10px 20px;
		font-family: var(--secondary-font);
		color: var(--font-color);
		background-color: rgba(var(--primary-color-rgb), 0.1);
		-webkit-transition: all .3s ease;
		transition: all .3s ease; }
		.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn i, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn i {
		  margin-left: 12px; }
		.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn path, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn path {
		  -webkit-transition: all .3s ease;
		  transition: all .3s ease; }
		.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover {
		  background-color: var(--primary-color);
		  color: #fff; }
		  .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover svg path, #primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover svg path {
			stroke: #fff; }
  
  .dr-floating-menu-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
	.dr-floating-menu-wrapper.dr-floating-visible {
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateY(0);
			  transform: translateY(0); }
	.dr-floating-menu-wrapper .dr-floating-box {
	  background-color: #232323;
	  color: #fff;
	  font-family: var(--secondary-font);
	  font-size: .875rem;
	  padding: 0px;
	  border-radius: 5px 5px 0 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex; }
	  @media (max-width: 1199px) {
		.dr-floating-menu-wrapper .dr-floating-box {
		  padding: 0px; } }
	  @media (max-width: 991px) {
		.dr-floating-menu-wrapper .dr-floating-box {
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap; } }
	  @media (min-width: 992px) {
		.dr-floating-menu-wrapper .dr-floating-box .drbtnsmobile {
		  display: none !important; } }
	  .dr-floating-menu-wrapper .dr-floating-box .drbtnsmobile {
		display: none;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
		.dr-floating-menu-wrapper .dr-floating-box .drbtnsmobile.dropen {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex; }
	  .dr-floating-menu-wrapper .dr-floating-box .drbxitem {
		-webkit-box-flex: 1;
			-ms-flex: auto;
				flex: auto;
		padding: 10px 25px;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		margin: 0; }
		.dr-floating-menu-wrapper .dr-floating-box .drbxitem:not(:last-child) {
		  border-right: 1px solid rgba(255, 255, 255, 0.05); }
		@media (max-width: 1199px) {
		  .dr-floating-menu-wrapper .dr-floating-box .drbxitem {
			padding: 10px; } }
		@media (max-width: 991px) {
		  .dr-floating-menu-wrapper .dr-floating-box .drbxitem {
			border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
			.dr-floating-menu-wrapper .dr-floating-box .drbxitem.d-none-mobile {
			  display: none; } }
		@media (min-width: 992px) {
		  .dr-floating-menu-wrapper .dr-floating-box .drbxitem.d-none-desktop {
			display: none; }
		  .dr-floating-menu-wrapper .dr-floating-box .drbxitem:nth-last-child(2) {
			border-right: none; } }
	.dr-floating-menu-wrapper .post-like {
	  cursor: pointer; }
	  .dr-floating-menu-wrapper .post-like .dr_like__recipe {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		white-space: nowrap;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center; }
		.dr-floating-menu-wrapper .post-like .dr_like__recipe svg {
		  margin-right: 8px; }
		  .dr-floating-menu-wrapper .post-like .dr_like__recipe svg path {
			stroke: red; }
		.dr-floating-menu-wrapper .post-like .dr_like__recipe .dr-likes-total {
		  font-weight: bold;
		  display: inline-block;
		  color: inherit;
		  font-size: inherit;
		  padding: 0;
		  min-width: unset; }
		.dr-floating-menu-wrapper .post-like .dr_like__recipe.recipe-liked svg path {
		  fill: red; }
	  .dr-floating-menu-wrapper .post-like:hover .dr_like__recipe svg path {
		fill: red; }
	.dr-floating-menu-wrapper svg {
	  vertical-align: middle; }
	.dr-floating-menu-wrapper i {
	  margin-right: 10px; }
	.dr-floating-menu-wrapper button, .dr-floating-menu-wrapper .button {
	  font-size: .813rem;
	  line-height: 1.1;
	  border: 1px solid #fff;
	  background: none;
	  color: #fff;
	  font-family: var(--secondary-font);
	  border-radius: 4px;
	  padding: 11px;
	  font-weight: normal;
	  cursor: pointer;
	  -webkit-transition: all .2s ease;
	  transition: all .2s ease;
	  max-width: 100%;
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  min-height: unset;
	  height: 40px;
	  text-transform: unset; }
	  .dr-floating-menu-wrapper button svg, .dr-floating-menu-wrapper button path, .dr-floating-menu-wrapper .button svg, .dr-floating-menu-wrapper .button path {
		-webkit-transition: all .2s ease;
		transition: all .2s ease; }
	  .dr-floating-menu-wrapper button i, .dr-floating-menu-wrapper .button i {
		margin-right: 8px; }
	  .dr-floating-menu-wrapper button:hover, .dr-floating-menu-wrapper .button:hover {
		color: #000;
		background-color: #fff;
		border-color: #fff; }
		.dr-floating-menu-wrapper button:hover svg path, .dr-floating-menu-wrapper .button:hover svg path {
		  fill: #000; }
	  .dr-floating-menu-wrapper button.startreadingmode, .dr-floating-menu-wrapper .button.startreadingmode {
		background-color: #E84E3B;
		font-size: .875rem;
		border-color: #E84E3B; }
		.dr-floating-menu-wrapper button.startreadingmode:hover, .dr-floating-menu-wrapper .button.startreadingmode:hover {
		  color: #000;
		  background-color: #fff;
		  border-color: #fff; }
	  .dr-floating-menu-wrapper button.starttimer, .dr-floating-menu-wrapper .button.starttimer {
		background-color: #3F729B;
		border-color: #3F729B; }
		.dr-floating-menu-wrapper button.starttimer:hover, .dr-floating-menu-wrapper .button.starttimer:hover {
		  color: #000;
		  background-color: #fff;
		  border-color: #fff; }
	  .dr-floating-menu-wrapper button.addtowishlist, .dr-floating-menu-wrapper .button.addtowishlist {
		background-color: var(--primary-color);
		border-color: var(--primary-color);
		color: #fff; }
		.dr-floating-menu-wrapper button.addtowishlist span, .dr-floating-menu-wrapper .button.addtowishlist span {
		  margin: 0;
		  padding: 0;
		  -webkit-transition: none;
		  transition: none; }
		.dr-floating-menu-wrapper button.addtowishlist:hover, .dr-floating-menu-wrapper .button.addtowishlist:hover {
		  color: #000;
		  background-color: #fff;
		  border-color: #fff; }
		.dr-floating-menu-wrapper button.addtowishlist.dr-wishlist-is-bookmarked, .dr-floating-menu-wrapper .button.addtowishlist.dr-wishlist-is-bookmarked {
		  cursor: default;
		  background-color: #E84E3B;
		  color: #fff;
		  border-color: #E84E3B; }
		  .dr-floating-menu-wrapper button.addtowishlist.dr-wishlist-is-bookmarked i, .dr-floating-menu-wrapper .button.addtowishlist.dr-wishlist-is-bookmarked i {
			width: 20px;
			height: 20px;
			background-color: #fff;
			border-radius: 50%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
				-ms-flex-pack: center;
					justify-content: center;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center; }
		  .dr-floating-menu-wrapper button.addtowishlist.dr-wishlist-is-bookmarked svg path, .dr-floating-menu-wrapper .button.addtowishlist.dr-wishlist-is-bookmarked svg path {
			fill: #E84E3B; }
	  .dr-floating-menu-wrapper button.togglebtn, .dr-floating-menu-wrapper .button.togglebtn {
		border: none;
		padding: 0;
		background: none !important; }
		.dr-floating-menu-wrapper button.togglebtn svg path, .dr-floating-menu-wrapper .button.togglebtn svg path {
		  fill: #fff; }
		.dr-floating-menu-wrapper button.togglebtn.dractive, .dr-floating-menu-wrapper .button.togglebtn.dractive {
		  -webkit-transform: rotate(180deg);
				  transform: rotate(180deg); }
		.dr-floating-menu-wrapper button.togglebtn:hover, .dr-floating-menu-wrapper .button.togglebtn:hover {
		  color: #000;
		  background-color: #fff;
		  border-color: #fff; }
	.dr-floating-menu-wrapper .dr-time-wrap {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  margin-right: 12px; }
	  .dr-floating-menu-wrapper .dr-time-wrap i {
		margin-right: 10px; }
	  .dr-floating-menu-wrapper .dr-time-wrap .dr-time-input {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: #fff;
		border-radius: 4px;
		overflow: hidden; }
		.dr-floating-menu-wrapper .dr-time-wrap .dr-time-input input {
		  height: 40px;
		  width: 60px;
		  padding: 10px;
		  background-color: #fff;
		  color: #374757;
		  border-radius: 4px;
		  text-align: center;
		  font-family: var(--secondary-font);
		  outline: none;
		  border: none;
		  font-size: 14px; }
		.dr-floating-menu-wrapper .dr-time-wrap .dr-time-input span {
		  background-color: rgba(45, 182, 141, 0.2);
		  width: 45px;
		  color: #232323;
		  font-size: 1rem;
		  line-height: 40px;
		  font-family: var(--primary-font);
		  display: inline-block; }
	.dr-floating-menu-wrapper #dr-stop-timer-btn {
	  background-color: #E84E3B;
	  border-color: #E84E3B;
	  font-size: 0;
	  position: relative;
	  width: 40px;
	  margin-left: 10px; }
	  .dr-floating-menu-wrapper #dr-stop-timer-btn::before {
		content: "";
		width: 10px;
		height: 10px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%); }
	.dr-floating-menu-wrapper #dr-pause-timer-btn, .dr-floating-menu-wrapper #dr-resume-timer-btn {
	  background-color: #3F729B;
	  border-color: #3F729B;
	  font-size: 0;
	  width: 40px;
	  position: relative; }
	  .dr-floating-menu-wrapper #dr-pause-timer-btn:before, .dr-floating-menu-wrapper #dr-resume-timer-btn:before {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		background-repeat: no-repeat;
		background-size: 10px auto;
		background-position: center; }
	.dr-floating-menu-wrapper #dr-resume-timer-btn::before {
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='424.236' height='494.942' viewBox='0 0 424.236 494.942'%3E%3Cpath id='play-button' d='M35.353,0,459.589,247.471,35.353,494.942Z' transform='translate(-35.353)' fill='%23fff'/%3E%3C/svg%3E%0A"); }
	.dr-floating-menu-wrapper #dr-pause-timer-btn::before {
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='298.667' viewBox='0 0 256 298.667'%3E%3Cg id='pause' transform='translate(-21.333)'%3E%3Cg id='Group_2' data-name='Group 2'%3E%3Cg id='Group_1' data-name='Group 1'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='85.333' height='298.667' transform='translate(192)' fill='%23fff'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='85.333' height='298.667' transform='translate(21.333)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
	@media (max-width: 767px) {
	  .dr-floating-menu-wrapper .order-1-s {
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1; }
	  .dr-floating-menu-wrapper .order-2-s {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2; }
	  .dr-floating-menu-wrapper .order-3-s {
		-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
				order: 3; }
	  .dr-floating-menu-wrapper .order-4-s {
		-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
				order: 4; }
	  .dr-floating-menu-wrapper .drtoggleitem {
		-webkit-box-flex: 0 !important;
			-ms-flex: 0 0 64px !important;
				flex: 0 0 64px !important;
		max-width: 64px; } }
  
  .dr-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background-color: rgba(35, 35, 35, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9999;
	padding: 30px; }
	@media (max-width: 1024px) {
	  .dr-modal {
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start; } }
	.dr-modal.show {
	  visibility: visible;
	  opacity: 1; }
	  .dr-modal.show .dr-modal-container {
		-webkit-transform: scale(1);
				transform: scale(1); }
	.dr-modal .dr-modal-container {
	  position: relative;
	  background-color: #fff;
	  border-radius: 4px;
	  width: 100%;
	  padding: 30px;
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5); }
	  @media (min-width: 1025px) {
		.dr-modal .dr-modal-container {
		  padding: 60px; } }
	  .dr-modal .dr-modal-container .dr-modal-close {
		padding: 0;
		border: none;
		background: none;
		position: absolute;
		top: -13px;
		right: -13px;
		cursor: pointer; }
		.dr-modal .dr-modal-container .dr-modal-close g, .dr-modal .dr-modal-container .dr-modal-close circle, .dr-modal .dr-modal-container .dr-modal-close path {
		  -webkit-transition: all .3s ease;
		  transition: all .3s ease; }
		.dr-modal .dr-modal-container .dr-modal-close:hover g {
		  opacity: 1; }
		.dr-modal .dr-modal-container .dr-modal-close:hover circle {
		  fill: #E84E3B; }
		.dr-modal .dr-modal-container .dr-modal-close:hover path {
		  stroke: #fff; }
	  .dr-modal .dr-modal-container .dr-modal-header {
		margin-bottom: 60px; }
		.dr-modal .dr-modal-container .dr-modal-header .dr-modal-title {
		  margin: 15px 0 25px;
		  font-size: 1.625rem;
		  color: var(--font-color);
		  font-family: var(--secondary-font); }
	  .dr-modal .dr-modal-container .social-icons {
		list-style: none;
		padding: 0;
		margin: 0; }
		.dr-modal .dr-modal-container .social-icons li {
		  display: inline-block;
		  margin: 5px; }
	.dr-modal.social-share-modal .dr-modal-container {
	  max-width: 600px;
	  margin: 0 auto; }
	  .dr-modal.social-share-modal .dr-modal-container .dr-modal-header {
		text-align: center; }
	  .dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url {
		border-radius: 4px;
		background-color: rgba(var(--primary-color-rgb), 0.05);
		padding: 5px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-url {
		  -webkit-box-flex: 1;
			  -ms-flex: 1;
				  flex: 1;
		  background-color: #fff;
		  border: 1px solid rgba(55, 71, 87, 0.05);
		  border-radius: 4px;
		  margin-right: 10px;
		  padding: 11px 15px;
		  text-overflow: ellipsis;
		  overflow: hidden;
		  white-space: nowrap;
		  font-size: 14px;
		  font-family: var(--secondary-font); }
		.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn {
		  border: none;
		  background-color: rgba(var(--primary-color-rgb), 0.15);
		  padding: 14px 10px;
		  border-radius: 4px;
		  font-size: .813rem;
		  line-height: 1;
		  color: var(--primary-color);
		  font-family: var(--secondary-font);
		  cursor: pointer;
		  -webkit-transition: all .3s ease;
		  transition: all .3s ease;
		  position: relative; }
		  .dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn svg path {
			fill: var(--primary-color);
			-webkit-transition: all .3s ease;
			transition: all .3s ease; }
		  .dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn:hover {
			background-color: var(--primary-color);
			color: #fff; }
			.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn:hover svg path {
			  fill: #fff; }
		  .dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn::before {
			content: "Copied";
			white-space: nowrap;
			line-height: 1;
			padding: 5px 10px;
			border-radius: 3px;
			color: #fff;
			background-color: #000;
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
			bottom: 100%;
			margin-bottom: 0px;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all .2s ease;
			transition: all .2s ease;
			text-transform: capitalize; }
		  .dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn::after {
			content: "";
			border: 5px solid transparent;
			border-top-color: #000;
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
			bottom: 100%;
			margin-bottom: -5px;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all .2s ease;
			transition: all .2s ease; }
		.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url.dr-copied .dr-copy-btn::before {
		  margin-bottom: 10px;
		  visibility: visible;
		  opacity: 1; }
		.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url.dr-copied .dr-copy-btn::after {
		  margin-bottom: 0px;
		  visibility: visible;
		  opacity: 1; }
  
  .dr-cancel-reading-mode-btn {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 9999;
	background: #fff;
	padding: 0;
	min-height: unset;
	border: none;
	display: none; }
	@media (max-width: 767px) {
	  .dr-cancel-reading-mode-btn {
		right: 15px;
		width: 50px;
		height: 50px;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
				box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
		background-color: #E84E3B; }
		.dr-cancel-reading-mode-btn svg {
		  width: 100%;
		  height: 100%; } }
  
  .single-recipe-reading-mode .dr-cancel-reading-mode-btn {
	display: block; }
  
  .single-recipe-reading-mode #secondary, .single-recipe-reading-mode #masthead, .single-recipe-reading-mode #crumbs, .single-recipe-reading-mode #colophon, .single-recipe-reading-mode .mobile-header, .single-recipe-reading-mode .dr-floating-menu-wrapper, .single-recipe-reading-mode .instagram-section {
	display: none; }
  
  .single-recipe-reading-mode #primary {
	max-width: 773px;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 60px 0 0 !important;
	float: none !important; }
  
  .dr-pro-comment-section {
	margin-top: 60px; }
	.dr-pro-comment-section .dr-pro-comment-container {
	  /* max-width: 763px; */
	  margin: 0 auto;
	  padding: 10px;
	  background-color: #fff;
	  border: 1px solid rgba(var(--primary-color-rgb), 0.2); }
	  @media (min-width: 768px) {
		.dr-pro-comment-section .dr-pro-comment-container {
		  padding: 40px; } }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		line-height: 1; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper .dr-rating-point {
		  font-size: .75rem;
		  font-style: italic;
		  opacity: .7;
		  margin-right: 15px;
		  color: #232323;
		  white-space: nowrap;
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 35.22px;
				  flex: 0 0 35.22px; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper .dr-star-ratings {
		  display: inline-block;
		  position: relative; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper .dr-star-ratings .dr-stars-rated-group {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			overflow: hidden; }
	  .dr-pro-comment-section .dr-pro-comment-container .jq-ry-container {
		padding: 0;
		max-width: 110.5px;
		width: 160px !important; }
		.dr-pro-comment-section .dr-pro-comment-container .jq-ry-container .jq-ry-group-wrapper {
		  margin: 0 -3.5px;
		  display: inline-block; }
		.dr-pro-comment-section .dr-pro-comment-container .jq-ry-container svg {
		  width: 15px;
		  height: 15px;
		  padding: 0 3.5px; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-rating .jq-ry-container {
		max-width: 125.5px; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-rating .jq-ry-container svg {
		  width: 18px;
		  height: 18px; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		margin-bottom: 60px; }
		@media (min-width: 768px) {
		  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
				-ms-flex-direction: row;
					flex-direction: row; } }
		.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review {
		  padding-bottom: 30px;
		  margin-bottom: 30px;
		  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1); }
		  @media (min-width: 768px) {
			.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review {
			  padding-right: 60px;
			  margin-right: 60px;
			  margin-bottom: 0;
			  padding-bottom: 0;
			  border-right: 1px solid rgba(var(--primary-color-rgb), 0.1);
			  border-bottom: none; } }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-review-title {
			font-family: var(--secondary-font);
			color: var(--font-color);
			font-size: 1.25rem;
			margin-top: 0;
			margin-bottom: 20px;
			font-weight: bold; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-rating-point {
			font-size: .875rem;
			line-height: 1.5;
			color: rgba(var(--font-color-rgb), 0.9);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-rating-point .point {
			  font-size: 2.25rem;
			  font-family: var(--secondary-font);
			  font-weight: bold;
			  color: rgba(var(--font-color-rgb), 0.8);
			  margin-right: 5px; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-ratings-cutomer-count {
			font-size: .875rem;
			color: var(--font-color);
			line-height: 1;
			padding: 6px 15px;
			background-color: rgba(255, 188, 13, 0.1);
			border-radius: 4px;
			margin-top: 5px;
			display: inline-block; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .jq-ry-container {
			max-width: 125.5px; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .jq-ry-container svg {
			  width: 18px;
			  height: 18px; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-star-ratings-wrapper {
			margin-bottom: 7px; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list {
		  -webkit-box-flex: 1;
			  -ms-flex: 1;
				  flex: 1; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level:not(:last-child) {
			  margin-bottom: 10px; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level::before {
			  content: '';
			  height: 0;
			  border-top: 1px dashed rgba(35, 35, 35, 0.3);
			  -webkit-box-ordinal-group: 3;
				  -ms-flex-order: 2;
					  order: 2;
			  display: inline-block;
			  -webkit-box-flex: 1;
				  -ms-flex: auto;
					  flex: auto; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level .dr-star-ratings-wrapper {
			  padding-right: 20px;
			  -webkit-box-ordinal-group: 2;
				  -ms-flex-order: 1;
					  order: 1;
			  width: 164px; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level .dr-ratings-percent {
			  padding-left: 20px;
			  text-align: right;
			  -webkit-box-ordinal-group: 4;
				  -ms-flex-order: 3;
					  order: 3;
			  width: 52px;
			  font-size: .875rem;
			  font-weight: bold;
			  font-family: var(--secondary-font); }
	  .dr-pro-comment-section .dr-pro-comment-container .dropzone {
		border: 2px dashed rgba(var(--primary-color-rgb), 0.2);
		background-color: rgba(255, 255, 255, 0.5); }
		.dr-pro-comment-section .dr-pro-comment-container .dropzone .dz-message {
		  margin: 0;
		  padding: 2em;
		  background-color: rgba(var(--primary-color-rgb), 0.1); }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-reply-title {
		padding-bottom: 20px;
		border-bottom: 2px solid rgba(var(--primary-color-rgb), 0.2); }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form input[type=text], .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form input[type=email], .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form textarea, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form input[type=text], .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form input[type=email], .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form textarea {
		background-color: #fff;
		vertical-align: top; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn {
		  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
		  background-color: #fff;
		  font-family: var(--secondary-font);
		  color: var(--font-color);
		  cursor: pointer;
		  position: relative;
		  -webkit-transition: all .3s ease;
		  transition: all .3s ease;
		  font-size: .875rem;
		  padding: 10px 15px;
		  text-transform: capitalize; }
		  @media (min-width: 768px) {
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn {
			  font-size: 1.063rem;
			  padding: 20px 60px; } }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn svg path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn svg path {
			fill: var(--font-color);
			-webkit-transition: all .3s ease;
			transition: all .3s ease; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn:hover, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn.active, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn:hover, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn.active {
			background-color: var(--primary-color);
			border-color: var(--primary-color);
			color: #fff; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn:hover svg path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn.active svg path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn:hover svg path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn.active svg path {
			  fill: #fff; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn.active::before, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn.active::before {
			content: "";
			border: 10px solid transparent;
			border-top-color: var(--primary-color);
			position: absolute;
			top: 100%;
			left: 50%;
			-webkit-transform: translateX(-50%);
					transform: translateX(-50%); }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-content, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-content {
		padding: 10px;
		background-color: rgba(var(--primary-color-rgb), 0.1); }
		@media (min-width: 768px) {
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-content, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-content {
			padding: 40px; } }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .comment-form-rating, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .comment-form-rating {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2); }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .comment-form-rating .dr-comment-rating, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .comment-form-rating .dr-comment-rating {
		  margin-bottom: 0; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field {
		margin-bottom: 20px; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .required, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .required {
		  color: red; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars {
		  display: -webkit-inline-box;
		  display: -ms-inline-flexbox;
		  display: inline-flex;
		  white-space: nowrap; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg {
			margin-right: 9px; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg path {
			  stroke: #ffbc0d;
			  -webkit-transition: all .3s ease;
			  transition: all .3s ease; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg:hover path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.hover path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.active path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg:hover path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.hover path, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.active path {
			  fill: #ffbc0d; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form__info, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form__info {
		font-size: .813rem;
		opacity: .7;
		margin-top: 10px; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form__info p, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form__info p {
		  margin: 0; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-upload-btn, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-upload-btn {
		font-size: .813rem;
		font-family: var(--secondary-font);
		color: var(--primary-color);
		border: 1px solid var(--primary-color);
		background-color: #fff;
		padding: 11px 15px;
		cursor: pointer;
		font-weight: normal;
		margin: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-upload-btn:hover, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-upload-btn:hover {
		  background-color: var(--primary-color);
		  color: #fff; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form input[type=file], .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form input[type=file] {
		display: none; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-submit-btn, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-submit-btn {
		border: none;
		cursor: pointer;
		font-size: 15px;
		font-family: var(--secondary-font);
		line-height: 1.35;
		padding: 15px 30px;
		background: var(--primary-color);
		color: var(--white-color);
		-webkit-transition: all .3s ease;
		transition: all .3s ease; }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-submit, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .form-submit, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-submit, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .form-submit {
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px solid rgba(var(--primary-color-rgb), 0.2); }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments {
		margin-top: 45px; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
		  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2); }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons .dr-comment-list-btn {
			min-height: unset;
			font-size: .875rem;
			font-family: var(--secondary-font);
			color: var(--font-color);
			border: 1px solid rgba(var(--primary-color-rgb), 0.2);
			background-color: #fff;
			padding: 8px 15px;
			cursor: pointer;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			text-transform: capitalize; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons .dr-comment-list-btn:hover, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons .dr-comment-list-btn.active {
			  background-color: var(--primary-color);
			  color: #fff; }
		.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  padding-top: 15px; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .comment-respond {
			padding: 10px;
			background-color: rgba(0, 0, 0, 0.02); }
			@media (min-width: 768px) {
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .comment-respond {
				padding: 40px; } }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
			-webkit-box-align: start;
				-ms-flex-align: start;
					align-items: flex-start;
			padding: 30px 0;
			border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
			margin: 0;
			border-top: none; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment.verified .dr-comment-img-wrap {
			  position: relative; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment.verified .dr-comment-img-wrap::before {
				content: "";
				width: 18px;
				height: 18px;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.96' height='17.96' viewBox='0 0 17.96 17.96'%3E%3Cg id='Group_5397' data-name='Group 5397' transform='translate(-584 -10824)'%3E%3Crect id='Rectangle_558' data-name='Rectangle 558' width='17.96' height='17.96' rx='8.98' transform='translate(584 10824)' fill='%2317be8a'/%3E%3Cpath id='Path_23142' data-name='Path 23142' d='M5058.939,3595.743l2.417,2.418,5.32-5.32' transform='translate(-4469.439 7237.66)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
				background-repeat: no-repeat;
				background-position: center;
				position: absolute;
				right: 0;
				bottom: 0;
				z-index: 1; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap {
			  max-width: 48px;
			  -webkit-box-flex: 0;
				  -ms-flex: 0 0 48px;
					  flex: 0 0 48px;
			  margin-right: 10px; }
			  @media (max-width: 767px) {
				.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap {
				  max-width: 30px;
				  -webkit-box-flex: 0;
					  -ms-flex: 0 0 30px;
						  flex: 0 0 30px; } }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap .img {
				width: 48px;
				height: 48px;
				border-radius: 50%;
				overflow: hidden;
				background-color: rgba(var(--primary-color-rgb), 0.23); }
				@media (max-width: 767px) {
				  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap .img {
					width: 30px;
					height: 30px; } }
				.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap .img img {
				  width: 100%;
				  height: 100%;
				  -o-object-fit: cover;
					 object-fit: cover; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header {
			  margin-bottom: 25px;
			  line-height: 1.25; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header .dr-comment-avatar-name {
				display: block;
				font-size: 1rem;
				font-weight: bold;
				font-family: var(--secondary-font);
				color: var(--font-color);
				margin-bottom: 9px; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header .dr-star-ratings-wrapper {
				margin-bottom: 12px; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header .dr-comment-date {
				display: inline-block;
				font-size: .875rem;
				color: var(--font-color); }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-content {
			  font-size: 1rem;
			  line-height: 1.5;
			  color: var(--font-color); }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-content p {
				margin-bottom: 1.5rem; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-images {
			  display: -webkit-box;
			  display: -ms-flexbox;
			  display: flex;
			  -ms-flex-wrap: wrap;
				  flex-wrap: wrap;
			  margin-bottom: 10px; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-images a {
				-webkit-box-flex: 0;
					-ms-flex: 0 0 60px;
						flex: 0 0 60px;
				max-width: 60px;
				margin-right: 10px;
				margin-bottom: 10px; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-images img {
				max-width: 100%;
				width: 100%; }
			.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn {
			  border: none;
			  background: none;
			  padding: 0;
			  font-family: var(--secondary-font);
			  color: var(--primary-color);
			  font-size: .875rem;
			  font-style: italic;
			  cursor: pointer;
			  min-height: unset;
			  text-transform: capitalize; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn i {
				margin-left: 5px;
				-webkit-transition: all .3s ease;
				transition: all .3s ease; }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn svg {
				-webkit-transition: all .3s ease;
				transition: all .3s ease; }
				.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn svg path {
				  stroke: var(--primary-color); }
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn:hover {
				text-decoration: underline; }
				.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn:hover svg {
				  -webkit-transform: translateX(5px);
						  transform: translateX(5px); }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list > li:last-child .dr-comment {
			border-bottom: 0; }
		  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ol, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ul {
			margin: 0;
			margin-left: 68px;
			list-style: none;
			padding: 0; }
			@media (max-width: 767px) {
			  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ol, .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ul {
				margin-left: 40px; } }
	  .dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-respond {
		margin-top: 0;
		background-color: #fff; }
  
  /*# sourceMappingURL=main-pro.css.map */
  
  .dr-affiliate-disclosure{
	  background-color: rgba(var(--primary-color-rgb), 0.05);
	  padding: 1em;
	  margin: 30px 0;
  }

  .dr-related-recipes__title{
	  font-size: 20px;
	  font-weight: bold;
	  margin: 0 0 16px;
	  padding-right: 100px;
	  padding-bottom: 8px;
	  border-bottom: 1px solid rgba(0,0,0, .2);
	  position: relative;
  }

  .dr-related-recipes__title::before{
	  content: "";
	  width: 113px;
	  height: 0;
	  border-bottom: 1px solid var(--primary-color);
	  position: absolute;
	  left: 0;
	  bottom: 0;
  }

  .dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item{
	  padding: 0;
	  margin: 0 0 16px;
	  flex: 0 0 100% !important;
    	max-width: 100% !important;
	align-items: center;
  }

  .dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-details .dr-recipe-title{
	  font-size: 1em !important;
  }

  .dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-fig{
	  padding-right: 24px;
	  -ms-flex: 0 0 30%;
    flex: 0 0 30%;
	min-width: 115px;
  }

  .dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-fig img{
	  width: 100%;
  }

  @media(max-width: 767px){
	.dr-related-recipes{
	  float: none;
	}
  }

.dr-related-posts-splide .dr-related-splide{
	  position: static;
  }

  .dr-related-posts-splide .dr-entry-meta{
	  margin: 8px 0 0;
  }

  .dr-related-posts-splide .dr-entry-meta span{
	  font-family: var(--dr-secondary-font);
	  font-size: 0.78em;
	  margin-right: 15px;
  }

  .dr-related-posts-splide.full-width .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-details .dr-recipe-title{
	font-size: 1.25em !important;
  }

  .dr-related-posts-splide.full-width .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-fig{
	-ms-flex: 0 0 25%;
	  flex: 0 0 25%;
  }

  .dr-related-posts-splide .dr-related-splide .splide__arrow{
	  position: static;
	  color: #000;
	  border: 2px solid rgba(0,0,0, .3);
	  background: none;
	  border-radius: 4px;
	  cursor: pointer;
	  opacity: 1;
	  transform: none;
	  width: 28px;
	  height: 28px;
	  font-size: 10px;
	  min-height: unset;
  }

  .dr-related-posts-splide .dr-related-splide .splide__arrow:disabled{
	opacity: .25;
	pointer-events: none;
  }

  .dr-related-posts-splide .dr-related-splide .splide__arrow +.splide__arrow{
	  margin-left: 16px;
  }

  .dr-related-posts-splide .dr-related-splide .splide__arrow svg{
	  fill: currentColor;
  }

  .dr-related-posts-splide .dr-related-splide .splide__arrow:hover{
	  background-color: var(--primary-color);
	  border-color: var(--primary-color);
	  color: #fff;
  }

  .dr-related-posts-splide{
	  position: relative;
  }

  .dr-related-posts-splide .dr-related-splide .splide__arrows{
	  display: inline-flex;
	  position: absolute;
	  top: 4px;
	  right: 0;
  }

  .dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-details{
	  padding: 0;
  }