<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Nofa Movers
Theme URI:      n/a
Template:       kadence
Author:         Nofa Themes
Author URI:     https://www.nofathemes.com/
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* place infobox on homepage above the image instead of below */

.infoboxhomepage{position:relative;}

/* end */

/* sidebar 1 - regular pages - design the our services section */

ul#menu-our-services-menu a {
padding:15px 20px 15px 20px;
	background-color:#ffffff;	margin-bottom:10px;
	border-radius:5px;}

.navarrows{
	float:right;
	height:25px;
	width:25px;
	line-height:20px;
	margin-top:5px;
	text-align:center;
	border-radius:3px;
	background-color: var(--global-palette1);
	color:#ffffff;}

/* end */

/* the gap between the vertical line next to the sidebar and the main content */

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

/* end */

/* sidebar 1 - regular pages - place latest posts more to the left. Sedond piece of css is to place the thumbnail on the left on mobile screens */

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

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

/* end */

/* sidebar 2 - archive page and posts - design the tags section */

.wp-block-tag-cloud a {
padding: 10px 15px;
background-color: var(--global-palette7);
color:#ffffff!important;
border-radius:5px!important;
font-size: 1em !important;
display:inline-block;
margin-bottom:10px;margin-right:10px;}

/* end */

/* breadcrumbs background for page title on all subpages */

.kadence-breadcrumb-container {
    padding: 15px 20px;
    background-color: var(--global-palette7);
	opacity:.8;
    border-radius: 5px;}

/* end */
</pre></body></html>