/*
Theme Name: TTSunSolar
Theme URI: https://themestulip.com/themes/free-solar-panel-wordpress-theme/
Author: ThemesTulip
Author URI: https://themestulip.com
Description: TTSun Solar is a free WordPress theme for solar installers, battery storage, and EV charging businesses. It includes a slim header with site title and tagline, a single homepage banner image, Solar Services section with show/hide control, footer widgets, and a copyright bar with credit link — all managed from the Customizer. Fully responsive and translation-ready. Upgrade to TTSun Solar Pro for more homepage sections and advanced options: https://themestulip.com/themes/solar-panel-wordpress-theme/
Version: 1.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ttsunsolar
Tags: custom-menu, theme-options, threaded-comments, translation-ready, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, two-columns, blog

TTSun Solar WordPress Theme, Copyright 2026 ThemesTulip (themestulip.com)
TTSun Solar is distributed under the terms of the GNU GPL
*/

/* Base layout helpers live in solarkit/css/solarkit-theme.css */

/* WordPress core classes (Theme Check). */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #dbe7f3;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.wp-caption-text,
.gallery-caption {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky,
.bypostauthor {
	/* Presence required by Theme Check; styling inherits from post layout. */
}
