/*!
Theme Name: Femlish
Theme URI: https://www.staragle.com/themes/femlish/
Author: Staragle
Description: Femlish is a WordPress Blog Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: femlish
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.

Femlish 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
	- Loader
# Components
	- Header
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
    - Alignments
# Responsive Design

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

/*--------------------------------------------------------------
# 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.
     */

	 html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
	}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--femlish-color);
    font-family: -apple-system-body, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: -apple-system-headline, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h4, h5, h6 {
    font-family: -apple-system-subheadline, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	-ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
}

p {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
    border-radius: 20px;
}

br {
    content: '';
    display: block;
    margin: 10px 0;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

@supports (-ms-ime-align:auto) {
    body {
        overflow-x: hidden
    }
}

*:focus {
    outline: none;
}

body {
    color: var(--femlish-color);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    display: block;
    max-width: 100%;
    margin: 1rem 0;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 0 1.5em;
    width: 100%;
}

table td,
table th {
    padding-left: 8px;
    border: 1px solid #aaa
}

table thead tr {
    height: 50px;
    background: #36304a;
}

table tbody tr {
    height: 50px;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

/* Links
--------------------------------------------- */

a {
    color: var(--femlish-link-color);
    text-decoration: none !important
}

a:visited {
    color: var(--femlish-link-visited-color);
}

a:hover,
a:focus,
a:active {
    color: var(--femlish-link-hover-color);
    outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 13px;
    background: #e6e6e6;
    color: var(--femlish-color);
    line-height: 1;
    padding: 0.6em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 13px;
    padding: 6px;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--femlish-color);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/* Loader
--------------------------------------------- */

.femlish-loading {
	overflow: hidden
}

.femlish-loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	z-index: 999999999
}

.femlish-loader-box {
	position: fixed;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.femlish-loader-box .femlish-loader-logo {
	height: 4em;
	width: 4em;
	background-color: var(--femlish-color);
	border-radius: 50%;
	-webkit-animation: femlishLoader 333ms ease-in-out infinite alternate;
			animation: femlishLoader 333ms ease-in-out infinite alternate;
}

@-webkit-keyframes femlishLoader {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	to {
		opacity: 0.05;
		-webkit-transform: scale(.9);
				transform: scale(.9);
	}
}

@keyframes femlishLoader {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	to {
		opacity: 0.05;
		-webkit-transform: scale(.9);
				transform: scale(.9);
	}
}

/*--------------------------------------------------------------
    # Components
    --------------------------------------------------------------*/

/* Header
--------------------------------------------- */

.site-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 5rem 0;
}

.site-menu {
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

.site-menu > #menu-open {
    cursor: pointer;
}

.site-branding {
	font-size: 2rem;
	font-weight: 300;
    user-select: none;
}

.site-branding > .logo {
	max-width: 200px;
}

.site-branding > .logo a {
	color: var(--femlish-color)
}

.site-search {
    position: absolute;
    right: 0;
    font-size: 1.5rem;
}

.site-search > #search-open {
    cursor: pointer;
}

.site-menu-ui {
    background: #fff;
    color: var(--femlish-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
	overflow: auto;
}

.site-menu-ui a {
    color: var(--femlish-menu-color);
    text-decoration: none;
	transition: color 222ms;
}

.site-menu-ui a:hover {
    color: var(--femlish-menu-hover-color);
}

.main-navigation {
	margin-top: 2rem;
}

.main-navigation > #menu-close {
	margin-bottom: 2rem;
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
	display: inline-block;
}

.main-navigation > #menu-close:hover {
	color: var(--femlish-menu-hover-color);
}

.main-navigation > #menu-close:before {
	margin-left: 0;
	margin-right: 0;
}

.main-navigation > .nav-menu-none {
	display: block;
	font-size: 1rem;
}

.main-navigation ul,
.main-navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: .33rem 0;
}

.nav-menu li {
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-menu li a {
    display: block;
}

.nav-menu li.current-menu-item > a {
    color: var(--femlish-menu-hover-color);
}

.nav-menu li .sub-menu {
    max-height: 0;
    text-align: left;
    padding-left: 2rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    margin: -.33rem 0;
}

.nav-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: initial;
}


.nav-menu li .sub-menu li a {
    display: block;
}

.nav-menu li.menu-item-has-children>a:after {
    font-family: fontello;
    content: "\e801";
    font-size: .88em;
    margin-left: 8px;
}

.search-ui {
    background: #fff;
    color: var(--femlish-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
}

.search-ui > .container {
	margin-top: 2rem;
}

.search-ui > .container > #search-close {
	margin-bottom: 3rem;
	cursor: pointer;
	display: inline-block;
	color: var(--femlish-color);
	transition: color 222ms;
}

.search-ui > .container > #search-close:hover {
	color: var(--femlish-menu-hover-color);
}

.search-ui-form {
    width: 100%;
    height: 100px;
    position: relative;
}

.search-ui-form input[type="search"].search-ui-input {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
    color: #9E9E9E;
    caret-color: var(--femlish-color);
    background: transparent !important;
    border-bottom: 6px solid #9E9E9E;
    padding-bottom: 1rem;
    padding-right: 5rem;
    margin-bottom: 1rem;
    transition: all 333ms;
}

.search-ui-form input[type="search"].search-ui-input:focus {
    color: var(--femlish-color);
    border-bottom: 6px solid var(--femlish-color);
}

.search-ui-form input[type="search"].search-ui-input::-webkit-input-placeholder {
    color: #9E9E9E;
}

.search-ui-form input[type="search"].search-ui-input:-moz-placeholder {
    color: #9E9E9E;
    opacity: 1;
}

.search-ui-form input[type="search"].search-ui-input::-moz-placeholder {
    color: #9E9E9E;
    opacity: 1;
}

.search-ui-form input[type="search"].search-ui-input:-ms-input-placeholder {
    color: #9E9E9E;
}

.search-ui-form button[type="submit"].search-ui-button {
    position: absolute;
    width: 70px;
    height: 70px;
    text-indent: 100px;
    overflow: hidden;
    right: 0;
    top: 50%;
    background: var(--femlish-search-icon-url);
    background-size: 100%;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0px, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0px, -50%, 0) scale3d(1, 1, 1);
    outline: none;
    display: block;
    opacity: .5;
    transition: all 333ms;
}

.search-ui-form button[type="submit"].search-ui-button:hover {
    opacity: 1;
}

.page-title {
    margin-bottom: 5rem;
}

.page-title h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

/* Navigation
	--------------------------------------------- */

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.post-card {
    padding: 25px;
    background: var(--femlish-box-color);
    color: var(--femlish-color);
    border-radius: 20px;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.post-card a {
	color: var(--femlish-color);
}

.post-card img {
	margin-top: 1rem;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
}

.post-card h1,
.post-card h2 {
	font-size: 2rem;
    margin: 0 0 0.5rem 0;
    color: var(--femlish-color);
    font-weight: 600;
}

.type-page > .post-card h1 {
	margin: 0 0 1rem 0;
}

.entry-meta {
	margin-bottom: 1rem;
}

.post-card-label,
.post-card-author,
.post-card-time {
    background: #fff;
    color: var(--femlish-color);
    display: inline-block;
    font-size: .8rem;
    padding: .3rem .6rem;
    border-radius: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgb(0 0 0 / 8%);
    margin-bottom: .2rem;
}

.content-none {
    padding: 25px;
    background: var(--femlish-box-color);
    color: var(--femlish-color);
    border-radius: 20px;
}

.entry-content {
	line-height: 1.7;
}

.entry-content img {
	display: block;
	margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
}

.entry-content figcaption {
	text-align: center;
    border-radius: 20px;
}

.entry-content h1 {
    font-size: 1.6rem;
    margin: 1rem 0
}

.entry-content h2 {
    font-size: 1.6rem;
    margin: 1rem 0
}

.entry-content h3 {
    font-size: 1.4rem;
    margin: 1rem 0
}

.entry-content h4 {
    font-size: 1.2rem;
    margin: 1rem 0
}

.entry-content h5 {
    font-size: 1.1rem;
    margin: 1rem 0
}

.entry-content h6 {
    font-size: 1rem;
    margin: 1rem 0
}

.entry-content blockquote {
    margin: 2rem 0;
    font-size: 110%;
    background: var(--femlish-box-color);
    padding: 2rem;
    border-radius: 20px;

}


.entry-content .has-background {
    border-radius: 20px;
}

.entry-content video {
    border-radius: 20px;
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-media-text {
    margin: 1rem 0;
    border-radius: 20px;
}

.wp-block-cover::before {
    border-radius: 20px;
}

.wp-block-button {
    margin-bottom: 1rem;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 1rem 0;
    padding: 25px 20px;
    background: var(--femlish-pagination-color);
    color: var(--femlish-color);
    border-radius: 20px;
}

.page-links > .current {
    background: var(--femlish-pagination-hover-color);
    color: var(--femlish-color);
}

.page-links>span,
.page-links>a {
    display: inline-block;
    text-align: center;
    background: var(--femlish-pagination-color);
    color: var(--femlish-color);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    -webkit-transition: .444s all;
    -o-transition: .444s all;
    transition: .444s all;
}

.page-links>span:hover {
    cursor: default
}

.page-links>a:hover {
    background: var(--femlish-pagination-hover-color);
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 3rem auto 2rem auto;
	color: var(--femlish-color);
}

.pagination span,
.pagination a {
	display: inline-block;
	background: var(--femlish-pagination-color);
	color: var(--femlish-color);
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	-webkit-transition: .444s all;
	-o-transition: .444s all;
	transition: .444s all;
}

.pagination a {
	cursor: pointer;
	text-decoration: none;
}

.pagination span {
	cursor: default;
}

.pagination .current {
	background: var(--femlish-pagination-hover-color);
	color: var(--femlish-color);
}

.pagination .dots:hover {
	background: var(--femlish-pagination-color);
	color: var(--femlish-color);
}

.pagination span:hover,
.pagination a:hover {
	background: var(--femlish-pagination-hover-color);
}

.entry-footer > .tags-links {
	display:block;
    margin: 1rem 0;
    padding: 25px 20px;
    background: var(--femlish-pagination-color);
    color: var(--femlish-color);
    border-radius: 20px;
}

.site-footer * {
	margin: 0;
	color: var(--femlish-color);
}

.site-footer a {
	color: var(--femlish-color);
}

.site-footer {
	padding: 25px;
	margin: 1rem auto 2rem auto;
	background: var(--femlish-box-color);
	color: var(--femlish-color);
	border-radius: 20px;
}

.femlish-copyright {
	display: block;
	text-align: center;
}

/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area {
	padding: 25px;
    background: var(--femlish-box-color);
    color: var(--femlish-color);
    border-radius: 20px;
}

.comments-area .comments-title {
    font-size: 1.2rem;
    margin: 2rem 0;
}

.comments-area a {
    color: var(--femlish-link-color);
}

.comment-list {
    padding: 0;
    margin: 2rem 0;
}

.comment-list .children {
    margin: 2rem 0 2rem 1rem;
    padding: 0;
}

.comment-author img {
    border-radius: 50%;
}

.comment-metadata {
    margin: .5rem 0;
}

.comment-body {
    margin: 1rem 0
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="number"],
.comment-form input[type="tel"],
.comment-form input[type="range"],
.comment-form input[type="date"],
.comment-form input[type="month"],
.comment-form input[type="week"],
.comment-form input[type="time"],
.comment-form input[type="datetime"],
.comment-form input[type="datetime-local"],
.comment-form input[type="color"] {
    width: 100%;
}

.comment-form-cookies-consent>label {
    display: inline;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1rem;
    padding: 25px;
    background: var(--femlish-box-color);
    color: var(--femlish-color);
    border-radius: 20px;
}

.widget select {
	max-width: 100%;
}

.widget-area {
    font-size: 1rem;
}

.widget-area img {
    border-radius: 13px
}

.widget-area .widget-title {
    font-size: 1.33rem;
    margin-bottom: 1rem;
}

.widget-area ol,
.widget-area ul,
.widget-area dl {
    margin: 0;
    padding: 0;
}

.widget-area ul {
    list-style: none;
}

.widget-area li {
    margin-bottom: .2rem;
}

.femlish-widget-about > .femlish-widget-about-img > img {
    width: 128px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.femlish-widget-about > .femlish-widget-about-name {
    text-align: center;
    margin: 1rem 0;
    font-size: 1.2rem;
}

.femlish-widget-about > .femlish-widget-about-bio {
    text-align: left;
    margin: 1rem 0;
    font-weight: 300;
}

.femlish-widget-about > .femlish-widget-about-social {
	text-align: center;
    margin-top: 1rem;
    font-size: 1.33rem;
}

.femlish-widget-about > .femlish-widget-about-social a {
    color: var(--femlish-link-color);
    transition: color 222ms;
}


.femlish-widget-about > .femlish-widget-about-social a:hover {
    color: var(--femlish-link-hover-color);
}

.femlish-posts-widget article,
.widget-none {
	padding: 20px;
	margin: 1rem auto;
	background: var(--femlish-box-color);
	color: var(--femlish-color);
	border-radius: 20px;
	box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
}

.femlish-posts-widget h3 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: var(--femlish-color);
	margin-bottom: 1rem;
}

.femlish-posts-widget img {
	border-radius: 20px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}

.widget_search {
	padding: 25px 0 25px 25px 
}

.widget_search label {
	margin-bottom: 0;
}

.femlish-404 {
    padding: 25px;
    background: var(--femlish-box-color);
    border-radius: 20px;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.femlish-404 img {
	width: 333px;
    margin: 4rem auto;
    display: block;
    background: transparent;
	filter: contrast(80%);
}

.femlish-404 a {
	margin: 0 0 2rem 0;
    display: inline-block;
	color: var(--femlish-color);
}


/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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 {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

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

/* Text meant only for screen readers. */
.screen-reader-text,
.screen-reader-shortcut {
	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,
.screen-reader-shortcut:focus {
	background-color: var(--femlish-box-color);
	border-radius: 20px;
	box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 30%);
	clip: auto !important;
	clip-path: none;
	color: var(--femlish-color);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* 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;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

@media screen and (max-width:782px) {
	.site-branding > .logo {
		max-width: 180px;
	}
}

@media screen and (max-width:600px) {
	.site-branding > .logo {
		max-width: 160px;
	}
}

@media screen and (max-width:480px) {
	.site-header {
		margin: 3rem 0;
	}
	.page-title {
		margin-bottom: 3rem;
	}
	.site-menu,
	.site-search {
		font-size: 1.33rem;
	}
	.main-navigation > #menu-close {
		margin-bottom: 1rem;
	}
	.nav-menu li {
		font-size: 1.5rem;
	}
	.site-branding > .logo {
		max-width: 140px;
	}
	.search-ui-form input[type="search"].search-ui-input {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 0;
    }
    .search-ui-form button[type="submit"].search-ui-button {
        width: 35px;
        height: 35px;
        top: 25%;
    }
	.post-card,
	.widget,
	.entry-footer > .tags-links,
	.page-links,
	.comments-area,
	.content-none {
		padding: 20px;
	}
	.post-card-label,
	.post-card-author,
	.post-card-time {
		font-size: .7rem;
		padding: .2rem .4rem;
		letter-spacing: 1px;
	}
	.post-card h1, .post-card h2 {
		font-size: 1.33rem;
		line-height: 1.33;
	}
	.femlish-404 {
		font-size: 1.33rem;
	}
	.femlish-404 img {
		margin: 3rem auto;
		width: 222px;
	}
	.pagination span,
    .pagination a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
	.site-footer {
		padding: 25px 0;
	}
}

@media screen and (max-width:380px) {
	.site-menu,
	.site-search {
		font-size: 1.2rem;
	}
	.nav-menu li {
		font-size: 1.33rem;
	}
	.site-branding > .logo {
		max-width: 120px;
	}
	.femlish-copyright {
		font-size: 90%;
	}
}

@media screen and (max-width:320px) {
	.site-menu,
	.site-search {
		font-size: 1rem;
	}
	.nav-menu li {
		font-size: 1.2rem;
	}
	.site-branding > .logo {
		max-width: 100px;
	}
	.femlish-404 {
		font-size: 1.1rem;
	}
	.femlish-404 img {
		margin: 2rem auto;
		width: 166px;
	}
	.femlish-copyright {
		font-size: 80%;
	}
}

<script async id="slcLiveChat" src="https://widget.sonetel.com/SonetelWidget.min.js" data-account-id="207555292"></script>