/*
Theme Name: Mrmw
Theme URI: http://www.na.mrmw.net/
Description: A event organizer theme for WordPress.
Version: 1.0
Author: Molnar Csaba
Author URI: http://www.pagini-web.eu/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, clean, simple, responsive
Text Domain: mrmw
*/

.widget-title-holder {
  font-size: 3.231rem;
  line-height: 1.3;
  text-align: center;
}

.widget-title-holder .widget-title span {
  color: #F1910B;
}

.ticket-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #2F8CCC;
}

.ticket-separate::after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.ticket-separate::before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.ticket-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}
