/*
Theme Name: GeneratePress Child theme of generatepress
Theme URI: 
Description: Child theme of generatepress theme for the GeneratePress theme
Author: <a href="https://tomusborne.com">Tom Usborne</a>
Author URI: 
Template: generatepress
Version: 3.5.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 09 Sep 2024 10:56:24 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.entry-meta {
	display: none;
}
.home .site-main {
  display: flex;
  gap: 10px 20px;
	flex-wrap: wrap;
}
.home .type-post {
  width: 45%;
}
.home .type-post .inside-article {
	border: 1px solid #dbdbdb;
  border-radius: 20px;
	padding: 20px;
}
.home .type-post .entry-summary {
  font-size: 14px;
  line-height: 18px;
}
.home .type-post .entry-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.home .type-post .read-more{
	margin-top: 10px;
  display: flex;
	display: none;
}
td, tr, table,  {
  border: none !important;
}
.top-bar {
	display:none;
}
body {
	background: #fff;
}
.widget-area .widget, .footer-widget-2{
  padding: 0;
	font-size: 14px;
	margin: 0 !important;
}
.header-widget {
  width: 64%;
	font-size: 14px;
}
#primary-menu {
  display: none;
}
.site-info, .footer-widget-3 {
  display: none;
}
.inside-footer-widgets {
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-widgets-container .inner-padding {
  padding: 0;
  margin: 0;
  text-align: right;
}
.footer-widget-1 aside{
  text-align: left !important;
}
#masthead {
  border-bottom: 12px solid #2E9AFE;
}