/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: Kadence Child Theme
Author: Seablue137
Author URI: http://seablue137corfu.com
Template: kadence
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Text Domain: kadence-child
*/

/* Custom styles go here */
.booking-icon a, .airbnb-icon a, .google-icon a{
  width: 34px;
  height: 34px;
	margin: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;   
}

.booking-icon a{
  content: url("/wp-content/uploads/2025/02/Booking.svg");
}

.airbnb-icon a{
  content: url("/wp-content/uploads/2025/02/AirBNB.svg");
}

.google-icon a{
  content: url("/wp-content/uploads/2025/03/Google_logo.svg");
}

.nf-form-content input[type=submit]{
	background: var(--global-palette-btn-bg) !important;
	border-radius: 50px !important;
	padding: 0 24px !important;
}

.nf-form-content input[type=submit]:hover{
	background: var(--global-palette-btn-bg-hover) !important;
	color: #f7f7f7 !important;
}

.DOPBSPCalendar-day .dopbsp-head .dopbsp-co.dopbsp-booked{
  display: none;
}

.dopbsp-view {
	background: var(--global-palette-btn-bg) !important;
	border-radius: 30px;
	font-size: 15px !important;
}

.dopbsp-view:hover {
	background: var(--global-palette-btn-bg-hover) !important;
}

.woocommerce-Price-amount{
  display: none;
}

.woocommerce section.products>h2 {
  font-weight: normal;
  font-size: 25px;
}

@media screen and (max-width: 719px) {
  .woocommerce div.product div.images {
    height: auto !important;
  }
}
