/*
 Theme Name:   Adamos Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Adamos Child Theme
 Author:       Mark Pemburn
 Author URI:   http://example.com
 Template:     adamos
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  adamos-child
*/

body {
    color: #111;
}

.hide {
    display: none;
}
#menu-top_nav {
	position: absolute;
	left: 10rem;
}
.entry-title,
.page-title {
    text-transform: none;
    font-size: 24px;
    font-size: 2.4rem;
}

#search_wrapper {
}

input[type=text].contact, textarea.contact {
    width: 50%;
}

select.contact {
    width: 50%;
}

label.error {
    display: block;
    border: none;
    font-weight: bold;
}

span.required {
    color: #ff0000;
}

.single-tribe_events .tribe-events-content {
    max-width: none;
}

strong {
    font-weight: bold;
}

.wp-audio-shortcode {
    visibility: visible !important;
}

.entry-content {
    font-family: Arial, sans-serif !important;
    font-size: 110%;
    color: #111;
}