/*
Theme Name: CODS Asesoramiento Jurídico
Theme URI: https://www.dentistassevilla.com/asesoria/
Author: Colegio Oficial de Dentistas de Sevilla
Author URI: https://www.dentistassevilla.com/
Description: Tema del Servicio de Asesoramiento Jurídico del CODS.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentythree-child
Template: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Three Child WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Three Child is distributed under the terms of the GNU GPL.
*/

body header, body footer {
	display: none;
}

body .wp-site-blocks main.wp-block-group {
	margin-top: 0px !important;
}

body.booked-noScroll {
	position: relative !important;
	height: auto !important;
	display: block !important;
}	

body .booked-appt-list .timeslot .spots-available {
  font-weight: 700;
	color: #000;
}

body .booked-calendar-wrap .booked-calendar .booked-appt-list {
	max-height: 100%;
}

body .booked-calendar .booked-appt-list .timeslot.timeslot-unavailable .timeslot-people button{
	background: 
  /* On "top" */
  repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #ccc 10px,
    #ccc 20px
  ),
  /* on "bottom" */
  linear-gradient(
    to bottom,
    #eee,
    #999
  );
	border-color: #eee;
}

body .booked-calendar .booked-appt-list .timeslot.timeslot-unavailable .timeslot-people button .spots-available {
	display: none;
}

body .booked-calendar .booked-appt-list .timeslot.timeslot-unavailable .timeslot-people button .button-timeslot {
	color: #000;
}

@media screen and (max-width: 720px) {
	body .booked-calendar .booked-appt-list .timeslot.timeslot-unavailable .timeslot-people button .button-text {
			display: block;
			font-weight: 700;
			color: #000;
	}	
	body main .has-global-padding {
		padding: 0px;
	}
	body .wp-site-blocks {
		padding-top: 0px;
	}
	h1.wp-block-post-title {
		font-size: 2rem;
		font-weight: 700;
	}
	body main .entry-content p {
		font-size: 1.15rem;
	}
}
