/*
Theme Name: HARC Amalie Lite Child
Theme URI: http://www.anarieldesign.com/amalie-lite-free-wordpress-theme/
Template: amalie-lite
Author: Anariel Design
Author URI: http://www.anarieldesign.com/
Description: "Amalie Lite" is a feature rich, uniquely designed free blogging theme built upon the free "Twenty Fifteen" WordPress theme. Responsive grid is a standard these days and "Amalie" makes a good use of it to preserve its unique looks across the whole range of internet capable devices.
Tags: two-columns,left-sidebar,accessibility-ready,custom-background,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,news
Version: 1.1.6.1632412377
Updated: 2021-09-23 15:52:57
*/

body, .widget-title {
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
}

.site-title {
	font-size: 4rem;
}

.subtitle {
	border: 2px solid gray;
	color: gray;
	padding: 1.5rem;
	text-align: right;
	max-width: 50%;
	float: right;
	display:  block;
	margin: 0 0 1rem 1rem;
}

.subtitle-mobile { 
	display: none; 
}

.subtitle-line {
	font-size: 1.5rem;
	font-style: italic;
  	font-weight: 100;
	display: block !important;
}

.training-label {
	background-color: black;
	border: none;
  border-radius: 25px;
  color: yellow;
    padding: 1rem;
    margin-bottom: 1rem;
    display: block !important;
text-transform: uppercase;
    font-family: sans-serif;
    font-size: 75%;
    text-align: center !important;
}

.training-caveat {
	font-family: sans-serif;
	font-weight: bold;
}

.entry-header {
	margin-bottom: 3rem;
}

.entry-title {
	margin-bottom: 1rem;
}

.site-title {
	margin-top:  2rem;
}

.widget-list {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-list li {
	border-top: 1px solid #ddd9d6;
	padding: 0.7667em 0;
}

.widget-list li:first-child {
	border-top: none;
	padding: 0.7667em 0;
}

.excerpt-permalink {
	text-align: right;
	font-style: italic;
}

.entry-title {
	clear: none;
}

img.custom-logo {
	/*max-height: 10% !important;*/
	padding: 0 10%;
}

.site-header {
	padding: 0 10%;
}

@media only screen and (max-width: 955px) {


  a.custom-logo-link img {
    display: none;
  }
  .entry-title {
		clear: both;
  }
  .subtitle-mobile {
		border: 2px solid gray;
		margin: 0rem;
		color: gray;
		padding: 1rem;
		text-align: right;
  	display:  block;
  }
  .subtitle {
  	display:  none;
  }
  .site-title {
  	margin-top:  0rem;
  }
}