/*
Theme Name: Zeko Lite Child
Theme URI: https://www.anarieldesign.com/free-non-profit-wordpress-theme/
Description: Zeko Lite Child Theme
Author: Biplab Subedi
Author URI: https://www.linkedin.com/in/biplab43/
Template: zeko-lite
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments
Text Domain: zeko-lite-child
*/

.emphasis {
	color: #E8A925;
	font-weight: 600;
}

.dropcap {
	display: block;
	float: left;
	font-family: "Oswald", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 75px;
	font-size: 4.6875rem;
	font-weight: 500;
	line-height: 55px;
	color: #E8A925;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 3px solid #E8A925;
}

blockquote {
	border-left: 4px solid #E8A925;
	margin: 0 2em;
	padding: 0 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	border: 0;
	border-radius: 0;
	background: #E8A925;
	box-shadow: none;
	color: #fff;
	font-family: "Oswald", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1em 1.5em;
	text-shadow: none;
	text-transform: uppercase;
	transition: background 0.2s;
}

input[type="submit"]:focus {
	border: 2px solid #E8A925;
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #E8A925;
	text-decoration: none;
}



.site-description,
.site-description a {
	color: #E8A925;
	text-transform: none;
}

.main-navigation li.color a {
	background: #E8A925;
	color: #fff;
	letter-spacing: 1px;
	line-height: 2;
	padding: 5px 25px;
}

.main-navigation.toggled a:hover,
.main-navigation.toggled a:focus {
		border-bottom: 3px solid #E8A925;
}


.entry-content a.button,
.button,
.front-page-content-area .button,
.front-page-content-area .entry-content a.button {
	background: #E8A925;
	border-bottom: 2px solid #E8A925;
	color: #fff;
	display: inline-block;
	font-family: "Oswald", "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 2;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: background 0.2s, border-bottom-color 0.2s, color 0.2s;
}


.front-child-page h2.entry-title:before,
.page-template-full-width-page h1.entry-title:before,
.single h1.entry-title:before,
.blog h2.entry-title:before,
.blog h1.entry-title:before,
.archive h2.entry-title:before,
.search h3.entry-title:before,
.page-template-right-sidebar-page .entry-header h1:before,
.page-template-default .entry-header h1:before {
	display: block;
	height: 4px;
	background-color: #E8A925;
	content: " ";
	width: 70px;
	margin-bottom: 15px;
}

.front-child-page .more-link {
	color: #E8A925;
	font-family: "Oswald", "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 3em;
	text-transform: uppercase;
}

ul.list li:before {
	content: '\f418';
	color: #E8A925;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	margin: 0 5px 0 -5px;
	position: relative;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	top: 9px;
	vertical-align: center;
}

.featured-post {
	background: #E8A925;
	color: #fff;
	padding: 3px 10px;
}

.bypostauthor::before {
	background: #E8A925;
	border-radius: 30px;
	color: #fff;
	content: "\f408";
	display: block;
	height: 22px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 22px;
	z-index: 2;
}

.site-footer .social-links a:hover::before,
.site-footer .social-links a:focus::before {
	background: #E8A925;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item a {
	border-bottom: 3px solid #E8A925;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation ul .current-menu-item ul li a,
.main-navigation ul .current-menu-item ul ul li a,
.main-navigation li.color a,
.main-navigation .sub-menu .current-menu-item a,
.main-navigation .sub-menu a:hover {
	box-sizing: border-box;
	border-bottom: 3px solid #E8A925;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
	color: #E8A925;
	text-transform: uppercase;
}

.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border-left: 4px solid #E8A925;
	margin: 0 2em 20px 2em;
	padding: 0 0 0 1.5em;
	color: #1b1f22;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer,
.wp-block-quote cite, 
.wp-block-quote footer {
	font-style: italic;
	text-transform: uppercase;
	color: #E8A925;
}




