/*
Theme Name: InsurePro
Theme URI: https://example.com/insurepro
Author: InsurePro
Author URI: https://example.com
Description: InsurePro is a premium, editorial-style WordPress theme for building a personal brand as an insurance advisor. Its one-page homepage (Hero, About Me, Expertise, Blog, Testimonials, Contact) sits alongside a full blogging engine, an author profile box on every article, lead-generation forms and a complete set of Customizer controls for colors and typography.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insurepro
Domain Path: /languages
Tags: blog, news, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks

InsurePro is distributed under the terms of the GNU GPL v2 or later.

== NOTE ==
The bulk of the theme styling lives in assets/css/main.css and assets/css/responsive.css.
This file carries the theme header (required by WordPress) plus the WordPress core
markup styles (alignments, captions, gallery, screen-reader text) that every theme
must ship. Child themes automatically load this file after the parent stylesheet.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Accessibility
2.0 Alignments
3.0 Captions & Galleries
4.0 Core media
5.0 Sticky posts & password forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #1a5276;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Skip link target must not be hidden behind the sticky header. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
2.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.alignwide {
	margin-left: -80px;
	margin-right: -80px;
	max-width: calc(100% + 160px);
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 1200px) {

	.alignwide {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
3.0 Captions & Galleries
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text,
.wp-block-image figcaption {
	color: #7f8c8d;
	font-size: 0.875rem;
	margin: 0.75em 0;
	text-align: center;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1.5em;
}

.gallery-item {
	flex: 1 1 45%;
	margin: 0;
	text-align: center;
}

.gallery-columns-3 .gallery-item {
	flex-basis: 30%;
}

.gallery-columns-4 .gallery-item {
	flex-basis: 22%;
}

.gallery-caption {
	display: block;
	font-size: 0.8125rem;
}

/*--------------------------------------------------------------
4.0 Core media
--------------------------------------------------------------*/

embed,
iframe,
object,
video {
	max-width: 100%;
}

.wp-block-embed__wrapper,
.wp-block-embed iframe {
	max-width: 100%;
}

/*--------------------------------------------------------------
5.0 Sticky posts & password forms
--------------------------------------------------------------*/

.sticky .entry-title::before {
	content: "\2605";
	color: #f39c12;
	margin-right: 0.4em;
}

.post-password-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.post-password-form input[type="password"] {
	margin-right: 0.5rem;
}

.bypostauthor > .comment-body .fn::after {
	content: "\2713";
	color: #2ecc71;
	margin-left: 0.35em;
}
