/*
Theme Name: RealesWP Child
Theme URI: http://mariusn.com/themes/reales-wp/
Template: realeswp
Description: Reales WP Child theme
Version: 1.0.8
Author: Marius Nastase | n3sty.marius@gmail.com
Author URI: http://mariusn.com/
Text Domain: reales
Tags: black, white, light, four-columns, responsive-layout, custom-colors, custom-header, custom-menu, featured-image-header, full-width-template, sticky-post, theme-options, translation-ready, threaded-comments
License: 
License URI: 
*/

#header .logo {
	background-color: #555 !important;
}

.home-subtitle {
	font-size: 32px;
	margin: 0 auto;
	max-width: 500px;
	text-transform: none;
}

.home-title {
	font-size: 50px;
	text-transform: none;
}

.s-text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.top-nav a, .userTop, .user-nav a {
	font-size: 14px;
}

.accordion {
  background: white;
  margin: auto;
  padding: 1em;
  width: 100%;
}
.accordion h1 {
  text-align: center;
  font-size: x-large;
}
.accordion h2 {
  color: red;
  cursor: pointer;
  padding-bottom: 0.5em;
}
.accordion h2, .accordion p {
  margin: 0;
}