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

.footnotes ol, .footnotes li {
  list-style: none;
}

p#breadcrumbs {	
  font-size: 12px !important;
  color: #707070 !important;
}

p.post__intro {
	margin-top: 9px;
	color: #000;
}

@media only screen and (max-width: 600px) {
  .image-right, .image-left{
  float: none !important;
}
}

p.kicker {
  font-weight: 900;
}


q {
  display: block !important;
  margin-right: 2em !important;
  margin-left: 3em !important;
}

q:before,
q:after {
	content: "";
}


.woocommerce-breadcrumb, .product .posted_in {
  display: none;
}