/*
Theme Name: Seed Spring
Theme URI: https://spring.jabont.com/
Author: Jabont
Author URI: https://jabont.com
Description: Starter Theme
Version: 2.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spring
Tags: featured-images, custom-menu
*/

/*
===========================================

This theme use SCSS, please check

1. css/scss/_variables.scss - for some colors & styles.
2. css/scss/mobile.scss - will be compiled to css/mobile.css and used for mobile version.
3. css/scss/desktop.scss - will be compiled to css/desktop.css and used for desktop version.
4. If you set $GLOBALS['s_style_css'] in functions.php to 'enable', you can add CSS to this file to override all CSS.
    
=========================================== 
*/
/*Jayss Edit*/
:root{
	--colophon-bg:#000;
	--footbar-bg:var(--ci3);
}
@media (min-width: 992px){
	.cont,.cont-pd{
		max-width: 990px;
		padding-left: 30px; 
		padding-right: 30px;
	}
}
@media (min-width: 1170px){
	.cont,.cont-pd{
		max-width: 1170px;
		padding-left: 30px; 
		padding-right: 30px;
	}
}

@media (min-width: 992px){
	.site-header a:hover {
		color: var(--link-hover);
	}
}
.site-branding img {
	transition: max-height .2s;
}
img.emoji {
	font-size: 1em;
}
p{
	line-height: 1.7;
}
.p-mg{
	margin-bottom: 1rem;
}
div#content {
	background-color: var(--bg-color);
}
#footbar,body{
	background-color:  var(--footbar-bg);
}
#footbar{
	color: #fff;
}
.site-footer{
	background-color: var(--colophon-bg);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content ol,
.entry-content ul{
	margin-bottom: 1rem;
}

.ffont .elementor-widget-heading .elementor-heading-title {
	font-family: var(--pmr-font);
}
.tfont{
	font-family: var(txt-font);
}

.site-nav-m.active .menu>li {
	width: 100%;
}
.site-nav-m .menu>li:nth-child(1) {
	margin-top: .75em;
}
/*-- Mobile Version --*/
@media (max-width: 991px) {
	.site-logo img{
		margin-right: 0;
		padding: 6px 0;
	}
}

.wp_content :is(p,h1,h2,h3,h4,h5,h5,ul,ol,.narrow-content){
	max-width: 750px;
	margin: auto;
}

.wp_content :is(h1,h2,h3,h4,h5,h5){
	margin: .5em auto !important;
	line-height: 1.4em;
}
.wp_content :is(p){
	line-height: 1.8em;
	margin-bottom: 1em !important;
}

.wp_content blockquote p {
	max-width: 100% !important;
	letter-spacing: .02em;
	color: var(--ci1);
}

blockquote{
	border-left: 3px solid var(--ci1);
}

.entry-author .info {
	max-width: calc(100% - 148px);
}
.entry-author .pic img{
	width: 148px;
	height: auto;
	border-radius: 100%;
}

.entry-author .desc {
	font-size: 1rem;
}

/*-- Mobile Version --*/
@media (max-width: 768px) {
	.entry-author .info {
		max-width: 100%;
	}
}

nav li {
	display: inherit;
}


.portal_head{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	display: flex;
	align-items: center;
}


/*-- Mobile Version --*/
@media (max-width: 768px) {
	.portal_head{
		position: relative;
		padding: 4rem 1rem;
	}
	.portal_head_wrap{
		height: auto;
		padding: 0 !important;
	}
}

.seed-social {
	text-align: center;
	margin: 0;
}

.seed-social span.text {
	display: none;
}
.seed-social a {
	display: block !important;
	padding: 0 !important;
	line-height: 40px;
	min-width: 40px;
	border-radius: 100%;
}
.seed-social>li {
	width: 40px;
	display: inline-block;
}

.wp_content img {
    display: initial;
    margin: initial;
}
.alignwide {
    margin: auto;
}
span.tags-links {
    display: block;
}