/*
Theme Name:     Tadpole Kadence Child Theme
Theme URI:      https://develop.tadpole.cc/themes/tad-kadence-child
Description:    Kadence child theme.
Author:         Tadpole Collective
Author URI:     https://develop.tadpole.cc/themes/tad-kadence-child
Template:       kadence
Version:        0.1.0
*/

/* Orange labels behind the page titles */
h1.entry-title,
.crm-socialnetwork.alert h2 {
	background-color: var(--global-palette1);
	border-radius: 0 25px 25px 0;
	box-shadow: 0px 2px 5px #666;
	color: var(--global-palette9);
	margin: 0 0 20px;
	max-width: 55%;
	padding: 30px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);	
}

/* MailChimp forms - add a space between the checkboxes and their labels */
#mc_embed_signup .mc-field-group.input-group input {
	margin-right: 5px;
}

/* Adjustments for smaller screens */
@media screen and (max-width: 766px) {
    /* Orange labels behind the page titles - do not confine their width */
	h1.entry-title,
	.crm-socialnetwork.alert h2 {
        max-width: 100%;
    }

	/* Social icon area in footer - padding adjustment */
	#crm-container .crm-socialnetwork {
		margin-top: 2.5em;
	}
}

/* Full Calendar Display */

.fc-basic-view tbody .fc-row.fc-week {
	min-height: 12em;
}

/* Events list display */

 .custom-archive-loop-item.entry article.entry {
	box-shadow: none;
	border-radius: 0;
}

.custom-archive-loop-item.entry.event {
	background-color: #ffffff;
	box-shadow: 0 .125rem .25rem #00000026;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

@media screen and (min-width: 1025px) {
	body.post-type-archive-event #archive-container .custom-archive-loop-item .entry-header {
		min-height: 7em;
	}
}