/*
Theme Name: Theia Lite
Theme URI: https://gecodigital.com/downloads/theia-theme
Author: Daniele Crusi - Gecodigital
Author URI: https://www.gecodigital.com
Description: Theia Lite is a beautiful WordPress blogging theme with elegant Typography and post styling. It features a custom image header with text. The menu and the sidebar appear when you press the corresponding buttons. Demo here http://demo.gecodigital.com/theia-lite
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theia-lite
Tags:  blog, news, one-column, right-sidebar, custom-menu, custom-logo, custom-colors, custom-header, featured-images, translation-ready, rtl-language-support
Tested up to: 5.4
Requires PHP: 5.6
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Media Print
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fefcf8;
    /* Fallback for when there is no custom background color defined. */
}


/**
 * - Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #9F0025;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.h3-space {
    letter-spacing: -1px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

a:hover {
    color: #9F0025;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#page.site {
    position: relative;
    left: 0;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

header.site-header {
    position: relative;
    text-align: center;
    width: 100%;
    background: #000;
    background: -webkit-linear-gradient(left top, #949494, #464646);
    background: -o-linear-gradient(bottom right, #949494, #464646);
    background: -moz-linear-gradient(bottom right, #949494, #464646);
    background: linear-gradient(to bottom right, #949494, #464646);
    margin: 0 auto;
}

.site-brand-main {
    display: table;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.site-branding {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.site-branding img {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Default
--------------------------------------------------------------*/

.site-content {
    position: relative;
    max-width: 1600px;
    margin: -35px auto 10px;
}

/*.content-theia {
    position: relative;
    border-collapse: collapse;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.content-theia:hover {
    box-shadow: 0 6px 20px #afafaf;
    -webkit-box-shadow: 0 6px 20px #afafaf;
    -moz-box-shadow: 0 6px 20px #afafaf;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}*/

figure.imageTpost {
    overflow: hidden;
    margin: 0;
}

figure.imageTpost img {
    display: block;
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    transition: transform .6s ease;
}

figure.imageTpost:hover img {
    -ms-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    transition: transform .6s ease;
}
article.type-post figure.imageTpost:hover img {
    transform: none;
}
figure.imageTpost .theTheia-box {
    top: -8px;
    margin-bottom: -8px;
}

.theTheia-box {
    position: relative;
    padding: 10px 15px;
}


/*--------------------------------------------------------------
## Description
--------------------------------------------------------------*/

article.format {
    padding: 10px;
    margin-bottom: 40px;
}

article.format .content-theia {
    background: #fefcf8;
}

article.format .theTheia-box {
    padding: 5px;
    text-align: center;
}

article.format .theTheia-box .entry-summary {
    background: #FFF4F3;
    border-bottom: solid 2px #FEEBD6;
}

article.format .theTheia-box .entry-summary p {
    margin: 0;
    padding: 20px 40px;
}


/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/

article.type-post {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding: 10px;
    background: none;
}

article.type-post .imageTpost {
    display: flex;
    background: none;
    z-index: -1;
}

article.type-post figure.imageTpost img {
    width: 50%;
    object-fit: cover;
}

article.type-post .theTheia-box {
    width: 50%;
    background: none;
    padding: 100px;
    text-align: center;
    position: relative;
}

@media (max-width: 478px) {
    article.type-post .theTheia-box {
        width: 100%!important;
        padding: 30px;
    }
}

article.type-post .entry-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

article.type-post .entry-header:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 280px;
    height: 13px;
    border-top: solid 2px #00C9D4;
    border-bottom: solid 2px #00C9D4;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -2;
}

article.type-post .entry-header:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 280px;
    height: 7px;
    border-top: dashed 1px #00C9D4;
    border-bottom: dashed 1px #00C9D4;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -2;
}

article.type-post .entry-header h2.entry-title {
    position: relative;
}

article.type-post .entry-header h2.entry-title:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: #fefcf8 url(../wp-content/uploads/2020/11/flower.png) no-repeat bottom center;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
    z-index: -1;
}

article.type-post .entry-summary {}

article.type-post .entry-summary p {}


/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/

article.post {
    width: 24.9999%;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
}

article.standard {
    width: 33.3333%;
}

article.post .content-theia {
    background-color: #f1e2e2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23deb6b6' fill-opacity='0.4' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
    padding: 10px;
}

article.post figure.imageTpost {
    line-height: 0;
}

article.post .theTheia-box {
    position: relative;
    padding: 40px;
    background: #fff;
}

article.post .entry-header {}

article.post .entry-header h3.entry-title {
    position: relative;
    border-bottom: dashed 1px #9F0025;
    padding-bottom: 10px;
}

/*article.post.last .theTheia-box {
    padding-left: 30px;
}

article.post.last .entry-header h3.entry-title {}*/

/*article.post .entry-header h3.entry-title:before {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f138";
    font-size: 1em;
    color: #fff;
    left: 10px;
    top: 10px;
}*/

article.post .entry-header h3.entry-title a {
    color: #333;
}

article.post .entry-summary {}

article.post .entry-summary p {
   margin: 0;
   padding: 0;
}


/*--------------------------------------------------------------
# Button Link
--------------------------------------------------------------*/

.theTheia-box .entry-footer {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    background: linear-gradient(90deg, #f1e2e2 0%, #f1e2e2 68%, #deb6b6 68%, #deb6b6 100%);
    border-radius: 4px;
    padding: 15px 20px;
    display: inline-block;
}

.theTheia-box .entry-footer:hover {
    background: #deb6b6;
    transition: all .8s linear;
}

.theTheia-box .entry-footer a {
    color: #9F0025;
}

.theTheia-box .entry-footer a:hover {
    color: #9F0025;
}

.theTheia-box .entry-footer .fa {
    color: #9F0025;
    padding-left: 30px;
}

.theTheia-box .entry-footer:hover .fa {
    color: #9F0025;
}


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

body.single article.post {
    float: none;
    width: 100%;
    margin: -35px 0 0 0;
    padding: 20px;
    border: solid 10px #fff;
    background-color: #f1e2e2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23deb6b6' fill-opacity='0.4' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

body.single .content-theia {
    position: relative;
    background: #fff;
    padding: 30px;
    /*-webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);*/
    border-collapse: collapse;
}

@media (max-width: 478px) {
    body.single .content-theia {
        /*margin-bottom: 78px;*/
    }
}

body.single article .entry-header h1.entry-title {
    position: relative;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

body.single article .entry-content {}

body.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #9F0025;
}

body.single article .entry-content p {}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

#secondary {}

.widget-area {
    position: fixed;
    width: 330px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    padding: 30px;
    top: 0;
    right: -330px;
    overflow-y: auto;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    z-index: 999;
}

@media (max-width: 478px) {
    .widget-area {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 30px;
    }
}

.widget.widget_archive h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.widget.widget_archive h2.widget-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    border-top: dashed 1px #00C9D4;
    border-bottom: solid 3px #00C9D4;
    left: 0;
    bottom: 0;
}

.widget.widget_archive h2.widget-title a {
    color: #333;
}

/*.widget.widget_archive h2.widget-title:after {
    position: absolute;
    content: "";
    width: 100%;
    border: solid 3px #1871c9;
    border-radius: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

.widget.widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget.widget_archive ul li {
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: dashed 1px #ddd;
}

.widget.widget_archive ul li:last-child {
    border-bottom: none;
}

.widget.widget_archive ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.widget.widget_archive ul li a:hover {
    color: #9F0025;
    font-weight: bold;
}

/*.widget.widget_archive ul li a:before {
    content: "\f187";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ddd;
    padding-right: 10px;
}

.widget.widget_archive:nth-child(2) ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ddd;
    padding-right: 10px;
}

.widget.widget_archive ul li a:hover:before,
.widget.widget_archive:nth-child(2) ul li a:hover:before {
    color: #1871c9;
}*/


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 30px;
}

.widget:last-child {
    margin-bottom: 0;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    margin: 78px 0 0;
    padding: 25px 0;
    background: #111;
    text-align: center;
    position: relative;
}

.site-info {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.site-info a {
    color: #fff;
}

.site-info a:hover {
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.socialFooter {
    padding-top: 15px;
    font-size: 17px;
}

.socialFooter a {
    padding: 8px;
}

.socialFooter i {
    color: #deb6b6;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.socialFooter i:hover {
    color: #9F0025;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}


/*--------------------------------------------------------------
# TO TOP
--------------------------------------------------------------*/

#toTop {
    display: block;
    position: fixed;
    width: 50px;
    height: 30px;
    line-height: 35px;
    background: rgb(255 255 255 / 10%);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    bottom: 0;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    border-radius: 5px 5px 0 0;
}

#toTop:hover {
    background: #deb6b6;
    color: #9F0025;
}


/*--------------------------------------------------------------
# the END
--------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #5b5b5b;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1em;
}

blockquote p {
    position: relative;
    border-left: 5px solid;
    margin: 0;
    padding-left: 15px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:after {
    content: "";
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "\00ab" "\00bb";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

div.wpcf7 input[type="file"] {
    cursor: pointer;
    width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-bottom: 1px solid;
    border-radius: 6px;
    border-color: #1871c9;
    background: #1871c9;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.85em 1em 0.64em;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #1871c9;
    background: transparent;
    color: #1871c9;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #1871c9;
    background: transparent;
    color: #1871c9;
}

input[type="text"],
input[type="number"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    border-radius: 6px;
    padding: 3px;
    margin: 2px 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

select {
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    width: 60%;
}

.widget-area input[type="text"] {
    width: 100%;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:visited {
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

a:focus,
a:active {
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

.textwidget a {
    text-decoration: underline;
}

aside.widget-area a {
    color: #6b6b6b;
    display: inline-block;
    text-transform: capitalize;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

aside.widget-area a:hover {
    color: #1871c9;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

aside.widget-area span {
    color: #b5b5b5;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.socialHeader i {
    color: #846565;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.socialHeader i:hover {
    color: #9F0025;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    width: 100%;
    margin-top: 1.5em;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    list-style: none;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 600;
}

.main-navigation ul li .indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: 'FontAwesome';
    font-size: 12px;
    text-align: center;
    right: 0;
    top: 0;
}

.main-navigation ul li .indicator:before {
    content: "\f078";
}

.main-navigation ul li .yesOpen.indicator:before {
    content: "\f077";
}

.main-navigation ul li .indicator,
.main-navigation ul li:hover .indicator {
    border: 0 !important;
}

.main-navigation ul ul {
    display: none;
    z-index: 99999;
}

.main-navigation ul ul ul {
    top: 0;
}

.main-navigation ul ul li {
    padding-left: 1em;
}

.main-navigation ul li:hover>a,
.main-navigation li a:focus,
.main-navigation li.current-menu-item>a,
.main-navigation li.current-menu-parent>a,
.main-navigation li.current-page-ancestor>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_parent>a,
.main-navigation ul>li:hover .indicator,
.main-navigation li.current-menu-parent .indicator,
.main-navigation li.current-menu-item .indicator {
    color: #9F0025;
    background: rgb(0 0 0 / 5%);
}


/* Small menu */

.menu-toggle {
    display: none;
}


/*Sidebar Navigation*/

.navigationOpen {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    z-index: 999;
    outline: none;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 1.8;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navigationOpen::-webkit-scrollbar {
    display: none;
}

.navigationOpen .theia-logo,
.navigationOpen .theia-title {
    margin: 50px 0;
}

.navigationOpen .site-title {
    margin-top: 0;
}

.navigationOpen .site-description {
    margin-bottom: 0;
}

.openNav {
    position: fixed;
    top: 47px;
    left: 30px;
    width: 50px;
    text-align: center;
    font-size: 175%;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    border-radius: 6px;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media screen and (min-width: 770px) {
    .openNav.onlyMob {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .openNav {
        top: 15px;
        left: 15px;
    }
}

.openNav.downColor {
    background: rgb(0 0 0 / 50%);
    border-radius: 6px;
}

body.navOpen {
    overflow-x: hidden;
    overflow-y: hidden;
}

.openNav.navOpen {
    left: 300px;
}

.openNav.navOpen i:before {
    content: "\f00d";
}

.navigationOpen.navOpen {
    left: 0;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        position: initial;
    }
}

#page.site.navOpen {
    left: 280px;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.openNav.sidOpen {
    left: -60px;
}

.socialHeader {
    padding: 35px 0;
    font-size: 17px;
}

.socialHeader a {
    padding: 8px;
}

@media screen and (max-width: 350px) {
    .navigationOpen {
        left: -240px;
        width: 240px;
    }
    .openNav.navOpen {
        left: 250px;
    }
    body.navOpen {
        left: 240px;
    }
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: block;
    }
}


/*--------------------------------------------------------------
## Menus Stycky
--------------------------------------------------------------*/

.sticky-menu {
    position: fixed;
    top: -200px;
    margin: auto;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.sticky-menu.fixedTh.sidOpen,
.sticky-menu.fixedTh.navOpen,
.sticky-menu.fixed.sidOpen,
.sticky-menu.fixed.navOpen,
body.admin-bar .sticky-menu.fixed.sidOpen,
body.admin-bar .sticky-menu.fixed.navOpen {
    top: -200px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.fixedTh {
    top: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.sticky-menu.fixed {
    top: 0;
}

body.admin-bar .fixedTh,
body.admin-bar .sticky-menu.fixed {
    top: 32px;
}

.navigation.sticky {
    display: table;
    margin: auto;
    text-align: center;
}

.navigation.sticky ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation.sticky ul ul {
    display: block;
}

.navigation.sticky li {
    float: left;
    position: relative;
}

.navigation.sticky div>ul>li>ul {
    padding-top: 0;
}

.navigation li a:not(:last-child):after {
    content: "\f107";
    font-family: FontAwesome;
    margin: 0 0 0 4px;
    font-size: 10px;
    line-height: 1;
}

.navigation ul ul li a:not(:last-child):after {
    content: "\f105";
    margin: 0 0 0 4px;
    float: right;
    line-height: inherit;
}

.navigation.sticky a {
    display: block;
    color: #1871c9;
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    -moz-transition-duration: .8s;
}

.navigation.sticky ul ul {
    float: left;
    position: absolute;
    left: auto;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s linear;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.navigation.sticky ul ul ul {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s linear;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}

.navigation.sticky ul ul a {
    width: 230px;
    color: #6d6d6d;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background: #fff;
    line-height: 20px;
    text-align: left;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -o-transition: color .3s ease-in-out, background .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
}

.navigation.sticky ul ul li:hover>a {
    background: #f3f3f3;
}

.navigation.sticky ul ul li:last-child>a {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navigation.sticky ul li:hover>a,
.navigation.sticky li a:focus,
.navigation.sticky li.current-menu-item>a,
.navigation.sticky li.current-menu-parent>a,
.navigation.sticky li.current-page-ancestor>a,
.navigation.sticky .current_page_item>a,
.navigation.sticky .current_page_parent>a,
.navigation.sticky ul>li:hover .indicator,
.navigation.sticky li.current-menu-parent .indicator,
.navigation.sticky li.current-menu-item .indicator {
    background: transparent;
}

.navigation.sticky ul li .indicator {
    bottom: 0;
    top: initial;
}

.navigation.sticky ul li:hover>ul,
.navigation.sticky ul li:focus>ul,
.navigation.sticky ul li:active>ul,
.navigation.sticky ul li.focus>ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navigation.sticky ul ul li:hover>ul,
.navigation.sticky ul ul li:focus>ul,
.navigation.sticky ul ul li:active>ul,
.navigation.sticky ul ul li.focus>ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navigation.sticky ul li:hover>a,
.navigation.sticky ul li.focus>a,
.navigation.sticky ul li.current-menu-item>a,
.navigation.sticky ul li.current-menu-parent>a,
.navigation.sticky ul li.current-page-ancestor>a,
.navigation.sticky .current_page_item>a,
.navigation.sticky .current_page_parent>a {
    background: rgba(0, 0, 0, .05);
    color: #6d6d6d;
}

@media screen and (max-width: 768px) {
    .navigation.sticky ul,
    .navigation.sticky div>ul>li>ul::before,
    .navigation.sticky div>ul>li>ul::after {
        display: none;
    }
    .navigation.sticky ul li {
        display: block;
        width: 100%;
    }
    .navigation.sticky ul li:hover>a,
    .navigation.sticky ul li.focus>a {
        background: inherit;
    }
    .navigation.sticky div>ul>li>ul {
        padding-top: 0;
    }
    .navigation.sticky li a:not(:last-child):after,
    .navigation.sticky ul ul li a:not(:last-child):after {
        content: "" !important;
        font-family: FontAwesome;
        margin: 0 !important;
    }
    .navigation ul li .indicator {
        position: absolute;
        right: 0;
        top: 0;
        font-family: 'FontAwesome';
        font-size: 12px;
        width: 53px;
        line-height: 53px;
        text-align: center;
        color: #1871c9;
        border-left: 1px solid rgba(0, 0, 0, .05);
    }
    .navigation ul li .indicator:before {
        content: "\f067";
    }
    .navigation ul li .yesOpen.indicator:before {
        content: "\f068";
    }
    .navigation.sticky ul ul,
    .navigation.sticky ul ul ul {
        float: none !important;
        position: relative;
        top: 0;
        left: 0 !important;
        right: 0 !important;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding-left: 3%;
        z-index: 9;
        background: none !important;
    }
    .navigation.sticky ul ul.active,
    .navigation.sticky ul ul ul.active {
        display: block;
    }
    .navigation.sticky a {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        text-align: left;
        padding: 1em;
        line-height: inherit;
    }
    .navigation.sticky ul ul a {
        background: #3e3e3e;
        width: 100%;
        height: auto;
        line-height: inherit!important;
    }
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-main:before,
.site-main:after,
.entry-footer:before,
.entry-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site-main:after,
.entry-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-branding .site-title {
    font-size: 4em;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1;
}

.site-branding .site-title a {
    color: #fff;
}

.site-branding .site-description {
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    padding: 8px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 300;
}

body.page .site-content,
body.single .site-content {
    max-width: 1060px;
    position: relative;
}

.page-header {
    padding: 25px;
    background: #fff;
    margin: 10px 10px 0px 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    border: 1px solid #dadada;
    border-radius: 6px;
    border-collapse: collapse;
}

body.page .entry-title {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 28px;
}

.grid-sizer {
    width: 24.9999%;
}

@media screen and (max-width: 1360px) {
    article.type-post.post {
        width: 100%;
    }
    article.post {
        width: 24.9999%;
    }
    article.standard {
        width: 33.3333%;
    }
    .grid-sizer {
        width: 33.33333%!important;
    }
}

@media screen and (max-width: 1080px) {
    article.post {
        width: 50%;
    }
    .grid-sizer {
        width: 50%!important;
    }
    article.standard {
        width: 33.3333%;
    }
}

@media screen and (max-width: 720px) {
    article.type-post .imageTpost {
        display: block;
    }
    article.type-post figure.imageTpost img,
    article.type-post .theTheia-box {
        width: 100%;
    }
    article.post {
        width: 100%;
    }
    .grid-sizer {
        width: 100%!important;
    }
}

article.page,
article.forum,
body.bbpress article {
    position: relative;
    border: 1px solid;
    border-color: #dadada;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    border-collapse: collapse;
    background: #fff;
    padding: 25px;
}

.entry-content.thbuilder {
    position: relative;
    border: 1px solid;
    border-color: #dadada;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    border-collapse: collapse;
    background: #fff;
}

.format .theTheia-box {
    border-top: none;
}

.smallPart {
    font-size: 13px;
    line-height: 1.5;
    color: #c5c5c5;
}

body.admin-bar .openNav,
body.admin-bar .openSidebar {
    top: 80px;
}

body.admin-bar .widget-area,
body.admin-bar .navigationOpen {
    top: 0;
}

.openSidebar {
    position: fixed;
    top: 47px;
    right: 30px;
    width: 50px;
    text-align: center;
    font-size: 175%;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    border-radius: 6px;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.openSidebar.downColor {
    background: rgb(0 0 0 / 50%);
    border-radius: 6px;
}

.openSidebar.sidOpen {
    right: 350px;
}

.openSidebar.sidOpen i:before {
    content: "\f00d";
}

.widget-area.sidOpen {
    right: 0;
}

#page.site.sidOpen {
    left: -330px;
}

body.sidOpen {
    overflow-y: hidden;
}

.openSidebar.navOpen {
    right: -60px;
}

#toTop.sidOpen {
    right: 350px;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.backTh-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: top 0s ease .35s, opacity .35s ease;
    -moz-transition: top 0s ease .35s, opacity .35s ease;
    -ms-transition: top 0s ease .35s, opacity .35s ease;
    transition: top 0s ease .35s, opacity .35s ease;
}

.backTh-overlay.navOpen {
    top: 0;
    opacity: .3;
    z-index: 2;
    -webkit-transition: top 0s ease 0s, opacity .35s ease;
    -moz-transition: top 0s ease 0s, opacity .35s ease;
    -ms-transition: top 0s ease 0s, opacity .35s ease;
    transition: top 0s ease 0s, opacity .35s ease;
}

.backTh-overlay.sidOpen {
    top: 0;
    opacity: .3;
    -webkit-transition: top 0s ease 0s, opacity .35s ease;
    -moz-transition: top 0s ease 0s, opacity .35s ease;
    -ms-transition: top 0s ease 0s, opacity .35s ease;
    transition: top 0s ease 0s, opacity .35s ease;
}

.floatThleft {
    float: left;
}

.floatThRight {
    float: right;
}

.spaceLeft {
    padding-left: 3px;
}

.spaceRight {
    padding-right: 3px;
}

.spaceBleft {
    padding-left: 15px;
}

.spaceBright {
    padding-right: 15px;
}

.spaceLeftRightS {
    margin: 0 3px;
}

.spaceLeftRight {
    margin: 0 6px;
}

body.single .posted-on.spaceRight {
    padding-right: 15px;
}

@media all and (max-width: 1024px) {
    .openSidebar {
        display: none;
    }
    .widget-area {
        position: relative;
        width: 100%;
        z-index: 1;
        right: 0;
    }
    body.admin-bar .widget-area {
        top: 0;
    }
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

.page-content {
    margin: 1em 0 0;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*-----------------------------------------------------------------
## Media Print
-----------------------------------------------------------------*/

@media print {
    .openNav,
    .openSidebar,
    .widget-area,
    .theTheia-box .entry-footer,
    .sticky-menu {
        display: none !important;
    }
    article.post {
        position: relative !important;
        display: block !important;
        left: 0 !important;
        top: auto !important;
        float: left;
    }
}