/*
* Theme Name: Wir Sind Wien
* Description: A Wordpress theme for wir-sind-wien.
* Author: UDM.at
* Author URI: http://www.udm.at/
* Version: 1.0.0
*/

@import url('./assets/stylesheet/css/main.css');

.bk-events-countdown {
  display: flex;
  align-items: flex-end;
  list-style-type: none;
  padding: 0;
  margin:0;
  margin-top: 25px;
}
.bk-events-countdown li {
  width: 25%;
  font-size: 12px;
  text-align: center;
  color: #666;
}
.bk-events-countdown span {
  display: block;
  font-size: 32px;
  color: #e10032;
  margin-bottom: 5px;
}

.bk-events-add-new-button {
  background-color: rgba(#e10032, .5);
}

.bk-events-add-new-button:hover {
  background-color: #e10032;
}
.top__cta-href:hover {
  text-decoration: underline;
}

.sidebar__sidebar .sub-menu  {
  display: none;
}
.sidebar__sidebar .current-menu-item .sub-menu,
.sidebar__sidebar .current-menu-parent .sub-menu,
.sidebar__sidebar .current-menu-ancestor .sub-menu {
  display: block;
}
.single-bk-events {
  padding-top: 0 !important;
}
.calendar__filter {
  max-width: 1170px;
  margin: 0 auto;
}

h1 {
  font-size: 30px;
  color: #5A5A5A;
  margin-bottom: 25px;
}
h2 {
  font-size: 24px;
  color: #5A5A5A;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  color: #5A5A5A;
  margin-bottom: 15px;
}
.wpb_text_column {
  color: #5A5A5A;
}
.wpb_text_column a{
  color: #e10032;
  text-decoration: none;
}
.wpb_text_column a:hover {
  text-decoration: underline;
}
#theme-my-login {
	padding: 150px 0 50px;
	margin: 0 auto;
}

.tml-user-avatar {
	display: none;
}

.tml-user-links li {
	list-style: none;
	line-height: 1.5em;
}

.tml-user-links li::before {
	content: "»";
	display: inline-block;
	margin-right: 10px;
}

.tml-user-links li a {
	color: #95989A;
	text-decoration: none;
	transition: all .3s ease;
}

.tml-user-links li a:hover {
	color: #e10032;
}

#theme-my-login input[type="text"],
#theme-my-login input[type="password"]{
	color: #95989A;
  height: 43px;
  display: block;
  width: 100%;
  border: 1px solid #CFD8DC;
  background-color: #fff;
  border-radius: 90px;
  padding: 0 15px;
  -webkit-appearance: none;
}

#theme-my-login input:focus {
	outline: none;
}

#theme-my-login input[type="submit"] {
	color: #e10032;
  height: 43px;
  border: 1px solid #e10032;
  border-radius: 90px;
	background: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  cursor: pointer;
  user-select: none;
  transition: all 0.15s ease-in-out;
}

#theme-my-login input[type="submit"]:hover {
	background: #e10032;
	color: #fff;
}

#theme-my-login .tml-action-links a {
	color: #e10032;
	text-decoration: none;
}

#theme-my-login .tml-action-links a:hover {
	text-decoration: underline;
}

/*added by Vincent*/
.bk-events-countdown span {
color: #e10032;
}

h2 {
color: #707173;
}

.event__description,
.event__reservations,
.event__pricing {
color: #5A5A5A;
line-height: 1.5;
}
.single-event a{
  color: #e10032;
  text-decoration: none;
}
.single-event a:hover {
  text-decoration: underline;
}

.calendar__loadmore {
  margin: 25px auto 0;
  color: #e10032;
  border: 2px solid #e10032;
  padding: 10px 20px;
  font-size: 14px;
  max-width: 150px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 20px;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}
.calendar__loadmore:hover {
  color: #fff;
  background-color: #e10032;
}
.calendar__loadmore--loading {
  position: relative;
  padding-right: 40px;
}
.calendar__loadmore--loading::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  content: '\f021';
  font-family: 'FontAwesome';
  transform: translateY(-50%);
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(359deg);
  }
}
.calendar__select {
  -moz-appearance: none;
}
