/*
 Theme Name:   The Coffee Barn Theme
 Theme URI:    https://www.thecoffeebarn.co.uk/
 Description:  The Coffee Barn Theme
 Author:       JC Web Design
 Author URI:   https://www.jcwebdesign.net
 Template:     twentytwenty
 Version:      1.0.0
*/
table {
	border-color: #f9f9f9!important;
}
.widget table, .widget table * {
    border-color: #f9f9f9!important;
}
#xtvctable {
	display: none!important;
}
#xtvccount img {
	float: left;
}
.footer-widgets {
    width: 100%;
	text-align: center;
}
#mvcwid {
    margin: 0px auto;
    width: 116px!important;
}
.footer-widgets-outer-wrapper {
	padding: 0px!important;
	padding-top: 20px!important;
}
.widget_xt_visitor_counter h2.widget-title {
	margin-bottom: 0px!Important;
	padding-bottom: 0px!Important;
	font-size: 16px;
}
.header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top {
	border: none!important;
}

@font-face {
    font-family: 'American Typewriter';  
    src: url(https://www.thecoffeebarn.co.uk/wp-content/themes/thecoffeebarn/fonts/American-Typewriter-Regular.ttf);  
    font-weight: normal;  
}
h1, h2, h3, h4, h5, p, ul, li, a {
	font-family: 'American Typewriter', Helvetica, sans-serif!important;
	font-weight: normal!important;
}
h1 {
	font-weight: 900!important;
}
a {
	color: #643400!important;
}
.faux-button {
	background-color: #643400!important;
	font-family: 'American Typewriter', Helvetica, sans-serif!important;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #643400;
}
.footer-copyright {
	color: #643400!important;
}
.page article header.entry-header {
	display: none!important;
}
post-inner .entry-content {
	width: 80%;
	margin-left:10%;
	margin-right: 10%;
}
.post-meta-wrapper {
    max-width: 100%;
}
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #663300!important;
}
.primary-menu li a {
	text-decoration: none!Important;
}
.primary-menu li a:hover {
	text-decoration: underline!Important;
}
a:focus, :focus {
	outline: none!important;
}
#homepage h1, #homepage h3, h1, h3 {
	margin-top: 0px!Important;
}
#homepage h1 {
	margin-bottom: 0px;
    line-height: 1;
}
.alignleft, .alignright {
	max-width: 100%!important;
}
.widget li {
    margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.homepage-images img {
	border: 10px solid white!important;
}
img.recommended-logo {
	border: none!Important;
	max-width: 200px!important;
}
img.recommended-logo2 {
	border: none!Important;
	max-width: 200px!important;
}

@media (min-width: 1200px)
{	
	img.recommended-logo {
		float: right;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.alignleft, .alignright {
		width: 40%!important;
	}
	img.recommended-logo {
		float: right;
	}
}
@media (min-width: 781px) and (max-width: 991px)
{
	.alignleft, .alignright {
		width: 30%!important;
	}
}
@media (max-width: 780px)
{
	.widget table * {
    	font-size: 92%;
		padding: 0px!important;
		padding-bottom: 2px!important;
		padding-top: 2px!important;
	}
	.alignleft, .alignright {
		width: 100%!important;
	}
	h1, h2, h3, h4, h5, p, ul, li {
		text-align: center;
	}
	h1 {
		margin-top: 20px!important;
	}
	#homepage h1 {
		margin-top: 0px!important;
	}
	#homepage ul {
		text-align: center;
		list-style-type: none;
		margin-left: 0px;
	}
	.post-inner {
		padding-top: 0px!Important;
	}
	.footer-copyright {
		text-align: left!important;
	}
}