/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* Кнопка купить */
.buy-button-container {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.buy-button {
	padding: 10px 20px;
	background-color: #57b477;
	color: #ffffff!important;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	border: none!important;
	border-radius: 5px;
	cursor: pointer;
}
.buy-button:hover {
	background: #72cf92;
}
.buy-button-with-dropdown {
	position: relative;
}
.arrow-down {
	margin-left: 5px;
}
.dropdown-content {
	display: none;
	border: 1px solid #57b477;
	border-radius: 5px;
	position: absolute;
	background-color: #fff;
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content.show {
    display: block;
}
.dropdown-content a {
	color: black;
	padding: 7px 16px;
	text-decoration: none;
	display: block;
	border: none!important;
	text-align: left;
}
.dropdown-content a:hover {
	color: white;
	background: #72cf92;
}

.arrow-down svg {
	width: 10px;
}

/* Дата на картинці */

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
  position: relative;
}
 
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-date-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
}
 
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-date-tag-datetime {
  display: flex;
  flex-direction: column;
  text-align: center;
}
 
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-date-tag-month {
  color: #141827;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: #727272;
  text-transform: uppercase;
}