/*
Theme Name: Markegy Elementor
Theme URI: https://markegy.at/
Author: Markegy
Author URI: https://markegy.at
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* PARAGRAHP & TEXT COLOR */
p {
	margin: 0 0 1.5rem;
}

h2 {
	margin: 10px 0px 16px 0px;
}

.color-accent-light {
	color: #8B4AFF
}
.color-light-grey {
	color: #D1D1D2
}
.color-green-jade {
	color: #01B794
}
.color-accent-yellow {
	color: #FFC200
}
/* OFFCANVAS MENU */
.off-canvas-menu li > ul.sub-menu {
	position: initial !important;
}
.off-canvas-menu li > ul.sub-menu li > a {
	border-left: none !important
}
/* EVENTS ELEMENTS */
.evtdate {
    min-width: 76px;
    min-height: 76px;
	padding: 17px 26px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evtdate > div {
	text-align: center;
}
.evtdate > div:nth-child(2){
	margin:0 12px
}
.evtnum {
	font-size: 26px;
	font-weight: 600;
}
.evtmonth {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
}
.evtinfo {
	margin: 0;
	padding: 0;
	list-style: none;
}
.evtinfo li {
	display: inline-block;
	background-color: #F4F3F4;
	color: #1B1820;
	font-size: 16px;
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 10px;
}
/* MOBILE LAYOUT */
@media screen and (max-width: 767px) {
	/**
	* Testimonial photo on mobile
	*/
	.testimonial-pic {
		margin-bottom: 10px !important
	}
	/**
	* Elementor padding outer container mobile
	*/
	/*
	body.elementor-page > div[data-elementor-type="wp-page"] > .e-con-boxed {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	*/
	body.elementor-page > div[data-elementor-type="wp-page"] > .flush.e-con-boxed {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}