/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/

.nav-links {
	font-size: 1.25rem;
    font-weight: bold;
}

.nav-links a {
	background: #0B6DB6;
	padding: 1rem;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
}

.ataxia-events #primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: inherit;
    padding: 0;
}

.ataxia-events .site-content {
    margin: 0;
}

.ataxia-events-top {
    text-align: center;
    padding: 10px;
}

.ataxia-events-top h1 {
    color: #0b6db6;
    font-family: "Ubuntu", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0;
    line-height: 1;
}

.ataxia-events-top p {
    color: #212529;
    font-family:"Roboto", Sans-serif;
    font-size: 18px;
    padding: 10px;
}

.ataxia-events-title-separator {
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
}

.ataxia-events-title-separator:after {
    border: 2px solid #0b6db6;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 60px;
}

.ataxia-event-wrapper {
    padding: 10px;
}

.ataxia-event {
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ataxia-event-image {
    width: 30%;
    margin: 0 15px 0 0;
}

.ataxia-event-image img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ataxia-event-details {
    width: 100%;
}

.ataxia-event-details h3 {
    color: #0b6db6;
    font-family: "Ubuntu", Sans-serif;
    font-size: 30px;
    font-weight: 800;
}

.ataxia-event-details h3 a {
    color: #0b6db6;
}

.ataxia-event-details-content {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
}

.ataxia-event-cta {
    margin: 0 0 15px;
    text-align: right;
}

.ataxia-event-cta a {
    background-color: #0B6DB6;
    border-radius: 15px 15px 15px 15px;
    font-family: "Roboto", Sans-serif;
    width: auto;
    display: inline-block;
    line-height: 1;
    color: #fff;
    fill: #fff;
    text-align: center;
}

.ataxia-event-cta a.ataxia-event-link-icon {
    font-size: 18px;
    padding: 20px 40px;
}

.ataxia-event-cta a.ataxia-event-link-text {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    padding: 12px 24px;
    font-weight: 500;
}