/*
Theme Name: Talking Bollocks 4 Child Theme
Theme URI: http://www.talkingbollocks4.co.uk
Description: A child theme for Talking Bollocks 4.
Author: Accend Web Solutions
Author URI: http://www.accend4web.co.uk
Template: masonic
Text Domain: masonic-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.secondary {
  width: 31.33%;
  float: left;
  display: none;
}

.primary {
  float: left;
  margin-right: 4%;
  width: 100%;
}

.wrapper {
	width: 1350px; 
}

.main-header {
	margin-top:-55px;
	width: 100%;
	margin-left:80px;
}

.main-header h1, .main-header h3 {
	font-size: 80px;
	padding-bottom:10px;
	width: 100%;
}

.main-header p {
	font-size: 28px;
}

.wp-block-column  ul {
	margin: 0;
}

.wp-block-column  ul li {
	background-color: #ffffff;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}

.wp-block-latest-posts__featured-image img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  display: cover;
  object-fit: cover;
  display: inline-block;
}

.wp-block-column  h2 {
  font-size: 25px;
  margin: 15px 0;
	font-weight: 700;
	background-color:#101010;
	color: #ffffff;
	padding:15px;
}

.underline {
  width: 100%;
}

hr {
	margin:0;
}

.wrapper .blog-site-title h1 {
	color:#ffffff;
	font-size: 2em;
	text-transform:uppercase;
}

.primary .post-header img {
	width: 100%;
}

.post-header > figure {
  float: right;
  padding: 0;
  width: 100%;
}

.post-header > .entry-info {
  display: none;
}

.copyright {
	display: none;
}

.primary .entry-content .underline {
  background: none repeat scroll 0 0 #ffc800;
  height: 5px;
  margin: 10px 0 25px 0;
  width: 100%;
}

.wp-block-latest-posts__post-title, .wp-block-latest-posts__post-date, .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-author {
	padding: 0 10px;
    display: inline-block;
}

.primary p:first-of-type strong {
	padding: 0 20px;
    display: inline-block;
}

.wp-block-latest-posts__post-author {
	font-size: 12px;
    line-height: 20px;
}

.wp-block-latest-posts__post-excerpt {
	color:#101010;
	font-size:0.9em;
	line-height:1.7em;
}

.wp-block-latest-posts__post-title {
	font-size: 22px;
	font-weight: 600;
	line-height:1.5em;
	color:#101010;
}


.wp-block-latest-posts.alignleft {
  margin-right: 0;
}

ul li {
	color: #646464;
  margin-bottom: 1.1em;	
}

blockquote {
  border-left: 2px solid #ffc800;
  font-style: normal;
  padding: 0 0 0 1.5em;
}

.footer-background ul li, .footer-background ul li a {
  color: #ffffff;
}

.footer-background ul {
	margin:0;
}

.tg-one-third .widget {
	padding-bottom: 0;
}

nav li a {
  color: #FFF;
  display: inline-block;
  line-height: 36px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

.menu li {
  color: #646464;
  margin-bottom: 0;
}

@media (max-width: 800px) {
	.wrapper {
	width: 100%; 
}
.wp-block-latest-posts__post-title {
	font-size: 20px;
	font-weight: 600;
	line-height:1.5em;
	color:#101010;
}
.main-header h1, .main-header h3 {
  font-size: 40px;
  padding-bottom: 10px;
  width: 100%;
  margin-left:-60px;
}
}