/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Added by Hayley J */
.blog-title{
	 text-align: left;
	 color: #fff;
	 margin-bottom: 10px;
	 font-size: 22px;
 }
.blog-post{
	 padding: 10px 0!important;
 }
.uk-subnav > * > *{
	 color: #93673A;
}
.tm-article-author{
	display:  none;
}
.uk-article-meta > span + span{
	margin-left: 0;
	color: #8b8b8b;
	margin-right: 10px;
}
.tm-article-category a{
	color: #8b8b8b;
	text-decoration: none;
}
.tm-article-category a:hover{
	color: #93673A;
}
html{
   background: #c0c0c0!important;
}
.uk-navbar-toggle {
    color: #FFFFFF;
}
.tm-socialbar{ 
	display: none!important;
}
.wpcf7-form-control-signature-body canvas {
    border: 2px dotted #fff;
}
.tm-content-boxed .uk-article .uk-panel-box:not(.uk-panel-box-primary):not(.uk-panel-box-secondary) {
    display: none!important;
}
.wp-caption-text {
    font-size: 14px;
    line-height: 1.6;
}
@media(max-width:767px) {
	.tm-cover-content h1 {
		font-size: 25px;
   	 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.76)!important;
	}
	.uk-slideshow-fullscreen, .uk-slideshow-fullscreen>li {
   	 height: 80vh!important;
	}
	.uk-width-medium-1-2.two {
    width: 100%;
	}
}