/*!
Theme Name: 	eTheme
Theme URI: 		https://www.eplaylab.it/
Author: 		ePlay srl
Author URI: 	https://www.eplaylab.it/
Description: 	eTheme is a main theme of eTheme-Child
Version: 		1.0.0
License: 		GNU General Public License v2 or later
License URI: 	LICENSE
Text Domain: 	eTheme
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 with others.

eTheme is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Elements
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
    margin: unset;
    font-family: var(--ecreative-font-secondary);
}

a {
    text-decoration: none;
}

header#masthead {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
	transition: all 0.3s linear;
}

body.admin-bar header#masthead {
    top: 32px;
}

html.sticky-header-active header#masthead {
	box-shadow: 0px 0px 8px #ccc;
}

nav#site-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-extra-row, .header-extra-row, .header-second-row{
    width: 100%;
}

.header-extra-row-inner {
    text-align: center;
    padding: 10px 0px;
	transition: all 0.3s linear;
    background: #C9CDBC;
    position: relative;
}

.header-second-row ul {
    margin: unset;
    list-style: none;
    padding: unset;
    display: flex;
	justify-content: center;
}

.header-second-row {
    margin: 10px 0;
	transition: all 0.3s linear;
}

.header-second-row ul li {
    margin: 0 10px;
}

.header-second-row ul li a {
    color: #000;
	text-decoration: unset;
}

.main-logo-inner a {
    display: contents;
}

div#content {
    margin-top: 100px;
}

.footer-inner {
    text-align: center;
    background-color: #fff;
}

.footer-inner ul {
    margin: unset;
    list-style: none;
    padding: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-inner ul li {
    margin: 3px 10px;
}

.footer-inner ul li a {
    color: #000;
    text-decoration: unset;
}

h1.entry-title {
    text-align: center;
}

.etheme-page-wrapper {
    max-width: 100%;
    margin: auto;
}

.header-extra-row-inner p{
    color: #000000;
}

.extra-row-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    height: max-content;
    font-family: monospace;
    font-size: 15px;
    cursor: pointer;
    padding: 5px;
    color: #000000;
}

.header-extra-row.hidden {
    display: none;
}

.header-first-row, .header-second-row {
    transition: margin-top 0.3s ease;
    width: 100%;
    text-align: center;
}

.header-first-row {
    margin: 20px 0 !important;
}

.header-first-row {
    display: flex;
}

.header-first-row .middle-element {
    width: 33.33%;
}

.header-first-row .middle-element.right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-first-row .middle-element.left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.middle-element.right .middle-element-inner {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.etheme-blog-wrapper {
    display: flex;
    gap: 20px;
}

.etheme-blog-content {
    flex: 0 0 66.666%;
}

.etheme-blog-sidebar {
    flex: 0 0 33.333%;
    padding-left: 40px;
}

.etheme-blog-thumbnail {
    margin-bottom: 20px;
}

.etheme-blog-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
}

.etheme-blog-wrapper {
    display: flex;
    gap: 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

nav.breadcrumb.custom-post-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

nav.breadcrumb.custom-post-breadcrumb a, nav.breadcrumb.custom-post-breadcrumb span {
    font-size: 18px;
    margin: 0 20px;
    color: #676767;
    transition: all 0.3s linear;
}

nav.breadcrumb.custom-post-breadcrumb a:hover{
    color: var(--ecreative-third-color);
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 50px;
}

nav.navigation.post-navigation a {
    font-family: var(--ecreative-font-secondary);
    letter-spacing: 1px;
    color: var(--ecreative-black);
    font-size: 17px;
    transition: all 0.3s linear;
}

nav.navigation.post-navigation a:hover {
    color: var(--ecreative-third-color);
}

.etheme-blog-content h1 {
    text-align: left;
    margin: unset;
    font-family: var(--ecreative-font-secondary);
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
}

.entry-social-share {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry-social-share p {
    font-size: 16px;
    margin-bottom: 10px;
}

.social-share-buttons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-share-buttons li {
    display: inline-block;
}

.social-share-buttons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.social-share-buttons li a img {
    max-width: 100%;
    height: auto;
    display: block;
}

.et-icon-wrapper.icon-share {
    border: 1px solid var(--ecreative-third-color);
    border-radius: 100%;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.et-icon-wrapper.icon-share svg {
    max-width: 21px;
    max-height: 21px;
}

ul.social-share-post-buttons {
    display: flex;
    padding: unset;
    list-style: none;
}

ul.social-share-post-buttons li {
    margin: 0 10px;
}

.etheme-tags ul.post-tags {
    padding: unset;
    list-style: none;
    display: flex;
    max-width: 330px;
    flex-wrap: wrap;
}

.etheme-tags ul.post-tags li{
    margin-right: 10px;
}

.etheme-tags ul.post-tags a{
    color: #000;
    transition: all 0.3s linear;
    pointer-events: none;
}

.etheme-tags ul.post-tags a:hover{
    color: var(--ecreative-third-color);
}











.inner-newsletter-subscription {
    position: relative;
    display: -ms-flexbox;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    top: 125px;
    background-color: #fff;
}

.footer-inner {
    position: relative;
    display: -ms-flexbox;
    width: 100%;
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    background-color: #003363;
    z-index: 999999999999;
}

footer#colophon .first-row {
    display: flex;
    padding: unset !important;
    height: 90%;
    align-items: center;
}

footer#colophon .second-row {
    margin-top: unset !important;
    height: 10%;
}

.first-row .test {
    width: 100%;
    display: flex;
}

footer#colophon .first-row {
    flex-direction: column;
    justify-content: space-around;
}