/*
Theme Name:     Sandbox Child
Theme URI:      https://demo.oceanthemes.site/sandbox/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       sandbox
*/

@import url("../sandbox/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
#tweetfeed {
	line-height: 0;
}
.lightwidget__lightbox-details {
    padding: 1.5rem !important;
}
.lightwidget__lightbox-dialog {
    border-radius: 1rem !important;
    overflow: hidden !important;
}
.lightwidget__lightbox--active .lightwidget__lightbox-dialog {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
}
.lightwidget__lightbox-caption {
    font-size: 0.9rem !important;
}
.cat-btn {
	transition: transform 300ms ease-in-out;
}

.cat-btn:hover {
    transform: translateY(-10px);
}
.lang-header .lang-item {
	text-transform:unset;
}
.hidden-overflow {
	overflow:hidden;
}
.page-header {
	background-position: bottom;
}
#tribe-events-pg-template {
  margin: 100px auto;
  max-width: 1320px;
}
.tec-events-elementor-event-widget__venue-container {
  width: 100%;
}
.tec-events-elementor-event-widget__venue-container {
	max-width: 100%;
}
@media only screen and (min-width: 767px) {
  .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container, .tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-container {
    grid-template-columns: 1fr 3fr !important;
    max-width: 100% !important;
	      background: #f6f6f6;

  }
  .tribe-events-meta-group {
    width: 330px;
  }
}
.elementor-16626 .elementor-element.elementor-element-aa290cb .tec-events-elementor-event-widget__venue-map {
  max-width: 97% !important;
  width: 100%;
  border-radius: 20px 20px 20px 20px;
	overflow: hidden;
}
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container, .tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-container {
	border: 1px solid var(--tec-color-border-secondary);
	border-radius:20px !important;
}
#homepage-cards-tablet .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: inline-block !important;
}
.mc4wp-success {
	background: lightgreen;
  padding: 20px 20px 1px 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #333;
}