/*!
Theme Name: Prime Genesis
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Fast responsive wordpress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prime-genesis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

prime-genesis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.site-footer {
    padding-bottom: 20px !important;
}
.footer-menu li {
    list-style: none;
    display: inline-block;
    font-size: var(--font-size-body-lg);
    padding: 0 calc(10vw / var(--context));;
}
.footer-menu ul {
    text-align: center;
}
.footer-menu li a {
    text-decoration: underline;
}
.footer-menu {
    padding-top: calc(20vw / var(--context));
}
.simple-textarea-sec {
    padding: calc(59vw / var(--context)) 0;
	background:#89a0bf1a;
}
.simple-textarea-sec.grey {
	background:#89a0bf1a;
}
.simple-textarea-sec .heading-box{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(40vw / var(--context));
}
.simple-textarea-sec h3 {
    margin-bottom: calc(8vw / var(--context));
    margin-top: calc(15vw / var(--context));
}
.simple-textarea-sec a {
    color: var(--color-blue);
	text-decoration: underline;
}

.simple-textarea-sec.blue{
	background:var(--color-blue);
}
.simple-textarea-sec.blue h2, .simple-textarea-sec.blue h3, .simple-textarea-sec.blue h4, .simple-textarea-sec.blue h5, .simple-textarea-sec.blue h6, .simple-textarea-sec.blue p, .simple-textarea-sec.blue li, .simple-textarea-sec.blue a{
	color: #fff;
}
.no-posts-found {
    text-align: center;
    width: 100%;
    font-size: calc(22vw / var(--context));
    font-weight: 500;
}
.browse-all-trigger {
    cursor: pointer;
}
.blog-content-box-wrapper {
	position: relative;
}

.blog-content-box-wrapper.is-loading::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 5;
}

.blog-content-box-wrapper.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.15);
	border-top-color: var(--color-brand, #002855);
	animation: pgSpinner 0.8s linear infinite;
	z-index: 6;
}

@keyframes pgSpinner {
	to {
		transform: rotate(360deg);
	}
}
.blog-content-box-wrapper {
    min-height: calc(200vw / var(--context));
    /* align-items: center; */
}

body .post-socials-share .label {
    font-weight: 600;
}
body .default-page-sec .entry-header .social-share-wrapper .post-socials-share {
    align-items: center;
}
body .default-page-sec .entry-header .social-share-wrapper .post-socials-share .post-socials__item {
    margin-bottom: 0;
}
body .default-page-sec .entry-header .social-share-wrapper .post-socials-share .post-socials__item a {
    background: none;
}

