/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CTAs for accessibility */
.elementor-cta__content {
	align-content: flex-end !important;
	padding: 0 !important;
}

.elementor-cta__title {
    background: #5931D3;
    height: 3.5em;
    padding-top: 10px;

}


/* Events Calendar */

.tribe-events-c-top-bar.tribe-events-header__top-bar {
	display:none !important;
}

.tribe-events-calendar-day__event-featured-image-link {
	display:none !important;
}

header.tribe-events-header.tribe-events-header--has-event-search {
	display:none !important;
}

.tribe-events-calendar-day__time-separator {
	display:none !important;
}

nav.tribe-events-calendar-day-nav.tribe-events-c-nav {
	display:none !important;
}





/* Add your custom page styles here */
.page-id-270 .newsletter-signup {display:none !important}

.page-id-781 .presenting-sponsor {display:none !important;}

.page-id-781 .sponsor-banner {display:none !important;}

/*remove spacing at top on mobile */


/*buttons with borders*/

.hp-button a, .hp-button2 a, .hp-button3 a {
    color:white;
}

.hp-button .elementor-widget-container p {
            display: inline-block;
            width: 90%; 
            background-color: #5931D3; 
            padding: 25px 10px; 
            text-align: center; 
            margin: 0 auto; 
            box-shadow: 8px 8px 0px #e8b23a;
	
            cursor:pointer;
        }
        
        .hp-button2 .elementor-widget-container p {
            display: inline-block;
            width: 90%; 
            background-color: #5931D3; 
            padding: 25px 10px; 
            text-align: center; 
            margin: 0 auto; 
            box-shadow: 8px 8px 0px #E8496B;
            cursor:pointer;
        }
        
                .hp-button3 .elementor-widget-container p {
            display: inline-block;
            width: 75%; 
            background-color: #5931D3; 
            padding: 10px; 
            text-align: center; 
            margin: 0 auto; 
            box-shadow: 8px 8px 0px #fff;
            cursor:pointer;
        }
h1.entry-title{
display:none !important;
}

.post-password-form {
    padding: 400px 100px;
    height: 100vh;
    background: lightgray;
}
/* artisan filter */



/* select drop downs */

select {
    background: transparent;
    border: 1px solid #5931d3;
    color: #5931d3;
    font-family: 'Poppins';
}

select:focus, select:active {
border:2px solid #5931d3;
}

select option {
color:#5931d3;
}

option:hover {
	background-color: pink;
}
#vendor-filters, #artisan-vendor-filters {
display:flex;
justify-content:space-between;
gap:10px;

}

.reset-filters {
width: 25%;
text-align:center;
padding: 10px;
background-color: #5931d3;
	font-family:'poppins';
	cursor:pointer;
transition: background-color, .4s;
color:white;
}

/* end select dropdowns */

#filter-grid {
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:20px;
margin-top: 25px;
margin-bottom: 25px;
}

.post-item {
display:flex;
flex-direction:column;
border: 1px solid #B8BDC9;
margin-bottom: 10px;
padding:10px;
}

.post-thumbnail {
width:200px;
height: 225px;
margin:0 auto;
display:flex;
justify-content: center; 
align-items: center; 
}

.post-thumbnail img {
max-height:225px;
}



.filter-post-title a {
font-family:poppins;
font-size:22px;
font-weight:semi-bold;
color: #000;
}

.dietary-options {
display:flex;
	align-items: center;
gap: 5px;
margin-top:5px;
}

.post-card-regions {
font-weight:bold;
}

@media screen and (max-width:800px) {
	#filter-grid {

grid-template-columns: repeat(2, 1fr);
}

#vendor-filters {
flex-direction: column;
	}

.reset-filters {
width: auto;
margin: 0 auto;
	}

.post-thumbnail {
width:200px;
	}
}

@media screen and (max-width:500px) {
	
	.post-thumbnail {
		width:130px
		}
	.filter-post-title a {
		font-size:18px;
	}
	
	
}

.tribe-events-l-container {
padding-top: 0 !important;
padding-left: 0 !important;
Padding-right: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
flex: .75 !important;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
margin-top: 0 !important;
}

nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
display:none !important;
}

.tribe-events-c-subscribe-dropdown__container {
display:none !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
text-align: left !important;
}

.tribe-common-g-row tribe-events-calendar-list__event-row {
align-items: center !important;
}

.tribe-events .tribe-events-l-container {
min-height: auto !important;
padding-bottom: 0 !important;
}

/*events single template */

.tec-events-elementor-event-widget__categories-link-wrapper a {
text-decoration:none !important;
pointer-events:none !important;
}
