.cover-guide {
    min-height: 200px;
}

.cover-guide strong {
    font-size: 60px;
}

.cover-guide a {
    text-decoration: none;
}

.guide-border {
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 17px;
    background: rgba(230, 1, 137, .1);
}

.price {
	background-color: #e4048b !important;
}

.wp-block-column a:hover {
	color: rgba(0,0,0,0);
}
.wp-block-column a {
	color: rgba(0,0,0,0);
}

.footer-widget .title {
	display: none;
}

.footer-information {
	display: none;
}

.address {
	font-size: 12px;
}

.footer {
	background-color: #e4048b;
	color: white;
}

.custom-footer {
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}

.contact-us {
	font-weight: bold;
	font-size: 18px;
}

.contact-section {
	display: flex;
	flex-direction: column;
}

.links-section a{
	text-decoration: none;
}

.social-link::before {
	color: white;
	font-size: 24px;
	text-decoration: none;
	display: block;
	margin-left: 8px;
	margin-right: 8px;
}
.twitter-icon::before {
	content: '\f099'
}
.facebook-icon::before {
	content: '\f09a'
}
.insta-icon::before {
	content: '\f16d'
}

.links-section {
	font-family: 'FontAwesome';
	display: flex;
}

.widget_text, .textwidget, .footer-widget {
	width: 100% !important;
}

.contact-section a {
	color: white;
}

.footer-widget {
	width: 100%;
}

.footer-widgets, .footer-widget-holder .content{
	padding: 0px;
}

details summary {
    font-weight: bold;
    font-size: 18px;
}

details {
    margin: 15px 0;
}

form.cart {
	display: block;
	flex-direction: column;
}

.wc-bookings-booking-form {
	align-self: flex-start;	
	width: 100%;
}

.wc-bookings-booking-form-button{
	width: 100%;
	margin-bottom: 16px !important;
}

.woo_pp_cart_buttons_div {
	display: none;
}

section.related {
	display: none;
}

div.home-search {
	display: none;
}

div.footer-information {
	background-color: #e4048b;
}

div.footer-information a {
	color: #feb4e0;
}

div.row.page-content {
	padding-top: 0px;
}

.site-logo {
/* 	background-color: rgba(255, 255, 255, .6); */
	padding: 8px;
	border-radius: 50px;
	margin-top: 16px;
}

span.count {
	color: #e4048b;
	font-size: 20px;
}

.wc-block-featured-product {
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}

.wc-block-featured-product:hover {
    /* transform: scale(1.01);  */
}

.wc-block-featured-product__description p {
	font-weight: 600;
	max-width: 415px;
  margin: 0 auto !important;
}

.wp-block-button__link {
	background-color: #e4048b !important;
	color: #ffcceb !important;
}

.add_to_cart_button, .single_add_to_cart_button, .pushbutton-wide, .wc-backward {
		background-color: #e4048b !important;
	color: #ffcceb !important;
}

.add_to_cart_button:hover, .single_add_to_cart_button:hover {
	color: white !important;
}

.has-pale-pink-background-color {
	background-color: #e4048b !important;
}

.wp-block-button a, .wp-block-buton a:visited {
	color: #ffcceb !important;
	text-decoration: none;
	font-weight: bold;
}

.wp-block-button a:hover {
	color: white !important;
}

.wc-bookings-date-picker-date-fields input {
	width: 60px !important;
}

fieldset.wc-bookings-date-picker {
	padding: 0;
	border: none;
}

span.posted_in {
	display: none !important;
}

.logo-holder {
	position: relative;
}

.logo-holder:after {
    content: " ";
    width: 100%;
    display: inline-block;
    height: 132px;
    position: absolute;
    background-color: rgba(255,248,220,0.8);
    border-radius: 50%;
    max-width: 452px;
    bottom: -10px;
    z-index: -1;
    left: 5px;
		margin: 0 5px;
}

@media only screen and (max-width: 1024px) {
	.logo-holder:after {
		margin: 0 auto;
		left: 0px;
		right: 0px;
	}
}