/*
 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
*/

nav#pojo-a11y-toolbar {
    top: 80px !important;
}
.inside-article a.gb-button-e4550b76 {
    color: #fff;
}
.inside-article a.gb-button-e4550b76:hover {
    color: #fff;
}
.sticky_mob_button_mccol {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none!important;
    z-index: 10;
	letter-spacing: 0.05em;
}
@media (max-width: 768px) {
    .sticky_mob_button_mccol {
    display: block !important;
}
  
}

@media only screen and (max-width: 1210px) {
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle, .sticky-nav #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    top: 24px!important;
}
}
@media only screen and (max-width: 767px) {
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle, .sticky-nav #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    top: 12px!important;
}
}
@media only screen and (max-width: 374px) {
	.gb-grid-wrapper.tls-grid {
    flex-wrap: nowrap!important;
  }
	.tls-grid p.gb-headline {
      margin-left: 3px!important;
}
}