/*
Theme Name: St. James Calendario Citas
Theme URL: http://wpamanuke.com/
Description: Calendario de citas de los distintos profesores de St. James con motivo del Día del Padre organizado por el centro.
Author: jWeb Rare Design	
Author URL: https://jweb.es
Template: twentytwenty
Version: 1.0.0
Text Domain: stjames
*/ 
/* Custom CSS goes after this line */

body {
	background: #fff;
}

.site-logo img {
	max-height: 11rem;
}


h1, .heading-size-1 {
    font-size: 4.6rem;
}

h1.entry-title {
	color: #DB291E;
	margin: 0;
}
/*
body:not(.overlay-header) #site-header .toggle {
	display: none !important;
}

body:not(.enable-search-modal) .site-logo img {
    margin: 0;
	display: inline-block;
}

body:not(.enable-search-modal) .header-titles-wrapper {
    display: block;	
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}*/

.header-inner {
	max-width: 950px;
}

.entry-content {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.post-inner {
    padding-top: 1rem;
}

section {
    padding: 1rem 0;
}

.singular .entry-header {
    padding: 0;
}

.elementor-heading-title {
    color: #1C325A !important;
}

.entry-content p, .entry-content li {
	font-size: 2.3rem;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 1rem;
}

#site-footer .section-inner {
	width: 100%;
}

.footer-credits {
    display: block;
    margin: 0px auto;
}

.wp-block-image.mt-0 {
	margin-top: 0px !important;
}

body #booked-profile-page {
	margin: 0px auto;
}

.elementor-widget-image img, .wp-block-image img {
    border-radius: 4px !important;
}

@media (min-width: 1220px) {
	h1, .heading-size-1 {
		font-size: 6.4rem;
	}
}
@media (min-width: 1000px) {
	.header-toggles {display:none;}
}

@media (min-width: 700px) {	
	h2, .heading-size-2 {
		font-size: 2.8rem;
	}
	.post-inner {
		padding-top: 1rem;
	}		
	section {
		padding: 1rem 0;
	}	
	.section-inner {
		width: calc(100% - 4rem);
	}	
	.entry-content h1, .entry-content h2, .entry-content h3 {
		margin: 2rem auto 2rem;
	}		
	.singular .entry-header {
		padding: 0;
	}
	.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
		margin-top: 1rem;
	}	
}

@media (max-width: 699px) {
	.site-logo img {
		max-height: 8rem;
	}
}

body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
	display:block;
	padding-top: 5px;
	font-size: 0.8rem;
	font-weight: 700;
}