/*
Theme Name: Astra-Child
Theme URI: http://example.com/astra-child/
Description: Astra-Child
Author: Ahmed
Author URI: http://example.com
Template: astra
Version: 1.0.0
*/

/* General CSS */
#copyright-year{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
	color:var( --e-global-color-secondary);
	text-align:center;
}
#copyright-year a{
	color:var( --e-global-color-secondary);
}
div.ap-outer-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	margin-top: 20px;
}
div.ap-outer-wrapper ul.ap_pagination{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	max-width: 1140px;
	width: 100%;
	flex-wrap: wrap;
	margin: 0;
	padding: 10px;
	gap: 10px;
}
div.ap-outer-wrapper ul.ap_pagination li{
	border: 2px solid var( --e-global-color-primary);
	border-radius: 8px;
	background-color: var( --e-global-color-accent);
}
div.ap-outer-wrapper ul.ap_pagination li a{
	width: 100%;
	color: var( --e-global-color-primary);
}
div.ap-outer-wrapper ul.ap_pagination li a:hover{
	color: var( --e-global-color-secondary);
}
.searchandfilter ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
.searchandfilter ul li{
	padding: 0;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.searchandfilter ul li select{
	border: 2px solid var( --e-global-color-primary);
	border-radius: 8px;
	background-color: var( --e-global-color-accent);
}
.searchandfilter ul li input[type="submit"]{
	border-radius: 8px;
	color: var( --e-global-color-secondary);
	background-color: var( --e-global-color-primary);
	font-size: var(--e-global-typography-text-font-size) !important;
	transition: 0.3s;
}
.searchandfilter ul li input[type="submit"]:hover{
	color: var( --e-global-color-primary);
	background-color: var( --e-global-color-secondary);
}
.elementor-posts-container.elementor-posts .elementor-post.exhibitor{
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.elementor-post.exhibitor .elementor-post__thumbnail__link{
	margin: 0 !important;
}
.elementor-post.exhibitor .elementor-post__thumbnail__link .elementor-post__thumbnail{
	padding: 0 !important;
    height: auto;
    width: 250px;
}
.elementor-post.exhibitor .elementor-post__thumbnail__link .elementor-post__thumbnail img{
	position: relative;
    left: unset;
    top: unset;
    transform: none;
    width: 100%;
}
.exhibitor-img img{
	box-shadow: none !important;
}
@media (max-width:767px){
	.elementor-posts-container.elementor-posts .elementor-post.exhibitor{
		flex-direction: column;
		align-items: center;
	}
	.elementor-post.exhibitor .elementor-post__thumbnail__link{
		width: auto !important;
	}
}
/* General CSS End */