/*
Theme Name:   GeneratePress Child
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.0.4
 Template:     generatepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body, button, input, select, textarea {
    font-family: "Source Sans Pro", sans-serif;
	font-style: normal;}
table.responsive_table_fit , table.responsive_table_fit td, table.responsive_table_fit th,table.pink-border , table.pink-border td, table.pink-border th, .pink-border td,.pink-border th, .site-content td,.site-content th{
		border: solid 1px #e8c2c2;
	}
.widget-title{
	margin-bottom:0px;
}
.author-box {
padding: 3%;
padding-bottom: 1px;
margin-top: 60px;
font-size: 0.9em;
background-color: #eaeae8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #dcdcdc;
border-radius: 0px 0px 0px 0px;
}
.author-box .avatar {
width: 400px;
height: auto;
border-radius: 100%; 
margin-right: 30px;
}
h5.author-title {
margin-bottom: 1.4em;
font-weight: 600;
font-size: 24px;
}
.author-description {
line-height: 1.6em
}
.author-links a {
font-size: 24px;
line-height: 20px;
float: left;
}
@media (min-width: 768px) {
	.avatar-box{
	width:100%;
		margin-right:30px;
}
	.featured-logogallery img {
    width: 75% !important;
}
}
@media (max-width: 768px) {
	#menu-main{
		    background-color: #e8c2c2;
	}
	.featured-logogallery figure{
	display:block !important;
	width:100% !important;
	margin: 0 auto;
}
.featured-logogallery{
	width: 75%;
    text-align: center;
    margin: 0 auto;
}
	.brdwrp{
		padding:0px 30px;
	}
	.social-icon-footer p{
		float:left;
		margin-right:30px;
	}
	.social-icon-footer .gb-button-wrapper{
		float:left;
		clear:none;
	}
	.footer-menu-list{
		float:left;
	}
	.is-stacked-on-mobile .wp-block-media-text__content h3{
		padding-top:20px;
	}
	.gb-container-c1f1455e:before{
		    background-size: cover;
			opacity: 0.3;
		
	}
	.gb-container-a9445b77 > .gb-inside-container {
    color: #000;
}
	.gb-container-c1f1455e > .gb-inside-container{
		padding-top:200px !important;
		padding-bottom:60px !important;
	}
	.wp-block-media-text .wp-block-media-text__content{
		padding:0px;
	}
	button.menu-toggle{
		font-size:28px;
	}
.author-box {
padding: 10px;
padding-bottom: 0px;
margin-top: 100px;
flex-direction: column;
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
.author-box .avatar {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
margin-top: -15px;
}
.author-box .avatar img {
max-width: 100px;
}
.author-links a {
float: none;
align-self: center;
}
.author-description {
text-align: left;
}
h1.entry-title {
    padding-bottom: 0.5em;
}
.single-excerpt p {
    margin-bottom: 0.5em;
}
table.responsive_table_fit {
  border: 0px solid #e8c2c2;
  border-collapse: collapse;
  margin:0;
  padding:0;
  width: 100%;
}
table.responsive_table_fit tr {
  border: 0px solid #e8c2c2;
  padding: 5px;
}
table.responsive_table_fit th, table.responsive_table_fit td {
  padding: 10px;
  text-align: center;
}
table.responsive_table_fit th {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table.responsive_table_fit {
    border: 0;
  }
  table.responsive_table_fit thead {
    display: none;
  }
  table.responsive_table_fit tr {
    border-bottom: 0px solid #e8c2c2;
    display: block;
    margin-bottom: 10px;
  }
  table.responsive_table_fit td {
    border-bottom: 1px solid #e8c2c2;
    display: block;
    font-size: 13px;
    text-align: right;
  }
  table.responsive_table_fit td:last-child {
  }
  table.responsive_table_fit td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}