
/*=== Events Calendar Start ===*/
#tribe-events-content,
#tribe-bar-form,
#tribe-bar-form input[type=text] {
	font-family: Arial, sans-serif;
}
#tribe-events-content .tribe-event-url {
	color: #532b68;
	font-size: 1.2rem;
}
#tribe-events-content .tribe-event-url:hover {
	color: black;
}
.tribe-events-read-more {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.tribe-events-read-more:hover {
	color: #532b68;
}
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-events .tribe-events-button {
	background: #532b68;
}
#tribe-bar-form label {
	text-transform: capitalize;
}
#tribe-bar-form input[type=text] {
	font-style: normal;
}
.tribe-bar-views-list li {
	font-size: 0.8rem;
	font-weight: normal;
}
.tribe-events-notices {
	background: #d1bcdb;
	border-color: #532b68;
	color: black;
	text-shadow: none;
}
#tribe-events .tribe-events-calendar td.tribe-events-present > div{
	background-color: #532b68;
}
.tribe-events-tooltip h3 {
	color: #532b68;
}
.tribe-events-loop .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
	background: #d1bcdb;
	color: black;
}
.tribe-events-loop .tribe-events-day-time-slot .tribe-events-list-event-title a {
	color: #532b68;
}
.tribe-events-loop .tribe-events-day-time-slot .tribe-events-list-event-title a:hover {
	color: black;
}
/*=== Events Calendar End ===*/

/* Remove default footer */
.site-footer .site-info-contain {
	display: none;
}

/* Keep tagline on mobile */
@media only screen and (max-width: 670px) {
    .site-description {
        font-size: 14px;
        display: block;
        padding-left: 0;
    }   
}
@media only screen and (max-width: 600px) {
    .site-branding {
        flex-direction: column;
    }   
}

/* === START Footer Social === */
.footer-social a:hover {
	color: #eecfff;
}

.footer-social .wp-block-social-link svg {
	position: relative;
	top: 2px;
}
/* === END Footer social === */

/* === START Social icons in menu === */
.social.menu-item.menu-item-type-custom.menu-item-object-custom {
	width: 36px;
	height: 38px;
	background-color: #E7E7E7;
	border-radius: 50px;
	text-align: center;
}
.social.menu-item.menu-item-type-custom.menu-item-object-custom a {
	color: #FFFFFF;
	display: inline-block;
}
.social.menu-item.menu-item-type-custom.menu-item-object-custom svg {
	position: relative;
	top: 7px;
}
/* Instagram */
.social.instagram.menu-item.menu-item-type-custom.menu-item-object-custom {
	background-color: #532b68;
}
/* Twitter */
.social.twitter.menu-item.menu-item-type-custom.menu-item-object-custom {
	background-color: #1DA1F2;
}
/* === END Social icons in menu === */

/* === START Header Subscribe button*/
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1139 a{
	background-color: #ed1c24;
	color: #fff !important;
	text-decoration:none !important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1139 a:hover{
	background: #111 !important;
}

/* === END Header Subscribe button*/

/* === START Social Media Link in Social Media Menu === */
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1206 li {
    margin: 4px 8px 4px 0;
    border-radius: 9999px;
    transition: transform 0.1s ease;
    height: auto;
}
/* === END Social Media Link in Social Media Menu === */
.wp-block-column.ad-column-right {
    min-width: 300px;
		margin-left: 0;
}
.wp-block-column.ad-content-column-left {
    width: 100%;
    flex-basis: 100%!important;
}
.newspack_global_ad.global_below_header {
    margin: 2rem 0;
}
.single-featured-image-behind .newspack_global_ad.global_below_header, .newspack_global_ad.global_above_footer {
   margin-bottom: 2rem;
}

/* === Less Padding in Nav === */
.site-header .nav1 .main-menu>li{
	margin-right: 0;
}
.nav1 .main-menu>li>a {
	padding-left: 0.4em;
	padding-right: 0.4em;
}
/* =========================== */

/*fix footer ad */
.newspack_global_ad.global_above_footer {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}