/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body, html {
	overflow-x: clip;
}

.etn-calender-list li a {
    color: white;
}

.etn-event-single-wrap {
    padding-top: 64px;
}

.etn-event-item h3.etn-title a {
    color: white;
}

.events_calendar_standard table tbody tr {
	background-color: white;
}

.etn-event-item:hover .etn-event-date {
	color: #72984b;
}

.etn-sidebar .etn-widget, .etn-event-single-wrap .etn-event-single-content-wrap {
	box-shadow: none !important;
}

/* fix for gutenberg content images added to Bricks sections */
div.wp-block-image, .wp-block-image figure:not(.wp-block-gallery figure) {
    width: fit-content;
	padding: 16px;
}

div.wp-block-image:has(.alignright)
{
	float: right;
}

div.wp-block-image:has(.alignleft)
{
	float: left;
}

div.wp-block-image:has(.aligncenter)
{
	margin-left: auto;
  	margin-right: auto;
}