/* 
Theme Name:		 INDUSTRYBay
Theme URI:		 http://childtheme-generator.com/
Description:	 INDUSTRYBay is a child theme of Twenty Twenty-Four, created by ChildTheme-Generator.com
Author:			 INDUSTRYBay
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwentyfour
Version:		 1.0.0
Text Domain:	 industrybay
*/


/*
    Add your custom styles here
*/
.hbcustom .page-header .panel.header {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0px 0 15px;
    border-radius: 0;
    margin: 0;
    height: 64px;
}


.talkify-clickable{cursor:pointer;}
button.talkify-clickable{font-size:16px;}

.talkify-no-borders{border:none;}
.talkify-rounded-corners-s{border-radius:3px;}
.talkify-padding-m{padding:10px!important;}
button.talkify-clickable:focus{outline:none;}

.talkify-accent{color:white;background-color:#8ac832;border-color:#2a2a2a;}
.talkify-accent.talkify-clickable{transition:all 0.25s;}
.talkify-accent.talkify-clickable:hover{background-color:#90da27;}