/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


/*=========================================
 Blossom Recipe tab style
 =========================================*/

input[name="shortcode"] {
	width: 100%;
}

 *:focus, *:active {
	 outline: none;
	 box-shadow: none;
 }

 a:focus {
   box-shadow: none;
}

iframe#br_recipe_notes_ifr{
	height: 100% !important;
}

.recipe-taxonomy_thumbnail {
	max-width: 100%;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

div input#br_recipe_gallery_video_url{width: 100%;height: 100%;}
div textarea#br_recipe_excerpt{width: 100%;height: 100%;}
div input.br_recipe_ingredient_heading{width: 100%;height: 100%;}
div input.br_recipe_instructions_heading{width: 100%;height: 100%;}

.blossom-recipe-settings-header {
	background: #fff;
	padding: 30px;
	margin-top: 25px;
	margin-right: 25px;
}

.blossom-recipe-settings-header .dashicons-blossom-receipe {
	font-size: 35px;
	vertical-align: middle;
	margin-right: 10px;
	color: #1A84EE;
}

.blossom-recipe-settings-header .plugin-name {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: 600;
	color: #354052;
}

.blossom-recipe-settings-header .page-name,
.post-type-blossom-recipe .wrap .wp-heading-inline {
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #E2E6EC;
	font-size: 20px;
	line-height: 1.7;
	vertical-align: middle;
	color: #354052;
}

#blossom-recipe-settings-navigation {
	background: #fff;
	padding: 25px;
	margin: 2px 25px 25px 0;
}

.nav-tab-wrapper {
	border-bottom-color: #E2E6EC;
}

#blossom-recipe-settings-navigation .nav-tab-wrapper .nav-tab,
.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper .nav-tab {
	display: inline-block;
	border: none;
	background: none;
	margin: 0;
	padding: 0 0 10px 0;
	margin-right: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #354052;
	letter-spacing: 0.5px;
	position: relative;
	line-height: 1.5;
}

#blossom-recipe-settings-navigation .nav-tab-wrapper .nav-tab::after,
.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper .nav-tab:after {
	content: "";
	background: #1a84ee;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: none;
}

#blossom-recipe-settings-navigation .nav-tab-wrapper .nav-tab.nav-tab-active::after,
.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper .nav-tab.nav-tab-active:after {
	display: block;
}

#blossom-recipe-settings-navigation .nav-tab-wrapper .nav-tab:hover,
#blossom-recipe-settings-navigation .nav-tab-wrapper .nav-tab.nav-tab-active,
.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper .nav-tab:hover,
.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper .nav-tab.nav-tab-active {
	color: #1A84EE;
}

#blossom-recipe-settings-navigation #br-settings-tab-navigation {
	margin-top: 40px;
}

.blossom-recipe-fields-settings {
	font-size: 14px;
}

.blossom-recipe-fields-settings h4 {
	margin-bottom: 10px;
}

.blossom-recipe-settings {
	margin-top: 20px;
	width: 370px;
	font-size: 14px;
}

.blossom-recipe-settings.has_checkbox {
	border: 1px solid #E2E6EC;
	border-radius: 5px;
	padding: 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.blossom-recipe-settings > h4 {
	margin: 0 0 10px 0;
}

.recipe-settings-tooltip {
	margin-left: 5px;
	vertical-align: middle;
	cursor: help;
	display: inline-block;
}

.blossom-recipe-settings input[type="text"],
.blossom-recipe-settings input[type="number"] {
	height: 40px;
	width: 100%;
	border-radius: 4px;
	padding: 10px 15px;
	box-shadow: none;
	border-color: #E2E6EC;
	font-weight: 600;
}

.blossom-recipe-settings label + input[type="text"] {
	margin-top: 10px;
}

.br-recipe-settings-submit {
	border-top: 1px solid #E2E6EC;
	margin-top: 40px;
	padding-top: 10px;
}

.br-recipe-settings-submit p.submit {
	margin: 0;
}

.br-recipe-settings-submit input[type="submit"],
div[id*="blossom-recipe-tab-recipe-"] a.button.button-primary {
	background: #1A84EE;
	border-color: #1A84EE;
	text-shadow: none;
	font-size: 15px;
	font-weight: 600;
	padding: 13px 20px;
	height: auto;
	line-height: 1.5;
	box-shadow: none;
	outline: none;
}

.br-recipe-settings-submit input[type="submit"]:hover,
.br-recipe-settings-submit input[type="submit"]:focus,
.br-recipe-settings-submit input[type="submit"]:active,
div[id*="blossom-recipe-tab-recipe-"] a.button.button-primary:hover,
div[id*="blossom-recipe-tab-recipe-"] a.button.button-primary:active,
div[id*="blossom-recipe-tab-recipe-"] a.button.button-primary:focus {
	background: none;
	border-color: #1A84EE;
	color: #1A84EE;
	box-shadow: none;
}

.blossom-recipe-settings.has_checkbox h4 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.has_checkbox label.checkbox-label {
	display: inline-block;
	width: 40px;
	height: 20px;
	border-radius: 40px;
	float: right;
	position: relative;
	top: 0;
	background: #DCDFE6;
	border: 1px solid #DCDFE6;
	-webkit-transition: all cubic-bezier(1,0,0,1) 0.35s;
	-moz-transition: all cubic-bezier(1,0,0,1) 0.35s;
	transition: all cubic-bezier(1,0,0,1) 0.35s;
}

.has_checkbox input[type="checkbox"]:checked + label.checkbox-label {
	background: #1A84EE;
	border-color: #1A84EE;
}

.has_checkbox label.checkbox-label::before {
	content: "";
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	position: absolute;
	left: 2px;
	top: 2px;
	-webkit-transition: all cubic-bezier(1,0,0,1) 0.35s;
	-moz-transition: all cubic-bezier(1,0,0,1) 0.35s;
	transition: all cubic-bezier(1,0,0,1) 0.35s;
}
.has_checkbox input[type="checkbox"]:checked + label.checkbox-label::before {
	left: calc(100% - 18px);
}

.has_checkbox input[type="checkbox"] {
	display: none;
}

#blossom-recipe-search-settings-tab {
	max-width: 370px;
}

#blossom-recipe-search-settings-tab .blossom-recipe-fields-settings {
	margin-top: 40px;
}

.blossom-recipe-fields-settings h3,
#blossom-recipe-navigation h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: table;
	vertical-align: middle;
	clear: both;
}

#blossom-recipe-navigation #br-recipe-overview h1 + .br-recipe-shortcode {
	margin-top: 40px;
}

.blossom-recipe-fields-settings p {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 15px;
}

.blossom-recipe-fields-settings .recipe-note {
	margin-top: 10px;
	margin-bottom: 25px;
}


#search-shortcode {
	width: 100%;
	height: 40px;
	background: none;
	border-color: #E2E6EC;
	box-shadow: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 15px;
}

.blossom-recipe-fields-settings select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23C0C4CC" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-size: 12px;
	height: 40px;
	padding: 5px 15px;
	line-height: 1;
	width: 100%;
	box-shadow: none;
	border-radius: 4px;
	font-size: 15px;
	border-color: #E2E6EC;
}

.blossom-recipe-fields-settings select:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23666" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
}

.post-type-blossom-recipe .wrap .wp-heading-inline {
	background: #fff;
	display: block;
	position: relative;
	margin-left: 0;
	padding: 25px 25px 25px 75px;
	border-left: none;
	border-bottom: 2px solid #E2E6EC;
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 20px;
}

.post-type-blossom-recipe .wrap .wp-heading-inline::before {
	content: "Blossom Recipes";
	border-right: 1px solid #E2E6EC;
	margin-right: 20px;
	padding-right: 20px;
}

.post-type-blossom-recipe .wrap .wp-heading-inline::after {
	content: "\e900";
	font-family: 'blossom-receipe';
	font-size: 35px;
	vertical-align: middle;
	position: absolute;
	left: 25px;
	top: 10px;
	color: #1A84EE;
}

.post-type-blossom-recipe .wrap #titlewrap #title-prompt-text {
	font-size: 16px;
	color: #aaa;
}

.post-type-blossom-recipe .wrap #titlewrap #title {
	height: 40px;
	box-shadow: none;
	border-radius: 4px;
	border-color: #E2E6EC;
	font-size: 16px;
}

.post-type-blossom-recipe .wrap .postbox-container .postbox {
	border: none;
}

.post-type-blossom-recipe #blossom-recipe .inside {
	padding: 0 25px 25px 25px;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside {
	padding: 0;
	margin-top: 30px;
}

#blossom-recipe-navigation #br-recipe-overview label {
	display: inline-block;
}

.post-type-blossom-recipe #blossom-recipe .inside #br-recipe-overview h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper {
	padding: 0;
	margin-top: 30px;
	border-bottom-color: #E2E6EC;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div[class*="br-recipe-meta-"] {
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
	width: 23.25%;
	margin-right: 2%;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-description {
	display: block;
	width: 100%;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-total-time {
	margin-right: 0;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-excerpt {
	width: 100%;
	margin-right: 0;
}

.post-type-blossom-recipe #blossom-recipe .inside #br-recipe-overview select,
.post-type-blossom-recipe #blossom-recipe .inside #br-recipe-overview input[type="number"] {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	box-shadow: none;
	padding: 5px 15px;
	font-size: 16px;
	background: none;
	border-color: #E4E7ED;
}

.post-type-blossom-recipe #blossom-recipe .inside #br-recipe-overview select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23C0C4CC" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-size: 12px;
}

.post-type-blossom-recipe #blossom-recipe .inside #br-recipe-overview select:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23666" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-excerpt .recipe-excerpt-tooltip {
	font-size: 12px;
	vertical-align: middle;
	cursor: help;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-excerpt textarea {
	height: 80px;
	border-radius: 4px;
	box-shadow: none;
	border-color: #E4E7ED;
	padding: 5px 15px;
}

#blossom-recipe-tab-recipe-ingredients h4,
.br-recipe-rating h4 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 10px;
}

#blossom-recipe-tab-recipe-ingredients input[type="number"] {
	height: 40px;
	padding: 5px 15px;
	box-shadow: none;
	border-radius: 4px;
	border-color: #E2E6EC;
	width: 370px;
}

#blossom-recipe-tab-recipe-ingredients table,
#blossom-recipe-tab-recipe-instructions table {
	width: 100%;
	margin-top: 40px;
	border-collapse: collapse;
	box-sizing: border-box;
}

#blossom-recipe-tab-recipe-ingredients table tbody tr:hover,
#blossom-recipe-tab-recipe-instructions table tbody tr:hover {
	background: #F9F9F9;
}

#blossom-recipe-tab-recipe-ingredients table td,
#blossom-recipe-tab-recipe-ingredients table th,
#blossom-recipe-tab-recipe-instructions table thead td,
#blossom-recipe-tab-recipe-instructions table thead th {
	text-align: left;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #7F8FA4;
}

#blossom-recipe-tab-recipe-ingredients table tbody tr td,
#blossom-recipe-tab-recipe-instructions table tbody tr td {
	padding: 10px 10px 10px 0;
}

#blossom-recipe-tab-recipe-ingredients table tbody tr td input,
#blossom-recipe-tab-recipe-ingredients table tbody tr td select,
#blossom-recipe-tab-recipe-instructions table tbody input[type="text"],
#blossom-recipe-tab-recipe-instructions table tbody textarea {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	box-shadow: none;
	padding: 5px 15px;
	box-sizing: border-box;
	border-color: #E2E6EC;
}

#blossom-recipe-tab-recipe-ingredients table tbody tr td.br_ingredients_sort_handle,
#blossom-recipe-tab-recipe-instructions table tbody tr td.br_instructions_sort_handle {
	text-align: center;
	cursor: all-scroll;
	font-size: 18px;
	color: #7F8FA4;
}

#blossom-recipe-tab-recipe-ingredients table tbody tr td .br_ingredients_delete,
#blossom-recipe-tab-recipe-ingredients table tbody tr td .br_ingredients_heading_delete,
#blossom-recipe-tab-recipe-instructions table tbody tr td .br_instructions_heading_delete,
#blossom-recipe-tab-recipe-instructions table tbody tr td .br_instructions_delete {
	cursor: pointer;
	color: #DCDFE6;
}

#blossom-recipe-tab-recipe-ingredients table tbody tr:hover td .br_ingredients_delete,
#blossom-recipe-tab-recipe-ingredients table tbody tr:hover td .br_ingredients_heading_delete,
#blossom-recipe-tab-recipe-instructions table tbody tr:hover td .br_instructions_heading_delete,
#blossom-recipe-tab-recipe-instructions table tbody tr:hover td .br_instructions_delete {
	color: #616E7C;
}

#blossom-recipe-tab-recipe-ingredients table tbody tr td .br_ingredients_delete:hover,
#blossom-recipe-tab-recipe-ingredients table tbody tr td .br_ingredients_heading_delete:hover,
#blossom-recipe-tab-recipe-instructions table tbody tr td .br_instructions_heading_delete:hover,
#blossom-recipe-tab-recipe-instructions table tbody tr td .br_instructions_delete:hover {
	color: red;
}

div[id*="blossom-recipe-tab-recipe-"] a.button.button-primary {
	margin-top: 20px;
	margin-bottom: 20px;
}

div[id*="blossom-recipe-tab-recipe-"] .button-primary:last-child {
	margin-left: 15px;
}

#blossom-recipe-tab-recipe-instructions table tbody textarea {
	height: 160px;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.br_instructions_sort_handle + td {
	width: 140px;
}

.br_instructions_add_image {
	background: none;
	border: 1px solid #E2E6EC;
	padding: 8px;
	text-align: center;
	border-radius: 4px;
	font-weight: 600;
	color: #7F8FA4;
	margin-left: 0;
	margin-right: 0;
	width: 110px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.br_instructions_sort_handle + td:hover input.br_instructions_add_image {
	border-color: #1A84EE;
	color: #1A84EE;
	background: #ECF5FF;
}

.br-recipe-instruction-image-meta {
	width: 110px;
	height: 110px;
	border: 2px dashed #1A84EE;
	border-radius: 4px;
	margin-top: 8px;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.add-instruction-image:not(.has-image) .br-recipe-instruction-image-meta::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%231A84EE" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	background-size: 17px;
	box-sizing: border-box;
}

.add-instruction-image:not(.has-image):hover .br-recipe-instruction-image-meta::before {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23fff" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
	background-color: #1a84ee;
}

.add-instruction-image:not(.has-image) .br-recipe-instruction-image-meta::after {
	content: "Add Image";
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-top: 5px;
	color: #1A84EE;
}

.br-recipe-instruction-image-meta img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.add-instruction-image:not(.has-image) .br-recipe-instruction-image-meta img {
	display: none;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.br_instructions_sort_handle + td:hover .br-recipe-instruction-image-meta {
	background: #E2E6EC;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image {
	position: relative;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image a {
	position: absolute;
	top: 85px;
	left: 20px;
	color: #1A84EE;
	text-align: center;
	text-decoration: none;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image a svg {
	font-size: 22px;
	width: 15px;
	height: 15px;
	background: none;
	border-radius: 100%;
	padding: 8px;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image:hover a svg {
	background: #1A84EE;
	color: #fff;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image a.br_instructions_add_btn {
	display: none !important;
}

.has-image .br-recipe-instruction-image-meta {
	border: none;
	overflow: hidden;
	position: relative;
}

.has-image .br-recipe-instruction-image-meta::before {
	content: "";
	background: rgba(54,64,82,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	display: none;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image.has-image:hover .br-recipe-instruction-image-meta::before{
	display: block;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image a.br_instructions_remove_image {
	top: 95px;
	left: 40px;
	visibility: hidden;
	border-radius: 100%;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image:hover a.br_instructions_remove_image {
	visibility: visible;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image:hover a.br_instructions_remove_image svg {
	background: none;
}

#blossom-recipe-tab-recipe-instructions table tbody tr td.add-instruction-image a.br_instructions_remove_image:hover {
	background: #1A84EE;
}

.post-type-blossom-recipe #blossom-recipe-tab-recipe-gallery #br-recipe-gallery .br-recipe-meta-enable,
.post-type-blossom-recipe #blossom-recipe-tab-recipe-gallery #br-recipe-gallery .br-recipe-meta-video {
	display: block;
	width: 370px;
	margin-right: 0;
}

.post-type-blossom-recipe #blossom-recipe-tab-recipe-gallery #br-recipe-gallery .br-recipe-meta-enable {
	border: 1px solid #E2E6EC;
	padding: 5px 15px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#br-recipe-gallery .br-recipe-meta-enable h4 {
	display: flex;
	margin: 0;
}

#br-recipe-gallery .recipe-gallery-tooltip {
	display: inline-block;
	margin-left: 5px;
	cursor: help;
}

#br-recipe-gallery .br-recipe-meta-enable .recipe-gallery-tooltip {
	display: flex;
	flex: auto;
}

.post-type-blossom-recipe #blossom-recipe-tab-recipe-gallery #br-recipe-gallery .br-recipe-meta-video {
	margin-top: 30px;
}

#br-recipe-gallery .br-recipe-meta-video h4 {
	display: inline-block;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
}

#br-recipe-gallery .br-recipe-meta-video input[type="text"] {
	height: 40px;
	border-radius: 4px;
	margin-top: 10px;
	box-shadow: none;
	padding: 5px 15px;
	border-color: #E2E6EC;
}

#br-recipe-gallery .br-recipe-meta-video input[type="text"]::-webkit-input-placeholder {
  color: #C0C4CC;
}
#br-recipe-gallery .br-recipe-meta-video input[type="text"]::-moz-placeholder {
  color: #C0C4CC;
}
#br-recipe-gallery .br-recipe-meta-video input[type="text"]:-ms-input-placeholder {
  color: #C0C4CC;
}
#br-recipe-gallery .br-recipe-meta-video input[type="text"]:-moz-placeholder {
  color: #C0C4CC;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-gallery-btn {
	width: auto;
	margin-right: 0;
	margin-top: 10px;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-gallery-btn h4 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-gallery-items {
	width: auto;
	margin-right: 0;
	margin-top: 0;
	display: block;
}

.br-recipe-meta-gallery-items #recipe_feat_img_gallery_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recipe_feat_img_gallery_list li {
	display: inline-block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #E2E6EC;
	margin: 10px;
	width: 245px;
	height: 245px;
}

#recipe_feat_img_gallery_list li:first-child {
	margin-left: 0;
}

#recipe_feat_img_gallery_list li.br-btn-wrap {
	border: none;
	border-radius: 0;
}

#recipe_feat_img_gallery_list li .recipe_image_preview {
	vertical-align: top;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div#blossom-recipe-tab-recipe-gallery a.button.button-primary {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#blossom-recipe-tab-recipe-gallery .br-recipe-meta-gallery-btn a.button.button-primary {
	background: #1a84ee;
	margin-left: 0;
	color: #fff;
	text-align: center;
}

div#blossom-recipe-tab-recipe-gallery .br-recipe-meta-gallery-btn a.button.button-primary:hover {
	background: transparent;
	color: #1a84ee;
}

div#blossom-recipe-tab-recipe-gallery .br-recipe-meta-gallery-btn a.button.button-primary::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23fff" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
	background-repeat: no-repeat;
	width: 13px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

div#blossom-recipe-tab-recipe-gallery .br-recipe-meta-gallery-btn a.button.button-primary:hover::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%231a84ee" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
}

#recipe_feat_img_gallery_list li .br-gallery-btn-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(54,64,82,0.6);
	bottom: 0;
	display: none;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#recipe_feat_img_gallery_list li:hover .br-gallery-btn-wrap {
	display: flex;
}

#recipe_feat_img_gallery_list li .br-gallery-btn-wrap a {
	display: inline-block;
	width: 32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	background: rgba(54,64,82,0.6);
	border-radius: 4px;
	margin: 5px;
	color: #fff;
}

#recipe_feat_img_gallery_list li .br-gallery-btn-wrap a:hover {
	background: #1a84ee;
}

#blossom-recipe-navigation .br-recipe-notes h1 {
	margin-bottom: 30px;
}

#blossom-recipe-navigation h1 .recipe-excerpt-tooltip {
	margin-left: 0;
	cursor: help;
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
}

.post-type-blossom-recipe #wpbody-content .wrap .page-title-action {
	background: #1A84EE;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-color: #1A84EE;
	border-radius: 4px;
	padding: 10px 20px;
	box-shadow: none;
}

.post-type-blossom-recipe #wpbody-content .wrap {
	position: relative;
}

.post-type-blossom-recipe #wpbody-content .wrap .page-title-action:hover,
.post-type-blossom-recipe #wpbody-content .wrap .page-title-action:active,
.post-type-blossom-recipe #wpbody-content .wrap .page-title-action:focus {
	background: none;
	color: #1a84ee;
	box-shadow: none;
}

.post-type-blossom-recipe #wpbody-content .wrap .wp-heading-inline + .page-title-action {
	position: absolute;
	top: 21px;
	right: 25px;
}

.brm-terms-error-note {
	display: block;
	border: 1px solid #f00;
	padding: 10px;
	margin-top: 10px;
	color: #f00;
	opacity: 0.7;
}

#blossom-recipe-shortcode-settings-tab {
	max-width: 520px;
}

#blossom-recipe-shortcode-settings-tab .blossom-recipe-fields-settings {
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border: 1px solid #f0f0f0;
}

#blossom-recipe-shortcode-settings-tab input[type="text"] {
	width: 100%;
	height: 40px;
	background: none;
	border-color: #E2E6EC;
	background: #fff;
	box-shadow: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 15px;
}

#blossom-recipe-shortcode-settings-tab .blossom-recipe-fields-settings h4 {
	font-size: 15px;
	color: #000;
	margin-top: 30px;
}

#blossom-recipe-shortcode-settings-tab .blossom-recipe-fields-settings + .recipe-note p {
	font-size: 16px;
	background: oldlace;
	padding: 10px;
	border-left: 3px solid orange;
	font-style: italic;
}

@media screen and (max-width: 1750px) {
	.post-type-blossom-recipe #blossom-recipe .inside .inside div[class*="br-recipe-meta-"] {
		width: 23%;
	}

	.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-description,
	.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-excerpt {
		width: 100%;
	}
}

@media screen and (max-width: 1199px) {
	#blossom-recipe-settings-navigation .nav-tab-wrapper .nav-tab,
	.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper .nav-tab {
		margin-right: 30px;
	}
	.post-type-blossom-recipe #blossom-recipe .inside .inside div[class*="br-recipe-meta-"] {
		width: 47%;
	}

	.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-description,
	.post-type-blossom-recipe #blossom-recipe .inside .inside div.br-recipe-meta-excerpt {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.post-type-blossom-recipe .wrap .wp-heading-inline::before {
		display: block;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		border-bottom: 1px solid #E2E6EC;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}

	#blossom-recipe-settings-navigation .nav-tab-wrapper .nav-tab,
	.post-type-blossom-recipe #blossom-recipe .nav-tab-wrapper .nav-tab {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.post-type-blossom-recipe #blossom-recipe .inside .inside div[class*="br-recipe-meta-"] {
		width: 100%;
		margin-right: 0;
	}

	#blossom-recipe-tab-recipe-ingredients input[type="number"] {
		width: 100%;
	}
}

/*.br-recipe-rating h4 {
	margin-top: 10px;
	margin-bottom: 20px;
}*/

/*.brm-comment-form-rating label {
	display: none;
}*/

.brm-comment-form-rating .brm-rating-star {
	cursor: pointer;
}

.brm-rating-star svg {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 1px;
}

.brm-rating-star.rated svg polygon {
   fill: #ffb900;
}
