/*
 Theme Name:   Buzzblogpro Child
 Theme URI:    https://buzzblogpro.hercules-design.com
 Description:  Buzzblogpro Child Theme
 Author:       HerculesDesign
 Author URI:   https://hercules-design.com
 Template:     buzzblogpro
 Version:      7.1
 Tags:         theme-options, featured-images, translation-ready
 Text Domain:  buzzblogpro-child
*/

/* Call to Action */
.buzzblog-call-to-action .title {
	line-height: 50px!important
}

.at_nicky_text_colour a , .at_nicky_text_colour a:visited {
	color: #ffffff!important
}

@media (min-width: 769px) and (max-width: 872px) {
	.buzzblog-call-to-action .cta-button {
	    padding: 12px 8px!important;	
	}
}

/* Mobile Header */
@media (max-width: 991px) {
    .mobile-top-panel {
        top: 0!important;
    }
}

@media (max-width: 767px) {
    .wp-theme-buzzblogpro .mobile-top-panel {
        top: 0!important;    
    }
}