/*
Theme Name: Willow Tree Theme
Theme URI: https://www.willow-tree-counselling.co.uk/
Author: Giles Roadnight
Author URI: https://giles.roadnight.name
Description: Theme for willow Tree Counselling based on twentyseventeen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: willow-tree-counselling.co.uk
Template: twentyseventeen
*/

@font-face {		
  font-family: Arkhip;		
  src: url(assets/fonts/Arkhip_font.ttf);		
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arkhip;
	color: #881d1d;
	text-transform: none;
}

.willow-submit-button {		
	background-color: #881d1d !important;		
	color: #FFFFFF !important;		
	border: 1px solid transparent !important;		
	border-radius: 0.25rem !important;		
	font-weight: 400 !important;		
}		

.wpforms-field-label {		
	font-weight: 400 !important;		
}

.site-title, 
.site-title a {
	font-family: Arkhip;
	color: #881d1d;
	text-transform: none;
}

.page-title {
	font-family: Arkhip;
	color: #881d1d;
	text-transform: none;
}

.site-description {
	color: #881d1d;
}

.main-navigation li a {
	color: #881d1d;
	font-family: Arkhip;
}

.entry-header .entry-title {
	font-family: Arkhip;		
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #881d1d;
	font-size: 26px;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.page.page-one-column .entry-header,
.twentyseventeen-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
	margin-bottom: 2em;	
}

.widget {
	padding-bottom: 1em;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: none;
}

.twentyseventeen-front-page article:not(:last-child)::after{		
	content: "";			
    height: 100px;		
	background-image: url("/wp-content/uploads/2019/05/cropped-profile_picture_symbol.png");		
	background-repeat: no-repeat;		
	background-position: center;		
	background-size: contain;		
    display: block;		
}

.site-content::after{		
	content: "";		
    height: 100px;		
	background-image: url("/wp-content/uploads/2019/05/cropped-profile_picture_symbol.png");		
	background-repeat: no-repeat;		
	background-position: center;		
	background-size: contain;		
    display: block;		
}

@media screen and ( max-width: 40em ) {		
			
	.alignright, .alignleft {		
		clear: both !important;		
		margin-left: auto !important;		
		margin-right: auto !important;		
		float: unset !important;		
	}		
			
}