@charset "UTF-8";
/* 
Theme Name: EIDA
Theme URI: 
Description: EIDA is a child theme of Hello Elementor, created by Elementor team
Author: Creative Coop
Author URI: 
Template: hello-elementor
Version: 1.0.0
Text Domain: eida
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --eida-darkblue: #16A1EF;
  --eida-red: #F15F5D;
  --eida-blue: #0CC0DF;
}

html, body {
  height: 100%;
}

a {
color: #0E90A9;
}

body.admin-bar {
  height: calc(100% - 32px);
}



.downloads-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-start;
}
.download-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
    align-items: flex-start;
}
@media (min-width: 768px){	
	.download-card {
		flex-direction: row;
	}
}
.elementor img.download-card-thumbnail {
	max-width: 100%;
	height: auto;
}
@media (min-width: 992px){	
	.elementor img.download-card-thumbnail {
		max-width: 150px;
	}
}
.download-card-info {
	display: flex;
	flex-direction: column;
}
h3.download-card-title {
	font-size: 1rem;
	letter-spacing: 0;
	line-height:1.5em;
	margin: 0;
}
.download-card-date {
}
.download-card-link {
	color: #12304C;
}
.download-card-link:focus,
.download-card-link:hover {
}
.download-card-unavailable {
	color: #888888;
	font-style: italic;
}



.eventorganiser-event-meta {
	border: 1px solid #A7A9AC;
	border-radius: 20px;
	padding: 15px 30px;
}
.eventorganiser-event-meta ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.eventorganiser-event-meta ul li {
	padding: 15px 0;
}
.eventorganiser-event-meta ul li > strong,
.eventorganiser-event-meta ul li > span {
	display: block;
}
.eventorganiser-event-meta ul li > strong {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 10px;
}

.crm-submit-buttons button[type=submit].crm-form-submit.default,
.civicrm-event-register-link a,
.crm-submit-buttons button[type=submit].crm-form-submit.cancel {
    background-color: #12304C;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 30px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	text-decoration: none;
}
.crm-submit-buttons button[type=submit]:hover.crm-form-submit.default,
.civicrm-event-register-link a:hover {
    color: #fff;
    background-color: #4D6479;
}
.crm-submit-buttons button[type=submit]:hover.crm-form-submit.cancel,
.crm-submit-buttons button[type=submit]:focus.crm-form-submit.default,
.civicrm-event-register-link a:focus {
    outline: 4px solid #0E90A9;	
}


.crm-submit-buttons button[type=submit].crm-form-submit.cancel {
    background-color: #4D6479;
	
}
.crm-submit-buttons button[type=submit]:hover.crm-form-submit.cancel {
    color: #fff;
    background-color: #12304C;
	
}

