/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.separate-containers.no-sidebar .site-main {
margin:20px;	
}
@media (max-width: 767px) {
.gb-headline-text strong a
{
	
	display:block;
}
}

@media (max-width: 768px) {
  #main {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
 a.gb-button.yesbtn {
    display: none;
  }
}
 a.gb-button.yesbtn {
	
width: 100%;
 text-align:center;
 margin-top:10px;
 }