/*!
 * Theme Name: Resty -  Restaurant Site WordPress Theme
 * Author: Thematicwebs
 * Author URI: https://themeforest.net/user/ultimatewebsolutions
 * Version: 1.0
 * Updated: 16.07.2023
**/
img{
	max-width: 100%;
	height: auto;
}

.is_desktop {
	display: block;
}
.is_mobile {
	display: none;
}

@media (max-width: 767px) {
	.is_desktop {
		display: none;
	}
	.is_mobile {
		display: block;
  	}
}

.resty_comments img,
.single-authr img{
	max-width: inherit !important;
}

.gallery_title a:hover{
	text-decoration: underline;
}

.m0{
	margin: 0px !important;
}
.p-20px{
	padding: 20px;
}

.mb-30px{
	margin-bottom: 30px;
}

.ta-right {
	text-align: right;
}

/*** Contact Form 7 - Contact Us ***/

.resty-contactform7 p {
	margin:0px;
}
@media screen and (min-width: 768px) {

	.resty-contactform7 span.wpcf7-form-control-wrap[data-name="email"]{
		float: left;
		max-width:49%;
		margin-right:0.2rem !important;
	}
	.resty-contactform7 span.wpcf7-form-control-wrap[data-name="telephone"]{
		float: left;
		max-width:49%;
		margin-left:0.2rem !important;
	}
}
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	color: red;
	font-size: 1rem;
	font-family: Jost, sans-serif;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}

/*** Reservation Table ***/
.reserve_time .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}

.reserve_time .wpcf7-radio .wpcf7-list-item {
	flex: 1 1 20%;
	width: 20%;
	margin: 0 auto;
}
.reserve_time input[type="radio"]{
	opacity: 0;
	position: fixed;
	width: 0;
}

.reserve_time .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50%;
	cursor: pointer;
}

.reserve_time .wpcf7-radio input[type="radio"]:checked+span.wpcf7-list-item-label {
	background-color: #FE4E2B;
	color: #fff;
	font-weight: 400;
}

.reserve-table.fix_me{
	height: auto !important;
}
.reserve-table.fix_me .reserve-table-box {
  margin-bottom: 8rem !important;
}

.testimonials-slider .testimonials-container.no_extra_top_padding {
  padding-top: 120px !important;
}

.form-steps-step-contact p{
	margin: 0;
}
.reserve-table .form-steps-previous i.fa-arrow-left {
	position: relative;
	top: 1px;
}

.ls-close{
	letter-spacing: -0.02rem;
}

.woocommerce p.stars {
	margin-bottom: 0px !important;
}
.woocommerce p.stars a {
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.rating_stars_pos {
	position: relative;
	top: 3px;
	letter-spacing: -3px;
}

.review_submit_btn{
	color: #ffffff !important;
	background-color: #FE4E2B !important;
	border-radius: 10px !important;
	border: 1px solid #FE4E2B !important;
}
.review_submit_btn:hover{
	background-color: #fe694b !important;
	border: 1px solid #fe694b !important;
}

.review_txt+p.form-submit{
	margin: 0 !important;
}

.product_cmnt + #respond{
	padding: 1.75rem !important;
	margin-bottom: 1.25rem !important;
	border: 1px solid #d4d4d4;
	border-radius: 20px;
}

.product_cmnt + #respond input,
.product_cmnt + #respond textarea{
	border: 1px solid #d4d4d4 !important;
}

.product_cmnt + #respond #cancel-comment-reply-link{
	margin-left: 15px;
	font-size: 16px;
}


.addcart {
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
	font-weight: var(--bs-btn-font-weight) !important;
	border-radius: var(--bs-btn-border-radius) !important;
	line-height: var(--bs-btn-line-height) !important;
	color: var(--bs-btn-color) !important;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color) !important;
	background-color: var(--bs-btn-bg) !important;
	box-shadow: var(--bs-btn-box-shadow) !important;
}
.addcart:hover,
.addcart.button.added:hover{
	border: var(--bs-btn-border-width) solid #FE4E2B !important;
	background-color: #FE4E2B !important;
}
.addcart.button.loading{
	opacity: 0.7 !important;
}
.addcart.button.loading:after,
.addcart.button.added:after{
	content: none !important;
}
.addcart.button.added,
.hide_cart.added{
	background-color: #a30749 !important;
	border: var(--bs-btn-border-width) solid #a30749 !important;
}
.addcart.button.added + .added_to_cart,
.options .add_to_cart.loading + .added_to_cart,
.options .add_to_cart.added + .added_to_cart,
.hide_cart.added + .added_to_cart,
.ajax_add_to_cart.loading + .added_to_cart {
	display: none;
}

#cart_loading {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 99999999999 !important;
  padding: 40px 0;
}

#minicart_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 99999999999 !important;
  padding: 40px 0;
}

.sort_select {
  overflow: hidden;
  height: 50px;
  position: relative;
  padding: 0 15px;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 10px;
}
.sort_select select {
  background: transparent;
  border: 0;
  height: 50px;
  margin: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.sort_select form.woocommerce-ordering select {
  background: #fe4e2b;
}

.product_cart_image {
	max-width: none !important;
}

.total_amnt strong{
	font-weight: var(--bs-body-font-weight);
}

.cart_sbtotal .ms-auto.text-primary {
	text-align: right;
}
.cart_sbtotal .del_charges span.woocommerce-Price-amount {
	text-align: right;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
	margin-left: auto !important;
}
.woocommerce-checkout-review-order-table .del_charges span.woocommerce-Price-amount {
	text-align: right;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
	margin-left: auto !important;
	font-weight: 600;
}

.checkout_form_fields #billing_city_field, 
.checkout_form_fields #billing_postcode_field {
	width: 50%;
}

@media (max-width: 575px) {
	.checkout_form_fields #billing_city_field, 
	.checkout_form_fields #billing_postcode_field {
		width: 100%;
	}
	.checkout_form_fields p#billing_country_field {
		padding-bottom: 1rem !important;
	}
}
@media (max-width: 767px) {
	.resty_single_tags.w-100 {
		max-width: 85% !important;
	}
}
@media (max-width: 467px) {
	.resty_single_tags.w-100 {
		max-width: 84% !important;
	}
}
@media (max-width: 439px) {
	.resty_single_tags.w-100 {
		max-width: 83% !important;
	}
}
@media (max-width: 415px) {
	.resty_single_tags.w-100 {
		max-width: 82% !important;
	}
}
@media (max-width: 393px) {
	.resty_single_tags.w-100 {
		max-width: 81% !important;
	}
}
@media (max-width: 374px) {
	.resty_single_tags.w-100 {
		max-width: 80% !important;
	}
}
@media (max-width: 357px) {
	.resty_single_tags.w-100 {
		max-width: 79% !important;
	}
}
@media (max-width: 342px) {
	.resty_single_tags.w-100 {
		max-width: 78% !important;
	}
}
@media (max-width: 327px) {
	.resty_single_tags.w-100 {
		max-width: 77% !important;
	}
}
@media (max-width: 314px) {
	.resty_single_tags.w-100 {
		max-width: 76% !important;
	}
}
@media (max-width: 302px) {
	.resty_single_tags.w-100 {
		max-width: 75% !important;
	}
}
@media (max-width: 292px) {
	.resty_single_tags.w-100 {
		max-width: 74% !important;
	}
}
@media (max-width: 281px) {
	.resty_single_tags.w-100 {
		max-width: 73% !important;
	}
}
@media (max-width: 272px) {
	.resty_single_tags.w-100 {
		max-width: 72% !important;
	}
}
@media (max-width: 263px) {
	.resty_single_tags.w-100 {
		max-width: 71% !important;
	}
}
@media (max-width: 254px) {
	.resty_single_tags.w-100 {
		max-width: 70% !important;
	}
}
@media (max-width: 248px) {
	.resty_single_tags.w-100 {
		max-width: 69% !important;
	}
}
@media (max-width: 241px) {
	.resty_single_tags.w-100 {
		max-width: 68% !important;
	}
}

.woocommerce button.button.coupan_btn,
.woocommerce button.button.coupan_btn:hover,
.woocommerce button.button.cart_update_btn,
.woocommerce button.button.cart_update_btn:hover{
	font-size: var(--bs-btn-font-size);
	line-height: var(--bs-btn-line-height);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	background-color: var(--bs-btn-bg);
	color: var(--bs-btn-color);
	border-radius: var(--bs-btn-border-radius);
	font-weight: var(--bs-btn-font-weight);
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
}

.woocommerce button.button.cart_update_btn,
.woocommerce button.button.cart_update_btn:hover{
	background-color: var(--bs-btn-bg);
}

.woocommerce button.button.coupan_btn:hover,
.woocommerce button.button.cart_update_btn:hover,
.woocommerce a.button.alt.btn_checkout:hover{
	opacity: 0.9;
}
.woocommerce button.button.cart_update_btn:disabled{
	opacity: 0.8 !important;
}

.woocommerce a.button.alt.btn_checkout,
.woocommerce a.button.alt.btn_checkout:hover{
	font-size: var(--bs-btn-font-size);
	line-height: var(--bs-btn-line-height);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	background-color: var(--bs-btn-bg);
	color: var(--bs-btn-color);
	border-radius: var(--bs-btn-border-radius);
	font-weight: var(--bs-btn-font-weight);
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
}

.cart_sbtotal .woocommerce-shipping-calculator .shipping-calculator-form {
	text-align: center;
	margin-top: 1rem;
}

.cart_sbtotal .woocommerce-shipping-calculator p {
	padding: 0px !important;
	margin: 0 0 1rem 0 !important;
}
.cart_sbtotal .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.cart_sbtotal .woocommerce-shipping-calculator input{
	border-radius: 10px;
	height: 35px;
	border: 1px solid #D9D9D9;
	text-align: center;
}
.cart_sbtotal .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}

.cart_sbtotal .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	width: 35px;
}
.cart_sbtotal .woocommerce-shipping-calculator .ship_btn {
	background-color: #fe4e2b;
	color: #ffffff;
	border: 1px solid #fe4e2b;
	width: 100%;
	border-radius: 10px;
	font-weight: 600;
}
.cart_sbtotal .woocommerce-shipping-calculator .ship_btn:hover {
	background-color: #fe4e2b;
	color: #ffffff;
	border: 1px solid #fe4e2b;
	opacity: 0.8;
}

.woocommerce-notices-wrapper a.button{
	background-color: #fe4e2b !important;
	color: #ffffff !important;
	border: 1px solid #fe4e2b !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
}
.woocommerce-notices-wrapper a.button:hover {
	background-color: #fe4e2b !important;
	color: #ffffff !important;
	border: 1px solid #fe4e2b !important;
	opacity: 0.8 !important;
}

.container_check {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #fe4e2b;
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}

.container_radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  background-color: #fff;
  border-radius: 50%;
}
.container_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity));
}

#ship-to-different-address .payment_select .container_radio .checkmark {
  top: 6px;
}

.checkout_form_fields .select2-selection.select2-selection--single {
	height: auto;
	display: block;
	width: 100%;
	padding: 18px 25px;
	font-family: "Jost", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.18;
	color: #444;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	appearance: none;
	border-radius: 10px;
	box-shadow: 0 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout_form_fields .select2-selection.select2-selection--single .select2-selection__arrow {
	height: 65px;
	top: 0px;
	right: 0px;
	width: 65px;
}
.edit_address_form_fields .select2-selection.select2-selection--single{
	height: auto;
	display: block;
	width: 100%;
	padding: 16px 25px;
	font-family: "Jost", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.18;
	color: #444;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	appearance: none;
	border-radius: 10px;
	box-shadow: 0 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.edit_address_form_fields .select2-selection.select2-selection--single .select2-selection__arrow {
	height: 65px;
	top: 0px;
	right: 0px;
	width: 65px;
}

.br-1rem {
	border-radius: 1rem;
}
.mt--10 {
	margin-top: -10px;
}

.mp-0 {
	margin: 0 !important;
	padding: 0 !important;
}
.tt-cap{
	text-transform: capitalize;
}

.wh-35 {
	width: 35px;
	height: 35px;
}

.resty-search-widgets {
	color: #ffffff;
	background-color: #fe4e2b !important;
	border: 1px solid #fe4e2b;
}

.total_checkout_price span.woocommerce-Price-amount{
	font-weight: 600;
}

#payment_methods #payment {
  background-color: transparent;
}

#payment_methods #payment div.payment_box::before {
	content: none;
}

#payment_methods #payment .payment_text_chout {
	display: block;
	width: 100%;
	padding: 18px 25px;
	margin: 0.5rem 0;
	font-family: "Jost", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.18;
	color: #444;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #D9D9D9;
	appearance: none;
	border-radius: 10px;
	box-shadow: 0 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top: none !important;
	border-radius: 10px !important;
	background-color: #ffffff !important;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
	color: #fe4e2b !important;
}

.mini-cart img{
	width: 70px !important;
	height: 70px !important;
	max-width: 70px !important;
	border-radius: 15px;
}

.login-snd-alert {
	color: #198754;
	font-size: 0.875em;
}
.login-error-alert {
	color: #dc3545;
	font-size: 0.875em;
}

.formated-form .valid {
	border-color: #198754;
	padding-right: calc(1.18em + 36px);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.295em + 9px) center;
	background-size: calc(0.59em + 18px) calc(0.59em + 18px);
}
.formated-form .invalid {
	border-color: #dc3545;
	padding-right: calc(1.18em + 36px);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.295em + 9px) center;
	background-size: calc(0.59em + 18px) calc(0.59em + 18px);
}

.regi-form .woocommerce-privacy-policy-text{
	display: none;
}

.resty-myacc-nav {
	list-style: none;
	background-color: #fff;
	padding: 1rem;
	top: 131px;
	transition: top 0.3s;
}
.header-sticky-hidden .resty-myacc-nav {
  top: 48px;
}
.resty-myacc-nav li {
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}
.resty-myacc-nav li:last-child {
	border-bottom: none;
}
.resty-myacc-nav li a {
	color: #000;
}
.resty-myacc-nav li a:hover {
	color: #FE4E2B;
	text-decoration: none;
}

.resty-ma-notification .woocommerce-message,
.resty-ma-notification .woocommerce-message--info,
.resty-ma-notification .woocommerce-Message,
.resty-ma-notification .woocommerce-Message--info,
.resty-ma-notification .woocommerce-info {
	background-color: transparent !important;
}
.resty-ma-notification .woocommerce-message a.woocommerce-Button.button,
.resty-ma-notification .woocommerce-message--info a.woocommerce-Button.button,
.resty-ma-notification .woocommerce-Message a.woocommerce-Button.button,
.resty-ma-notification .woocommerce-Message--info a.woocommerce-Button.button,
.resty-ma-notification .woocommerce-info a.woocommerce-Button.button {
	color: #fff;
	background-color: #FE4E2B;
	border-color: #FE4E2B;
	font-family: Jost, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	border-radius: 10px;
	padding: 1rem 40px;
}

.resty-ma-notification table.my_account_orders .button {	
	color: #fff;
	background-color: #FE4E2B;
	border-color: #FE4E2B;
	font-family: Jost, sans-serif;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px 25px;
	transition: 0.2s;
}
.resty-ma-notification table.my_account_orders .button:hover {
	color: #fff;
	background-color: #410929;
	border-color: #410929;
	font-family: Jost, sans-serif;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px 25px;
}

.resty-ma-notification table.shop_table {
  margin: 0 0 24px 0 !important;
  border-radius: 1rem !important;
  padding: 1rem;
  background-color: #fff;
  color: #000;
}

.no-bor-last .border-bottom:last-child {
	border-bottom: none !important;
}

.resty_shp_button {	
	color: #fff !important;
	background-color: #FE4E2B !important;
	border-color: #FE4E2B !important;
	font-family: Jost, sans-serif;
	font-weight: 600 !important;
	border-radius: 10px !important;
	padding: 1.2rem 25px !important;
	transition: 0.1s;
}
.resty_shp_button:hover {
	color: #fff !important;
	background-color: #410929 !important;
	border-color: #410929 !important;
	font-family: Jost, sans-serif;
	font-weight: 600 !important;
	border-radius: 10px !important;
	padding: 1.2rem 25px !important;
}


/*Booked Calendar Style*/

.resty-booked div.booked-calendar-wrap div.booked-calendar{
	border-radius: 1.25rem !important;
	box-shadow: none;
	background: #ffffff !important;
	overflow: visible;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
  box-shadow: inset 0 0 0 2px #fe4e2b !important;
}
@media screen and (max-width: 720px) {
	.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
		box-shadow: none !important;
		color: #fe4e2b !important;
	}
	.resty-booked .booked-appt-list .timeslot{
		margin-bottom: 8px !important;
	}
	.resty-booked .booked-calendar .booked-appt-list .timeslot button .spots-available,
	.resty-booked .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available {
		color: #fff !important;
	}
}
@media screen and (max-width: 465px) {
	.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a.backToMonth{
		display:none;
	}
}
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span {
  background-color: #fe4e2b !important;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
	font-size: 14px !important;
	font-weight: 500 !important;
	max-width: 62px;
	max-height: 62px;
}

.resty-booked .booked-calendar-wrap {
	margin: 0 auto !important;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
	border-right: none !important;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
.resty-booked div.booked-calendar .bc-row.days,
.resty-booked div.booked-calendar .bc-row.days .bc-col,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col{
	background: #ffffff !important;
}
.resty-booked div.booked-calendar .bc-row.days {
	border-top: solid 1px #BDBDBD;
	border-bottom: solid 1px #BDBDBD;
}
.resty-booked div.booked-calendar .bc-row.days .bc-col,
.resty-booked div.booked-calendar .bc-head .bc-col{
	border-color: #ffffff !important;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days {
	color: #333333 !important;
	text-transform: capitalize !important;
	margin-bottom: 8px;
}
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
	color: #333333 !important;
	text-transform: capitalize !important;
	font-size: 16px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
}
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
	color: #fe4e2b;
}
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a:hover{
	color: #fe4e2b;
	text-decoration: underline;
}
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right, 
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
	color: #333333 !important;
	font-size: 16px;
	font-weight: 600;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	font-weight: 500 !important;
	padding: 14px 0 !important;
	font-size: 12px !important;
}

body .booked-calendar button {
	border-radius: 10px !important;
}

.resty-booked .booked-appt-list h2{
	color: #410929;
	font-size: 1rem;
	font-family: Jost, sans-serif;
	font-weight: 500;
}

.resty-booked .booked-appt-list .timeslot .timeslot-people button .button-text{
	font-size: 16px;
	font-family: Jost, sans-serif;
	font-weight: 600;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock,
.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col .booked-appt-list {
	border-radius: 20px;
}

.resty-booked div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
  padding: 2px;
}

.booked-modal .booked-form .field label.field-label,
.booked-modal a.booked-forgot-password,
.booked-modal #customerChoices .field .checkbox-radio-block label{
	font-weight: 600 !important;
	font-size: 1rem !important;
	font-family: "Jost", sans-serif;
	line-height: 1.2;
}

.booked-modal .booked-form .required-asterisk {
	font-size: 10px;
}

.booked-modal .booked-form .field input[type="text"], 
.booked-modal .booked-form .field input[type="password"],
.booked-modal .booked-form .field input[type="tel"], 
.booked-modal .booked-form .field input[type="email"], 
.booked-modal .booked-form .field textarea{
	font-size: 1rem;
	padding: 15px 25px;
	color: #aaa;
	border-radius: 10px;
	line-height: 1.15;
}
.booked-modal .booked-form .field input[type="text"]:focus, 
.booked-modal .booked-form .field input[type="password"]:focus,
.booked-modal .booked-form .field input[type="tel"]:focus,
.booked-modal .booked-form .field input[type="email"]:focus,
.booked-modal .booked-form .field textarea:focus {
  color: #444;
  background-color: #fff;
  border-color: #FE4E2B;
  outline: 0;
  box-shadow: 0 0, 0 0 0 0 rgba(254, 78, 43, 0.25);
}

.booked-modal input[type="submit"].button-primary,
.booked-modal button.cancel,
.booked-modal button.booked-forgot-goback{
	font-family: Jost, sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 25px;
	border-radius: 7px;
}

.booked-modal .booked-calendar-fields .cf-block {
	margin: 0;
}
.booked-modal .booked-calendar-fields .cf-block .field {
	width: 50%;
	float: left;
	padding: 0 3px;
	margin: 0;
}

.booked-modal form .field:last-child{
	margin-top: 20px;
	padding-left: 3px;
}

.select2-dropdown{
	border: none !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
  background-color: #fe4e2b !important;
	color: #fff !important;
}

.select2-results__option{
	font-family: Jost, sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 7px 15px !important;
}

.resty_comments .comment-respond {
	margin: 1.75rem 0 !important;
}

.resty_comments blockquote {
	border-left: 5px solid #fe4e2b;
	padding: 15px;
	margin: 15px 0;
	border-radius: 8px;
}

.resty_comments table {
	width: 100%;
	font-family: Jost, sans-serif;
	font-size: 17px;
	caption-side: top;
	border: 1px solid #fe4e2b;
	margin-bottom: 1em;
}
.resty_comments table th {
	background: #fe4e2b;
	color: #fff;
}
.resty_comments table th,
.resty_comments table td {
	padding: 10px 15px;
}

#billing_state_field .select2-container {
	display: none !important;
}
#billing_state_field select#billing_state + .select2-container {
	display: inline-block !important;
}
#billing_state_field input#billing_state{
	line-height: 28px;
	border: 0 !important;
	display: block;
  width: 100%;
  padding: 18px 25px;
  font-family: "Jost", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #444;
  background-color: #fff;
  background-clip: padding-box;
  appearance: none;
  border-radius: 10px;
  box-shadow: 0 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#billing_state_field input#billing_state:focus {
  color: #444;
  background-color: #fff;
  border-color: #FE4E2B;
  outline: 0;
  box-shadow: 0 0, 0 0 0 0 rgba(254, 78, 43, 0.25);
}
#billing_state_field input#billing_state::placeholder {
  color: #444;
  opacity: 1;
}

.wpcf7 form .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 form .wpcf7-not-valid-tip {
	font-family: Jost, sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.wpcf7 form .wpcf7-response-output {
	margin: 1.5em 0 1.5em !important;
	border: 2px solid #fe4e2b !important;
	font-family: Jost, sans-serif;
	font-weight: 400;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 20px !important;
}
.wpcf7 form .form-steps + .wpcf7-response-output {
	margin: 1em 0 5em !important;
}

.admin-bar .sticky .sticky-area:not(.header-hidden) {
	top: 34px !important;
}
@media (max-width: 1299px) {
	.admin-bar .sticky .sticky-area:not(.header-hidden) {
		top: 32px !important;
	}
}
@media (max-width: 782px) {
	.admin-bar .sticky .sticky-area:not(.header-hidden) {
		top: 46px !important;
	}
}
@media (max-width: 600px) {
	.admin-bar .sticky .sticky-area:not(.header-hidden) {
		top: 0px !important;
	}
}


.topbar-infos i.fas.fa-phone{
	font-size: 11px;
}


/**** Monster Widgets ****/

.resty_widgets ul,
.resty_widgets ol{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.resty_widgets ul ul,
.resty_widgets ol ol,
.resty_widgets ul ol,
.resty_widgets ol ul {
	padding-left: 1.5rem !important;
	padding-top: 0.5rem;
}

.resty_widgets ul li:before{
	content: "\f0da";
	color: #9b9b9b;
	font-size: 16px;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	padding-right: 10px;
	font-weight: 600;
}
.resty_widgets ul li.parent-li-widget:before{
	content: "\f0d7";
}
.resty_widgets ul li,
.resty_widgets ol li{
	font-size: 16px;
	font-weight: 400;
	color: #222;
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	padding: 0.5rem 0;
	font-family: Jost, sans-serif;
	margin-bottom: 0px;
	line-height: 1.5;
}
.resty_widgets ul li li,
.resty_widgets ol li li{
	border-bottom: 0px !important;
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.resty_widgets ul li li:last-child,
.resty_widgets ol li li:last-child{
	padding-bottom: 0px !important;
}

.resty_widgets label.widget-title:before {
	top: 0px;
}

.resty_widgets .sort_select {
	overflow: hidden;
	height: 50px;
	position: relative;
	padding: 0 15px;
	border: 1px solid #fe4e2b;
	border-radius: 10px;
	background: #fe4e2b;
}
.resty_widgets .sort_select select {
	border: 0;
	height: 50px;
	width: 100%;
	margin: 0;
	cursor: pointer;
	outline: none;
	color: #fff;
	background: #fe4e2b;
	font-family: Jost, sans-serif;
	font-size: 16px;
}

.resty_widgets table {
	width: 100%;
	font-family: Jost, sans-serif;
	font-size: 16px;
	text-align: center;
	caption-side: top;
}
.resty_widgets table caption {
	text-align: center;
	font-size: 20px;
	color: #fe4e2b;
	border-bottom: 2px solid #fe4e2b;
	margin-bottom: 10px;
}
.resty_widgets table + .wp-calendar-nav {
	font-size: 16px;
	color: #fe4e2b;
	border-top: 2px solid #fe4e2b;
	margin-top: 10px;
	padding-top: 10px;
}
.resty_widgets table + .wp-calendar-nav a {
	font-size: 16px;
	color: #fe4e2b;
}

.resty_widgets.widget_rss a {
	color: #fe4e2b;
}
.resty_widgets p {
	font-family: Jost, sans-serif !important;
	font-size: 17px;
}

.resty_widgets .tagcloud a {
	padding: 7px 18px;
	line-height: 20px;
	margin-bottom: 0.5rem !important;
	margin-right: 0.5rem !important;
}

/*Footer Widget Style*/

.resty_footer_widgets + .resty_footer_widgets{
	margin-top: 3.125rem !important;
}

.resty_footer_widgets ul:not(.list-unstyled) {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.resty_footer_widgets ul:not(.list-unstyled) li {
	font-size: 16px;
	font-weight: 400;
	padding: 7px 0;
	font-family: Jost, sans-serif;
}
.resty_footer_widgets ul li li:last-child {
	padding-bottom: 0px !important;
}

.resty_footer_widgets ul:not(.list-unstyled) ul {
	padding-left: 1.5rem !important;
	padding-top: 0.5rem;
}

.resty_footer_widgets ul:not(.list-unstyled) li:before{
	content: "\f054";
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	padding-right: 12px;
	font-weight: 600;
}
.resty_footer_widgets ul:not(.list-unstyled) li.parent-li-widget:before {
	content: "\f078";
}

.resty_footer_widgets a {
	color: #fff;
}
.resty_footer_widgets a:hover {
	color: #fe4e2b;
	text-decoration: none;
}
img.footer-logo-img{
	max-width: 165px !important;
	height: auto;
}
.logo-mobile img{
	max-width: 100%;
	height: auto;
}

.resty_footer_widgets .sort_select {
	overflow: hidden;
	height: 50px;
	position: relative;
	padding: 0 15px;
	border: 1px solid #fe4e2b;
	border-radius: 10px;
	background: #fe4e2b;
	max-width: 85%;
}
.resty_footer_widgets .sort_select select {
	border: 0;
	height: 50px;
	width: 100%;
	margin: 0;
	cursor: pointer;
	outline: none;
	color: #fff;
	background: #fe4e2b;
	font-family: Jost, sans-serif;
	font-size: 16px;
}

.resty_footer_widgets table {
	width: 100%;
	font-family: Jost, sans-serif;
	font-size: 16px;
	text-align: center;
	caption-side: top;
}
.resty_footer_widgets table caption {
	text-align: center;
	font-size: 20px;
	color: #fe4e2b;
	border-bottom: 2px solid #fe4e2b;
	margin-bottom: 10px;
}
.resty_footer_widgets table + .wp-calendar-nav {
	font-size: 16px;
	color: #fe4e2b;
	border-top: 2px solid #fe4e2b;
	margin-top: 10px;
	padding-top: 10px;
}
.resty_footer_widgets table + .wp-calendar-nav a {
	font-size: 16px;
	color: #fe4e2b;
}

.resty_footer_widgets .tagcloud a {
	padding: 7px 18px;
	line-height: 20px;
	margin-bottom: 0.5rem !important;
	margin-right: 0.5rem !important;
	color: #000;
}

.resty_footer_widgets p {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
}

/*Blocks CSS*/
p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    text-align: center;
}

.gallery-caption {
    display: block;
    margin-bottom: 1em;
	font-size: 15px;
}

.commentlist .bypostauthor {
    border-top: 10px solid #e18728;
}

.wp-caption {
    max-width: 96%;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}


.alignright,.alignleft,.aligncenter{
	display:block;
	padding:0;
	margin:15px auto
}
.alignnone{
	display:block;
	padding:0;
}
@media (min-width: 576px){
	.alignright{
		margin-left:20px !important;
		float:right
	}
	.alignleft{
		margin-right:20px !important;
		float:left
	}
	.alignnone{
		margin-right:20px
	}
	.aligncenter{
		display:block;
		margin:15px auto
	}
}

.alignright {
    clear: right;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.aligncenter {
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    padding: 10px 4px 5px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

big {
    font-size: 125%;
}

cite,
em,
i,
q,
dfn {
    font-style: italic;
}

code {
    background-color: rgba(68, 68, 68, 0.2);
	padding: 0.125em 0.325em;
}

blockquote code {
	padding: .3em;
	border-radius: 10px;
}

del {
    opacity: 0.7;
}

mark {
    background: #007acc none repeat scroll 0 0;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
ins {
    padding: 0.125em 0.25em;
    text-decoration: underline;
}


pre {
    border: 1px solid #fe4e2b !important;
	background-color:#fefdff;
    line-height: 1.5;
    margin: 1.75em 0;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1em !important;
    white-space: pre-wrap;
	border-radius: 20px;
}

q {
    font-size: 1.5rem;
}

.widget_text .wp-caption p.wp-caption-text {
    padding: 0;
}
.widget_text .textwidget p img {
    padding: 10px 0;
}
.widget_text .textwidget .wp-caption p img {
    padding: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

@keyframes mymove {
  50% {box-shadow: 0px 0px 20px #fe4e2b;}
}

.post.sticky,
.post.tag-sticky-2 {
    border: 1px solid #978667;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(151, 134, 103, 0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(151, 134, 103, 0.3);
	box-shadow: 0px 0px 10px 5px rgba(151, 134, 103, 0.3);
	animation: mymove 5s infinite;
}

.post.sticky .card-body h4 a:before,
.post.tag-sticky-2 .card-body h4 a:before {
	content: "\f08d";
	padding: 6px 15px 6px 0px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	font-size: 18px;
	transform: rotate(35deg);
	position: relative;
	top: 5px;
}

.post-content:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-button__link{
	margin-bottom: 10px;
	border: none;
	background: #FE4E2B;
	outline: none;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	padding: 1rem 2.5rem;
	color: #fff !important;
	font-weight: 600;
	text-align: center;
	font-size: 1rem !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 26px !important;
}
.wp-block-file__button{
	margin-bottom: 10px;
	border: none;
	background-color: #FE4E2B !important;
	outline: none;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	padding: 1rem 2.5rem !important;
	color: #fff !important;
	font-weight: 600;
	text-align: center;
	font-size: 1rem !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 26px !important;
}
.wp-block-button__link:focus,
.wp-block-file__button:focus{
  outline: none;
}
.wp-block-button__link:hover,
.wp-block-file__button:hover{
	background: #fe694b;
	text-decoration: none;
}
.is-style-outline .wp-block-button__link {
    border: 2px solid #FE4E2B;
	color: #FE4E2B !important;
	padding: 6px 15px;
	background: none;
}
.is-style-outline .wp-block-button__link:hover {
	border-color: #fe694b;
	color: #fe694b !important;
}
.is-style-outline .wp-block-button__link:focus {
	outline: none;
}
.is-style-squared .wp-block-button__link {
	border-radius: 0px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #ffffff !important;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
	font-size: 1.8rem;
}

.wp-block-cover p {
    color: #ffffff !important;
    line-height: 1.6;
    margin-bottom: 0;
}

.wp-block-cover p a{
    color: #ffffff !important;
    line-height: 1.25 !important;
	text-decoration:underline;
}

.wp-block-cover{
	margin-bottom:20px;
}

.wp-block-cover + p {
    margin-top: 30px;
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none !important;
    padding: 0 !important;
}
li.blocks-gallery-item figure {
	margin: 0px !important;
}
ul.wp-block-gallery {
    margin-top: 0;
}
.columns-3 .blocks-gallery-item figcaption {
	padding: 15px !important;
}
.columns-4 .blocks-gallery-item figcaption {
	padding: 15px 30px !important;
}
.wp-block-gallery .blocks-gallery-item figcaption{
	font-size: 14px !important;
}
.wp-block-gallery + .wp-block-gallery {
    margin-bottom: 30px;
}
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.2em;
}
.wp-block-pullquote {
	border-top: 2px solid #fe4e2b !important;
	border-bottom: 2px solid #fe4e2b !important;
	border-left: none !important;
	padding: 2em 0 !important;
	border-radius: 20px;
}
.wp-block-pullquote blockquote {
	margin-bottom: 0px !important;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 1.35rem;
}
.wp-block-pullquote.is-style-solid-color {
	padding: 2em !important;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.has-drop-cap:not(:focus)::first-letter {
  color: #fff;
  background-color: #fe4e2b;
  float: left;
  font-size: 3rem;
  line-height: 1;
  margin: 5px 15px 0 0 !important;
  padding: 12px;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select{
	height: 42px;
	border-radius: 3px;
	border: 1px solid #d2d8dd;
	background-color: transparent;
	padding: 10px;
}
.wp-block-categories-dropdown.wp-block-categories + p {
	display: block;
	clear: both;
	padding-top: 20px;
}

.wp-block-archives-dropdown + .wp-block-calendar{
	margin: 20px 0;
}

.wp-block-archives-dropdown .sort_select,
.wp-block-categories-dropdown .sort_select {
	overflow: hidden;
	height: 50px;
	position: relative;
	padding: 0 15px;
	border: 1px solid #fe4e2b;
	border-radius: 10px;
	background: #fe4e2b;
	width: fit-content;
}
.wp-block-archives-dropdown .sort_select select,
.wp-block-categories-dropdown .sort_select select {
	border: 0;
	height: 50px;
	margin: 0;
	cursor: pointer;
	outline: none;
	color: #fff;
	background: #fe4e2b;
	font-family: Jost, sans-serif;
	font-size: 16px;
}

.post-content .wp-block-calendar table {
	width: 100%;
	font-family: Jost, sans-serif;
	font-size: 16px;
	text-align: center;
	caption-side: top;
}
.post-content .wp-block-calendar table caption {
	text-align: center;
	font-size: 20px;
	color: #fe4e2b;
}
.post-content .wp-block-calendar table + .wp-calendar-nav {
	font-size: 16px;
	color: #fe4e2b;
	padding-top: 10px;
	text-align: left;
}
.post-content .wp-block-calendar table + .wp-calendar-nav a {
	font-size: 16px;
	color: #fe4e2b;
}
.post-content .wp-block-calendar table th {
	font-weight: 400;
	background: #fe4e2b;
	color: #fff;
}
.post-content .wp-block-calendar th {
	border: 1px solid #fff;
}

.post-content .wp-block-latest-posts__list li{
	margin-bottom: 10px;
}
.wp-block-search__inside-wrapper,
.post-password-form {
  margin-bottom: 20px;
}

.post-content .wp-block-tag-cloud a {
	padding: 7px 18px;
	line-height: 20px;
	margin-bottom: 0.5rem !important;
	margin-right: 0.5rem !important;
	color: #000;
}

.post-content .wp-block-rss li {
	margin-bottom: 10px;
}

.post-content .wp-block-group.has-background{
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 1rem;
}
.post-content .wp-block-group.has-background .wp-block-group__inner-container p:last-child {
	margin-bottom: 0px;
}
.post-content .wp-block-media-text + p {
	margin-top: 1rem;
}

.post-content table:not(.ui-datepicker-calendar) {
	width: 100%;
	font-family: Jost, sans-serif;
	font-size: 17px;
	caption-side: top;
	border: 1px solid #fe4e2b;
	margin-bottom: 1em;
}
.post-content table:not(.ui-datepicker-calendar) thead tr {
	background: #fe4e2b;
	color: #fff;
}
.post-content table:not(.ui-datepicker-calendar) th,
.post-content table:not(.ui-datepicker-calendar) td {
	padding: 10px 15px;
}

.post-nav-links a,
.post-nav-links span.current{
	display: inline-block;
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 1rem;
}
.post-nav-links span.current {
	background-color: #fe4e2b;
	color: #fff;
	border-radius: 10px;
}

.blockquote .blockquote-footer{
	margin-top: 1rem;
}

.tw_image_fix img{
    height: fit-content !important;
}






























