/*
Theme Name:     Nofa Bookkeeping
Theme URI:      n/a
Template:       kadence
Author:         Nofa Themes
Author URI:     https://nofathemes.com
Description:    A professional theme for bookkeepers, accountants and financial businesses. Built with the Kadence Theme and the Kadence Blocks for Gutenberg. 
Version:        1.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* some margin below tabs on mobile */

@media(max-width:768px){
	.kt-tabs-mobile-layout-accordion > .kt-tabs-content-wrap > .kt-tabs-accordion-title {margin-bottom:20px;
	}}

/* end */

/* social icons below the team sections */

.alignleft.has-normal-icon-size {
    padding-left: 0;}

/* end */

::placeholder{
color: var(--global-palette3);
font-size:17px;}

/* tags design in sidebar of posts*/

p.wp-block-tag-cloud a{
padding: 8px 15px 8px 15px;
color: #ffffff;
background: var(--global-palette1);
font-size: 0.8em!important;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 10px;}

/* end tags design */

/* gap between sidebar right border and main content */


.has-sidebar .content-container {grid-gap:45px;}

/* end */

/* remove margin of sidebar / recent posts */ 

.wp-block-latest-posts.wp-block-latest-posts__list{
	margin-left:0;
}

/* end */

/* place recent post title next to thumbnail on mobile, instead of below it */

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    display: inline-flex;
}

/* end */





