/**
Theme Name: Astra Child
Author: Varsha Saini
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

header#masthead {
    position: sticky;
    width: 100%;
    top: 0;
	z-index: 111;
}
.site-header{
    position: sticky!important;
    width: 100%!important;
    top: 0!important;
		z-index: 111!important;
    background: #000;
}
.menu-item-has-children .sub-menu a.menu-link:hover {
    color: #e8a153!important;
}
.single-events .event-featured-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.single-events  .event-meta p {
margin:0px;
}
.single-events .event-header{
	margin-top:30px;
}
.single-events  .event-meta {
    line-height: normal;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.single-events .event-header h1 {
    line-height: 40px;
    font-size: 34px;
}
.single-events .ast-container {
    display: block;
}
.about-card:hover {
    border-color: #C19155;
}
.all-events button#load-more-events {
    background: #C19155;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}
.all-events button#load-more-events:hover{
	color:#000!important;
}
.all-events h3.event-title {
    font-size: 24px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.all-events-home h3.event-title {
    font-size: 24px;
    margin-bottom: 0px;
}
.all-events-home .event-meta {
    margin-bottom: 0px;
}
.all-events .event-meta {
    margin-bottom: 0px;
}
.main-ban img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.ue-flip-box__panel__element.ue-flip-box__title {
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    font-weight: bold;
}
.ue-flip-box__panel--front-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 70%, #000000 100%);
    opacity: 100%;
}
.right-side-price table, .right-side-price tr,.right-side-price th, .right-side-price td{
	border-color:#C19155;
}
.right-side-price th {
    color:#C19155;
}
.right-side-price table tr, .right-side-price table td {
    text-align: center;
}
.right-side-price ul li{
	margin-bottom:10px;
}
.text-space-none p {
    margin: 0px;
}
.right-side-price ul li::marker {
    color:#C19155;
}
.center-side-price ul li::marker {
    color:#000!important;
}
.right-side-price ul {
    margin: 0px!important;
    padding-left: 20px!important;
}
.right-side-price ul li strong {
    color:#C19155;
    font-size: 18px;
}
.center-side-price strong {
    color: #000!important;
}
.event-image img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
}








/*RESPONSIVE CODE*/
@media (min-width: 921px){
	.menu-item-has-children .sub-menu a.menu-link {
    color: #000!important;
}
}

@media (max-width: 767px){
.single-events .event-featured-image img {
    height: 400px;
}
	.single-events article.single-event {
    padding: 0px 10px;
}
	.single-events .event-header {
    margin-top: 20px;
}
.main-ban img {
    height: 400px;
}
	
}










