/* 
Theme Name: Adidam Regional Themes
Template: hello-elementor
Version: 1.0
Text Domain: adidam-regional
*/

h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

body {
    color:#333333;
    font-family:"Open Sans", Sans-serif;
    font-size:14px;
    line-height:1.5em;
}

p {
    margin-bottom:1em;
}

.site-identity {
    color: #ffffff; 
    font-size: 30px; 
    font-weight: 600;
}
.site-region {
    color: #ffffff; 
    font-size: 16px; 
    font-weight: 600;
}
@media (max-width: 767px) {
    .site-identity {
        font-size: 24px; 
    }
    .site-region {
        font-size: 15px; 
    }
}
header p {
    margin-bottom: 0;
}

.book--cover-image {
	float: left;
    clear: left;
    margin-right: 20px;
    max-width: 200px;
}
.book--details {

}
.book--title {
	font-size: 16px;
    font-weight: bold;
    color: #685c53;
    margin-bottom: 5px;
}
.book--subtitle {
	font-size: 14px;
    font-style: italic;
    color: #685c53;
    font-weight: 600;
}
.book--description {
	font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px;
}
div.book--purchase-buttons a {
	font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px;
    background-color: #685c53;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 30px;
    display: inline-block;
    margin-bottom: 10px;
}
div.book--purchase-buttons a:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .book {
        text-align: center;
    }
    .book--cover-image {
        float: none;
        margin-bottom: 10px;
    }
    div.book--purchase-buttons {
        margin-bottom: 20px;
    }
    .book-section-heading {
        border-top: 1px solid #685c53;
    }
}


.eb-events-container h2.eb-events-heading {
    color: #5c4a23;
    font-size: 26px;
    margin: 0 0 20px;    
    font-weight: 400;
}
.eb-event {
    padding-top: 30px;
    margin-bottom: 40px;
    border-top: 1px solid #5c4a23;
}
.events-page-events .eb-event {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
    border-top: none;
}
.eb-event-title {
    font-size: 18px;
    font-weight: 600;
    color: #524b26;
    line-height: 26px;
    margin-bottom: 4px;
}
.eb-event-datetime {
    font-size: 16px;
    font-weight: 600;
    color: #37939b;
    line-height: 26px;
    margin-bottom: 10px;
}
.eb-event-venue {
    font-size: 16px;
    margin-bottom: 12px;
    font-style: inherit;
}
.eb-event-description {
    margin-top: 6px;
    margin-bottom: 28px;
    font-size: 16px;
}
.eb-events-container a.eb-event-link {
    background-color: #685c53;
    border: none;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 8px 30px;
    margin-top: 10px;
}
.eb-events-container a.eb-event-link:hover {
    color: #fff;
}

.top-quote-quotation {
    color: #B89D18;
    font-size: 24px;
    font-style: italic;
    font-family: "Libre Baskerville", Sans-serif;
    line-height: 1.3em;
}
@media (max-width: 767px) {
    .top-quote-quotation {
        text-align: center;
    }    
}
.top-quote-attribution {
    font-size: 16px; 
    text-transform: none;
    color: #B89D18;
    font-family: "Libre Baskerville", Sans-serif;
    text-align: end;
}


